.page-login form {
  width: 340px;
  margin: 30px 0;
}
.page-login form a {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .page-login form {
    width: auto;
  }
}
#win-loss {
  height: 95px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.app-taskboard .ui-tooltip {
  display: none !important;
}
.app-taskboard .ui-helper-hidden-accessible {
  display: none;
}
.app-taskboard .control-content .bootstrap-select {
  width: 100% !important;
}
.app-taskboard .page {
  height: calc(100% - 44px);
  overflow: hidden;
}
.app-taskboard .page-content {
  height: calc(100% - 91px);
  width: 100%;
  overflow-x: auto;
}
.app-taskboard .subtasks .checkbox-custom input:checked + label {
  text-decoration: line-through;
}
.app-taskboard .slidePanel .overlay-panel a:not([class]) {
  text-decoration: none;
}
.app-taskboard .slidePanel-header .btn .focus,
.app-taskboard .slidePanel-header .btn:focus,
.app-taskboard .slidePanel-header .btn:hover {
  color: #E4EAEC;
}
.app-taskboard .slidePanel-actions {
  min-height: 0;
}
.app-taskboard .slidePanel-actions .btn {
  line-height: 1em;
}
.app-taskboard .slidePanel-inner {
  padding: 0 30px;
}
.app-taskboard .slidePanel .caption {
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
}
.app-taskboard .slidePanel .priority .list-inline > li {
  padding-left: 20px;
  padding-right: 0;
}
.app-taskboard .slidePanel .priority .list-inline > li label {
  font-size: 0;
  color: transparent;
}
.app-taskboard .slidePanel .addMember {
  margin-top: 30px;
  margin-bottom: 20px;
}
.app-taskboard .slidePanel .addMember-trigger {
  vertical-align: top;
}
.app-taskboard .slidePanel .addMember-items {
  display: inline;
}
.app-taskboard .slidePanel .addMember-item {
  margin-bottom: 10px;
}
.app-taskboard .slidePanel .addMember-trigger-dropdown {
  left: auto;
  top: 40px;
  z-index: 1;
}
.app-taskboard .slidePanel .addMember-trigger-dropdown:before {
  border-color: transparent transparent white;
  left: 4px;
  top: -20px;
}
.app-taskboard .slidePanel .description-content {
  margin-bottom: 20px;
}
.app-taskboard .slidePanel .description-toggle {
  display: none;
  margin-bottom: 20px;
}
.app-taskboard .slidePanel .description.is-empty .description-toggle {
  display: inline-block;
}
.app-taskboard .slidePanel .radio-custom.radio-high label::before {
  border-color: #EB6709;
}
.app-taskboard .slidePanel .radio-custom.radio-high label::after {
  border-color: #ffffff;
}
.app-taskboard .slidePanel .radio-custom.radio-urgent label::before {
  border-color: #FF4C52;
}
.app-taskboard .slidePanel .radio-custom.radio-urgent label::after {
  border-color: #ffffff;
}
.app-taskboard .slidePanel .overlay-panel .dropdown-menu {
  color: #76838F;
}
.app-taskboard .slidePanel .subtasks-add {
  display: none;
}
.app-taskboard .slidePanel .subtasks.is-edit .subtasks-add {
  display: block;
}
.app-taskboard .slidePanel .subtasks-list .checkbox-custom {
  margin-top: 0;
  margin-bottom: 0;
}
.app-taskboard .slidePanel .subtasks-list .subtask-editor {
  display: none;
}
.app-taskboard .slidePanel .subtasks .subtask.is-edit .checkbox-custom {
  display: none;
}
.app-taskboard .slidePanel .subtasks .subtask.is-edit .subtask-editor {
  display: block;
}
.app-taskboard .slidePanel .attachments .list-group-item:hover .attachments-actions {
  display: inline-block;
}
.app-taskboard .slidePanel .attachments .list-group-item .size {
  display: inline-block;
  width: 80px;
  color: #A3AFB7;
}
.app-taskboard .slidePanel .attachments-list {
  margin-bottom: 0;
}
.app-taskboard .slidePanel .attachments-actions {
  display: none;
}
.app-taskboard .slidePanel .attachments-image {
  width: 80px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #E4EAEC;
  padding: 2px;
}
.app-taskboard .slidePanel .attachments-image > img {
  max-width: 100%;
  max-height: 100%;
}
.app-taskboard .slidePanel .attachments .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  vertical-align: baseline;
  color: #A3AFB7;
}
.app-taskboard .slidePanel .attachments .btn:hover {
  color: #76838F;
}
.app-taskboard .slidePanel .attachments .icon {
  margin-right: 0;
}
.app-taskboard .slidePanel .slidePanel-inner-section:last-child {
  border-bottom: none;
}
.app-taskboard .slidePanel .task-section {
  display: none;
}
.app-taskboard .slidePanel .task-section.is-show {
  display: block;
}
.app-taskboard .slidePanel .task-main.is-edit .task-main-surface {
  display: none;
}
.app-taskboard .slidePanel .task-main.is-edit .task-main-editor {
  display: block;
}
.app-taskboard .slidePanel .task-main-editor {
  display: none;
}
.app-taskboard #fileupload {
  display: none;
}
.taskboard-stages {
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.taskboard-stage {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  height: 100%;
  margin-right: 5px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-width: 0;
  margin-top: -1px;
}
.taskboard-stage.ui-sortable-helper {
  max-height: none;
}
.taskboard-stage-rename-wrap {
  display: none;
  padding: 6px 10px !important;
}
.taskboard-stage-header {
  padding: 16px 20px;
  border-bottom: 1px solid #E4EAEC;
}
.taskboard-stage-header .stage-amount {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.taskboard-stage-header > h1,
.taskboard-stage-header h2,
.taskboard-stage-header h3,
.taskboard-stage-header h4,
.taskboard-stage-header h5,
.taskboard-stage-header h6 {
  margin: 0;
  color: #fff;
}
.taskboard-stage-header .dropdown-menu {
  left: -10px;
}
.taskboard-stage-header .dropdown-menu > li {
  width: 200px;
}
.taskboard-stage-header .dropdown-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskboard-stage-header .dropdown-menu.is-edit [role="presentation"] {
  display: none;
}
.taskboard-stage-header .dropdown-menu.is-edit .taskboard-stage-rename-wrap {
  display: block;
}
.taskboard-stage-actions .dropdown-toggle {
  color: #76838F;
}
.taskboard-stage-actions .dropdown-toggle:hover,
.open.taskboard-stage-actions .dropdown-toggle {
  color: #A3AFB7;
}
.taskboard-stage-content {
  height: calc(100% - 49px);
  overflow: auto;
}
.taskboard-stage-content .action-wrap {
  padding: 20px;
}
.taskboard-stage-content .action-wrap.action-open .add-item-toggle {
  display: none;
}
.taskboard-stage-content .action-wrap.action-open .add-item-wrap {
  display: block;
}
.taskboard-stage-content .add-item-toggle {
  display: block;
  color: #37474F;
}
.taskboard-stage-content .add-item-toggle:focus,
.taskboard-stage-content .add-item-toggle:hover {
  color: #76838F;
  text-decoration: none;
}
.taskboard-stage-content .add-item-toggle > .icon {
  margin-right: 6px;
  vertical-align: text-top;
}
.taskboard-stage-content .add-item-wrap {
  display: none;
}
.taskboard-stage-content .add-item-priority {
  display: block;
}
.taskboard-list {
  min-height: 30px;
  margin-bottom: 0;
  margin-top: -1px;
}
.taskboard-list .list-group-item {
  padding: 12px 20px;
  border-top: 1px solid #E4EAEC;
  border-bottom: 1px solid #E4EAEC;
  border-left: 3px solid transparent;
  cursor: pointer;
}
.taskboard-list .list-group-item:before,
.taskboard-list .list-group-item:after {
  content: " ";
  display: table;
}
.taskboard-list .list-group-item:after {
  clear: both;
}
.taskboard-list .list-group-item .task-badge {
  float: left;
  margin-top: 10px;
  color: #A3AFB7;
  line-height: 30px;
}
.taskboard-list .list-group-item .task-badge.icon:before {
  margin-right: 6px;
}
.taskboard-list .list-group-item .time {
  display: block;
  font-size: 12px;
}
.taskboard-list .list-group-item .task-action {
  float: right;
  text-align: right;
  white-space: normal;
  padding: 0;
  margin-top: 15px;
}
.taskboard-list .list-group-item .task-action .btn {
  box-shadow: none;
  width: 25px;
  height: 25px;
}
.taskboard-list .list-group-item .task-action .btn i {
  margin: 0 auto;
  font-size: 13px;
}
.taskboard-list .list-group-item.priority-high {
  border-left-color: #EB6709;
}
.taskboard-list .list-group-item.priority-urgent {
  border-left-color: #FF4C52;
}
.taskboard-list .list-group-item:first-child,
.taskboard-list .list-group-item:last-child {
  border-radius: 0;
}
.taskboard-list .list-group-item.ui-sortable-helper {
  border-color: #E4EAEC;
}
.taskboard-list .list-group-item.ui-sortable-placeholder {
  background-color: #E4EAEC;
  visibility: visible !important;
}
.taskboard-list .list-group-item > .checkbox-custom {
  margin: 0;
}
.taskboard-list .list-group-item > .checkbox-custom input:checked + label {
  text-decoration: line-through;
}
.taskboard-list .list-group-item > .list-group-item-title {
  margin-left: 30px;
  white-space: normal;
}
.site-navbar {
  background-color: #3E8EF7;
}
.site-navbar .navbar-header {
  background-color: transparent;
  color: #ffffff;
}
.site-navbar .navbar-header .navbar-toggle {
  color: #ffffff;
}
.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
  background-color: #ffffff;
}
.site-navbar .navbar-header .navbar-brand {
  color: #ffffff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-navbar .navbar-header {
    width: 260px;
  }
}
.site-navbar .navbar-container {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
.site-navbar.navbar-inverse .navbar-container {
  background-color: transparent;
}
html,
body {
  height: 100%;
}
body {
  padding-top: 66px;
}
.site-menubar {
  z-index: 1400;
  position: fixed;
  top: 66px;
  height: 100%;
  height: -webkit-calc(100% - 66px);
  height: calc(100% - 66px);
  background: #263238;
  color: #878a99;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.site-menubar-body {
  height: 100%;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
}
.site-menubar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-menubar a {
  outline: none;
}
.site-menubar a:hover,
.site-menubar a:focus {
  text-decoration: none;
}
.site-menubar.site-menubar-light {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.site-menubar.site-menubar-light .scrollable-inverse.scrollable .scrollable-bar-handle {
  background: rgba(163, 175, 183, 0.6);
}
.site-menubar-section {
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.site-menubar-section > h4,
.site-menubar-section > h5 {
  color: #76838F;
}
.site-menubar-section .progress:last-child {
  margin-bottom: 0;
}
.site-menubar-footer {
  position: fixed;
  bottom: 0;
  display: block;
  z-index: 1400;
}
.site-menubar-footer > a {
  display: block;
  float: left;
  width: 33.33333333%;
  height: 40px;
  padding: 26px 0;
  color: #76838F;
  font-size: 16px;
  text-align: center;
  background-color: #21292e;
}
.site-menubar-footer > a:hover,
.site-menubar-footer > a:focus {
  background-color: #1e2427;
}
.site-menubar-light .site-menubar-footer > a {
  background-color: #E4EAEC;
}
.site-menubar-light .site-menubar-footer > a:hover,
.site-menubar-light .site-menubar-footer > a:focus {
  background-color: #d5dee1;
}
.site-menu {
  font-size: 14px;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.site-menu-item > a {
  white-space: nowrap;
  cursor: pointer;
}
.site-menu-icon {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.site-menu-title {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-menu-arrow {
  font-family: 'Web Icons';
  -webkit-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.site-menu-arrow:before {
  content: '\f17f';
}
.site-menu-arrow,
.site-menu-badge,
.site-menu-label {
  position: absolute;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.site-menu .badge,
.site-menu .label {
  padding: 2px 5px 3px;
  font-size: 12px;
  font-weight: 300;
}
.site-menu-item {
  position: relative;
  white-space: nowrap;
}
.site-menu-item a {
  display: block;
  color: #878a99;
}
.site-menu-item.is-hidden {
  opacity: 0;
}
.site-menu-item.is-shown {
  opacity: 1;
}
.site-menu > .site-menu-item {
  padding: 0;
}
.site-menu > .site-menu-item.open {
  background: #242f35;
}
.site-menu > .site-menu-item.open > a {
  color: #ffffff;
  background: transparent;
}
.site-menu > .site-menu-item.open.hover > a {
  background: transparent;
}
.site-menu > .site-menu-item.hover > a,
.site-menu > .site-menu-item:hover > a {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.02);
}
.site-menu > .site-menu-item.active {
  background: #242f35;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.site-menu > .site-menu-item.active > a {
  color: #ffffff;
  background: transparent;
}
.site-menu > .site-menu-item.active.hover > a {
  background: transparent;
}
.site-menu .site-menu-sub {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  background: transparent;
}
.site-menu .site-menu-sub .site-menu-item {
  line-height: 36px;
  color: #878a99;
  background: transparent;
}
.site-menu .site-menu-sub .site-menu-item.has-sub {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.site-menu .site-menu-sub .site-menu-item > a {
  padding: 0 30px;
}
.site-menu .site-menu-sub .site-menu-item.open {
  background: rgba(0, 0, 0, 0.06);
}
.site-menu .site-menu-sub .site-menu-item.open > a {
  color: #ffffff;
}
.site-menu .site-menu-sub .site-menu-item.open.hover > a {
  background-color: transparent;
}
.site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menu .site-menu-sub .site-menu-item:hover > a {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.02);
}
.site-menu .site-menu-sub .site-menu-item.active {
  background: rgba(0, 0, 0, 0.06);
}
.site-menu .site-menu-sub .site-menu-item.active > a {
  color: #ffffff;
}
.site-menu .site-menu-sub .site-menu-item.active.hover > a {
  background-color: transparent;
}
.site-menubar-light .site-menu-item a {
  color: #37474F;
}
.site-menubar-light .site-menu-item.hover > a,
.site-menubar-light .site-menu-item:hover > a {
  background: transparent;
}
.site-menubar-light .site-menu > .site-menu-item.open {
  background: rgba(11, 105, 227, 0.05);
}
.site-menubar-light .site-menu > .site-menu-item.open > a {
  color: #3E8EF7;
}
.site-menubar-light .site-menu > .site-menu-item.hover,
.site-menubar-light .site-menu > .site-menu-item:hover {
  background-color: rgba(11, 105, 227, 0.05);
}
.site-menubar-light .site-menu > .site-menu-item.hover > a,
.site-menubar-light .site-menu > .site-menu-item:hover > a {
  color: #3E8EF7;
}
.site-menubar-light .site-menu > .site-menu-item.active {
  background: rgba(11, 105, 227, 0.05);
}
.site-menubar-light .site-menu > .site-menu-item.active > a {
  color: #3E8EF7;
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open {
  background: rgba(11, 105, 227, 0.03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.open > a {
  color: #3E8EF7;
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover {
  background-color: rgba(11, 105, 227, 0.03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover > a {
  color: #3E8EF7;
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.hover.open,
.site-menubar-light .site-menu .site-menu-sub .site-menu-item:hover.open {
  background-color: rgba(11, 105, 227, 0.03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active {
  background: rgba(11, 105, 227, 0.03);
}
.site-menubar-light .site-menu .site-menu-sub .site-menu-item.active > a {
  color: #3E8EF7;
}
.site-gridmenu {
  position: fixed;
  top: 66px;
  bottom: 0;
  padding: 20px 0;
  background-color: #263238;
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
}
.js > .site-gridmenu {
  transition: opacity 0.5s ease 0s, visibility 0s;
}
.site-gridmenu-active > .site-gridmenu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease 0s;
}
.site-gridmenu-active > .site-gridmenu ul {
  opacity: 1;
  transform: rotateX(0deg);
}
.site-gridmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0.4;
  transform: translateY(-25%) rotateX(35deg);
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.site-gridmenu li {
  float: left;
  width: 50%;
  text-align: center;
}
.site-gridmenu li > a {
  display: block;
  padding: 30px 15px;
  color: #A3AFB7;
}
.site-gridmenu li .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
}
.site-gridmenu li:hover > a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.02);
}
body.site-gridmenu-active {
  overflow: hidden;
}
.site-gridmenu-toggle:after {
  opacity: 0;
  font-family: 'Web Icons';
  font-size: 14px;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: relative;
  right: -3px;
  top: -1px;
  content: '\f183';
}
.site-gridmenu-active .site-gridmenu-toggle:after {
  opacity: 1;
}
.site-sidebar {
  z-index: 1210;
}
.site-sidebar.slidePanel {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.site-sidebar.slidePanel.slidePanel-right,
.site-sidebar.slidePanel.slidePanel-left {
  width: 300px;
  overflow: hidden;
}
.site-sidebar-content {
  height: 100%;
}
.site-sidebar-nav.nav-tabs > li {
  display: table-cell;
  width: 1%;
}
.site-sidebar-nav.nav-tabs > li > a {
  font-size: 16px;
  line-height: 90px;
  padding: 0;
}
.site-sidebar-tab-content {
  height: 100%;
  height: -webkit-calc(100% - 90px);
  height: calc(100% - 90px);
}
.site-sidebar-tab-content > .tab-pane {
  height: 100%;
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane.scrollable {
  padding: 0;
}
.site-sidebar-tab-content > .tab-pane .scrollable-content {
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane .list-group {
  margin-left: -30px;
  margin-right: -30px;
}
.site-sidebar-tab-content > .tab-pane .list-group > .list-group-item {
  padding-left: 30px;
  padding-right: 30px;
}
.site-sidebar .conversation {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.site-sidebar .conversation.active {
  right: 0;
}
.site-sidebar .conversation-header {
  border-bottom: 1px solid #E4EAEC;
}
.site-sidebar .conversation-header > * {
  margin: 0;
  padding: 0 30px;
  line-height: 90px;
}
.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
  cursor: pointer;
  color: rgba(55, 71, 79, 0.4);
}
.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:focus {
  color: rgba(55, 71, 79, 0.6);
}
.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
  color: #37474F;
}
.site-sidebar .conversation-title {
  position: relative;
  top: 1px;
  color: #37474F;
  text-align: center;
  z-index: -1;
}
.site-sidebar .conversation-content {
  padding: 30px 15px;
}
.site-sidebar .conversation-reply {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #E4EAEC;
}
.site-sidebar .conversation-reply .form-control {
  border: none;
  border-right: 1px solid #E4EAEC;
}
@media (max-width: 767px) {
  .site-sidebar.slidePanel.slidePanel-right,
  .site-sidebar.slidePanel.slidePanel-left {
    width: 100%;
  }
}
.site-action {
  position: fixed;
  z-index: 1200;
  bottom: 55px;
  right: 32px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.site-action input {
  display: none;
}
.site-action .btn {
  box-shadow: 0 10px 10px 0 rgba(60, 60, 60, 0.1);
}
.site-action .front-icon {
  display: block;
}
.site-action .back-icon {
  display: none;
}
.site-action-left-slidepanel {
  right: auto;
  left: 32px;
}
.site-action-left {
  right: auto;
  left: 32px;
}
.site-menubar-unfold .site-action-left {
  left: 295px;
}
.site-menubar-fold .site-action-left {
  left: 125px;
}
.site-action-buttons {
  display: none;
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  text-align: center;
}
.site-action-buttons .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.site-action.active .front-icon {
  display: none;
}
.site-action.active .back-icon {
  display: block;
}
.site-action.active .site-action-buttons {
  display: block;
}
@media (max-width: 767px) {
  .site-action .btn-floating {
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 16px;
    box-shadow: 0 6px 6px 0 rgba(60, 60, 60, 0.1);
  }
  .site-action-buttons {
    bottom: 46px;
  }
}
.page {
  background: #f1f4f5;
  position: relative;
  min-height: calc(100% - 44px);
}
.page-dark.layout-full {
  color: #ffffff;
}
.page-dark.layout-full:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
.page-dark.layout-full:after {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(38, 50, 56, 0.6);
  z-index: -1;
}
.page-dark.layout-full .brand {
  margin-bottom: 22px;
}
.page-dark.layout-full .brand-text {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.page-nav-tabs {
  padding: 0 30px;
}
.page-content {
  padding: 30px 30px;
}
.page-content-actions {
  padding: 0 30px 30px;
}
.page-content-actions .dropdown {
  display: inline-block;
}
.page-content-actions:before,
.page-content-actions:after {
  content: " ";
  display: table;
}
.page-content-actions:after {
  clear: both;
}
.page-content-table {
  padding: 0;
  max-width: 100%;
  overflow-x: auto;
}
.page-content-table .table > thead > tr > th,
.page-content-table .table > tbody > tr > th,
.page-content-table .table > thead > tr > td,
.page-content-table .table > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-content-table .table > thead > tr > th:first-child,
.page-content-table .table > tbody > tr > th:first-child,
.page-content-table .table > thead > tr > td:first-child,
.page-content-table .table > tbody > tr > td:first-child {
  padding-left: 30px;
}
.page-content-table .table > thead > tr > th:last-child,
.page-content-table .table > tbody > tr > th:last-child,
.page-content-table .table > thead > tr > td:last-child,
.page-content-table .table > tbody > tr > td:last-child {
  padding-right: 30px;
}
.page-content-table .table > tbody > tr:hover > td {
  background-color: #F3F7F9;
}
.page-content-table .table > tbody > tr > td {
  cursor: pointer;
}
.page-content-table .table > tbody > tr:last-child td {
  border-bottom: 1px solid #E4EAEC;
}
.page-content-table .table.is-indent > thead > tr > th.pre-cell,
.page-content-table .table.is-indent > tbody > tr > th.pre-cell,
.page-content-table .table.is-indent > thead > tr > td.pre-cell,
.page-content-table .table.is-indent > tbody > tr > td.pre-cell,
.page-content-table .table.is-indent > thead > tr > th.suf-cell,
.page-content-table .table.is-indent > tbody > tr > th.suf-cell,
.page-content-table .table.is-indent > thead > tr > td.suf-cell,
.page-content-table .table.is-indent > tbody > tr > td.suf-cell {
  padding: 0;
  border-top: none;
  border-bottom: none;
  width: 30px;
}
.page-content-table .table.is-indent > tbody > tr:first-child td {
  border-top: none;
}
.page-content-table .table.is-indent > tbody > tr:last-child td.pre-cell,
.page-content-table .table.is-indent > tbody > tr:last-child td.suf-cell {
  border-bottom: none;
}
.page-content-table .table.is-indent > tfoot > tr > td {
  border-top: none;
}
.page-content-table .pagination {
  margin-left: 30px;
  margin-right: 30px;
}
.page-copyright {
  margin-top: 60px;
  color: #37474F;
  font-size: 12px;
  letter-spacing: 1px;
}
.page-copyright .social a {
  margin: 0 10px;
  text-decoration: none;
}
.page-copyright .social .icon {
  font-size: 16px;
  color: rgba(55, 71, 79, 0.6);
}
.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
  color: rgba(55, 71, 79, 0.8);
}
.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
  color: #37474F;
}
.page-copyright-inverse {
  color: #ffffff;
}
.page-copyright-inverse .social .icon {
  color: #ffffff;
}
.page-copyright-inverse .social .icon:hover,
.page-copyright-inverse .social .icon:active {
  color: rgba(255, 255, 255, 0.8);
}
.page-header + .page-content {
  padding-top: 0;
}
.page-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-title > .icon {
  margin-right: 0.3em;
}
.page-description {
  color: #A3AFB7;
}
.page-header {
  padding: 30px 30px;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  position: relative;
  border-bottom: none;
}
.page-header-actions {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.page-header-actions .btn-icon {
  margin-left: 6px;
}
.page-header-actions > * {
  margin-bottom: 0;
}
.page-header .breadcrumb {
  padding: 0;
  margin: 0;
}
.page-header-bordered {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-bottom: 1px solid transparent;
}
.page-header-tabs {
  padding-bottom: 0;
}
.page-header-tabs .nav-tabs-line {
  margin-top: 5px;
  border-bottom-color: transparent;
}
.page-header-tabs .nav-tabs-line > li > a {
  padding: 5px 20px;
}
.page-aside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  border-right: 1px solid #E4EAEC;
  background: #ffffff;
  -webkit-transition: top 0.5s ease, width 0.5s ease, opacity 0.3s ease;
  -o-transition: top 0.5s ease, width 0.5s ease, opacity 0.3s ease;
  transition: top 0.5s ease, width 0.5s ease, opacity 0.3s ease;
  overflow-y: auto;
}
.page-aside + .page-main {
  margin-left: 260px;
}
.page-aside-fixed {
  position: fixed;
}
.page-aside-section {
  position: relative;
}
.page-aside-section:first-child {
  padding-top: 22px;
}
.page-aside-section:last-child {
  margin-bottom: 22px;
}
.page-aside-section:after {
  content: '';
  position: relative;
  display: block;
  margin: 22px;
  border-bottom: 1px solid #E4EAEC;
}
.page-aside-section:last-child:after {
  display: none;
}
.page-aside-switch {
  display: none;
  cursor: pointer;
  position: absolute;
  left: calc(100% - 1px);
  top: calc(50% - 25px);
  background-color: white;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 100px 100px 0;
  line-height: 1;
  padding: 15px 8px 15px 4px;
}
.page-aside-title {
  padding: 10px 30px;
  margin: 20px 0 10px;
  font-weight: 500;
  color: #526069;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}
.page-aside .list-group {
  margin-bottom: 22px;
}
.page-aside .list-group-item {
  padding: 13px 30px;
  margin-bottom: 1px;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-aside .list-group-item .icon {
  color: #A3AFB7;
}
.page-aside .list-group-item .item-right {
  float: right;
}
.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
  background-color: #F3F7F9;
  border: none;
  color: #3E8EF7;
}
.page-aside .list-group-item:hover > .icon,
.page-aside .list-group-item:focus > .icon {
  color: #3E8EF7;
}
.page-aside .list-group-item.active {
  background-color: transparent;
  color: #3E8EF7;
}
.page-aside .list-group-item.active > .icon {
  color: #3E8EF7;
}
.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
  background-color: #F3F7F9;
  border: none;
  color: #3E8EF7;
}
.page-aside .list-group-item.active:hover > .icon,
.page-aside .list-group-item.active:focus > .icon {
  color: #3E8EF7;
}
.page-aside .list-group.has-actions .list-group-item {
  cursor: pointer;
}
.page-aside .list-group.has-actions .list-group-item .list-editable {
  display: none;
  position: relative;
}
.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}
.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
  margin: 0;
}
.page-aside .list-group.has-actions .list-group-item .item-actions {
  display: none;
  position: absolute;
  right: 20px;
  top: 6px;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
  padding-left: 2px;
  padding-right: 2px;
  background-color: transparent;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
  color: #3E8EF7;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
  margin: 0;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-right {
  display: none;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
  display: block;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
  color: #76838F;
}
@media (max-width: 1199px) {
  .page-aside {
    width: 220px;
  }
  .page-aside + .page-main {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  .page-aside {
    position: fixed;
    top: 66px;
    bottom: 0;
    width: 0;
    border-color: transparent;
    z-index: 1100;
    overflow-y: visible;
  }
  .site-navbar-collapse-show .page-aside {
    top: 132px;
  }
  .site-menubar-changing .page-aside,
  .site-menubar-open .page-aside {
    opacity: 0;
  }
  .page-aside .page-aside-inner {
    height: 100%;
    overflow: auto;
    background-color: white;
    border-right: 1px solid #E4EAEC;
    opacity: 0;
  }
  .page-aside.open {
    width: 260px;
  }
  .page-aside.open .page-aside-inner {
    opacity: 1;
  }
  .page-aside.open .page-aside-switch .wb-chevron-right {
    display: none;
  }
  .page-aside.open .page-aside-switch .wb-chevron-left {
    display: inline;
  }
  .page-aside + .page-main {
    margin-left: 0;
  }
  .page-aside-switch {
    display: block;
  }
  .site-menubar-open .page-aside-switch {
    display: none;
  }
  .page-aside-switch .wb-chevron-left {
    display: none;
  }
}
.site-footer {
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid #E4EAEC;
  height: 44px;
}
.site-footer:before,
.site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
.site-footer-legal {
  float: left;
}
.site-footer-actions {
  float: right;
}
.site-footer-right {
  float: right;
}
.site-footer .scroll-to-top {
  color: #76838F;
}
.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
  text-decoration: none;
}
@media (max-width: 480px) {
  .site-footer {
    height: auto;
  }
}
@media (max-width: 480px) {
  .site-footer-legal,
  .site-footer-right,
  .site-footer-actions {
    display: block;
    float: none;
    text-align: center;
  }
}
.layout-full {
  height: 100%;
}
body.layout-full {
  padding-top: 0;
}
.layout-full .page {
  height: 100%;
  margin: 0 !important;
  padding: 0;
  background-color: transparent;
}
.layout-full > .loader {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {
  .layout-boxed {
    background: #E4EAEC;
  }
  .layout-boxed,
  .layout-boxed .site-navbar {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.layout-boxed .slidePanel-right,
.layout-boxed .slidePanel-left {
  top: 0;
  z-index: 1510;
}
.site-print {
  padding-top: 0;
}
.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
  display: none;
}
.site-print .page {
  margin: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .css-menubar .page,
  .css-menubar .site-footer {
    margin-left: 90px;
  }
  .css-menubar .site-navbar .navbar-brand {
    float: none;
    text-align: center;
  }
  .css-menubar .site-navbar .navbar-brand-text {
    display: none;
  }
  .css-menubar .site-menu {
    overflow: visible;
  }
  .css-menubar .site-menu-category {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    height: 2px;
    background: #242f35;
    margin: 0;
  }
  .css-menubar .site-menu-category:first-child {
    visibility: hidden;
  }
  .css-menubar .site-menu > .site-menu-item {
    font-size: 14px;
  }
  .css-menubar .site-menu > .site-menu-item > a {
    line-height: 45px;
    height: 45px;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-title,
  .css-menubar .site-menu > .site-menu-item > a .site-menu-icon {
    -webkit-transition: visibility 0.25s, opacity 0.25s;
    -o-transition: visibility 0.25s, opacity 0.25s;
    transition: visibility 0.25s, opacity 0.25s;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: center;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-arrow {
    -webkit-transition: visibility 0;
    -o-transition: visibility 0;
    transition: visibility 0;
    visibility: hidden;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-title {
    opacity: 0;
    visibility: hidden;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-icon {
    visibility: visible;
    opacity: 1;
    font-size: 24px;
    margin-right: 0;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-badge {
    left: 50px;
    top: -15px;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-label {
    display: none;
  }
  .css-menubar .site-menu > .site-menu-item.active {
    border-top: none;
    border-bottom: none;
  }
  .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-icon,
  .css-menubar .site-menu > .site-menu-item.active > a .site-menu-icon,
  .css-menubar .site-menu > .site-menu-item.open > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-title,
  .css-menubar .site-menu > .site-menu-item.active > a .site-menu-title,
  .css-menubar .site-menu > .site-menu-item.open > a .site-menu-title {
    opacity: 1;
    visibility: visible;
  }
  .css-menubar .site-menu > .site-menu-item.hover > a .site-menu-badge,
  .css-menubar .site-menu > .site-menu-item.active > a .site-menu-badge,
  .css-menubar .site-menu > .site-menu-item.open > a .site-menu-badge {
    display: none;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .css-menubar .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub {
    -webkit-transition: visibility 0.25s, opacity 0.25s;
    -o-transition: visibility 0.25s, opacity 0.25s;
    transition: visibility 0.25s, opacity 0.25s;
    position: absolute;
    left: 90px;
    top: 0;
    width: 240px;
    background: #242f35;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub-up {
    top: auto;
    bottom: 0;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
    padding: 0 30px;
  }
  .css-menubar .site-menu > .site-menu-item > .site-menu-sub .site-menu-icon {
    margin-right: 0.5em;
  }
  .css-menubar .site-menu > .site-menu-item.hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .css-menubar .site-menubar-light .site-menu-category {
    background: rgba(11, 105, 227, 0.05);
  }
  .css-menubar .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
    -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.08);
    background: #f3f8fb;
  }
  .css-menubar .site-menubar {
    width: 90px;
  }
  .css-menubar .site-menubar-section {
    padding: 30px;
    border-top: 2px solid #242f35;
    border-bottom: 2px solid #242f35;
    margin-top: 0;
  }
  .css-menubar .site-menubar-section > h4,
  .css-menubar .site-menubar-section > h5 {
    display: none;
  }
  .css-menubar .site-menubar-light .site-menubar-section {
    border-top: 2px solid rgba(11, 105, 227, 0.05);
    border-bottom: 2px solid rgba(11, 105, 227, 0.05);
  }
  .css-menubar .site-gridmenu {
    width: 90px;
  }
  .css-menubar .site-gridmenu li {
    float: none;
    width: 100%;
  }
  .css-menubar .site-gridmenu li > a {
    padding: 15px 0;
  }
  .css-menubar .site-gridmenu-toggle:after {
    display: none;
  }
  .css-menubar .site-menubar-footer {
    width: 90px;
  }
  .css-menubar .site-menubar-footer > a {
    display: none;
  }
  .css-menubar .site-menubar-footer > a.fold-show {
    width: 100%;
    float: none;
    display: block;
  }
  .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-title {
    opacity: 1;
    visibility: visible;
  }
  .css-menubar .site-menu > .site-menu-item:hover > a .site-menu-badge {
    display: none;
  }
  .css-menubar .site-menu-item:hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-header {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.site-menubar-fold .page,
.site-menubar-fold .site-footer {
  margin-left: 90px;
}
@media (min-width: 768px) {
  .site-menubar-fold .site-navbar .navbar-header {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .site-menubar-fold .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.site-menubar-fold .site-navbar .navbar-brand {
  float: none;
  text-align: center;
}
.site-menubar-fold .site-navbar .navbar-brand-text {
  display: none;
}
.site-menubar-fold .site-menu {
  overflow: visible;
}
.site-menubar-fold .site-menu-category {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  height: 2px;
  background: #242f35;
  margin: 0;
}
.site-menubar-fold .site-menu-category:first-child {
  visibility: hidden;
}
.site-menubar-fold .site-menu > .site-menu-item {
  font-size: 14px;
}
.site-menubar-fold .site-menu > .site-menu-item > a {
  line-height: 45px;
  height: 45px;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  -webkit-transition: visibility 0.25s, opacity 0.25s;
  -o-transition: visibility 0.25s, opacity 0.25s;
  transition: visibility 0.25s, opacity 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  text-align: center;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-arrow {
  -webkit-transition: visibility 0;
  -o-transition: visibility 0;
  transition: visibility 0;
  visibility: hidden;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title {
  opacity: 0;
  visibility: hidden;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  visibility: visible;
  opacity: 1;
  font-size: 24px;
  margin-right: 0;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-badge {
  left: 50px;
  top: -15px;
}
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-label {
  display: none;
}
.site-menubar-fold .site-menu > .site-menu-item.active {
  border-top: none;
  border-bottom: none;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-icon,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-icon,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-icon {
  visibility: hidden;
  opacity: 0;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-title,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-title {
  opacity: 1;
  visibility: visible;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-badge,
.site-menubar-fold .site-menu > .site-menu-item.active > a .site-menu-badge,
.site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-badge {
  display: none;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-sub {
  display: none;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
  display: block;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub {
  -webkit-transition: visibility 0.25s, opacity 0.25s;
  -o-transition: visibility 0.25s, opacity 0.25s;
  transition: visibility 0.25s, opacity 0.25s;
  position: absolute;
  left: 90px;
  top: 0;
  width: 240px;
  background: #242f35;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub-up {
  top: auto;
  bottom: 0;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
  padding: 0 30px;
}
.site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-icon {
  margin-right: 0.5em;
}
.site-menubar-fold .site-menu > .site-menu-item.hover > .site-menu-sub {
  visibility: visible;
  opacity: 1;
}
.site-menubar-fold .site-menubar-light .site-menu-category {
  background: rgba(11, 105, 227, 0.05);
}
.site-menubar-fold .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
  -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.08);
  background: #f3f8fb;
}
.site-menubar-fold .site-menubar {
  width: 90px;
}
.site-menubar-fold .site-menubar-section {
  padding: 30px;
  border-top: 2px solid #242f35;
  border-bottom: 2px solid #242f35;
  margin-top: 0;
}
.site-menubar-fold .site-menubar-section > h4,
.site-menubar-fold .site-menubar-section > h5 {
  display: none;
}
.site-menubar-fold .site-menubar-light .site-menubar-section {
  border-top: 2px solid rgba(11, 105, 227, 0.05);
  border-bottom: 2px solid rgba(11, 105, 227, 0.05);
}
.site-menubar-fold .site-gridmenu {
  width: 90px;
}
.site-menubar-fold .site-gridmenu li {
  float: none;
  width: 100%;
}
.site-menubar-fold .site-gridmenu li > a {
  padding: 15px 0;
}
.site-menubar-fold .site-gridmenu-toggle:after {
  display: none;
}
.site-menubar-fold .site-menubar-footer {
  width: 90px;
}
.site-menubar-fold .site-menubar-footer > a {
  display: none;
}
.site-menubar-fold .site-menubar-footer > a.fold-show {
  width: 100%;
  float: none;
  display: block;
}
.site-menubar-fold.site-menubar-changing .site-menu > .site-menu-item > .site-menu-sub {
  display: none;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item:hover > a {
  background-color: transparent;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover {
  background: #37474F;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active > a .site-menu-icon,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open > a .site-menu-icon,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a .site-menu-icon {
  opacity: 1;
  visibility: visible;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active > a .site-menu-badge,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open > a .site-menu-badge,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a .site-menu-badge {
  display: inline-block;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.active > a .site-menu-title,
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.open > a .site-menu-title {
  visibility: hidden;
  opacity: 0;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item.hover > a .site-menu-title {
  opacity: 1;
  visibility: visible;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item > a .site-menu-title {
  -webkit-transition: visibility 0, opacity 0;
  -o-transition: visibility 0, opacity 0;
  transition: visibility 0, opacity 0;
  left: 90px;
  width: 240px;
  padding: 0 30px;
  background: #37474F;
  font-size: 16px;
  text-align: left;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item > .site-menu-sub {
  top: 45px;
}
.site-menubar-fold.site-menubar-fold-alt .site-menu > .site-menu-item > .site-menu-sub-up {
  top: auto;
  bottom: 45px;
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item.active,
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item.open,
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item.hover {
  background: #D9E9FF;
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item > a .site-menu-title {
  background: #D9E9FF;
}
.site-menubar-fold.site-menubar-fold-alt .site-menubar-light .site-menu > .site-menu-item > .site-menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px), screen and (min-width: 1200px) {
  .css-menubar .site-menu-category {
    -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
    -o-transition: all .25s, font .1s .15s, color .1s .15s;
    transition: all .25s, font .1s .15s, color .1s .15s;
    font-size: 15px;
    padding: 0 24px;
    color: #76838F;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .css-menubar .site-menu > .site-menu-item > a .site-menu-title {
    font-size: 16px;
  }
  .css-menubar .site-menu-icon {
    margin-right: 16px;
  }
  .css-menubar .site-menu-title {
    display: inline-block;
    max-width: 160px;
  }
  .css-menubar .site-menu-title:first-child {
    margin-left: 32px;
  }
  .css-menubar .site-menu .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu-item {
    -webkit-transition: transform .1s, all .25s, border 0;
    -o-transition: transform .1s, all .25s, border 0;
    transition: transform .1s, all .25s, border 0;
    line-height: 36px;
  }
  .css-menubar .site-menu-item.open > a .site-menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .css-menubar .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .css-menubar .site-menu-item:not(.open) > a .site-menu-arrow {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .css-menubar .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .css-menubar .site-menu > .site-menu-item > a {
    padding: 0 30px;
    line-height: 46px;
  }
  .css-menubar.site-menubar-native .site-menubar-body {
    overflow-y: scroll;
  }
  .css-menubar .site-menubar {
    width: 260px;
  }
  .css-menubar .site-gridmenu {
    width: 260px;
  }
  .css-menubar .site-menubar-footer {
    width: 260px;
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left {
    transform: rotate(180deg);
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:before {
    width: 0.6em;
    transform: translate3d(0.45em, 0.1em, 0) rotate(45deg);
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
    border-radius: 0.2em;
  }
  .css-menubar [data-toggle="menubar"] .hamburger-arrow-left:after {
    width: 0.6em;
    transform: translate3d(0.45em, -0.1em, 0) rotate(-45deg);
  }
  .css-menubar .site-menu-item:hover > .site-menu-sub {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-header {
    width: 260px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .css-menubar .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .css-menubar .page,
  .css-menubar .site-footer {
    margin-left: 260px;
  }
}
.site-menubar-unfold .page,
.site-menubar-unfold .site-footer {
  margin-left: 260px;
}
@media (min-width: 768px) {
  .site-menubar-unfold .site-navbar .navbar-header {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .site-menubar-unfold .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
.site-menubar-unfold .site-menu-category {
  -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
  -o-transition: all .25s, font .1s .15s, color .1s .15s;
  transition: all .25s, font .1s .15s, color .1s .15s;
  font-size: 15px;
  padding: 0 24px;
  color: #76838F;
  line-height: 46px;
  text-transform: uppercase;
  margin-top: 20px;
}
.site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
  font-size: 16px;
}
.site-menubar-unfold .site-menu-icon {
  margin-right: 16px;
}
.site-menubar-unfold .site-menu-title {
  display: inline-block;
  max-width: 160px;
}
.site-menubar-unfold .site-menu-title:first-child {
  margin-left: 32px;
}
.site-menubar-unfold .site-menu .site-menu-sub {
  display: none;
}
.site-menubar-unfold .site-menu-item {
  -webkit-transition: transform .1s, all .25s, border 0;
  -o-transition: transform .1s, all .25s, border 0;
  transition: transform .1s, all .25s, border 0;
  line-height: 36px;
}
.site-menubar-unfold .site-menu-item.open > a .site-menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.site-menubar-unfold .site-menu-item.open > .site-menu-sub {
  display: block;
}
.site-menubar-unfold .site-menu-item:not(.open) > a .site-menu-arrow {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.site-menubar-unfold .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.site-menubar-unfold .site-menu > .site-menu-item > a {
  padding: 0 30px;
  line-height: 46px;
}
.site-menubar-unfold.site-menubar-native .site-menubar-body {
  overflow-y: scroll;
}
.site-menubar-unfold .site-menubar {
  width: 260px;
}
.site-menubar-unfold .site-gridmenu {
  width: 260px;
}
.site-menubar-unfold .site-menubar-footer {
  width: 260px;
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left {
  transform: rotate(180deg);
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:before {
  width: 0.6em;
  transform: translate3d(0.45em, 0.1em, 0) rotate(45deg);
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
  border-radius: 0.2em;
}
.site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:after {
  width: 0.6em;
  transform: translate3d(0.45em, -0.1em, 0) rotate(-45deg);
}
@media (max-width: 767px) {
  .site-menubar-unfold .page,
  .site-menubar-unfold .site-footer {
    margin-left: auto;
  }
  .site-menubar-open .page,
  .site-menubar-open .site-footer {
    -ms-transform: translate(260px, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  .site-menubar-changing {
    overflow: hidden;
  }
  .site-menubar-changing .page,
  .site-menubar-changing .site-footer {
    -webkit-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
  }
  .site-gridmenu {
    width: 100% !important;
    background: rgba(38, 50, 56, 0.9);
  }
  .site-menubar-hide .site-menubar,
  .site-menubar-open .site-menubar {
    -webkit-transition: transform .25s, top .35s, height .35s;
    -o-transition: transform .25s, top .35s, height .35s;
    transition: transform .25s, top .35s, height .35s;
  }
  .site-menubar-open .site-menubar {
    -ms-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .site-navbar-collapsing {
    -webkit-transition: padding-top .35s;
    -o-transition: padding-top .35s;
    transition: padding-top .35s;
  }
  body.site-navbar-collapse-show {
    padding-top: 132px;
  }
  .site-navbar-collapse-show .slidePanel.slidePanel-right,
  .site-navbar-collapse-show .slidePanel.slidePanel-left {
    top: 135px;
    -webkit-transition: top .35s;
    -o-transition: top .35s;
    transition: top .35s;
  }
}
@media (max-width: 767px) {
  .site-navbar .brand {
    display: none;
  }
  .site-navbar .brand-mobile {
    display: block;
  }
  .site-menubar {
    top: 66px;
    height: -webkit-calc(100% - 66px);
    height: calc(100% - 66px);
    backface-visibility: hidden;
    perspective: 1000;
    -ms-transform: translate(-260px, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  .site-navbar-collapse-show .site-menubar {
    top: 132px;
    height: -webkit-calc(100% - 132px);
    height: calc(100% - 132px);
  }
  .site-menubar-footer {
    visibility: hidden;
  }
  .site-menubar-open .site-menubar-footer {
    visibility: visible;
  }
  .disable-scrolling {
    overflow: hidden;
    height: 100%;
  }
  body.site-menubar-open {
    overflow: hidden;
    height: 100%;
  }
  body.site-menubar-open .page {
    overflow: hidden;
    height: 100%;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .site-menubar-flipped .navbar-header {
    float: right;
  }
}
.site-menubar-flipped .site-menubar,
.site-menubar-flipped .site-menubar-footer {
  right: 0;
  left: auto;
}
.site-menubar-flipped .site-gridmenu {
  right: 0;
  left: auto;
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:before,
.site-menubar-flipped .hamburger-arrow-left.unfolded:before {
  transform: translateX(-0.1em) translateY(0.1em) rotate(135deg);
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:after,
.site-menubar-flipped .hamburger-arrow-left.unfolded:after {
  transform: translateX(-0.1em) translateY(-0.1em) rotate(45deg);
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .css-menubar .site-menubar-flipped .page,
  .css-menubar .site-menubar-flipped .site-footer {
    margin-right: 260px;
    margin-left: 0;
  }
}
.site-menubar-unfold.site-menubar-flipped .page,
.site-menubar-unfold.site-menubar-flipped .site-footer {
  margin-right: 260px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .site-menubar-unfold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .site-menubar-flipped.site-menubar-unfold .page,
  .site-menubar-flipped.site-menubar-unfold .site-footer {
    margin-left: 0;
    margin-right: auto;
  }
  .site-menubar-flipped.site-menubar-open .page,
  .site-menubar-flipped.site-menubar-open .site-footer {
    -ms-transform: translate(-260px, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  .site-menubar-flipped.site-menubar-open .site-menubar {
    -ms-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .css-menubar .site-menubar-flipped .page,
  .css-menubar .site-menubar-flipped .site-footer {
    margin-right: 90px;
    margin-left: 0;
  }
  .css-menubar .site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
    left: auto;
    right: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .css-menubar .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.site-menubar-fold.site-menubar-flipped .page,
.site-menubar-fold.site-menubar-flipped .site-footer {
  margin-right: 90px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .site-menubar-fold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.site-menubar-fold.site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
  left: auto;
  right: 90px;
}
@media (max-width: 767px) {
  .site-menubar-flipped .site-menubar {
    -ms-transform: translate(260px, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
}
.cal-action-done {
  opacity: 0.3;
}
/* fullcalendar Custom style
--------------------------------------------------------------------------------------------------*/
.fc td.fc-widget-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0px;
  font-size: 14px;
  text-transform: uppercase;
}
.fc td.fc-widget-content {
  border-width: 1px 0 0;
}
.fc td.fc-day.fc-widget-content + .fc-widget-content {
  border-left-width: 1px;
}
.fc .fc-row {
  border-width: 0;
}
.fc table > thead > tr > th {
  border-width: 0;
  font-weight: 100;
}
.fc .fc-toolbar h2 {
  display: inline-block;
  font-size: 20px;
  vertical-align: sub;
}
.fc .fc-axis.fc-time {
  text-transform: uppercase;
}
.fc .fc-toolbar {
  position: relative;
}
.fc-button.fc-prev-button,
.fc-button.fc-next-button {
  outline: none;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
  border: 0px solid transparent;
}
.fc-button.fc-month-button,
.fc-button.fc-agendaWeek-button,
.fc-button.fc-agendaDay-button {
  height: auto;
  padding: 8px 14px;
  font-size: 14px;
  box-shadow: none;
  background-image: none;
  text-transform: capitalize;
  background-color: #f6f8f8;
  border-color: #E4EAEC;
  outline: none;
}
.fc-button.fc-state-active,
.fc-button.fc-state-hover {
  background-color: #ffffff;
}
.fc-unthemed .fc-today {
  background-color: #f4f7f8;
}
.fc-agendaWeek-view .fc-event,
.fc-agendaDay-view .fc-event {
  border-radius: 3px;
}
.fc-row.fc-widget-header {
  border-color: transparent;
}
.calendar-container {
  overflow: hidden;
}
.panel-heading {
  border-width: 0;
  padding-top: 10px;
}
.panel-body {
  padding-top: 10px;
}
.calendar-list .list-group-item {
  cursor: pointer;
}
.fc-event {
  border-radius: 10px;
  background-color: #3E8EF7;
  border-color: #3E8EF7;
}
.fc-day-grid-event .fc-content {
  line-height: 1em;
  padding: 2px 10px;
}
.fc-highlight {
  background: #F3F7F9;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  left: 3px;
}
@media (max-width: 991px) {
  .fc-toolbar {
    margin-bottom: 60px;
  }
  .fc-toolbar .fc-center {
    white-space: nowrap;
  }
  .fc-toolbar .fc-right {
    top: 50px;
  }
  .fc-button.fc-prev-button {
    padding-left: 0;
  }
  .fc-button.fc-next-button {
    padding-right: 0;
  }
}
.fc-time-grid-event.fc-draggable.fc-resizable.fc-short {
  min-height: 10px;
}
.radio-custom,
.checkbox-custom {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label {
  min-height: 22px;
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer;
}
.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 0;
  margin-bottom: 0;
}
.radio-custom.disabled label,
.checkbox-custom.disabled label,
fieldset[disabled] .radio-custom label,
fieldset[disabled] .checkbox-custom label {
  cursor: not-allowed;
}
.input-group-addon .radio-custom,
.input-group-addon .checkbox-custom {
  margin: 0;
}
.checkbox-custom {
  padding-left: 20px;
}
.checkbox-custom label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.checkbox-custom label:empty {
  padding-left: 0;
}
.checkbox-custom label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #E4EAEC;
  border-radius: 3px;
  background-color: #ffffff;
  -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;
}
.checkbox-custom label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: 0;
  margin-left: -20px;
  text-align: center;
  padding-top: 1px;
  font-size: 12px;
  color: #76838F;
}
.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.checkbox-custom input[type="checkbox"]:focus + label::before,
.checkbox-custom input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before,
.checkbox-custom input[type="radio"]:checked + label::before {
  border-color: #E4EAEC;
  border-width: 10px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.checkbox-custom input[type="checkbox"]:checked + label::after,
.checkbox-custom input[type="radio"]:checked + label::after {
  font-family: "Web Icons";
  content: "\f192";
}
.checkbox-custom input[type="checkbox"]:disabled + label,
.checkbox-custom input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox-custom input[type="checkbox"]:disabled + label::before,
.checkbox-custom input[type="radio"]:disabled + label::before {
  background-color: #F3F7F9;
  border-color: #E4EAEC;
  border-width: 1px;
  cursor: not-allowed;
}
.checkbox-custom.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox-custom.checkbox-inline {
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
.checkbox-default input[type="checkbox"]:checked + label::before,
.checkbox-default input[type="radio"]:checked + label::before {
  background-color: #ffffff;
  border-color: #E4EAEC;
  border-width: 1px;
}
.checkbox-default input[type="checkbox"]:checked + label::after,
.checkbox-default input[type="radio"]:checked + label::after {
  color: #3E8EF7;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #3E8EF7;
  border-color: #3E8EF7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #FF4C52;
  border-color: #FF4C52;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #0BB2D4;
  border-color: #0BB2D4;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #EB6709;
  border-color: #EB6709;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #11C26D;
  border-color: #11C26D;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #ffffff;
}
.checkbox-sm {
  padding-left: 18px;
}
.checkbox-sm label {
  padding-left: 8px;
}
.checkbox-sm label:empty {
  padding-left: 0;
}
.checkbox-sm label::before,
.checkbox-sm label::after {
  width: 18px;
  height: 18px;
  margin-left: -18px;
}
.checkbox-sm label::after {
  font-size: 10px;
  line-height: 18px;
}
.checkbox-sm input[type="checkbox"],
.checkbox-sm input[type="radio"] {
  width: 18px;
  height: 18px;
}
.checkbox-sm input[type="checkbox"]:checked + label::before,
.checkbox-sm input[type="radio"]:checked + label::before {
  border-width: 9px;
}
.checkbox-lg {
  padding-left: 24px;
}
.checkbox-lg label {
  padding-left: 12px;
}
.checkbox-lg label:empty {
  padding-left: 0;
}
.checkbox-lg label::before,
.checkbox-lg label::after {
  width: 24px;
  height: 24px;
  margin-left: -24px;
}
.checkbox-lg label::after {
  font-size: 14px;
  line-height: 24px;
}
.checkbox-lg input[type="checkbox"],
.checkbox-lg input[type="radio"] {
  width: 24px;
  height: 24px;
}
.checkbox-lg input[type="checkbox"]:checked + label::before,
.checkbox-lg input[type="radio"]:checked + label::before {
  border-width: 12px;
}
.radio-custom {
  padding-left: 20px;
}
.radio-custom label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.radio-custom label:empty {
  padding-left: 0;
}
.radio-custom label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #E4EAEC;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
  -o-transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
  transition: border 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
}
.radio-custom label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  left: 7px;
  top: 7px;
  margin-left: -20px;
  border: 2px solid #76838F;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio-custom input[type="radio"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 1;
}
.radio-custom input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #E4EAEC;
  border-width: 10px;
}
.radio-custom input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio-custom input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio-custom input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio-custom.radio-inline {
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0;
}
.radio-inline + .radio-inline {
  margin-left: 20px;
}
.radio-default input[type="radio"]:checked + label::before {
  background-color: #ffffff;
  border-color: #E4EAEC;
  border-width: 1px;
}
.radio-default input[type="radio"]:checked + label::after {
  border-color: #3E8EF7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #3E8EF7;
}
.radio-primary input[type="radio"]:checked + label::after {
  border-color: #ffffff;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #FF4C52;
}
.radio-danger input[type="radio"]:checked + label::after {
  border-color: #ffffff;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #0BB2D4;
}
.radio-info input[type="radio"]:checked + label::after {
  border-color: #ffffff;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #EB6709;
}
.radio-warning input[type="radio"]:checked + label::after {
  border-color: #ffffff;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #11C26D;
}
.radio-success input[type="radio"]:checked + label::after {
  border-color: #ffffff;
}
.radio-sm {
  padding-left: 18px;
}
.radio-sm label {
  padding-left: 8px;
}
.radio-sm label:empty {
  padding-left: 0;
}
.radio-sm label::before {
  width: 18px;
  height: 18px;
  margin-left: -20px;
}
.radio-sm label::after {
  width: 4px;
  height: 4px;
  left: 7px;
  top: 7px;
  margin-left: -20px;
  border-width: 2px;
}
.radio-sm input[type="radio"] {
  width: 18px;
  height: 18px;
}
.radio-sm input[type="radio"]:checked + label::before {
  border-width: 9px;
}
.radio-lg {
  padding-left: 24px;
}
.radio-lg label {
  padding-left: 12px;
}
.radio-lg label:empty {
  padding-left: 0;
}
.radio-lg label::before {
  width: 24px;
  height: 24px;
  margin-left: -20px;
}
.radio-lg label::after {
  width: 8px;
  height: 8px;
  left: 8px;
  top: 8px;
  margin-left: -20px;
  border-width: 2px;
}
.radio-lg input[type="radio"] {
  width: 24px;
  height: 24px;
}
.radio-lg input[type="radio"]:checked + label::before {
  border-width: 12px;
}
@media (min-width: 768px) {
  .form-inline .radio-custom,
  .form-inline .checkbox-custom {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio-custom label,
  .form-inline .checkbox-custom label {
    padding-left: 0;
  }
  .form-inline .radio-custom input[type="radio"],
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .radio-custom label {
    padding-left: 10px;
  }
  .form-inline .checkbox-custom label {
    padding-left: 10px;
  }
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
  }
  .form-inline .radio-custom input[type="radio"] {
    position: absolute;
    margin-left: -20px;
  }
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  min-height: 29px;
}
.form-material {
  position: relative;
}
.form-material.floating {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-material.floating + .form-material.floating {
  margin-top: 40px;
}
.form-material .form-control {
  padding: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0s ease-out;
}
.form-material .form-control,
.form-material .form-control:focus,
.form-material .form-control.focus {
  float: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-image: linear-gradient(#3E8EF7, #3E8EF7), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material .form-control {
  border-bottom: 2px solid #E4EAEC;
}
.form-material .form-control::-webkit-input-placeholder {
  color: #A3AFB7;
}
.form-material .form-control::-moz-placeholder {
  color: #A3AFB7;
}
.form-material .form-control:-ms-input-placeholder {
  color: #A3AFB7;
}
.form-material .form-control:disabled::-webkit-input-placeholder {
  color: #CCD5DB;
}
.form-material .form-control:disabled::-moz-placeholder {
  color: #CCD5DB;
}
.form-material .form-control:disabled:-ms-input-placeholder {
  color: #CCD5DB;
}
.form-material .form-control:focus,
.form-material .form-control.focus {
  outline: none;
  background-size: 100% 2px, 100% 1px;
  transition-duration: 0.3s;
}
.no-cssgradients .form-material .form-control:focus,
.no-cssgradients .form-material .form-control.focus {
  background: transparent;
  border-bottom: 2px solid #3E8EF7;
}
.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #CCD5DB;
}
.form-material .form-control:disabled ~ .floating-label,
.form-material .form-control[disabled] ~ .floating-label,
fieldset[disabled] .form-material .form-control ~ .floating-label {
  color: #CCD5DB;
}
.form-material .control-label {
  font-weight: 500;
  margin-bottom: 0;
}
.form-material .floating-label {
  font-size: 14px;
  color: #76838F;
  position: absolute;
  pointer-events: none;
  left: 0px;
  transition: 0.3s ease all;
}
.form-material .floating-label.floating-label-static {
  position: relative;
  top: auto;
  display: block;
}
.form-material [class*="col-"] > .floating-label {
  left: 15px;
}
.form-material .form-control ~ .floating-label {
  font-size: 14px;
  top: 7.99999998px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  top: -11.2px;
  font-size: 11.2px;
}
.form-material .form-control:-webkit-autofill ~ .floating-label {
  top: -11.2px;
  font-size: 11.2px;
}
.form-material .form-control.input-sm ~ .floating-label {
  font-size: 12px;
  top: 6px;
}
.form-material .form-control.input-sm:focus ~ .floating-label,
.form-material .form-control.input-sm.focus ~ .floating-label,
.form-material .form-control.input-sm:not(.empty) ~ .floating-label {
  top: -9.6px;
  font-size: 9.6px;
}
.form-material .form-control.input-sm:-webkit-autofill ~ .floating-label {
  top: -9.6px;
  font-size: 9.6px;
}
.form-material .form-control.input-lg ~ .floating-label {
  font-size: 18px;
  top: 5.9999994px;
}
.form-material .form-control.input-lg:focus ~ .floating-label,
.form-material .form-control.input-lg.focus ~ .floating-label,
.form-material .form-control.input-lg:not(.empty) ~ .floating-label {
  top: -14.4px;
  font-size: 14.4px;
}
.form-material .form-control.input-lg:-webkit-autofill ~ .floating-label {
  top: -14.4px;
  font-size: 14.4px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  font-weight: 500;
}
.form-material .form-control:-webkit-autofill ~ .floating-label {
  font-weight: 500;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label {
  color: #3E8EF7;
}
.form-material textarea.form-control {
  resize: none;
  padding-bottom: 6px;
}
.form-material.floating textarea.form-control {
  padding-top: 6px;
}
.form-material select.form-control {
  border: 0;
  border-radius: 0;
}
.form-material:not(.floating) .control-label + select[multiple] {
  margin-top: 5px;
}
.form-material .hint {
  position: absolute;
  font-size: 80%;
  display: none;
}
.form-material .form-control:focus ~ .hint,
.form-material .form-control.focus ~ .hint {
  display: block;
}
.form-material .form-control:not(.empty):invalid ~ .floating-label,
.form-material .form-control.focus:invalid ~ .floating-label {
  color: #FF4C52;
}
.form-material .form-control:invalid {
  background-image: linear-gradient(#FF4C52, #FF4C52), linear-gradient(#E4EAEC, #E4EAEC);
}
.form-material.form-group.has-warning .form-control:focus,
.form-material.form-group.has-warning .form-control.focus,
.form-material.form-group.has-warning .form-control:not(.empty) {
  background-image: linear-gradient(#EB6709, #EB6709), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-warning .form-control:focus,
.no-cssgradients .form-material.form-group.has-warning .form-control.focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #EB6709;
}
.form-material.form-group.has-warning .form-control:-webkit-autofill {
  background-image: linear-gradient(#EB6709, #EB6709), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-warning .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #EB6709;
}
.form-material.form-group.has-warning .form-control:not(.empty) {
  background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-warning .control-label {
  color: #EB6709;
}
.form-material.form-group.has-warning .form-control:focus ~ .floating-label,
.form-material.form-group.has-warning .form-control.focus ~ .floating-label,
.form-material.form-group.has-warning .form-control:not(.empty) ~ .floating-label {
  color: #EB6709;
}
.form-material.form-group.has-warning .form-control:-webkit-autofill ~ .floating-label {
  color: #EB6709;
}
.form-material.form-group.has-error .form-control:focus,
.form-material.form-group.has-error .form-control.focus,
.form-material.form-group.has-error .form-control:not(.empty) {
  background-image: linear-gradient(#FF4C52, #FF4C52), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-error .form-control:focus,
.no-cssgradients .form-material.form-group.has-error .form-control.focus,
.no-cssgradients .form-material.form-group.has-error .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #FF4C52;
}
.form-material.form-group.has-error .form-control:-webkit-autofill {
  background-image: linear-gradient(#FF4C52, #FF4C52), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-error .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #FF4C52;
}
.form-material.form-group.has-error .form-control:not(.empty) {
  background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-error .control-label {
  color: #FF4C52;
}
.form-material.form-group.has-error .form-control:focus ~ .floating-label,
.form-material.form-group.has-error .form-control.focus ~ .floating-label,
.form-material.form-group.has-error .form-control:not(.empty) ~ .floating-label {
  color: #FF4C52;
}
.form-material.form-group.has-error .form-control:-webkit-autofill ~ .floating-label {
  color: #FF4C52;
}
.form-material.form-group.has-success .form-control:focus,
.form-material.form-group.has-success .form-control.focus,
.form-material.form-group.has-success .form-control:not(.empty) {
  background-image: linear-gradient(#11C26D, #11C26D), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-success .form-control:focus,
.no-cssgradients .form-material.form-group.has-success .form-control.focus,
.no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #11C26D;
}
.form-material.form-group.has-success .form-control:-webkit-autofill {
  background-image: linear-gradient(#11C26D, #11C26D), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-success .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #11C26D;
}
.form-material.form-group.has-success .form-control:not(.empty) {
  background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-success .control-label {
  color: #11C26D;
}
.form-material.form-group.has-success .form-control:focus ~ .floating-label,
.form-material.form-group.has-success .form-control.focus ~ .floating-label,
.form-material.form-group.has-success .form-control:not(.empty) ~ .floating-label {
  color: #11C26D;
}
.form-material.form-group.has-success .form-control:-webkit-autofill ~ .floating-label {
  color: #11C26D;
}
.form-material.form-group.has-info .form-control:focus,
.form-material.form-group.has-info .form-control.focus,
.form-material.form-group.has-info .form-control:not(.empty) {
  background-image: linear-gradient(#0BB2D4, #0BB2D4), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-info .form-control:focus,
.no-cssgradients .form-material.form-group.has-info .form-control.focus,
.no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #0BB2D4;
}
.form-material.form-group.has-info .form-control:-webkit-autofill {
  background-image: linear-gradient(#0BB2D4, #0BB2D4), linear-gradient(#E4EAEC, #E4EAEC);
}
.no-cssgradients .form-material.form-group.has-info .form-control:-webkit-autofill {
  background: transparent;
  border-bottom: 2px solid #0BB2D4;
}
.form-material.form-group.has-info .form-control:not(.empty) {
  background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-info .control-label {
  color: #0BB2D4;
}
.form-material.form-group.has-info .form-control:focus ~ .floating-label,
.form-material.form-group.has-info .form-control.focus ~ .floating-label,
.form-material.form-group.has-info .form-control:not(.empty) ~ .floating-label {
  color: #0BB2D4;
}
.form-material.form-group.has-info .form-control:-webkit-autofill ~ .floating-label {
  color: #0BB2D4;
}
.form-material .input-group .form-control-wrap {
  margin-right: 5px;
  margin-left: 5px;
}
.form-material .input-group .form-control-wrap .form-control {
  float: none;
}
.form-material .input-group .input-group-addon {
  border: 0;
  background: transparent;
}
.form-material .input-group .input-group-btn .btn {
  border-radius: 4px;
  margin: 0;
}
.form-material input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.form-control-wrap {
  position: relative;
}
.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 40px;
  text-indent: -9999em;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.loader.loader-default {
  width: 1em;
  height: 1em;
  background-color: #A3AFB7;
  border-radius: 100%;
  -webkit-animation: loader-default 1s infinite ease-in-out;
  -o-animation: loader-default 1s infinite ease-in-out;
  animation: loader-default 1s infinite ease-in-out;
}
.loader.loader-grill {
  width: 0.25em;
  height: 0.5em;
  background: #A3AFB7;
  -webkit-animation: default-grill 1s infinite ease-in-out;
  -o-animation: default-grill 1s infinite ease-in-out;
  animation: default-grill 1s infinite ease-in-out;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader.loader-grill:before,
.loader.loader-grill:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #A3AFB7;
  -webkit-animation: default-grill 1s infinite ease-in-out;
  -o-animation: default-grill 1s infinite ease-in-out;
  animation: default-grill 1s infinite ease-in-out;
}
.loader.loader-grill:before {
  left: -0.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader.loader-grill:after {
  left: 0.375em;
}
.loader.loader-circle {
  width: 1em;
  height: 1em;
  border-top: 0.125em solid rgba(163, 175, 183, 0.5);
  border-right: 0.125em solid rgba(163, 175, 183, 0.5);
  border-bottom: 0.125em solid rgba(163, 175, 183, 0.5);
  border-left: 0.125em solid #A3AFB7;
  border-radius: 50%;
  -webkit-animation: loader-circle 1.1s infinite linear;
  -o-animation: loader-circle 1.1s infinite linear;
  animation: loader-circle 1.1s infinite linear;
}
.loader.loader-round-circle {
  width: 1em;
  height: 1em;
  font-size: 10px;
  border-radius: 50%;
  -webkit-animation: loader-round-circle 1.3s infinite linear;
  -o-animation: loader-round-circle 1.3s infinite linear;
  animation: loader-round-circle 1.3s infinite linear;
}
.loader.loader-tadpole {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: loader-tadpole 1.7s infinite ease;
  -o-animation: loader-tadpole 1.7s infinite ease;
  animation: loader-tadpole 1.7s infinite ease;
}
.loader.loader-ellipsis {
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
  -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
  animation: loader-ellipsis 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader.loader-ellipsis:before,
.loader.loader-ellipsis:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
  -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
  animation: loader-ellipsis 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader.loader-ellipsis:before {
  left: -0.875em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader.loader-ellipsis:after {
  left: 0.875em;
}
.loader.loader-dot {
  width: 2em;
  height: 2em;
  -webkit-animation: loader-dot-rotate 2s infinite linear;
  -o-animation: loader-dot-rotate 2s infinite linear;
  animation: loader-dot-rotate 2s infinite linear;
}
.loader.loader-dot:before,
.loader.loader-dot:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  content: '';
  background: #A3AFB7;
  border-radius: 100%;
  -webkit-animation: loader-dot-bounce 2s infinite ease-in-out;
  -o-animation: loader-dot-bounce 2s infinite ease-in-out;
  animation: loader-dot-bounce 2s infinite ease-in-out;
}
.loader.loader-dot:after {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader.loader-bounce {
  width: 1.5em;
  height: 1.5em;
}
.loader.loader-bounce:before,
.loader.loader-bounce:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #A3AFB7;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: loader-bounce 2s infinite ease-in-out;
  -o-animation: loader-bounce 2s infinite ease-in-out;
  animation: loader-bounce 2s infinite ease-in-out;
}
.loader.loader-bounce:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.side-panel-loading,
body > .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
}
.site-menubar-unfold > .loader {
  margin-left: 130px;
}
.site-menubar-fold > .loader {
  margin-left: 45px;
}
.site-menubar-hide.site-menubar-unfold > .loader {
  margin-left: 0;
}
@keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    box-shadow: 0 0 #A3AFB7;
  }
  40% {
    height: 1.2em;
    box-shadow: 0 -0.25em #A3AFB7;
  }
}
@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-round-circle {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em #A3AFB7, 2em -2em 0 0 #A3AFB7, 3em 0 0 -0.5em #A3AFB7, 2em 2em 0 -0.5em #A3AFB7, 0 3em 0 -0.5em #A3AFB7, -2em 2em 0 -0.5em #A3AFB7, -3em 0 0 -0.5em #A3AFB7, -2em -2em 0 0 #A3AFB7;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #A3AFB7, 2em -2em 0 0.2em #A3AFB7, 3em 0 0 0 #A3AFB7, 2em 2em 0 -0.5em #A3AFB7, 0 3em 0 -0.5em #A3AFB7, -2em 2em 0 -0.5em #A3AFB7, -3em 0 0 -0.5em #A3AFB7, -2em -2em 0 -0.5em #A3AFB7;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em #A3AFB7, 2em -2em 0 0 #A3AFB7, 3em 0 0 0.2em #A3AFB7, 2em 2em 0 0 #A3AFB7, 0 3em 0 -0.5em #A3AFB7, -2em 2em 0 -0.5em #A3AFB7, -3em 0 0 -0.5em #A3AFB7, -2em -2em 0 -0.5em #A3AFB7;
  }
  37.5% {
    box-shadow: 0 -3em 0 -0.5em #A3AFB7, 2em -2em 0 -0.5em #A3AFB7, 3em 0 0 0 #A3AFB7, 2em 2em 0 0.2em #A3AFB7, 0 3em 0 0 #A3AFB7, -2em 2em 0 -0.5em #A3AFB7, -3em 0 0 -0.5em #A3AFB7, -2em -2em 0 -0.5em #A3AFB7;
  }
  50% {
    box-shadow: 0 -3em 0 -0.5em #A3AFB7, 2em -2em 0 -0.5em #A3AFB7, 3em 0 0 -0.5em #A3AFB7, 2em 2em 0 0 #A3AFB7, 0 3em 0 0.2em #A3AFB7, -2em 2em 0 0 #A3AFB7, -3em 0 0 -0.5em #A3AFB7, -2em -2em 0 -0.5em #A3AFB7;
  }
  62.5% {
    box-shadow: 0 -3em 0 -0.5em #A3AFB7, 2em -2em 0 -0.5em #A3AFB7, 3em 0 0 -0.5em #A3AFB7, 2em 2em 0 -0.5em #A3AFB7, 0 3em 0 0 #A3AFB7, -2em 2em 0 0.2em #A3AFB7, -3em 0 0 0 #A3AFB7, -2em -2em 0 -0.5em #A3AFB7;
  }
  75% {
    box-shadow: 0 -3em 0 -0.5em #A3AFB7, 2em -2em 0 -0.5em #A3AFB7, 3em 0 0 -0.5em #A3AFB7, 2em 2em 0 -0.5em #A3AFB7, 0 3em 0 -0.5em #A3AFB7, -2em 2em 0 0 #A3AFB7, -3em 0 0 0.2em #A3AFB7, -2em -2em 0 0 #A3AFB7;
  }
  87.5% {
    box-shadow: 0 -3em 0 0 #A3AFB7, 2em -2em 0 -0.5em #A3AFB7, 3em 0 0 -0.5em #A3AFB7, 2em 2em 0 -0.5em #A3AFB7, 0 3em 0 -0.5em #A3AFB7, -2em 2em 0 0 #A3AFB7, -3em 0 0 0 #A3AFB7, -2em -2em 0 0.2em #A3AFB7;
  }
}
@keyframes loader-tadpole {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em #A3AFB7, 0 -0.83em 0 -0.42em #A3AFB7, 0 -0.83em 0 -0.44em #A3AFB7, 0 -0.83em 0 -0.46em #A3AFB7, 0 -0.83em 0 -0.477em #A3AFB7;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #A3AFB7, 0 -0.83em 0 -0.42em #A3AFB7, 0 -0.83em 0 -0.44em #A3AFB7, 0 -0.83em 0 -0.46em #A3AFB7, 0 -0.83em 0 -0.477em #A3AFB7;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #A3AFB7, -0.087em -0.825em 0 -0.42em #A3AFB7, -0.173em -0.812em 0 -0.44em #A3AFB7, -0.256em -0.789em 0 -0.46em #A3AFB7, -0.297em -0.775em 0 -0.477em #A3AFB7;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #A3AFB7, -0.338em -0.758em 0 -0.42em #A3AFB7, -0.555em -0.617em 0 -0.44em #A3AFB7, -0.671em -0.488em 0 -0.46em #A3AFB7, -0.749em -0.34em 0 -0.477em #A3AFB7;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #A3AFB7, -0.377em -0.74em 0 -0.42em #A3AFB7, -0.645em -0.522em 0 -0.44em #A3AFB7, -0.775em -0.297em 0 -0.46em #A3AFB7, -0.82em -0.09em 0 -0.477em #A3AFB7;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em #A3AFB7, 0 -0.83em 0 -0.42em #A3AFB7, 0 -0.83em 0 -0.44em #A3AFB7, 0 -0.83em 0 -0.46em #A3AFB7, 0 -0.83em 0 -0.477em #A3AFB7;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 0.625em 0 -0.325em #A3AFB7;
  }
  40% {
    box-shadow: 0 0.625em 0 0 #A3AFB7;
  }
}
@keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[class*=animation-] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*=animation-],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*=animation-] {
  -webkit-animation-name: none;
  animation-name: none;
}
.animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animation-repeat {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animation-fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animation-scale {
  -webkit-animation-name: scale-12;
  animation-name: scale-12;
}
.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
  animation-name: fade-scale-02;
}
.animation-scale-down {
  -webkit-animation-name: fade-scale-18;
  animation-name: fade-scale-18;
}
.animation-slide-top {
  -webkit-animation-name: slide-top;
  animation-name: slide-top;
}
.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom;
}
.animation-slide-left {
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}
.animation-slide-right {
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}
.animation-shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.animation-duration-10 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
.animation-duration-9 {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.animation-duration-8 {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.animation-duration-7 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.animation-duration-6 {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.animation-duration-5 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.animation-duration-4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.animation-duration-3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.animation-duration-2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animation-duration-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animation-delay-100 {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
}
.animation-duration-250 {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}
.animation-duration-300 {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
.animation-duration-500 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animation-duration-750 {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}
.animation-delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animation-delay-900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.animation-delay-800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.animation-delay-700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.animation-delay-600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.animation-delay-500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.animation-delay-400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.animation-delay-300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.animation-delay-200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.animation-delay-100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.animation-easing-easeInOut {
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.animation-easing-easeInQuad {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.animation-easing-easeInCubic {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.animation-easing-easeInQuart {
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.animation-easing-easeInQuint {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.animation-easing-easeInSine {
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.animation-easing-easeInExpo {
  -webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.animation-easing-easeInCirc {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.animation-easing-easeInBack {
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.animation-easing-eastOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation-easing-easeOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation-easing-easeOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animation-easing-easeOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.animation-easing-easeOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.animation-easing-easeOutExpo {
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.animation-easing-easeOutCirc {
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.animation-easing-easeOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animation-easing-easeInOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.animation-easing-easeInOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.animation-easing-easeInOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.animation-easing-easeInOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.animation-easing-easeInOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.animation-easing-easeInOutExpo {
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.animation-easing-easeInOutCirc {
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.animation-easing-easeInOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.animation-easing-easeInOutElastic {
  -webkit-animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
  animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
.primary-100 {
  color: #D9E9FF !important;
}
.primary-200 {
  color: #B8D7FF !important;
}
.primary-300 {
  color: #99C5FF !important;
}
.primary-400 {
  color: #79B2FC !important;
}
.primary-500 {
  color: #589FFC !important;
}
.primary-600 {
  color: #3E8EF7 !important;
}
.primary-700 {
  color: #247CF0 !important;
}
.primary-800 {
  color: #0B69E3 !important;
}
.red-100 {
  color: #FFDBDC !important;
}
.red-200 {
  color: #FFBFC1 !important;
}
.red-300 {
  color: #FFBFC1 !important;
}
.red-400 {
  color: #FF8589 !important;
}
.red-500 {
  color: #FF666B !important;
}
.red-600 {
  color: #FF4C52 !important;
}
.red-700 {
  color: #F2353C !important;
}
.red-800 {
  color: #E62020 !important;
}
.pink-100 {
  color: #FFD9E6 !important;
}
.pink-200 {
  color: #FFBAD2 !important;
}
.pink-300 {
  color: #FF9EC0 !important;
}
.pink-400 {
  color: #FF7DAA !important;
}
.pink-500 {
  color: #FF5E97 !important;
}
.pink-600 {
  color: #F74584 !important;
}
.pink-700 {
  color: #EB2F71 !important;
}
.pink-800 {
  color: #E6155E !important;
}
.purple-100 {
  color: #EAE1FC !important;
}
.purple-200 {
  color: #D9C7FC !important;
}
.purple-300 {
  color: #C8AEFC !important;
}
.purple-400 {
  color: #B693FA !important;
}
.purple-500 {
  color: #A57AFA !important;
}
.purple-600 {
  color: #9463F7 !important;
}
.purple-700 {
  color: #8349F5 !important;
}
.purple-800 {
  color: #7231F5 !important;
}
.indigo-100 {
  color: #E1E4FC !important;
}
.indigo-200 {
  color: #C7CFFC !important;
}
.indigo-300 {
  color: #AFB9FA !important;
}
.indigo-400 {
  color: #96A3FA !important;
}
.indigo-500 {
  color: #7D8EFA !important;
}
.indigo-600 {
  color: #667AFA !important;
}
.indigo-700 {
  color: #4D64FA !important;
}
.indigo-800 {
  color: #364FF5 !important;
}
.blue-100 {
  color: #D9E9FF !important;
}
.blue-200 {
  color: #B8D7FF !important;
}
.blue-300 {
  color: #99C5FF !important;
}
.blue-400 {
  color: #79B2FC !important;
}
.blue-500 {
  color: #589FFC !important;
}
.blue-600 {
  color: #3E8EF7 !important;
}
.blue-700 {
  color: #247CF0 !important;
}
.blue-800 {
  color: #0B69E3 !important;
}
.cyan-100 {
  color: #C2F5FF !important;
}
.cyan-200 {
  color: #9DE6F5 !important;
}
.cyan-300 {
  color: #77D9ED !important;
}
.cyan-400 {
  color: #54CBE3 !important;
}
.cyan-500 {
  color: #28C0DE !important;
}
.cyan-600 {
  color: #0BB2D4 !important;
}
.cyan-700 {
  color: #0099B8 !important;
}
.cyan-800 {
  color: #007D96 !important;
}
.teal-100 {
  color: #C3F7F2 !important;
}
.teal-200 {
  color: #92F0E6 !important;
}
.teal-300 {
  color: #6BE3D7 !important;
}
.teal-400 {
  color: #45D6C8 !important;
}
.teal-500 {
  color: #28C7B7 !important;
}
.teal-600 {
  color: #17B3A3 !important;
}
.teal-700 {
  color: #089E8F !important;
}
.teal-800 {
  color: #008577 !important;
}
.green-100 {
  color: #C2FADC !important;
}
.green-200 {
  color: #99F2C2 !important;
}
.green-300 {
  color: #72E8AB !important;
}
.green-400 {
  color: #49DE94 !important;
}
.green-500 {
  color: #28D17C !important;
}
.green-600 {
  color: #11C26D !important;
}
.green-700 {
  color: #05A85C !important;
}
.green-800 {
  color: #008C4D !important;
}
.light-green-100 {
  color: #DCF7B0 !important;
}
.light-green-200 {
  color: #C3E887 !important;
}
.light-green-300 {
  color: #ADD966 !important;
}
.light-green-400 {
  color: #94CC39 !important;
}
.light-green-500 {
  color: #7EB524 !important;
}
.light-green-600 {
  color: #6DA611 !important;
}
.light-green-700 {
  color: #5A9101 !important;
}
.light-green-800 {
  color: #4A7800 !important;
}
.yellow-100 {
  color: #FFF6B5 !important;
}
.yellow-200 {
  color: #FFF39C !important;
}
.yellow-300 {
  color: #FFED78 !important;
}
.yellow-400 {
  color: #FFE54F !important;
}
.yellow-500 {
  color: #FFDC2E !important;
}
.yellow-600 {
  color: #FFCD17 !important;
}
.yellow-700 {
  color: #FCB900 !important;
}
.yellow-800 {
  color: #FAA700 !important;
}
.orange-100 {
  color: #FFE1C4 !important;
}
.orange-200 {
  color: #FFC894 !important;
}
.orange-300 {
  color: #FAB06B !important;
}
.orange-400 {
  color: #FA983C !important;
}
.orange-500 {
  color: #F57D1B !important;
}
.orange-600 {
  color: #EB6709 !important;
}
.orange-700 {
  color: #DE4E00 !important;
}
.orange-800 {
  color: #B53F00 !important;
}
.brown-100 {
  color: #F5E2DA !important;
}
.brown-200 {
  color: #E0CDC5 !important;
}
.brown-300 {
  color: #CFB8B0 !important;
}
.brown-400 {
  color: #BDA299 !important;
}
.brown-500 {
  color: #AB8C82 !important;
}
.brown-600 {
  color: #997B71 !important;
}
.brown-700 {
  color: #82675F !important;
}
.brown-800 {
  color: #6B534C !important;
}
.grey-100 {
  color: #FAFAFA !important;
}
.grey-200 {
  color: #EEEEEE !important;
}
.grey-300 {
  color: #E0E0E0 !important;
}
.grey-400 {
  color: #BDBDBD !important;
}
.grey-500 {
  color: #9E9E9E !important;
}
.grey-600 {
  color: #757575 !important;
}
.grey-700 {
  color: #616161 !important;
}
.grey-800 {
  color: #424242 !important;
}
.blue-grey-100 {
  color: #F3F7F9 !important;
}
.blue-grey-200 {
  color: #E4EAEC !important;
}
.blue-grey-300 {
  color: #CCD5DB !important;
}
.blue-grey-400 {
  color: #A3AFB7 !important;
}
.blue-grey-500 {
  color: #76838F !important;
}
.blue-grey-600 {
  color: #526069 !important;
}
.blue-grey-700 {
  color: #37474F !important;
}
.blue-grey-800 {
  color: #263238 !important;
}
.bg-primary-100 {
  background-color: #D9E9FF !important;
}
.bg-primary-200 {
  background-color: #B8D7FF !important;
}
.bg-primary-300 {
  background-color: #99C5FF !important;
}
.bg-primary-400 {
  background-color: #79B2FC !important;
}
.bg-primary-500 {
  background-color: #589FFC !important;
}
.bg-primary-600 {
  background-color: #3E8EF7 !important;
}
.bg-primary-700 {
  background-color: #247CF0 !important;
}
.bg-primary-800 {
  background-color: #0B69E3 !important;
}
.bg-red-100 {
  background-color: #FFDBDC !important;
}
.bg-red-200 {
  background-color: #FFBFC1 !important;
}
.bg-red-300 {
  background-color: #FFBFC1 !important;
}
.bg-red-400 {
  background-color: #FF8589 !important;
}
.bg-red-500 {
  background-color: #FF666B !important;
}
.bg-red-600 {
  background-color: #FF4C52 !important;
}
.bg-red-700 {
  background-color: #F2353C !important;
}
.bg-red-800 {
  background-color: #E62020 !important;
}
.bg-pink-100 {
  background-color: #FFD9E6 !important;
}
.bg-pink-200 {
  background-color: #FFBAD2 !important;
}
.bg-pink-300 {
  background-color: #FF9EC0 !important;
}
.bg-pink-400 {
  background-color: #FF7DAA !important;
}
.bg-pink-500 {
  background-color: #FF5E97 !important;
}
.bg-pink-600 {
  background-color: #F74584 !important;
}
.bg-pink-700 {
  background-color: #EB2F71 !important;
}
.bg-pink-800 {
  background-color: #E6155E !important;
}
.bg-purple-100 {
  background-color: #EAE1FC !important;
}
.bg-purple-200 {
  background-color: #D9C7FC !important;
}
.bg-purple-300 {
  background-color: #C8AEFC !important;
}
.bg-purple-400 {
  background-color: #B693FA !important;
}
.bg-purple-500 {
  background-color: #A57AFA !important;
}
.bg-purple-600 {
  background-color: #9463F7 !important;
}
.bg-purple-700 {
  background-color: #8349F5 !important;
}
.bg-purple-800 {
  background-color: #7231F5 !important;
}
.bg-indigo-100 {
  background-color: #E1E4FC !important;
}
.bg-indigo-200 {
  background-color: #C7CFFC !important;
}
.bg-indigo-300 {
  background-color: #AFB9FA !important;
}
.bg-indigo-400 {
  background-color: #96A3FA !important;
}
.bg-indigo-500 {
  background-color: #7D8EFA !important;
}
.bg-indigo-600 {
  background-color: #667AFA !important;
}
.bg-indigo-700 {
  background-color: #4D64FA !important;
}
.bg-indigo-800 {
  background-color: #364FF5 !important;
}
.bg-blue-100 {
  background-color: #D9E9FF !important;
}
.bg-blue-200 {
  background-color: #B8D7FF !important;
}
.bg-blue-300 {
  background-color: #99C5FF !important;
}
.bg-blue-400 {
  background-color: #79B2FC !important;
}
.bg-blue-500 {
  background-color: #589FFC !important;
}
.bg-blue-600 {
  background-color: #3E8EF7 !important;
}
.bg-blue-700 {
  background-color: #247CF0 !important;
}
.bg-blue-800 {
  background-color: #0B69E3 !important;
}
.bg-cyan-100 {
  background-color: #C2F5FF !important;
}
.bg-cyan-200 {
  background-color: #9DE6F5 !important;
}
.bg-cyan-300 {
  background-color: #77D9ED !important;
}
.bg-cyan-400 {
  background-color: #54CBE3 !important;
}
.bg-cyan-500 {
  background-color: #28C0DE !important;
}
.bg-cyan-600 {
  background-color: #0BB2D4 !important;
}
.bg-cyan-700 {
  background-color: #0099B8 !important;
}
.bg-cyan-800 {
  background-color: #007D96 !important;
}
.bg-teal-100 {
  background-color: #C3F7F2 !important;
}
.bg-teal-200 {
  background-color: #92F0E6 !important;
}
.bg-teal-300 {
  background-color: #6BE3D7 !important;
}
.bg-teal-400 {
  background-color: #45D6C8 !important;
}
.bg-teal-500 {
  background-color: #28C7B7 !important;
}
.bg-teal-600 {
  background-color: #17B3A3 !important;
}
.bg-teal-700 {
  background-color: #089E8F !important;
}
.bg-teal-800 {
  background-color: #008577 !important;
}
.bg-green-100 {
  background-color: #C2FADC !important;
}
.bg-green-200 {
  background-color: #99F2C2 !important;
}
.bg-green-300 {
  background-color: #72E8AB !important;
}
.bg-green-400 {
  background-color: #49DE94 !important;
}
.bg-green-500 {
  background-color: #28D17C !important;
}
.bg-green-600 {
  background-color: #11C26D !important;
}
.bg-green-700 {
  background-color: #05A85C !important;
}
.bg-green-800 {
  background-color: #008C4D !important;
}
.bg-light-green-100 {
  background-color: #DCF7B0 !important;
}
.bg-light-green-200 {
  background-color: #C3E887 !important;
}
.bg-light-green-300 {
  background-color: #ADD966 !important;
}
.bg-light-green-400 {
  background-color: #94CC39 !important;
}
.bg-light-green-500 {
  background-color: #7EB524 !important;
}
.bg-light-green-600 {
  background-color: #6DA611 !important;
}
.bg-light-green-700 {
  background-color: #5A9101 !important;
}
.bg-light-green-800 {
  background-color: #4A7800 !important;
}
.bg-yellow-100 {
  background-color: #FFF6B5 !important;
}
.bg-yellow-200 {
  background-color: #FFF39C !important;
}
.bg-yellow-300 {
  background-color: #FFED78 !important;
}
.bg-yellow-400 {
  background-color: #FFE54F !important;
}
.bg-yellow-500 {
  background-color: #FFDC2E !important;
}
.bg-yellow-600 {
  background-color: #FFCD17 !important;
}
.bg-yellow-700 {
  background-color: #FCB900 !important;
}
.bg-yellow-800 {
  background-color: #FAA700 !important;
}
.bg-orange-100 {
  background-color: #FFE1C4 !important;
}
.bg-orange-200 {
  background-color: #FFC894 !important;
}
.bg-orange-300 {
  background-color: #FAB06B !important;
}
.bg-orange-400 {
  background-color: #FA983C !important;
}
.bg-orange-500 {
  background-color: #F57D1B !important;
}
.bg-orange-600 {
  background-color: #EB6709 !important;
}
.bg-orange-700 {
  background-color: #DE4E00 !important;
}
.bg-orange-800 {
  background-color: #B53F00 !important;
}
.bg-brown-100 {
  background-color: #F5E2DA !important;
}
.bg-brown-200 {
  background-color: #E0CDC5 !important;
}
.bg-brown-300 {
  background-color: #CFB8B0 !important;
}
.bg-brown-400 {
  background-color: #BDA299 !important;
}
.bg-brown-500 {
  background-color: #AB8C82 !important;
}
.bg-brown-600 {
  background-color: #997B71 !important;
}
.bg-brown-700 {
  background-color: #82675F !important;
}
.bg-brown-800 {
  background-color: #6B534C !important;
}
.bg-grey-100 {
  background-color: #FAFAFA !important;
}
.bg-grey-200 {
  background-color: #EEEEEE !important;
}
.bg-grey-300 {
  background-color: #E0E0E0 !important;
}
.bg-grey-400 {
  background-color: #BDBDBD !important;
}
.bg-grey-500 {
  background-color: #9E9E9E !important;
}
.bg-grey-600 {
  background-color: #757575 !important;
}
.bg-grey-700 {
  background-color: #616161 !important;
}
.bg-grey-800 {
  background-color: #424242 !important;
}
.bg-blue-grey-100 {
  background-color: #F3F7F9 !important;
}
.bg-blue-grey-200 {
  background-color: #E4EAEC !important;
}
.bg-blue-grey-300 {
  background-color: #CCD5DB !important;
}
.bg-blue-grey-400 {
  background-color: #A3AFB7 !important;
}
.bg-blue-grey-500 {
  background-color: #76838F !important;
}
.bg-blue-grey-600 {
  background-color: #526069 !important;
}
.bg-blue-grey-700 {
  background-color: #37474F !important;
}
.bg-blue-grey-800 {
  background-color: #263238 !important;
}
.black {
  color: #000000 !important;
}
.white {
  color: #ffffff !important;
}
.bg-white {
  color: #76838F;
  background-color: #ffffff;
}
.bg-primary {
  color: #ffffff;
  background-color: #3E8EF7;
}
.bg-primary:hover {
  background-color: #6fabf9;
}
.bg-primary a,
a.bg-primary {
  color: #ffffff;
}
.bg-primary a:hover,
a.bg-primary:hover {
  color: #ffffff;
}
.bg-success {
  color: #ffffff;
  background-color: #11C26D;
}
.bg-success:hover {
  background-color: #1beb87;
}
.bg-success a,
a.bg-success {
  color: #ffffff;
}
.bg-success a:hover,
a.bg-success:hover {
  color: #ffffff;
}
.bg-info {
  color: #ffffff;
  background-color: #0BB2D4;
}
.bg-info:hover {
  background-color: #1fcff3;
}
.bg-info a,
a.bg-info {
  color: #ffffff;
}
.bg-info a:hover,
a.bg-info:hover {
  color: #ffffff;
}
.bg-warning {
  color: #ffffff;
  background-color: #EB6709;
}
.bg-warning:hover {
  background-color: #f78330;
}
.bg-warning a,
a.bg-warning {
  color: #ffffff;
}
.bg-warning a:hover,
a.bg-warning:hover {
  color: #ffffff;
}
.bg-danger {
  color: #ffffff;
  background-color: #FF4C52;
}
.bg-danger:hover {
  background-color: #ff7f83;
}
.bg-danger a,
a.bg-danger {
  color: #ffffff;
}
.bg-danger a:hover,
a.bg-danger:hover {
  color: #ffffff;
}
.bg-dark {
  color: #ffffff;
  background-color: #526069;
}
.bg-dark:hover {
  background-color: #687a86;
}
.bg-dark a,
a.bg-dark {
  color: #ffffff;
}
.bg-dark a:hover,
a.bg-dark:hover {
  color: #ffffff;
}
.social-facebook {
  color: #ffffff;
  background-color: #3B5998 !important;
}
.social-facebook:hover,
.social-facebook:focus {
  color: #ffffff;
  background-color: #4c70ba !important;
}
.social-facebook:active,
.social-facebook.active {
  color: #ffffff;
  background-color: #2d4373 !important;
}
.bg-facebook {
  background-color: #3B5998;
}
.social-twitter {
  color: #ffffff;
  background-color: #55ACEE !important;
}
.social-twitter:hover,
.social-twitter:focus {
  color: #ffffff;
  background-color: #83c3f3 !important;
}
.social-twitter:active,
.social-twitter.active {
  color: #ffffff;
  background-color: #2795e9 !important;
}
.bg-twitter {
  background-color: #55ACEE;
}
.social-google-plus {
  color: #ffffff;
  background-color: #DD4B39 !important;
}
.social-google-plus:hover,
.social-google-plus:focus {
  color: #ffffff;
  background-color: #e47365 !important;
}
.social-google-plus:active,
.social-google-plus.active {
  color: #ffffff;
  background-color: #c23321 !important;
}
.bg-google-plus {
  background-color: #DD4B39;
}
.social-linkedin {
  color: #ffffff;
  background-color: #0976B4 !important;
}
.social-linkedin:hover,
.social-linkedin:focus {
  color: #ffffff;
  background-color: #0b96e5 !important;
}
.social-linkedin:active,
.social-linkedin.active {
  color: #ffffff;
  background-color: #075683 !important;
}
.bg-linkedin {
  background-color: #0976B4;
}
.social-flickr {
  color: #ffffff;
  background-color: #FF0084 !important;
}
.social-flickr:hover,
.social-flickr:focus {
  color: #ffffff;
  background-color: #ff339d !important;
}
.social-flickr:active,
.social-flickr.active {
  color: #ffffff;
  background-color: #cc006a !important;
}
.bg-flickr {
  background-color: #FF0084;
}
.social-tumblr {
  color: #ffffff;
  background-color: #35465C !important;
}
.social-tumblr:hover,
.social-tumblr:focus {
  color: #ffffff;
  background-color: #485f7c !important;
}
.social-tumblr:active,
.social-tumblr.active {
  color: #ffffff;
  background-color: #222d3c !important;
}
.bg-tumblr {
  background-color: #35465C;
}
.social-xing {
  color: #ffffff;
  background-color: #024b4d !important;
}
.social-xing:hover,
.social-xing:focus {
  color: #ffffff;
  background-color: #037b7f !important;
}
.social-xing:active,
.social-xing.active {
  color: #ffffff;
  background-color: #011b1b !important;
}
.bg-xing {
  background-color: #024b4d;
}
.social-github {
  color: #ffffff;
  background-color: #4183c4 !important;
}
.social-github:hover,
.social-github:focus {
  color: #ffffff;
  background-color: #689cd0 !important;
}
.social-github:active,
.social-github.active {
  color: #ffffff;
  background-color: #3269a0 !important;
}
.bg-github {
  background-color: #4183c4;
}
.social-html5 {
  color: #ffffff;
  background-color: #E44F26 !important;
}
.social-html5:hover,
.social-html5:focus {
  color: #ffffff;
  background-color: #ea7453 !important;
}
.social-html5:active,
.social-html5.active {
  color: #ffffff;
  background-color: #bf3c18 !important;
}
.bg-html5 {
  background-color: #E44F26;
}
.social-openid {
  color: #ffffff;
  background-color: #f67d28 !important;
}
.social-openid:hover,
.social-openid:focus {
  color: #ffffff;
  background-color: #f89b59 !important;
}
.social-openid:active,
.social-openid.active {
  color: #ffffff;
  background-color: #e26309 !important;
}
.bg-openid {
  background-color: #f67d28;
}
.social-stack-overflow {
  color: #ffffff;
  background-color: #f86c01 !important;
}
.social-stack-overflow:hover,
.social-stack-overflow:focus {
  color: #ffffff;
  background-color: #fe882e !important;
}
.social-stack-overflow:active,
.social-stack-overflow.active {
  color: #ffffff;
  background-color: #c55601 !important;
}
.bg-stack-overflow {
  background-color: #f86c01;
}
.social-css3 {
  color: #ffffff;
  background-color: #1572B6 !important;
}
.social-css3:hover,
.social-css3:focus {
  color: #ffffff;
  background-color: #1a8fe4 !important;
}
.social-css3:active,
.social-css3.active {
  color: #ffffff;
  background-color: #105588 !important;
}
.bg-css3 {
  background-color: #1572B6;
}
.social-youtube {
  color: #ffffff;
  background-color: #B31217 !important;
}
.social-youtube:hover,
.social-youtube:focus {
  color: #ffffff;
  background-color: #e1171d !important;
}
.social-youtube:active,
.social-youtube.active {
  color: #ffffff;
  background-color: #850d11 !important;
}
.bg-youtube {
  background-color: #B31217;
}
.social-dribbble {
  color: #ffffff;
  background-color: #C32361 !important;
}
.social-dribbble:hover,
.social-dribbble:focus {
  color: #ffffff;
  background-color: #dc3d7b !important;
}
.social-dribbble:active,
.social-dribbble.active {
  color: #ffffff;
  background-color: #981b4b !important;
}
.bg-dribbble {
  background-color: #C32361;
}
.social-instagram {
  color: #ffffff;
  background-color: #3F729B !important;
}
.social-instagram:hover,
.social-instagram:focus {
  color: #ffffff;
  background-color: #548cb9 !important;
}
.social-instagram:active,
.social-instagram.active {
  color: #ffffff;
  background-color: #305777 !important;
}
.bg-instagram {
  background-color: #3F729B;
}
.social-pinterest {
  color: #ffffff;
  background-color: #CC2127 !important;
}
.social-pinterest:hover,
.social-pinterest:focus {
  color: #ffffff;
  background-color: #e04046 !important;
}
.social-pinterest:active,
.social-pinterest.active {
  color: #ffffff;
  background-color: #a01a1f !important;
}
.bg-pinterest {
  background-color: #CC2127;
}
.social-vk {
  color: #ffffff;
  background-color: #3d5a7d !important;
}
.social-vk:hover,
.social-vk:focus {
  color: #ffffff;
  background-color: #4e739f !important;
}
.social-vk:active,
.social-vk.active {
  color: #ffffff;
  background-color: #2c415b !important;
}
.bg-vk {
  background-color: #3d5a7d;
}
.social-yahoo {
  color: #ffffff;
  background-color: #350178 !important;
}
.social-yahoo:hover,
.social-yahoo:focus {
  color: #ffffff;
  background-color: #4b01ab !important;
}
.social-yahoo:active,
.social-yahoo.active {
  color: #ffffff;
  background-color: #1f0145 !important;
}
.bg-yahoo {
  background-color: #350178;
}
.social-behance {
  color: #ffffff;
  background-color: #1769FF !important;
}
.social-behance:hover,
.social-behance:focus {
  color: #ffffff;
  background-color: #4a8aff !important;
}
.social-behance:active,
.social-behance.active {
  color: #ffffff;
  background-color: #0050e3 !important;
}
.bg-behance {
  background-color: #024b4d;
}
.social-dropbox {
  color: #ffffff;
  background-color: #007EE5 !important;
}
.social-dropbox:hover,
.social-dropbox:focus {
  color: #ffffff;
  background-color: #1998ff !important;
}
.social-dropbox:active,
.social-dropbox.active {
  color: #ffffff;
  background-color: #0062b2 !important;
}
.bg-dropbox {
  background-color: #007EE5;
}
.social-reddit {
  color: #ffffff;
  background-color: #FF4500 !important;
}
.social-reddit:hover,
.social-reddit:focus {
  color: #ffffff;
  background-color: #ff6a33 !important;
}
.social-reddit:active,
.social-reddit.active {
  color: #ffffff;
  background-color: #cc3700 !important;
}
.bg-reddit {
  background-color: #FF4500;
}
.social-spotify {
  color: #ffffff;
  background-color: #7AB800 !important;
}
.social-spotify:hover,
.social-spotify:focus {
  color: #ffffff;
  background-color: #9ceb00 !important;
}
.social-spotify:active,
.social-spotify.active {
  color: #ffffff;
  background-color: #588500 !important;
}
.bg-spotify {
  background-color: #7AB800;
}
.social-vine {
  color: #ffffff;
  background-color: #00B488 !important;
}
.social-vine:hover,
.social-vine:focus {
  color: #ffffff;
  background-color: #00e7af !important;
}
.social-vine:active,
.social-vine.active {
  color: #ffffff;
  background-color: #008161 !important;
}
.bg-vine {
  background-color: #00B488;
}
.social-foursquare {
  color: #ffffff;
  background-color: #0cbadf !important;
}
.social-foursquare:hover,
.social-foursquare:focus {
  color: #ffffff;
  background-color: #2ad0f4 !important;
}
.social-foursquare:active,
.social-foursquare.active {
  color: #ffffff;
  background-color: #0992af !important;
}
.bg-foursquare {
  background-color: #0cbadf;
}
.social-vimeo {
  color: #ffffff;
  background-color: #1AB7EA !important;
}
.social-vimeo:hover,
.social-vimeo:focus {
  color: #ffffff;
  background-color: #49c6ee !important;
}
.social-vimeo:active,
.social-vimeo.active {
  color: #ffffff;
  background-color: #1295bf !important;
}
.bg-vimeo {
  background-color: #1AB7EA;
}
.social-skype {
  color: #ffffff;
  background-color: #77bcfd !important;
}
.social-skype:hover,
.social-skype:focus {
  color: #ffffff;
  background-color: #a9d5fe !important;
}
.social-skype:active,
.social-skype.active {
  color: #ffffff;
  background-color: #45a3fc !important;
}
.bg-skype {
  background-color: #77bcfd;
}
.social-evernote {
  color: #ffffff;
  background-color: #46bf8c !important;
}
.social-evernote:hover,
.social-evernote:focus {
  color: #ffffff;
  background-color: #6ccca4 !important;
}
.social-evernote:active,
.social-evernote.active {
  color: #ffffff;
  background-color: #369c71 !important;
}
.bg-evernote {
  background-color: #46bf8c;
}
a:focus {
  outline: none;
}
.blocks,
[class*="blocks-"] {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
  content: " ";
  display: table;
}
.blocks:after,
[class*="blocks-"]:after {
  clear: both;
}
.blocks > li,
[class*="blocks-"] > li {
  margin-bottom: 22px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.blocks.no-space,
[class*="blocks-"].no-space {
  margin: 0;
}
.blocks.no-space > li,
[class*="blocks-"].no-space > li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.blocks-2 > li:nth-child(2n+3),
.blocks-3 > li:nth-child(3n+4),
.blocks-4 > li:nth-child(4n+5),
.blocks-5 > li:nth-child(5n+6),
.blocks-6 > li:nth-child(6n+7),
.block-first {
  clear: both;
}
.blocks-100 > li {
  width: 100%;
}
.blocks-2 > li {
  width: 50%;
}
.blocks-3 > li {
  width: 33.33333333%;
}
.blocks-4 > li {
  width: 25%;
}
.blocks-5 > li {
  width: 20%;
}
.blocks-6 > li {
  width: 16.66666667%;
}
@media (min-width: 0) {
  .blocks-xxs-2 > li {
    width: 50%;
  }
}
@media (min-width: 0) {
  .blocks-xxs-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 0) {
  .blocks-xxs-4 > li {
    width: 25%;
  }
}
@media (min-width: 0) {
  .blocks-xxs-5 > li {
    width: 20%;
  }
}
@media (min-width: 0) {
  .blocks-xxs-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-100 > li {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-2 > li {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-4 > li {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-5 > li {
    width: 20%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-100 > li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-2 > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-4 > li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-5 > li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .blocks-md-100 > li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blocks-md-2 > li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blocks-md-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .blocks-md-4 > li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .blocks-md-5 > li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .blocks-md-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-100 > li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-2 > li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-4 > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-5 > li {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-6 > li {
    width: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-100 > li {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-2 > li {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-3 > li {
    width: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-4 > li {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-5 > li {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-6 > li {
    width: 16.66666667%;
  }
}
.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
}
.avatar i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.avatar-online i {
  background-color: #11C26D;
}
.avatar-off i {
  background-color: #526069;
}
.avatar-busy i {
  background-color: #EB6709;
}
.avatar-away i {
  background-color: #FF4C52;
}
.avatar-100 {
  width: 100px;
}
.avatar-100 i {
  height: 20px;
  width: 20px;
}
.avatar-lg {
  width: 50px;
}
.avatar-lg i {
  height: 12px;
  width: 12px;
}
.avatar-sm {
  width: 30px;
}
.avatar-sm i {
  height: 8px;
  width: 8px;
}
.avatar-xs {
  width: 20px;
}
.avatar-xs i {
  height: 7px;
  width: 7px;
}
.status {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}
.status-online {
  background-color: #11C26D;
}
.status-off {
  background-color: #526069;
}
.status-busy {
  background-color: #EB6709;
}
.status-away {
  background-color: #FF4C52;
}
.status-lg {
  width: 14px;
  height: 14px;
}
.status-md {
  width: 10px;
  height: 10px;
}
.status-sm {
  width: 8px;
  height: 8px;
}
.status-xs {
  width: 7px;
  height: 7px;
}
.icon {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 1;
}
.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}
.icon.icon-circle {
  position: relative;
  margin: 0.5em;
}
.icon.icon-circle:before {
  position: relative;
  z-index: 1;
}
.icon.icon-circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  content: "";
  width: 2em;
  height: 2em;
  background-color: inherit;
  border-radius: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon.icon-lg {
  font-size: 1.33333333em;
  vertical-align: -15%;
}
.icon.icon-2x {
  font-size: 2em;
}
.icon.icon-3x {
  font-size: 3em;
}
.icon.icon-4x {
  font-size: 4em;
}
.icon.icon-5x {
  font-size: 5em;
}
.icon.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon.icon-ul > li {
  position: relative;
}
.icon.icon-li {
  position: absolute;
  top: 0.14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}
.icon.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #E4EAEC;
  border-radius: 0.1em;
}
.icon.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  -o-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.icon.icon-spin-reverse {
  -webkit-animation: icon-spin-reverse 2s infinite linear;
  -o-animation: icon-spin-reverse 2s infinite linear;
  animation: icon-spin-reverse 2s infinite linear;
}
.icon.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon.icon-stack-1x,
.icon.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon.icon-stack-1x {
  line-height: inherit;
}
.icon.icon-stack-2x {
  font-size: 2em;
}
.icon.icon-stack-inverse {
  color: #ffffff;
}
.icon-color {
  color: rgba(55, 71, 79, 0.4);
}
.icon-color:hover,
.icon-color:focus {
  color: rgba(55, 71, 79, 0.6);
}
.icon-color.active,
.icon-color:active {
  color: #37474F;
}
.icon-color-alt {
  color: rgba(55, 71, 79, 0.6);
}
.icon-color-alt:hover,
.icon-color-alt:focus {
  color: rgba(55, 71, 79, 0.8);
}
.icon-color-alt.active,
.icon-color-alt:active {
  color: #37474F;
}
:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
  filter: none;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.hamburger {
  vertical-align: middle;
  font-size: 20px;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: 0.1em;
  margin: 0;
  border-radius: 1px;
  background: #76838F;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #76838F;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #ffffff;
}
.hamburger .hamburger-bar {
  margin: 0.2em 0;
}
.hamburger-close:before {
  transform: rotate(45deg);
  transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  transform: rotate(-45deg);
  transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: 0.6em;
  transform: translate3d(0.45em, 0.1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: 0.2em;
}
.hamburger-arrow-left.collapsed:after {
  width: 0.6em;
  transform: translate3d(0.45em, -0.1em, 0) rotate(-45deg);
}
.counter {
  text-align: center;
}
.counter > .counter-number,
.counter .counter-number-group {
  color: #37474F;
  font-size: 20px;
}
.counter-label {
  display: block;
}
.counter-icon {
  font-size: 20px;
}
.counter-lg > .counter-number,
.counter-lg .counter-number-group {
  font-size: 40px;
}
.counter-lg .counter-icon {
  font-size: 40px;
}
.counter-md > .counter-number,
.counter-md .counter-number-group {
  font-size: 30px;
}
.counter-md .counter-icon {
  font-size: 30px;
}
.counter-sm > .counter-number,
.counter-sm .counter-number-group {
  font-size: 14px;
}
.counter-sm .counter-icon {
  font-size: 14px;
}
.counter-sm .counter-number-related + .counter-number,
.counter-sm .counter-number + .counter-number-related {
  margin-left: 0;
}
.counter-inverse {
  color: #ffffff;
}
.counter-inverse > .counter-number,
.counter-inverse .counter-number-group {
  color: #ffffff;
}
.counter-inverse .counter-icon {
  color: #ffffff;
}
.widget {
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
.widget .cover {
  width: 100%;
}
[class*="blocks-"] > li > .widget {
  margin-bottom: 0;
}
.widget-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.widget {
  border-radius: 3px;
}
.widget .widget-header {
  border-radius: 3px 3px 0 0;
}
.widget .widget-header:last-child {
  border-radius: inherit;
}
.widget .widget-body:last-child {
  border-radius: 0 0 3px 3px;
}
.widget .widget-body:last-child .widget-body-footer {
  border-radius: 0 0 3px 3px;
}
.widget .widget-footer {
  border-radius: 0 0 3px 3px;
}
.widget .widget-footer:first-child {
  border-radiu: inherit;
}
.widget-body {
  position: relative;
  padding: 30px 25px;
}
.widget-body-footer {
  margin-top: 30px;
}
.widget-body-footer:before,
.widget-body-footer:after {
  content: " ";
  display: table;
}
.widget-body-footer:after {
  clear: both;
}
.widget-content ul {
  margin: 0;
  padding: 0;
}
.widget-content li {
  list-style: none;
}
.widget-title {
  margin-top: 0;
  color: #37474F;
  text-transform: capitalize;
}
div.widget-title {
  font-size: 22px;
}
.overlay-panel .widget-title {
  color: #ffffff;
}
.widget > .widget-title {
  padding: 12px 20px;
}
.widget-metas {
  color: #A3AFB7;
  font-size: 12px;
}
.widget-metas.type-link > a {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  color: #A3AFB7;
}
.widget-metas.type-link > a:first-child {
  padding-left: 0;
}
.widget-metas.type-link > a:hover {
  color: #CCD5DB;
}
.widget-metas.type-link > a + a:before {
  position: absolute;
  top: 10px;
  left: -2px;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #A3AFB7;
  border-radius: 50%;
}
.overlay-background .widget-time {
  opacity: 0.8;
  color: #ffffff;
}
.widget-category {
  font-size: 16px;
}
.widget-actions {
  margin-top: 10px;
  text-align: right;
}
.widget-actions a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #A3AFB7;
}
.widget-actions a.icon,
.widget-actions a .icon {
  text-decoration: none;
}
.widget-actions a.icon + span,
.widget-actions a .icon + span {
  margin-left: 2px;
}
.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
  text-decoration: none;
  color: #CCD5DB;
}
.widget-actions a:last-child {
  margin-right: 0;
}
.widget-actions-sidebar {
  width: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.widget-actions-sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  border-right: 1px solid #E4EAEC;
  margin-right: 0;
}
.widget-actions-sidebar a:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.widget-actions-sidebar a + a {
  border-top: 1px solid #E4EAEC;
}
.widget-actions-sidebar + .widget-content {
  margin-left: 80px;
}
.widget-watermark {
  position: absolute;
  opacity: 0.1;
  right: 0;
  bottom: 0;
  line-height: 1;
}
.widget-watermark.darker {
  color: black;
}
.widget-watermark.lighter {
  color: white;
}
.widget-divider:after {
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  margin: 15px auto;
  background-color: #ffffff;
}
.widget-left {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
}
.widget-left + .widget-body {
  margin-left: 40%;
  width: 60%;
}
@media (max-width: 767px) {
  .widget-left {
    position: relative;
    width: 100%;
    height: 320px;
  }
  .widget-left + .widget-body {
    margin-left: 0;
    width: 100%;
  }
}
.panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-title {
  position: relative;
  padding: 15px 30px;
  font-size: 14px;
}
.panel-group .panel-title:before,
.panel-group .panel-title:after {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Web Icons";
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.panel-group .panel-title:before {
  content: "\f197";
}
.panel-group .panel-title:after {
  content: "\f199";
}
.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: 0.4;
}
.panel-group .panel-title[aria-expanded="false"]:after {
  opacity: 0;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.panel-group .panel-title[aria-expanded="true"]:before {
  opacity: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-group .panel-title[aria-expanded="true"]:after {
  opacity: 1;
}
.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
  color: #76838F;
  text-decoration: none;
}
.panel-group .panel-title:focus {
  outline: none;
}
.panel-group .panel-heading + .panel-collapse {
  margin: 0;
}
.panel-group .panel-collapse .panel-body {
  padding: 15px 30px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group-continuous .panel {
  border-radius: 0;
}
.panel-group-continuous .panel:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group-continuous .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-group-continuous .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #E4EAEC;
}
.panel-group-simple .panel {
  background: transparent;
  box-shadow: none;
}
.panel-group-simple .panel-title {
  padding-left: 0;
  padding-bottom: 10px;
}
.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
  right: 5px;
}
.panel-group-simple .panel-collapse .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.panel-group-simple .panel + .panel {
  margin-top: 0;
}
.cover {
  overflow: hidden;
}
.cover-background {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cover-image {
  width: 100%;
}
.cover-quote {
  position: relative;
  margin-bottom: 0;
  padding-left: 35px;
  border-left: none;
}
.cover-quote:before,
.cover-quote:after {
  position: absolute;
  top: -20px;
  font-size: 4em;
}
.cover-quote:before {
  left: 0;
  content: open-quote;
}
.cover-quote:after {
  right: 0;
  content: close-quote;
  visibility: hidden;
}
.cover-quote.blockquote-reverse {
  padding-right: 35px;
  padding-left: 20px;
  border-right: none;
}
.cover-quote.blockquote-reverse:before {
  right: 0;
  left: auto;
  content: close-quote;
}
.cover-gallery .carousel-inner img {
  width: 100%;
}
.cover-iframe {
  width: 100%;
  border: 0 none;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.overlay > :first-child,
.overlay .overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
/* Sub-object `overlay-panel`
 ========================================================================== */
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #ffffff;
}
.overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.overlay-panel > :last-child {
  margin-bottom: 0;
}
.overlay-panel h1,
.overlay-panel h2,
.overlay-panel h3,
.overlay-panel h4,
.overlay-panel h5,
.overlay-panel h6 {
  color: inherit;
}
/* Sub-object `overlay-hover`
 ========================================================================== */
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0;
}
/* Modifier `overlay-background`
 ========================================================================== */
.overlay-background {
  background: rgba(0, 0, 0, 0.5);
}
/* Modifier `overlay-image`
 ========================================================================== */
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
/* Modifier `overlay-shade`
 ========================================================================== */
.overlay-shade {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.87) 90%, #fff 100%) repeat scroll 0 0;
}
/* Position modifiers
 ========================================================================== */
.overlay-top {
  bottom: auto;
}
.overlay-bottom {
  top: auto;
}
.overlay-left {
  right: auto;
}
.overlay-right {
  left: auto;
}
/* Sub-object `overlay-icon`
 ========================================================================== */
.overlay-icon {
  font-size: 0;
  text-align: center;
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.overlay-icon .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}
/* Sub-object `overlay-anchor`
 ========================================================================== */
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* Transitions
 ========================================================================== */
.overlay-fade,
.overlay-scale,
.overlay-spin,
.overlay-grayscale,
.overlay-blur,
[class*='overlay-slide'] {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: opacity transform filter;
}
.overlay-fade {
  opacity: 0.7;
}
.overlay-hover:hover .overlay-fade {
  opacity: 1;
}
.overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.overlay-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.overlay-hover:hover .overlay-grayscale {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
[class*='overlay-slide'] {
  opacity: 0;
}
/* Top */
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Bottom */
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Left */
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* Right */
.overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Hover */
.overlay-hover:hover [class*='overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.comments {
  padding: 0;
  margin: 0;
}
.comments .comment {
  border: none;
  border-bottom: 1px solid #E4EAEC;
}
.comments .comment .comment:first-child {
  border-top: 1px solid #E4EAEC;
}
.comments .comment .comment:last-child {
  border-bottom: none;
}
.comment {
  padding: 20px 0;
  margin: 0;
}
.comment .comment {
  margin-top: 20px;
  padding-bottom: 20px;
}
.comment .comment:last-child {
  padding-bottom: 0;
}
.comment-author,
.comment-author:hover,
.comment-author:focus {
  color: #37474F;
}
.comment-meta {
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  color: #A3AFB7;
}
.comment-content {
  margin-top: 5px;
}
.comment-content p {
  margin-bottom: 10px;
}
.comment-actions {
  margin-top: 10px;
  text-align: right;
}
.comment-actions a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.comment-actions a.icon {
  text-decoration: none;
}
.comment-actions a:last-child {
  margin-right: 0;
}
.comment-reply {
  margin: 22px 0 10px;
}
.comment-reply .form-group:last-child {
  margin-bottom: 0;
}
.chat-box {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.chats {
  padding: 30px 15px;
}
.chat-avatar {
  float: right;
}
.chat-avatar .avatar {
  width: 30px;
}
.chat-body {
  display: block;
  margin: 10px 30px 0 0;
  overflow: hidden;
}
.chat-body:first-child {
  margin-top: 0;
}
.chat-content {
  position: relative;
  display: block;
  float: right;
  padding: 8px 15px;
  margin: 0 20px 10px 0;
  clear: both;
  color: #ffffff;
  background-color: #3E8EF7;
  border-radius: 4px;
}
.chat-content:before {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-left-color: #3E8EF7;
}
.chat-content > p:last-child {
  margin-bottom: 0;
}
.chat-content + .chat-content:before {
  border-color: transparent;
}
.chat-time {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.chat-left .chat-avatar {
  float: left;
}
.chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px;
}
.chat-left .chat-content {
  float: left;
  margin: 0 0 10px 20px;
  color: #76838F;
  background-color: #dfe9ef;
}
.chat-left .chat-content:before {
  right: auto;
  left: -10px;
  border-right-color: #dfe9ef;
  border-left-color: transparent;
}
.chat-left .chat-content + .chat-content:before {
  border-color: transparent;
}
.chat-left .chat-time {
  color: #A3AFB7;
}
.steps {
  margin-bottom: 22px;
}
.steps.row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  color: #A3AFB7;
  font-size: inherit;
  vertical-align: top;
  background-color: #F3F7F9;
  border-radius: 0;
}
.step-icon {
  float: left;
  font-size: 20px;
  margin-right: 0.5em;
}
.step-number {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #E4EAEC;
  border-radius: 50%;
}
.step-number ~ .step-desc {
  min-height: 40px;
  margin-left: 50px;
}
.step-title {
  font-size: 20px;
  color: #526069;
  margin-bottom: 0;
}
.step-desc {
  text-align: left;
}
.step-desc p {
  margin-bottom: 0;
}
.steps-vertical .step {
  display: block;
  padding: 18px 20px;
}
.steps-vertical .step[class*="col-"] {
  width: 100%;
  float: none;
}
.step.current {
  color: #ffffff;
  background-color: #3E8EF7;
}
.step.current .step-title {
  color: #ffffff;
}
.step.current .step-number {
  color: #3E8EF7;
  background-color: #ffffff;
}
.step.disabled {
  color: #CCD5DB;
  pointer-events: none;
  cursor: auto;
}
.step.disabled .step-title {
  color: #CCD5DB;
}
.step.disabled .step-number {
  background-color: #CCD5DB;
}
.step.error {
  color: #ffffff;
  background-color: #FF4C52;
}
.step.error .step-title {
  color: #ffffff;
}
.step.error .step-number {
  color: #FF4C52;
  background-color: #ffffff;
}
.step.done {
  color: #ffffff;
  background-color: #11C26D;
}
.step.done .step-title {
  color: #ffffff;
}
.step.done .step-number {
  color: #11C26D;
  background-color: #ffffff;
}
.steps-lg .step {
  padding: 20px 20px;
  font-size: 16px;
}
.steps-lg .step-icon {
  font-size: 22px;
}
.steps-lg .step-title {
  font-size: 22px;
}
.steps-lg .step-number {
  width: 46px;
  height: 46px;
  font-size: 28px;
  line-height: 46px;
}
.steps-lg .step-number ~ .step-desc {
  min-height: 46px;
  margin-left: 56px;
}
.steps-sm .step {
  font-size: 12px;
}
.steps-sm .step-icon {
  font-size: 18px;
}
.steps-sm .step-title {
  font-size: 18px;
}
.steps-sm .step-number {
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
}
.steps-sm .step-number ~ .step-desc {
  min-height: 30px;
  margin-left: 40px;
}
.steps-xs .step {
  font-size: 10px;
}
.steps-xs .step-icon {
  font-size: 16px;
}
.steps-xs .step-title {
  font-size: 16px;
}
.steps-xs .step-number {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.steps-xs .step-number ~ .step-desc {
  min-height: 24px;
  margin-left: 34px;
}
.pearls {
  margin-bottom: 22px;
}
.pearls.row {
  display: block;
}
.pearl {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pearl:before,
.pearl:after {
  position: absolute;
  top: 18px;
  z-index: 0;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #F3F7F9;
}
.pearl:before {
  left: 0;
}
.pearl:after {
  right: 0;
}
.pearl:first-child:before,
.pearl:last-child:after {
  display: none !important;
}
.pearl-number,
.pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  background: #CCD5DB;
  border-radius: 50%;
  border: 2px solid #CCD5DB;
}
.pearl-number {
  font-size: 18px;
}
.pearl-icon {
  font-size: 18px;
}
.pearl-title {
  margin-top: 0.5em;
  display: block;
  font-size: 16px;
  color: #526069;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  /* for IE */
  white-space: nowrap;
}
.pearl.current:before,
.pearl.current:after {
  background-color: #3E8EF7;
}
.pearl.current .pearl-number,
.pearl.current .pearl-icon {
  color: #3E8EF7;
  background-color: #ffffff;
  border-color: #3E8EF7;
  transform: scale(1.3);
}
.pearl.disabled {
  pointer-events: none;
  cursor: auto;
}
.pearl.disabled:before,
.pearl.disabled:after {
  background-color: #F3F7F9;
}
.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
  color: #ffffff;
  background-color: #CCD5DB;
  border-color: #CCD5DB;
}
.pearl.error:before {
  background-color: #3E8EF7;
}
.pearl.error:after {
  background-color: #F3F7F9;
}
.pearl.error .pearl-number,
.pearl.error .pearl-icon {
  color: #FF4C52;
  background-color: #ffffff;
  border-color: #FF4C52;
}
.pearl.done:before,
.pearl.done:after {
  background-color: #3E8EF7;
}
.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  color: #ffffff;
  background-color: #3E8EF7;
  border-color: #3E8EF7;
}
.pearls-lg .pearl:before,
.pearls-lg .pearl:after {
  top: 20px;
}
.pearls-lg .pearl-title {
  font-size: 18px;
}
.pearls-lg .pearl-number,
.pearls-lg .pearl-icon {
  width: 40px;
  height: 40px;
  line-height: 36px;
}
.pearls-lg .pearl-icon {
  font-size: 20px;
}
.pearls-lg .pearl-number {
  font-size: 20px;
}
.pearls-sm .pearl:before,
.pearls-sm .pearl:after {
  top: 16px;
}
.pearls-sm .pearl-title {
  font-size: 14px;
}
.pearls-sm .pearl-number,
.pearls-sm .pearl-icon {
  width: 32px;
  height: 32px;
  line-height: 28px;
}
.pearls-sm .pearl-number {
  font-size: 16px;
}
.pearls-sm .pearl-icon {
  font-size: 14px;
}
.pearls-xs .pearl:before,
.pearls-xs .pearl:after {
  top: 12px;
  height: 2px;
}
.pearls-xs .pearl-title {
  font-size: 12px;
}
.pearls-xs .pearl-number,
.pearls-xs .pearl-icon {
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.pearls-xs .pearl-number {
  font-size: 12px;
}
.pearls-xs .pearl-icon {
  font-size: 12px;
}
.timeline {
  position: relative;
  padding: 0;
  margin-bottom: 22px;
  list-style: none;
  background: transparent;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  content: "";
  background-color: #E4EAEC;
}
.timeline:after {
  display: table;
  content: "";
}
.timeline:after {
  clear: both;
}
.timeline > li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 60px;
  clear: left;
}
.timeline > li.timeline-period {
  position: relative;
  z-index: 6;
  display: block;
  float: none;
  width: 200px;
  padding: 25px 10px;
  margin: 20px auto 30px;
  clear: both;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  background: #f1f4f5;
}
.timeline > li.timeline-reverse {
  float: right;
  padding-right: 0;
  padding-left: 40px;
  clear: right;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline:not(.timeline-single) > li:not(.timeline-period):first-child + .timeline-item,
.timeline:not(.timeline-single) > li.timeline-period + .timeline-item + .timeline-item {
  margin-top: 90px;
}
.timeline-content {
  float: left;
  width: 100%;
  overflow: hidden;
  clear: left;
}
.timeline-reverse .timeline-content {
  float: right;
  clear: right;
}
.timeline-content > .widget {
  margin: 0;
}
.timeline-dot {
  position: absolute;
  right: 0;
  z-index: 11;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #3E8EF7;
  border-radius: 50%;
  top: 7.5px;
}
.timeline-reverse .timeline-dot {
  right: auto;
  left: 0;
  margin-right: 0;
}
.timeline .timeline-dot {
  width: 14px;
  height: 14px;
  margin-right: -7px;
  line-height: 14px;
}
.timeline .timeline-reverse .timeline-dot {
  margin-left: -7px;
}
.timeline.timeline-single {
  margin-left: 7px;
}
.timeline.timeline-single .timeline-dot {
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .timeline {
    margin-left: 7px;
  }
  .timeline .timeline-dot {
    margin-left: -7px;
  }
}
.timeline-info {
  float: right;
  padding: 0 20px;
  margin-bottom: 22px;
  line-height: 28px;
  text-align: center;
  background: #E4EAEC;
  border: 1px solid #E4EAEC;
  border-radius: 20px;
}
.timeline-reverse .timeline-info {
  float: left;
}
.timeline-footer {
  position: absolute;
  right: 0;
  bottom: -30px;
  margin-right: 55px;
}
.timeline-footer .icon {
  margin-right: 0.3em;
}
.timeline-reverse .timeline-footer {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 55px;
}
.timeline-reverse + .timeline-reverse {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .timeline:before {
    left: 0;
  }
  .timeline > li,
  .timeline li.timeline-reverse {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .timeline-content {
    float: none;
  }
  .timeline-dot {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -7px;
  }
  .timeline-info {
    display: inline-block;
    float: none;
  }
  .timeline-footer {
    right: auto;
    bottom: -26px;
    left: 0;
    margin-right: 0;
    margin-left: 40px;
  }
}
.timeline-single:before {
  left: 0;
}
.timeline-single > li {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 40px;
  margin-bottom: 60px;
}
.timeline-single .timeline-content {
  float: none;
}
.timeline-single .timeline-dot {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -7px;
}
.timeline-single .timeline-info {
  float: left;
}
.timeline-single .timeline-footer {
  right: auto;
  bottom: -26px;
  left: 0;
  margin-right: 0;
  margin-left: 40px;
}
.timeline-icon .timeline-dot {
  width: 40px;
  height: 40px;
  margin-right: -20px;
  line-height: 40px;
}
.timeline-icon .timeline-reverse .timeline-dot {
  margin-left: -20px;
}
.timeline-icon.timeline-single {
  margin-left: 20px;
}
.timeline-icon.timeline-single .timeline-dot {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .timeline-icon {
    margin-left: 20px;
  }
  .timeline-icon .timeline-dot {
    margin-left: -20px;
  }
}
.timeline-icon .timeline-dot {
  top: -5.5px;
}
.timeline-avatar .timeline-dot {
  width: 40px;
  height: 40px;
  margin-right: -20px;
  line-height: 40px;
}
.timeline-avatar .timeline-reverse .timeline-dot {
  margin-left: -20px;
}
.timeline-avatar.timeline-single {
  margin-left: 20px;
}
.timeline-avatar.timeline-single .timeline-dot {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .timeline-avatar {
    margin-left: 20px;
  }
  .timeline-avatar .timeline-dot {
    margin-left: -20px;
  }
}
.timeline-avatar-sm .timeline-dot {
  width: 30px;
  height: 30px;
  margin-right: -15px;
  line-height: 30px;
}
.timeline-avatar-sm .timeline-reverse .timeline-dot {
  margin-left: -15px;
}
.timeline-avatar-sm.timeline-single {
  margin-left: 15px;
}
.timeline-avatar-sm.timeline-single .timeline-dot {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .timeline-avatar-sm {
    margin-left: 15px;
  }
  .timeline-avatar-sm .timeline-dot {
    margin-left: -15px;
  }
}
.timeline-avatar-lg .timeline-dot {
  width: 50px;
  height: 50px;
  margin-right: -25px;
  line-height: 50px;
}
.timeline-avatar-lg .timeline-reverse .timeline-dot {
  margin-left: -25px;
}
.timeline-avatar-lg.timeline-single {
  margin-left: 25px;
}
.timeline-avatar-lg.timeline-single .timeline-dot {
  margin-left: -25px;
}
@media screen and (max-width: 767px) {
  .timeline-avatar-lg {
    margin-left: 25px;
  }
  .timeline-avatar-lg .timeline-dot {
    margin-left: -25px;
  }
}
.timeline-simple .timeline-dot {
  top: 0;
  margin-top: 10px;
}
.timeline-feed .timeline-dot {
  width: 30px;
  height: 30px;
  margin-right: -15px;
  line-height: 30px;
}
.timeline-feed .timeline-reverse .timeline-dot {
  margin-left: -15px;
}
.timeline-feed.timeline-single {
  margin-left: 15px;
}
.timeline-feed.timeline-single .timeline-dot {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .timeline-feed {
    margin-left: 15px;
  }
  .timeline-feed .timeline-dot {
    margin-left: -15px;
  }
}
.timeline-feed.timeline-simple .timeline-dot {
  margin-top: 5px;
}
.timeline-feed > li {
  padding-right: 30px;
  margin-bottom: 22px;
}
.timeline-feed > li.timeline-reverse {
  padding-left: 30px;
}
.timeline-feed.timeline-single > li {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .timeline-feed > li {
    padding-right: 30px;
    margin-bottom: 22px;
  }
}
.testimonial {
  margin: 3px 3px 22px;
}
.testimonial-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.testimonial-item {
  float: left;
  padding: 0 15px 30px;
  margin: 0;
}
.testimonial-content {
  position: relative;
  padding: 15px 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  background-color: #F3F7F9;
  border-radius: 3px;
}
.testimonial-content:before {
  position: absolute;
  bottom: -7px;
  left: 33px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background-color: #F3F7F9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonial-content > p:last-child {
  margin-bottom: 0;
}
.testimonial-image {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}
.testimonial-author {
  display: block;
  margin-left: 75px;
  font-size: 18px;
}
.testimonial-company {
  display: block;
  margin-left: 75px;
  font-size: 12px;
  opacity: 0.8;
}
.testimonial-control a {
  color: #CCD5DB;
}
.testimonial-control a:hover {
  color: #589FFC;
  text-decoration: none;
}
.testimonial-reverse .testimonial-content:before {
  right: 33px;
  left: auto;
}
.testimonial-reverse .testimonial-image {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
.testimonial-reverse .testimonial-author,
.testimonial-reverse .testimonial-company {
  margin-left: 0;
  margin-right: 75px;
  text-align: right;
}
.testimonial-top .testimonial-item {
  padding: 30px 15px 0;
}
.testimonial-top .testimonial-content {
  margin-top: 30px;
  margin-bottom: 10px;
}
.testimonial-top .testimonial-content:before {
  top: -7px;
  bottom: auto;
}
.testimonial.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testimonial.carousel .testimonial-item {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px;
  -webkit-transition: left 0.6s ease-in-out 0s;
  -o-transition: left 0.6s ease-in-out 0s;
  transition: left 0.6s ease-in-out 0s;
}
.testimonial.carousel .testimonial-item.active,
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  display: block;
}
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonial.carousel .testimonial-item.next {
  left: 100%;
}
.testimonial.carousel .testimonial-item.prev {
  left: -100%;
}
.testimonial.carousel .testimonial-item.next.left,
.testimonial.carousel .testimonial-item.prev.right {
  left: 0;
}
.testimonial.carousel .testimonial-item.active {
  left: 0;
}
.testimonial.carousel .testimonial-item.active.left {
  left: -100%;
}
.testimonial.carousel .testimonial-item.active.right {
  left: 100%;
}
.testimonial.carousel .testimonial-content {
  padding: 10px;
}
.testimonial.carousel .testimonial-control {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.testimonial.carousel .testimonial-control > * {
  margin-left: 10px;
}
.testimonial.carousel.testimonial-reverse .testimonial-control {
  right: auto;
  left: 10px;
}
.testimonial.carousel.testimonial-reverse .testimonial-control > * {
  margin-right: 10px;
  margin-left: 0;
}
.testimonial.carousel.testimonial-top .testimonial-control {
  top: 20px;
  bottom: auto;
}
.pricing-list {
  margin-bottom: 22px;
  text-align: center;
  border: 1px solid #E4EAEC;
  border-radius: 3px;
}
.pricing-list [class^="bg-"],
.pricing-list [class*="bg-"],
.pricing-list [class^="bg-"] *,
.pricing-list [class*="bg-"] * {
  color: #ffffff;
}
.pricing-list .pricing-header {
  border-bottom: 1px solid #E4EAEC;
  border-radius: 3px 3px 0 0;
}
.pricing-list .pricing-title {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px 3px 0 0;
}
.pricing-list .pricing-price {
  padding: 20px 30px;
  margin: 0;
  font-size: 54px;
  font-weight: 500;
  color: #37474F;
}
.pricing-list .pricing-period {
  font-size: 14px;
  font-weight: 300;
}
.pricing-list .pricing-features {
  padding: 0 18px;
  margin: 0;
}
.pricing-list .pricing-features li {
  display: block;
  padding: 15px;
  list-style: none;
  border-top: 1px dashed #E4EAEC;
}
.pricing-list .pricing-features li:first-child {
  border-top: none;
}
.pricing-list .pricing-footer {
  padding: 30px;
  border-radius: 0 0 3px 3px;
}
.pricing-table {
  padding-top: 30px;
  text-align: center;
}
.pricing-table:before,
.pricing-table:after {
  content: " ";
  display: table;
}
.pricing-table:after {
  clear: both;
}
.pricing-table [class*="pricing-column"] {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-color: #F3F7F9;
  border: 1px solid #E4EAEC;
  border-right: none;
}
.pricing-table [class*="pricing-column"]:last-child {
  border-right: 1px solid #E4EAEC;
}
.pricing-table [class*="pricing-column"].featured {
  position: relative;
  margin-right: -1px;
  background-color: #ffffff;
  border-right: 1px solid #E4EAEC;
}
.pricing-table .pricing-header {
  padding-bottom: 24px;
  margin: 30px 30px 25px;
  border-bottom: 1px solid #E4EAEC;
}
.pricing-table .pricing-price {
  font-size: 48px;
}
.pricing-table .pricing-currency {
  display: inline-block;
  margin-top: 10px;
  margin-right: -10px;
  font-size: 20px;
  vertical-align: top;
}
.pricing-table .pricing-period {
  font-size: 16px;
}
.pricing-table .pricing-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pricing-table .pricing-features {
  padding: 0;
  margin: 0;
}
.pricing-table .pricing-features li {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.pricing-table .pricing-footer {
  padding: 20px 0;
  margin: 25px 30px 30px;
}
@media screen and (min-width: 768px) {
  .pricing-table .pricing-column-three {
    width: 33.33%;
  }
  .pricing-table .pricing-column-three.featured {
    top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .pricing-table .pricing-column-four {
    width: 50%;
  }
  .pricing-table .pricing-column-five {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-table .pricing-column-four {
    width: 25%;
  }
  .pricing-table .pricing-column-five {
    width: 20%;
  }
  .pricing-table .pricing-column-four.featured,
  .pricing-table .pricing-column-five.featured {
    top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
}
.rating {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  font-size: 0;
  vertical-align: middle;
}
.rating:before {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: '';
}
.rating.hover .icon.active {
  opacity: 0.5;
}
.rating .icon {
  width: 1em;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #CCD5DB;
  vertical-align: middle;
  cursor: pointer;
}
.rating .icon:before {
  transition: color 0.3s ease, opacity 0.3s ease;
}
.rating .icon.active {
  color: #EB6709 !important;
}
.rating .icon.active.hover {
  color: #EB6709 !important;
  opacity: 1;
}
.rating .icon.hover {
  color: #EB6709 !important;
  opacity: 1;
}
.rating .icon:last-child {
  margin-right: 0;
}
.rating-disabled .icon {
  cursor: default;
}
.rating-sm .icon {
  font-size: 12px;
}
.rating-lg .icon {
  font-size: 18px;
}
.ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: transparent;
}
.ribbon-inner {
  position: absolute;
  top: 16px;
  left: 0;
  display: inline-block;
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 30px;
  color: #ffffff;
  white-space: nowrap;
  background-color: #526069;
}
.ribbon-inner .icon {
  font-size: 16px;
}
.ribbon-lg .ribbon-inner {
  height: 38px;
  font-size: 18px;
  line-height: 38px;
}
.ribbon-sm .ribbon-inner {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
}
.ribbon-xs .ribbon-inner {
  height: 22px;
  font-size: 12px;
  line-height: 22px;
}
.ribbon-vertical .ribbon-inner {
  top: 0;
  left: 16px;
  width: 30px;
  height: 60px;
  padding: 15px 0;
}
.ribbon-vertical.ribbon-xs .ribbon-inner {
  width: 22px;
  height: 50px;
}
.ribbon-vertical.ribbon-sm .ribbon-inner {
  width: 26px;
  height: 55px;
}
.ribbon-vertical.ribbon-lg .ribbon-inner {
  width: 38px;
  height: 70px;
}
.ribbon-reverse {
  right: -3px;
  left: auto;
}
.ribbon-reverse .ribbon-inner {
  right: 0;
  left: auto;
}
.ribbon-reverse.ribbon-vertical .ribbon-inner {
  right: 16px;
}
.ribbon-bookmark .ribbon-inner {
  box-shadow: none;
}
.ribbon-bookmark .ribbon-inner:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #526069;
  border-right: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  top: 100%;
  left: 0;
  margin-top: -15px;
  border-right: 15px solid #526069;
  border-bottom: 10px solid transparent;
}
.ribbon-bookmark.ribbon-vertical.ribbon-xs .ribbon-inner:before {
  margin-top: -11px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-sm .ribbon-inner:before {
  margin-top: -13px;
}
.ribbon-bookmark.ribbon-vertical.ribbon-lg .ribbon-inner:before {
  margin-top: -19px;
}
.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #526069;
  border-left: 10px solid transparent;
}
.ribbon-bookmark.ribbon-reverse.ribbon-vertical .ribbon-inner:before {
  right: auto;
  left: 0;
  border-right-color: #526069;
  border-bottom-color: transparent;
  border-left: 15px solid #526069;
}
.ribbon-bookmark.ribbon-xs .ribbon-inner:before {
  border-width: 11px;
}
.ribbon-bookmark.ribbon-sm .ribbon-inner:before {
  border-width: 13px;
}
.ribbon-bookmark.ribbon-lg .ribbon-inner:before {
  border-width: 19px;
}
.ribbon-badge {
  top: -2px;
  left: -2px;
  overflow: hidden;
}
.ribbon-badge .ribbon-inner {
  left: -40px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ribbon-badge.ribbon-reverse {
  right: -2px;
  left: auto;
}
.ribbon-badge.ribbon-reverse .ribbon-inner {
  right: -40px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: -2px;
}
.ribbon-badge.ribbon-bottom .ribbon-inner {
  top: auto;
  bottom: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ribbon-badge.ribbon-bottom.ribbon-reverse .ribbon-inner {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ribbon-corner {
  top: 0;
  left: 0;
  overflow: hidden;
}
.ribbon-corner .ribbon-inner {
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  background-color: transparent;
}
.ribbon-corner .ribbon-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-top-color: #526069;
  border-left-color: #526069;
}
.ribbon-corner.ribbon-reverse {
  right: 0;
  left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner {
  right: 0;
  left: auto;
}
.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent;
}
.ribbon-corner.ribbon-bottom {
  top: auto;
  bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner {
  top: auto;
  bottom: 0;
}
.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069;
}
.ribbon-corner.ribbon-xs .ribbon-inner {
  width: 28px;
  height: 26px;
  line-height: 26px;
}
.ribbon-corner.ribbon-xs .ribbon-inner:before {
  border-width: 22px;
}
.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
  font-size: 12px;
}
.ribbon-corner.ribbon-sm .ribbon-inner {
  width: 34px;
  height: 32px;
  line-height: 32px;
}
.ribbon-corner.ribbon-sm .ribbon-inner:before {
  border-width: 26px;
}
.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
  font-size: 12px;
}
.ribbon-corner.ribbon-lg .ribbon-inner {
  width: 46px;
  height: 44px;
  line-height: 44px;
}
.ribbon-corner.ribbon-lg .ribbon-inner:before {
  border-width: 36px;
}
.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
  font-size: 18px;
}
.ribbon-clip {
  left: -14px;
}
.ribbon-clip .ribbon-inner {
  padding-left: 23px;
  border-radius: 0 5px 5px 0;
}
.ribbon-clip .ribbon-inner:after {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 7px solid transparent;
  border-top-color: #37474F;
  border-right-color: #37474F;
}
.ribbon-clip.ribbon-reverse {
  right: -14px;
  left: auto;
}
.ribbon-clip.ribbon-reverse .ribbon-inner {
  padding-right: 23px;
  padding-left: 15px;
  border-radius: 5px 0 0 5px;
}
.ribbon-clip.ribbon-reverse .ribbon-inner:after {
  right: 0;
  left: auto;
  border-right-color: transparent;
  border-left-color: #37474F;
}
.ribbon-clip.ribbon-bottom {
  top: auto;
  bottom: -3px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner {
  top: auto;
  bottom: 16px;
}
.ribbon-clip.ribbon-bottom .ribbon-inner:after {
  top: -14px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom-color: #37474F;
}
.ribbon-primary .ribbon-inner {
  background-color: #3E8EF7;
}
.ribbon-primary.ribbon-bookmark .ribbon-inner:before {
  border-color: #3E8EF7;
  border-right-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #3E8EF7;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #3E8EF7;
  border-bottom-color: transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #3E8EF7;
  border-bottom-color: transparent;
  border-left-color: #3E8EF7;
}
.ribbon-primary.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-primary.ribbon-corner .ribbon-inner:before {
  border-top-color: #3E8EF7;
  border-left-color: #3E8EF7;
}
.ribbon-primary.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #3E8EF7;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #3E8EF7;
}
.ribbon-primary .ribbon-inner:after {
  border-top-color: #247CF0;
  border-right-color: #247CF0;
}
.ribbon-primary.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #247CF0;
}
.ribbon-primary.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #247CF0;
}
.ribbon-success .ribbon-inner {
  background-color: #11C26D;
}
.ribbon-success.ribbon-bookmark .ribbon-inner:before {
  border-color: #11C26D;
  border-right-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #11C26D;
  border-left-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #11C26D;
  border-bottom-color: transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #11C26D;
  border-bottom-color: transparent;
  border-left-color: #11C26D;
}
.ribbon-success.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-success.ribbon-corner .ribbon-inner:before {
  border-top-color: #11C26D;
  border-left-color: #11C26D;
}
.ribbon-success.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #11C26D;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #11C26D;
}
.ribbon-success .ribbon-inner:after {
  border-top-color: #05A85C;
  border-right-color: #05A85C;
}
.ribbon-success.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #05A85C;
}
.ribbon-success.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #05A85C;
}
.ribbon-info .ribbon-inner {
  background-color: #0BB2D4;
}
.ribbon-info.ribbon-bookmark .ribbon-inner:before {
  border-color: #0BB2D4;
  border-right-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #0BB2D4;
  border-left-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #0BB2D4;
  border-bottom-color: transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #0BB2D4;
  border-bottom-color: transparent;
  border-left-color: #0BB2D4;
}
.ribbon-info.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-info.ribbon-corner .ribbon-inner:before {
  border-top-color: #0BB2D4;
  border-left-color: #0BB2D4;
}
.ribbon-info.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #0BB2D4;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #0BB2D4;
}
.ribbon-info .ribbon-inner:after {
  border-top-color: #0099B8;
  border-right-color: #0099B8;
}
.ribbon-info.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #0099B8;
}
.ribbon-info.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #0099B8;
}
.ribbon-warning .ribbon-inner {
  background-color: #EB6709;
}
.ribbon-warning.ribbon-bookmark .ribbon-inner:before {
  border-color: #EB6709;
  border-right-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #EB6709;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #EB6709;
  border-bottom-color: transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #EB6709;
  border-bottom-color: transparent;
  border-left-color: #EB6709;
}
.ribbon-warning.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-warning.ribbon-corner .ribbon-inner:before {
  border-top-color: #EB6709;
  border-left-color: #EB6709;
}
.ribbon-warning.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #EB6709;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #EB6709;
}
.ribbon-warning .ribbon-inner:after {
  border-top-color: #DE4E00;
  border-right-color: #DE4E00;
}
.ribbon-warning.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #DE4E00;
}
.ribbon-warning.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #DE4E00;
}
.ribbon-danger .ribbon-inner {
  background-color: #FF4C52;
}
.ribbon-danger.ribbon-bookmark .ribbon-inner:before {
  border-color: #FF4C52;
  border-right-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-reverse .ribbon-inner:before {
  border-right-color: #FF4C52;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical .ribbon-inner:before {
  border-right-color: #FF4C52;
  border-bottom-color: transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-vertical.ribbon-reverse .ribbon-inner:before {
  border-right-color: #FF4C52;
  border-bottom-color: transparent;
  border-left-color: #FF4C52;
}
.ribbon-danger.ribbon-corner .ribbon-inner {
  background-color: transparent;
}
.ribbon-danger.ribbon-corner .ribbon-inner:before {
  border-top-color: #FF4C52;
  border-left-color: #FF4C52;
}
.ribbon-danger.ribbon-corner.ribbon-reverse .ribbon-inner:before {
  border-right-color: #FF4C52;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom .ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #FF4C52;
}
.ribbon-danger .ribbon-inner:after {
  border-top-color: #F2353C;
  border-right-color: #F2353C;
}
.ribbon-danger.ribbon-reverse .ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #F2353C;
}
.ribbon-danger.ribbon-bottom .ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #F2353C;
}
.dotnav {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.dotnav > li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 16px;
  vertical-align: top;
  list-style: none;
}
.dotnav > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.dotnav > li > a:focus {
  outline: none;
}
.dotnav > li.active > a,
.dotnav > li:hover > a,
.dotnav > li:focus > a {
  background-color: #ffffff;
}
.dotnav-scaleup > li > a {
  -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}
.dotnav-scaleup > li.active > a {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.dotnav-stroke > li > a {
  border: 2px solid transparent;
  -webkit-transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
}
.dotnav-stroke > li.active > a {
  background-color: transparent;
  border-color: #ffffff;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.dotnav-fillin > li > a {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff inset;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
}
.dotnav-fillin > li:hover > a,
.dotnav-fillin > li:focus > a {
  background-color: transparent;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
.dotnav-fillin > li.active > a {
  box-shadow: 0 0 0 8px #fff inset;
}
.dotnav-dotstroke > li > a {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
}
.dotnav-dotstroke > li.active > a {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px #fff inset;
}
.dotnav-fall > li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(0%, -200%);
  -ms-transform: translate(0%, -200%);
  -o-transform: translate(0%, -200%);
  transform: translate(0%, -200%);
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}
.dotnav-fall > li > a {
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s;
}
.dotnav-fall > li.active:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.dotnav-fall > li.active > a {
  opacity: 0;
  -webkit-transform: translate(0, 200%);
  -ms-transform: translate(0, 200%);
  -o-transform: translate(0, 200%);
  transform: translate(0, 200%);
}
.color-selector {
  padding: 0;
  margin: 0;
  list-style: none;
}
.color-selector > li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 8px 0;
  background-color: #3E8EF7;
  border-radius: 100%;
}
.color-selector > li:hover {
  opacity: 0.8;
}
.color-selector > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  content: "";
  background: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}
.color-selector > li input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: inherit;
  height: inherit;
  cursor: pointer;
  border-radius: inherit;
  opacity: 0;
}
.color-selector > li input[type="radio"]:disabled {
  cursor: not-allowed;
}
.color-selector > li label {
  position: relative;
  font-family: "Web Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.color-selector > li input[type="radio"]:checked + label:after {
  position: absolute;
  top: 0;
  left: 8px;
  display: inline-block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  content: "\f192";
}
.color-selector > li.color-selector-disabled {
  background-color: #CCD5DB !important;
}
.color-selector > li.color-selector-disabled input[type="radio"]:disabled {
  cursor: not-allowed;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-50-imp {
  width: 50px !important;
}
.width-100 {
  width: 100px;
}
.width-150 {
  width: 150px;
}
.width-200 {
  width: 200px;
}
.width-250 {
  width: 250px;
}
.width-300 {
  width: 300px;
}
.width-350 {
  width: 350px;
}
.width-400 {
  width: 400px;
}
.width-450 {
  width: 450px;
}
.width-500 {
  width: 500px;
}
.width-full {
  width: 100% !important;
}
@media (max-width: 767px) {
  .width-xs-50 {
    width: 50px;
  }
  .width-xs-100 {
    width: 100px;
  }
  .width-xs-150 {
    width: 150px;
  }
  .width-xs-200 {
    width: 200px;
  }
  .width-xs-250 {
    width: 250px;
  }
  .width-xs-300 {
    width: 300px;
  }
  .width-xs-350 {
    width: 350px;
  }
  .width-xs-400 {
    width: 400px;
  }
  .width-xs-450 {
    width: 450px;
  }
  .width-xs-500 {
    width: 500px;
  }
  .width-xs-100pc {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width-sm-50 {
    width: 50px;
  }
  .width-sm-100 {
    width: 100px;
  }
  .width-sm-150 {
    width: 150px;
  }
  .width-sm-200 {
    width: 200px;
  }
  .width-sm-250 {
    width: 250px;
  }
  .width-sm-300 {
    width: 300px;
  }
  .width-sm-350 {
    width: 350px;
  }
  .width-sm-400 {
    width: 400px;
  }
  .width-sm-450 {
    width: 450px;
  }
  .width-sm-500 {
    width: 500px;
  }
  .width-sm-100pc {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .width-md-50 {
    width: 50px;
  }
  .width-md-100 {
    width: 100px;
  }
  .width-md-150 {
    width: 150px;
  }
  .width-md-200 {
    width: 200px;
  }
  .width-md-250 {
    width: 250px;
  }
  .width-md-300 {
    width: 300px;
  }
  .width-md-350 {
    width: 350px;
  }
  .width-md-400 {
    width: 400px;
  }
  .width-md-450 {
    width: 450px;
  }
  .width-md-500 {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .width-lg-50 {
    width: 50px;
  }
  .width-lg-100 {
    width: 100px;
  }
  .width-lg-150 {
    width: 150px;
  }
  .width-lg-200 {
    width: 200px;
  }
  .width-lg-250 {
    width: 250px;
  }
  .width-lg-300 {
    width: 300px;
  }
  .width-lg-350 {
    width: 350px;
  }
  .width-lg-400 {
    width: 400px;
  }
  .width-lg-450 {
    width: 450px;
  }
  .width-lg-500 {
    width: 500px;
  }
}
.height-50 {
  height: 50px;
}
.height-100 {
  height: 100px;
}
.height-120 {
  height: 120px;
}
.height-150 {
  height: 150px;
}
.height-200 {
  height: 200px;
}
.height-250 {
  height: 250px;
}
.height-300 {
  height: 300px;
}
.height-350 {
  height: 350px;
}
.height-400 {
  height: 400px;
}
.height-450 {
  height: 450px;
}
.height-500 {
  height: 500px;
}
.height-full {
  height: 100% !important;
}
@media (max-width: 767px) {
  .height-xs-50 {
    height: 50px;
  }
  .height-xs-100 {
    height: 100px;
  }
  .height-xs-120 {
    height: 120px;
  }
  .height-xs-150 {
    height: 150px;
  }
  .height-xs-200 {
    height: 200px;
  }
  .height-xs-250 {
    height: 250px;
  }
  .height-xs-300 {
    height: 300px;
  }
  .height-xs-350 {
    height: 350px;
  }
  .height-xs-400 {
    height: 400px;
  }
  .height-xs-450 {
    height: 450px;
  }
  .height-xs-500 {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height-sm-50 {
    height: 50px;
  }
  .height-sm-100 {
    height: 100px;
  }
  .height-sm-120 {
    height: 120px;
  }
  .height-sm-150 {
    height: 150px;
  }
  .height-sm-200 {
    height: 200px;
  }
  .height-sm-250 {
    height: 250px;
  }
  .height-sm-300 {
    height: 300px;
  }
  .height-sm-350 {
    height: 350px;
  }
  .height-sm-400 {
    height: 400px;
  }
  .height-sm-450 {
    height: 450px;
  }
  .height-sm-500 {
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .height-md-50 {
    height: 50px;
  }
  .height-md-100 {
    height: 100px;
  }
  .height-md-120 {
    height: 120px;
  }
  .height-md-150 {
    height: 150px;
  }
  .height-md-200 {
    height: 200px;
  }
  .height-md-250 {
    height: 250px;
  }
  .height-md-300 {
    height: 300px;
  }
  .height-md-350 {
    height: 350px;
  }
  .height-md-400 {
    height: 400px;
  }
  .height-md-450 {
    height: 450px;
  }
  .height-md-500 {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .height-lg-50 {
    height: 50px;
  }
  .height-lg-100 {
    height: 100px;
  }
  .height-lg-120 {
    height: 120px;
  }
  .height-lg-150 {
    height: 150px;
  }
  .height-lg-200 {
    height: 200px;
  }
  .height-lg-250 {
    height: 250px;
  }
  .height-lg-300 {
    height: 300px;
  }
  .height-lg-350 {
    height: 350px;
  }
  .height-lg-400 {
    height: 400px;
  }
  .height-lg-450 {
    height: 450px;
  }
  .height-lg-500 {
    height: 500px;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-3 {
  margin: 3px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-35 {
  margin: 35px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-45 {
  margin: 45px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-60 {
  margin: 60px !important;
}
.margin-70 {
  margin: 70px !important;
}
.margin-80 {
  margin: 80px !important;
}
.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-vertical-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.margin-horizontal-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.margin-horizontal-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}
.margin-horizontal-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.margin-horizontal-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.margin-horizontal-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-horizontal-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.margin-horizontal-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.margin-horizontal-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-horizontal-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.margin-horizontal-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.margin-horizontal-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.margin-horizontal-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.margin-horizontal-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.margin-horizontal-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}
.margin-horizontal-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-3 {
  margin-top: 3px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-3 {
  margin-bottom: 3px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-3 {
  margin-left: 3px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-45 {
  margin-left: 45px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-60 {
  margin-left: 60px !important;
}
.margin-left-70 {
  margin-left: 70px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-3 {
  margin-right: 3px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-35 {
  margin-right: 35px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-45 {
  margin-right: 45px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-right-60 {
  margin-right: 60px !important;
}
.margin-right-70 {
  margin-right: 70px !important;
}
.margin-right-80 {
  margin-right: 80px !important;
}
@media (max-width: 767px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}
.padding-0 {
  padding: 0 !important;
}
.padding-3 {
  padding: 3px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-35 {
  padding: 35px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-45 {
  padding: 45px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-60 {
  padding: 60px !important;
}
.padding-70 {
  padding: 70px !important;
}
.padding-80 {
  padding: 80px !important;
}
.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-vertical-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padding-vertical-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.padding-vertical-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.padding-vertical-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.padding-horizontal-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-horizontal-3 {
  padding-right: 3px !important;
  padding-left: 3px !important;
}
.padding-horizontal-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.padding-horizontal-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.padding-horizontal-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padding-horizontal-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.padding-horizontal-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.padding-horizontal-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padding-horizontal-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.padding-horizontal-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.padding-horizontal-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.padding-horizontal-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.padding-horizontal-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.padding-horizontal-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}
.padding-horizontal-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-3 {
  padding-top: 3px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-70 {
  padding-top: 70px !important;
}
.padding-top-80 {
  padding-top: 80px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-3 {
  padding-bottom: 3px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-70 {
  padding-bottom: 70px !important;
}
.padding-bottom-80 {
  padding-bottom: 80px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-3 {
  padding-left: 3px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-35 {
  padding-left: 35px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-left-45 {
  padding-left: 45px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-left-60 {
  padding-left: 60px !important;
}
.padding-left-70 {
  padding-left: 70px !important;
}
.padding-left-80 {
  padding-left: 80px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-3 {
  padding-right: 3px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-right-35 {
  padding-right: 35px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-45 {
  padding-right: 45px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-right-60 {
  padding-right: 60px !important;
}
.padding-right-70 {
  padding-right: 70px !important;
}
.padding-right-80 {
  padding-right: 80px !important;
}
@media (max-width: 767px) {
  .padding-xs-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .padding-sm-0 {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .padding-lg-0 {
    padding: 0 !important;
  }
}
.example-wrap {
  margin-bottom: 80px;
}
.example-wrap .example-wrap {
  margin-bottom: 0;
}
.example {
  margin-top: 20px;
  margin-bottom: 20px;
}
.example:before,
.example:after {
  content: " ";
  display: table;
}
.example:after {
  clear: both;
}
.example-title {
  text-transform: uppercase;
}
.example-title,
h4.example-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px !important;
}
.panel-body > .example-wrap:last-child {
  margin-bottom: 0;
}
.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
  margin-bottom: 0;
}
.example-well {
  position: relative;
  margin-bottom: 30px;
  background-color: #f3f7f9;
}
.example-well .center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.example-dropdown .dropdown:before,
.example-dropdown .dropup:before,
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  content: " ";
  display: table;
}
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  clear: both;
}
.example-dropdown .dropdown > .dropdown-toggle,
.example-dropdown .dropup > .dropdown-toggle {
  float: left;
}
.example-dropdown .dropdown > .dropdown-menu,
.example-dropdown .dropup > .dropdown-menu {
  position: static;
  display: block;
  clear: left;
}
.example-dropdown .dropdown > .dropdown-menu-right,
.example-dropdown .dropup > .dropdown-menu-right {
  float: right;
  clear: right;
}
.example-tooltip {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.example-tooltip .tooltip {
  position: relative;
  margin-right: 25px;
  opacity: 1;
}
.example-grid .example-col,
.example-blocks .example-col {
  min-height: 0;
  padding: 10px 15px 12px;
  background-color: #f3f7f9;
  border-radius: 0;
}
.example-grid .example-col {
  margin-bottom: 20px;
}
.example-grid .example-col .example-col {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #e2ecf1;
}
.example-popover {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.example-popover .popover {
  position: relative;
  display: block;
  margin-right: 25px;
}
.example-buttons .btn,
.example-buttons .btn-group,
.example-buttons .btn-group-vertical {
  margin-right: 15px;
  margin-bottom: 20px;
}
.example-buttons .btn-group-vertical .btn,
.example-buttons .btn-group .btn {
  margin-right: 0;
  margin-bottom: 0;
}
.example-box {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 45px 15px 15px;
  border: 1px solid #E4EAEC;
}
.example-box:after {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "Example";
  color: #959595;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.example-avatars .avatar {
  margin-right: 20px;
  margin-bottom: 20px;
}
.example-avatars .avatar:last-child {
  margin-right: 20px;
}
.example-typography {
  position: relative;
  padding-left: 25%;
}
.example-typography .heading-note,
.example-typography .text-note {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 260px;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  color: #AAB2BD;
}
.example-typography .text-note {
  top: 10px;
  bottom: auto;
}
.example-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .example-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/*IMAGE EDITOR */
.cropper-preview {
  overflow: hidden;
}
.img-preview {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.img-preview > img {
  max-width: 100%;
}
.preview-lg {
  width: 263px;
  height: 148px;
}
.preview-md {
  width: 139px;
  height: 78px;
}
.preview-sm {
  width: 69px;
  height: 39px;
}
.preview-xs {
  width: 35px;
  height: 20px;
  margin-right: 0;
}
.cropper,
.cropper-toolbar {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cropper {
    max-height: 600px;
  }
}
@media (min-width: 769px) {
  .cropper {
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .cropper {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .cropper {
    max-height: 246px;
  }
}
@media (max-width: 586px) {
  .btn-group .btn {
    padding: 6px 8px;
  }
  .cropper {
    max-height: 246px;
  }
}
.grid-stack-item-content {
  font-size: 20px;
  color: #526069;
  text-align: center;
  background: white;
}
.grid-stack-item-content .fa {
  display: block;
  margin: 20px 0 10px;
  font-size: 64px;
}
.cutcorner-bl {
  -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 90%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 90%, 100% 0);
}
.note-widget .widget-content {
  min-height: 150px;
  max-height: 150px;
}
.widget-content-text {
  font-size: 13px;
  line-height: 120%;
  height: 95px;
  overflow: hidden;
}
#noteslist {
  height: 180px;
  overflow: hidden;
}
#noteslist.notes-open {
  height: auto;
}
.btn-notes-more {
  position: absolute;
  bottom: 10px;
  right: 5px;
  margin-left: -30px;
  display: none;
}
.btn-notes-more .hide-onclose {
  display: none;
}
#noteslist.notes-open .btn-notes-more .hide-onclose {
  display: block;
}
#noteslist.notes-open .btn-notes-more .hide-onopen {
  display: none;
}
.notes-scroll .btn-notes-more {
  display: block;
}
.note-widget .input-note {
  background: none;
  border-style: dashed;
  color: #181C32;
  font-size: 12px;
}
.note-action {
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.input-note::placeholder {
  opacity: 0.8;
  color: #181C32;
}
.gridster ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gridster ul li {
  list-style: none;
}
.gridster-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.widget {
  text-align: left;
  font-size: 14px;
}
.widget h4 {
  font-weight: bold;
  text-transform: uppercase;
}
.widget h4 a {
  color: #37474f;
}
.widget h4 a i {
  color: #fff;
}
.widget .table {
  font-size: 14px;
}
.dash-widget-title {
  text-transform: uppercase;
  font-size: 16px;
}
.date-box-calendar {
  position: relative;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.date-box-calendar i {
  position: absolute;
  font-size: 42px;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  color: #0B69E3;
}
.data-box-hour {
  font-weight: bold;
}
.data-box-month,
.data-box-hour {
  display: block;
  text-align: center;
}
.data-box-hour {
  margin-top: 10px;
}
.date-box {
  font-size: 22px;
  text-align: center;
  float: left;
  width: 100px;
}
.announce-box-image {
  max-width: 200px;
  float: left;
}
.annonce-box-type {
  font-size: 18px;
  font-weight: bold;
  color: #3E8EF7;
  display: block;
}
.annonce-box-title {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
}
.annonce-box-title:hover {
  color: #000;
}
.annonce-box-address {
  font-size: 13px;
  opacity: 0.8;
  font-weight: 300;
  display: block;
  color: #333;
}
.annonce-box-address:hover {
  color: #333;
  opacity: 1;
}
.annoncement-box-action {
  margin-top: 20px;
}
.widget-side {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  text-transform: capitalize;
}
.widget-side i {
  font-size: 30px;
  display: block;
}
.tp-widget {
  position: relative;
}
.tp-widget .widget-admin {
  display: none;
}
.tp-widget .widget-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
}
.widget-sortable .widget-front {
  position: relative;
}
.widget-sortable .widget-front .widget-helpers {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: -32px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
}
.widget-sortable .widget-front .widget-helpers.hover {
  display: block;
}
.widget-sortable .widget-front .widget-helpers .btn {
  margin: 0 10px;
}
.widget-avail .widget-side {
  display: block;
}
.widget-avail .widget-front {
  display: none;
}
#widget-wrapper {
  padding: 30px;
  min-height: 300px;
  width: 100%;
  border: 2px dotted #62a8ea;
  margin-bottom: 100px;
}
.sortable-container-drop {
  padding-top: 30px;
  min-height: 200px;
  border: 1px dotted #999;
}
.inner-form {
  text-align: left;
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}
.widget-inner .editable {
  outline: 1px dotted #999;
  padding: 5px;
}
.widget-inner strong {
  font-weight: 700;
}
.yui3-cssreset html {
  color: #000;
  background: #FFF;
}
.yui3-cssreset body,
.yui3-cssreset div,
.yui3-cssreset dl,
.yui3-cssreset dt,
.yui3-cssreset dd,
.yui3-cssreset ul,
.yui3-cssreset ol,
.yui3-cssreset li,
.yui3-cssreset h1,
.yui3-cssreset h2,
.yui3-cssreset h3,
.yui3-cssreset h4,
.yui3-cssreset h5,
.yui3-cssreset h6,
.yui3-cssreset pre,
.yui3-cssreset code,
.yui3-cssreset form,
.yui3-cssreset fieldset,
.yui3-cssreset legend,
.yui3-cssreset input,
.yui3-cssreset textarea,
.yui3-cssreset p,
.yui3-cssreset blockquote,
.yui3-cssreset th,
.yui3-cssreset td {
  margin: 0;
  padding: 0;
}
.yui3-cssreset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.yui3-cssreset fieldset,
.yui3-cssreset img {
  border: 0;
}
.yui3-cssreset address,
.yui3-cssreset caption,
.yui3-cssreset cite,
.yui3-cssreset code,
.yui3-cssreset dfn,
.yui3-cssreset em,
.yui3-cssreset strong,
.yui3-cssreset th,
.yui3-cssreset var {
  font-style: normal;
  font-weight: normal;
}
.yui3-cssreset ol,
.yui3-cssreset ul {
  list-style: none;
}
.yui3-cssreset caption,
.yui3-cssreset th {
  text-align: left;
}
.yui3-cssreset h1,
.yui3-cssreset h2,
.yui3-cssreset h3,
.yui3-cssreset h4,
.yui3-cssreset h5,
.yui3-cssreset h6 {
  font-size: 100%;
  font-weight: normal;
}
.yui3-cssreset q:before,
.yui3-cssreset q:after {
  content: '';
}
.yui3-cssreset abbr,
.yui3-cssreset acronym {
  border: 0;
  font-variant: normal;
}
.yui3-cssreset sup {
  vertical-align: text-top;
}
.yui3-cssreset sub {
  vertical-align: text-bottom;
}
.yui3-cssreset input,
.yui3-cssreset textarea,
.yui3-cssreset select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.yui3-cssreset input,
.yui3-cssreset textarea,
.yui3-cssreset select {
  *font-size: 100%;
}
.yui3-cssreset legend {
  color: #000;
}
#yui3-css-stamp.cssreset-context {
  display: none;
}
.yui3-cssbase h1 {
  font-size: 138.5%;
}
.yui3-cssbase h2 {
  font-size: 123.1%;
}
.yui3-cssbase h3 {
  font-size: 108%;
}
.yui3-cssbase h1,
.yui3-cssbase h2,
.yui3-cssbase h3 {
  margin: 1em 0;
}
.yui3-cssbase h1,
.yui3-cssbase h2,
.yui3-cssbase h3,
.yui3-cssbase h4,
.yui3-cssbase h5,
.yui3-cssbase h6,
.yui3-cssbase strong {
  font-weight: bold;
}
.yui3-cssbase abbr,
.yui3-cssbase acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
.yui3-cssbase em {
  font-style: italic;
}
.yui3-cssbase blockquote,
.yui3-cssbase ul,
.yui3-cssbase ol,
.yui3-cssbase dl {
  margin: 1em;
}
.yui3-cssbase ol,
.yui3-cssbase ul,
.yui3-cssbase dl {
  margin-left: 2em;
}
.yui3-cssbase ol {
  list-style: decimal outside;
}
.yui3-cssbase ul {
  list-style: disc outside;
}
.yui3-cssbase dl dd {
  margin-left: 1em;
}
.yui3-cssbase th,
.yui3-cssbase td {
  border: 1px solid #000;
  padding: 0.5em;
}
.yui3-cssbase th {
  font-weight: bold;
  text-align: center;
}
.yui3-cssbase caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.yui3-cssbase p,
.yui3-cssbase fieldset,
.yui3-cssbase table,
.yui3-cssbase pre {
  margin-bottom: 1em;
}
.yui3-cssbase input[type=text],
.yui3-cssbase input[type=password],
.yui3-cssbase textarea {
  width: 12.25em;
  *width: 11.9em;
}
#yui3-css-stamp.cssbase-context {
  display: none;
}
.yui3-cssreset h1 {
  color: unset;
}
.yui3-cssreset {
  all: initial;
}
.yui3-cssreset * {
  all: unset;
}
.page-aside.aside-fixed {
  position: fixed;
  top: 90px;
  left: 260px;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}
.page-aside.aside-fixed .page-aside-inner {
  overflow: hidden;
  height: 100%;
}
.site-menubar-fold .page-aside.aside-fixed {
  left: 90px;
}
.page-aside .list-group-item {
  padding: 5px 30px;
}
@media (max-width: 1199px) {
  .page-aside.aside-fixed {
    left: 90px;
  }
}
@media (max-width: 767px) {
  .page-aside.aside-fixed {
    left: 0;
  }
}
.app-message .page {
  height: calc(100% -  44px);
}
.app-message .page-main {
  height: 100%;
}
.app-message .page-aside .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.06);
  padding: 10px 60px 10px 30px;
  height: 56px;
}
.app-message .page-aside .input-search-btn {
  padding-right: 30px;
  border-radius: 0;
}
.app-message .page-aside-inner {
  height: 100%;
}
.app-message-list {
  height: calc(100% -  36px + 10px*2);
}
.app-message-list .list-group .list-group-item {
  border-bottom: 0;
  border-radius: 0;
  padding: 16px 30px;
  white-space: nowrap;
  z-index: 0;
}
.app-message-list .list-group .list-group-item:hover,
.app-message-list .list-group .list-group-item.active {
  background-color: #D9E9FF;
}
.app-message-list .list-group .list-group-item.active:after {
  width: 1px;
  position: absolute;
  content: ' ';
  height: 100%;
  right: 0;
  top: 0;
  background: #3E8EF7;
}
.app-message-list .list-group .list-group-item .media-time {
  color: #A3AFB7;
}
.app-message-chats {
  padding: 20px 30px;
  overflow-y: scroll;
  text-align: center;
  height: calc(100% -  30px*2 + 36px);
  background-color: #ffffff;
}
.app-message-chats > .btn {
  color: #589FFC;
}
.app-message-chats > .btn:hover {
  color: #76838F;
}
.app-message-chats .chats {
  padding: 0;
}
.app-message-chats .chats .chat-avatar .avatar {
  width: 60px;
  margin-top: -10px;
}
.app-message-chats .chats .time {
  color: #A3AFB7;
  font-size: 12px;
  text-align: center;
  margin: 40px 0;
}
.app-message-input {
  position: relative;
  padding: 30px;
  padding-right: 110px;
  background-color: #F3F7F9;
}
.app-message-input .message-input {
  position: relative;
}
.app-message-input .message-input textarea {
  height: 36px;
  resize: none;
  max-height: 100px;
  padding-right: 110px;
}
.app-message-input .message-input-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.app-message-input .message-input-actions input {
  display: none;
}
.app-message-input .message-input-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 1199px) {
  .app-message .page-aside .list-group-item {
    padding: 14px 16px;
    font-size: 12px;
  }
  .app-message .page-aside .list-group-item h4 {
    font-size: 12px;
  }
  .app-message .page-aside .list-group-item .avatar {
    width: 34px;
  }
  .app-message .page-aside .list-group-item .badge {
    padding: 1px 4px;
  }
}
@media (max-width: 480px) {
  .app-message .page {
    height: calc(100% -  0px);
  }
}
.lang-switch-nav {
  float: right;
  padding-left: 20px;
}
.lang-switch-nav a {
  opacity: 0.4;
}
.lang-switch-nav a.active {
  opacity: 1;
}
.tag {
  display: inline-block;
  margin: 0 4px 4px 0;
  background: rgba(82, 96, 105, 0.09);
  color: #37474F;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  line-height: 1.6;
}
.tag.category1 {
  background: rgba(11, 178, 212, 0.11);
  color: #0099B8;
}
.tag.category2 {
  background: rgba(148, 99, 247, 0.11);
  color: #8349F5;
}
.tag.red {
  background: rgba(255, 76, 82, 0.11);
  color: #F2353C;
}
.tag.unsubscribed {
  background: rgba(255, 76, 82, 0.11);
  color: #F2353C;
}
.tag-agent {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
.selectize-input input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  position: absolute;
}
.selectize-input {
  border: 1px solid #e4eaec;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.selectize-control .item {
  background: none !important;
  padding: 2px 5px;
  border-radius: 3px;
}
.selectize-control.category1 .item {
  background: #0BB2D4 !important;
  color: #fff !important;
}
.selectize-control.category2 .item {
  background: #9463F7 !important;
  color: #fff !important;
}
.cs-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 3px 0;
}
.cs-opt .cs-opt-av {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #efeaff;
  color: #5329F8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.cs-opt .cs-opt-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.35;
}
.cs-opt .cs-opt-name {
  font-weight: 600;
  color: #2b3547;
  font-size: 13.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs-opt .cs-opt-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 14px;
  margin-top: 1px;
}
.cs-opt .cs-opt-m {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #8a90a6;
  white-space: nowrap;
}
.cs-opt .cs-opt-m i {
  font-size: 12px;
  color: #b7b1e0;
}
.input-group-withbtn .input-group-btn {
  vertical-align: top;
}
.table-render-small .render-details {
  float: left;
}
.table-render-small .render-name {
  font-weight: 400;
}
.table-render-small .render-email,
.table-render-small .render-phone {
  display: block;
  font-size: 90%;
}
.activity-status {
  padding: 7px;
  display: inline-block;
}
.activity-status i {
  font-size: 24px;
  color: #3E8EF7;
}
.activity-status.activity-status-0.activity-timeframe-passed {
  color: #FF4C52;
}
.activity-status.activity-status-0.activity-timeframe-passed i {
  color: #FF4C52;
}
.activity-status.activity-status-0 i {
  font-size: 20px;
}
.activity-status.activity-status-1 {
  color: #11C26D;
}
.activity-status.activity-status-1 i {
  color: #11C26D;
}
.table-slidepanel-small {
  font-size: 11px !important;
}
.table-slidepanel-small label.btn {
  padding: 3px 5px;
}
.labelish {
  padding: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  display: inline-block;
}
.labelish i {
  padding-right: 2px;
}
.labelish:hover {
  background: rgba(255, 255, 255, 0.5);
}
.site-ismobile .labelish {
  white-space: nowrap;
}
table,
.table {
  color: #333;
}
.upload-document {
  padding: 5px;
}
.upload-document.inline-document .upload-document-wrapper {
  min-height: 40px;
}
.upload-document .upload-document-wrapper {
  border: 1px solid #eaeef1;
  min-height: 72px;
}
.upload-document img {
  max-height: 70px;
}
.upload-document .caption {
  margin-top: 10px;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tablesaw td .btn {
  margin-bottom: 5px;
}
h1 button i.icon,
h2 button i.icon,
h3 button i.icon,
h4 button i.icon,
h5 button i.icon {
  margin-right: 0 !important;
}
h1 .btn-success {
  margin-left: 15px;
}
.btn-extra-round {
  border-radius: 5px;
}
.btn-extra-padding {
  padding: 10px 20px !important;
}
.btn-success.btn-shadow {
  box-shadow: 0 5px 10px 0 rgba(40, 199, 111, 0.3);
}
.btn-primary.btn-shadow {
  box-shadow: 0 5px 10px 0 rgba(126, 116, 240, 0.3);
}
.btn-info.btn-shadow {
  box-shadow: 0 5px 10px 0 rgba(11, 178, 212, 0.3);
}
.btn-floating {
  line-height: 56px;
}
.btn-floating.btn-sm {
  line-height: inherit;
}
.btn-gallery-editable {
  display: none;
}
.gallery-editable .btn-gallery-editable {
  display: inline-block;
}
.btn-ai {
  background: linear-gradient(270deg, #B613A7 0%, #6621CE 100%) !important;
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.3);
  color: #fff !important;
  border-radius: 5px;
}
.btn-title {
  cursor: default;
}
.btn-title:hover {
  color: #fff;
}
.btn-success,
.btn-green {
  background-color: #11C26D;
  border-color: #11C26D;
  color: #fff;
}
.btn-success.active,
.btn-green.active {
  background-color: #008C4D;
  border-color: #008C4D;
}
.btn-success.btn-outline,
.btn-green.btn-outline {
  color: #11C26D;
  background-color: transparent;
}
.btn-success.btn-outline:hover,
.btn-green.btn-outline:hover {
  border-color: #008C4D;
  background-color: #008C4D;
  color: #fff;
}
.btn-success.btn-outline.active,
.btn-green.btn-outline.active {
  color: #fff;
  background-color: #11C26D;
  border-color: #11C26D;
}
.btn-danger,
.btn-red {
  background-color: #FF4C52;
  border-color: #FF4C52;
  color: #fff;
}
.btn-danger.active,
.btn-red.active {
  background-color: #E62020;
  border-color: #E62020;
}
.btn-danger.btn-outline,
.btn-red.btn-outline {
  color: #FF4C52;
  background-color: transparent;
}
.btn-danger.btn-outline:hover,
.btn-red.btn-outline:hover {
  border-color: #E62020;
  background-color: #E62020;
  color: #fff;
}
.btn-danger.btn-outline.active,
.btn-red.btn-outline.active {
  color: #fff;
  background-color: #FF4C52;
  border-color: #FF4C52;
}
.btn-pink {
  background-color: #F74584;
  border-color: #F74584;
  color: #fff;
}
.btn-pink.active {
  background-color: #E6155E;
  border-color: #E6155E;
}
.btn-pink.btn-outline {
  color: #F74584;
  background-color: transparent;
}
.btn-pink.btn-outline:hover {
  border-color: #E6155E;
  background-color: #E6155E;
  color: #fff;
}
.btn-pink.btn-outline.active {
  color: #fff;
  background-color: #F74584;
  border-color: #F74584;
}
.btn-purple {
  background-color: #9463F7;
  border-color: #9463F7;
  color: #fff;
}
.btn-purple.active {
  background-color: #7231F5;
  border-color: #7231F5;
}
.btn-purple.btn-outline {
  color: #9463F7;
  background-color: transparent;
}
.btn-purple.btn-outline:hover {
  border-color: #7231F5;
  background-color: #7231F5;
  color: #fff;
}
.btn-purple.btn-outline.active {
  color: #fff;
  background-color: #9463F7;
  border-color: #9463F7;
}
.btn-indigo {
  background-color: #667AFA;
  border-color: #667AFA;
  color: #fff;
}
.btn-indigo.active {
  background-color: #364FF5;
  border-color: #364FF5;
}
.btn-indigo.btn-outline {
  color: #667AFA;
  background-color: transparent;
}
.btn-indigo.btn-outline:hover {
  border-color: #364FF5;
  background-color: #364FF5;
  color: #fff;
}
.btn-indigo.btn-outline.active {
  color: #fff;
  background-color: #667AFA;
  border-color: #667AFA;
}
.btn-primary,
.btn-blue {
  background-color: #3E8EF7;
  border-color: #3E8EF7;
  color: #fff;
}
.btn-primary.active,
.btn-blue.active {
  background-color: #0B69E3;
  border-color: #0B69E3;
}
.btn-primary.btn-outline,
.btn-blue.btn-outline {
  color: #3E8EF7;
  background-color: transparent;
}
.btn-primary.btn-outline:hover,
.btn-blue.btn-outline:hover {
  border-color: #0B69E3;
  background-color: #0B69E3;
  color: #fff;
}
.btn-primary.btn-outline.active,
.btn-blue.btn-outline.active {
  color: #fff;
  background-color: #3E8EF7;
  border-color: #3E8EF7;
}
.btn-info,
.btn-cyan {
  background-color: #0BB2D4;
  border-color: #0BB2D4;
  color: #fff;
}
.btn-info.active,
.btn-cyan.active {
  background-color: #007D96;
  border-color: #007D96;
}
.btn-info.btn-outline,
.btn-cyan.btn-outline {
  color: #0BB2D4;
  background-color: transparent;
}
.btn-info.btn-outline:hover,
.btn-cyan.btn-outline:hover {
  border-color: #007D96;
  background-color: #007D96;
  color: #fff;
}
.btn-info.btn-outline.active,
.btn-cyan.btn-outline.active {
  color: #fff;
  background-color: #0BB2D4;
  border-color: #0BB2D4;
}
.btn-teal {
  background-color: #17B3A3;
  border-color: #17B3A3;
  color: #fff;
}
.btn-teal.active {
  background-color: #008577;
  border-color: #008577;
}
.btn-teal.btn-outline {
  color: #17B3A3;
  background-color: transparent;
}
.btn-teal.btn-outline:hover {
  border-color: #008577;
  background-color: #008577;
  color: #fff;
}
.btn-teal.btn-outline.active {
  color: #fff;
  background-color: #17B3A3;
  border-color: #17B3A3;
}
.btn-yellow {
  background-color: #FFCD17;
  border-color: #FFCD17;
  color: #fff;
}
.btn-yellow.active {
  background-color: #FAA700;
  border-color: #FAA700;
}
.btn-yellow.btn-outline {
  color: #FFCD17;
  background-color: transparent;
}
.btn-yellow.btn-outline:hover {
  border-color: #FAA700;
  background-color: #FAA700;
  color: #fff;
}
.btn-yellow.btn-outline.active {
  color: #fff;
  background-color: #FFCD17;
  border-color: #FFCD17;
}
.btn-orange {
  background-color: #EB6709;
  border-color: #EB6709;
  color: #fff;
}
.btn-orange.active {
  background-color: #B53F00;
  border-color: #B53F00;
}
.btn-orange.btn-outline {
  color: #EB6709;
  background-color: transparent;
}
.btn-orange.btn-outline:hover {
  border-color: #B53F00;
  background-color: #B53F00;
  color: #fff;
}
.btn-orange.btn-outline.active {
  color: #fff;
  background-color: #EB6709;
  border-color: #EB6709;
}
.btn-brown {
  background-color: #997B71;
  border-color: #997B71;
  color: #fff;
}
.btn-brown.active {
  background-color: #6B534C;
  border-color: #6B534C;
}
.btn-brown.btn-outline {
  color: #997B71;
  background-color: transparent;
}
.btn-brown.btn-outline:hover {
  border-color: #6B534C;
  background-color: #6B534C;
  color: #fff;
}
.btn-brown.btn-outline.active {
  color: #fff;
  background-color: #997B71;
  border-color: #997B71;
}
.btn-grey {
  background-color: #526069;
  border-color: #526069;
  color: #fff;
}
.btn-grey.active {
  background-color: #263238;
  border-color: #263238;
}
.btn-grey.btn-outline {
  color: #526069;
  background-color: transparent;
}
.btn-grey.btn-outline:hover {
  border-color: #263238;
  background-color: #263238;
  color: #fff;
}
.btn-grey.btn-outline.active {
  color: #fff;
  background-color: #526069;
  border-color: #526069;
}
.head-float {
  position: absolute;
  bottom: -26px;
  right: 20px;
}
.privatemode {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}
.privatemode.active {
  background: #FF4C52;
}
.privatemode:before {
  content: "\f06e";
}
.privatemode.active:before {
  color: #fff;
  content: "\f070";
}
.privatemode:focus:before,
.privatemode:hover:before {
  color: #526069;
}
.private-mode-enabled .hide-on-private {
  display: none;
}
#slide-back-history {
  color: #fff;
  margin-right: 10px;
}
#slide-back-history i {
  font-size: 28px;
}
.input-group-btn .contact-show-info {
  display: none !important;
}
.input-group-btn.with-show .contact-show-info {
  display: inline-flex !important;
}
.input-group-btn.with-show .contact-add {
  display: none !important;
}
.btn-caller {
  display: none;
}
.touch .btn-caller,
.pusher .btn-caller {
  display: inline-block;
}
.site-sidebar-nav li a {
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .site-sidebar-nav li a {
    font-size: 14px !important;
  }
  .site-sidebar-nav li a i {
    display: block;
  }
}
.touch .tooltip {
  display: none !important;
}
.widget-full-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.widget-full-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-schedule {
  background: #3E8EF7;
  color: #fff;
}
.btn-schedule:focus {
  color: #fff;
}
.btn-schedule.collapsed {
  background: #EEEEEE;
  color: #000;
}
.input-search-btn {
  z-index: 100;
}
.in-radio-custom .radio-custom {
  margin-left: 20px;
}
.label {
  font-size: 85%;
}
.label-incomplete {
  color: #FF4C52;
}
a.label {
  text-decoration: none;
}
.semafor {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.semafor.red {
  background: #F2353C;
}
.semafor.green {
  background: #05A85C;
}
.semafor.orange {
  background: #FCB900;
}
#win-loss {
  top: -100px;
  position: fixed;
  display: block;
}
#win-loss.inplace {
  top: 60px;
  position: fixed;
}
#win-loss .list-group-item {
  display: none;
}
#win-loss .list-group-item.ui-sortable-placeholder {
  display: block;
}
.taskboard-stage-header.label-default h5 {
  color: #666;
}
.activity-statuskey-3 {
  color: #F2353C !important;
}
.taskboard-stage {
  background: none;
}
.taskboard-list .list-group-item {
  margin-bottom: 5px;
}
.pipeline-panel {
  background: none;
  box-shadow: none;
  padding: 0;
}
.pipeline-panel .panel-body {
  padding: 0;
}
.list-group-item .avatar {
  vertical-align: top;
  margin-right: 5px;
  margin-left: -5px;
}
.list-group-item.not-editable {
  background: #F3F7F9;
}
.site-sidebar-nav.nav-tabs > li > a {
  line-height: 45px;
  font-size: 13px;
  font-weight: bold;
}
.site-sidebar-tab-content h4 {
  margin-top: 20px;
}
.slidePanel-inner-section {
  padding-bottom: 200px;
}
.slidePanel-inner-section.with-tabs {
  padding-top: 15px;
}
.slidePanel .bootstrap-select .dropdown-menu > li > a {
  padding: 3px 8px;
  text-decoration: none;
}
.contact-slidepanel h3 {
  margin-top: 0;
}
.contact-slidepanel .avatar {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  overflow: hidden;
}
.contact-slidepanel .avatar .avatar-initials {
  height: 90px;
  font-size: 22px;
  padding-top: 25px;
}
.top-search {
  margin-top: 15px;
}
.top-search .input-search {
  width: 300px;
  height: 40px;
}
.popup-search-icon {
  font-size: 18px;
}
.inset {
  margin-top: 10px;
}
.inset .inset-item {
  float: left;
}
.inset .btn-icon {
  padding: 5px 5px 5px 0;
}
@media (max-width: 991px) {
  .top-search .input-search {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .top-search .input-search {
    width: 150px;
  }
}
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-bottom-left {
  display: none;
}
#mapCanvas {
  width: 100%;
  height: 413px;
}
#mapCanvas2 {
  width: 100%;
  height: 413px;
}
.map-bottom-left-controllers {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 999;
  background: #fff;
}
#mapCanvasProperties {
  width: 100%;
  height: 550px;
}
.map-canvas {
  width: 100%;
  height: 550px;
}
.map-popup {
  min-height: 100px;
  min-width: 300px;
}
.map-popup .row {
  margin: 0;
}
.leaflet-control-attribution.leaflet-control {
  display: none;
}
#transportation,
#supermarkets,
#schools,
#libraries,
#pharmacies,
#hospitals {
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  float: left;
  clear: left;
  position: relative;
  white-space: nowrap;
  height: 40px;
  margin-bottom: 1px;
}
#transportation .icon,
#supermarkets .icon,
#schools .icon,
#libraries .icon,
#pharmacies .icon,
#hospitals .icon {
  width: 40px;
  height: 40px;
  padding: 4px;
  position: relative;
}
#transportation img,
#supermarkets img,
#schools img,
#libraries img,
#pharmacies img,
#hospitals img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#transportation.active span,
#supermarkets.active span,
#schools.active span,
#libraries.active span,
#pharmacies.active span,
#hospitals.active span {
  z-index: 1;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#transportation span,
#supermarkets span,
#schools span,
#libraries span,
#pharmacies span,
#hospitals span {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transform: translate3d(48%, 0, 0);
  -o-transform: translate3d(48%, 0, 0);
  -ms-transform: translate3d(48%, 0, 0);
  -webkit-transform: translate3d(48%, 0, 0);
  transform: translate3d(48%, 0, 0);
  padding-right: 12px;
  padding-left: 16px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  visibility: hidden;
}
#mapWrapper {
  position: relative;
}
#mapMenu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 999px;
}
.marker-cluster div {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 999px;
  font-size: 15px;
  background-color: rgba(241, 128, 23, 0.9);
  color: #fff;
}
.marker-cluster-small {
  background-color: rgba(109, 69, 188, 0.6) !important;
}
.marker-cluster-small div {
  background-color: rgba(109, 69, 188, 0.8) !important;
}
.marker-cluster-medium {
  background-color: rgba(109, 69, 188, 0.6) !important;
}
.marker-cluster-medium div {
  background-color: rgba(109, 69, 188, 0.8) !important;
}
.marker-cluster-large {
  background-color: rgba(109, 69, 188, 0.6) !important;
}
.marker-cluster-large div {
  background-color: rgba(109, 69, 188, 0.8) !important;
}
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
.marker-cluster span {
  line-height: 50px;
}
.osm-marker-icon {
  width: 69px !important;
  height: 20px !important;
  border-radius: 5px;
  ont-weight: 600;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #3E8EF7;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.osm-marker-icon div {
  text-align: center;
}
.osm-marker-icon div a {
  color: #fff;
  text-decoration: none;
}
.osm-marker-icon:before {
  content: "";
  display: block;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 8px #3E8EF7;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
}
.osm-marker-status-3 {
  background-color: #D6494B;
}
.osm-marker-status-3:before {
  border-top: solid 8px #D6494B;
}
.osm-marker-status-5 {
  background-color: #526069;
}
.osm-marker-status-5:before {
  border-top: solid 8px #526069;
}
.info-panel .btn-floating {
  box-shadow: none;
}
.dashboard .widget,
.dashboard .panel {
  height: calc(100% - 30px);
}
.dashboard .widget-content {
  height: 100%;
  border-radius: 3px;
}
#widgetLineareaColor .ct-chart .ct-area {
  fill-opacity: 1;
}
#widgetLineareaColor .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #FF4C52;
}
#widgetLineareaColor .ct-chart .ct-series.ct-series-b .ct-area {
  fill: #EB6709;
}
#widgetLineareaColor .ct-chart .ct-series.ct-series-c .ct-area {
  fill: #11C26D;
}
#widgetStackedBar .ct-chart .ct-label.ct-vertical,
#widgetStackedBar .ct-chart .ct-label.ct-horizontal {
  font-size: 14px;
}
#widgetStackedBar .ct-chart .ct-label.ct-horizontal {
  text-align: center;
}
#widgetStackedBar .ct-chart .ct-bar {
  stroke-width: 3%;
}
#widgetStackedBar .ct-chart .ct-series.ct-series-a .ct-bar {
  stroke: #3E8EF7;
}
#widgetStackedBar .ct-chart .ct-series.ct-series-b .ct-bar {
  stroke: #F3F7F9;
}
#widgetTimeline ul li {
  border-bottom: 1px solid #E4EAEC;
}
#widgetTimeline .ct-chart .ct-area {
  fill-opacity: 1;
}
#widgetTimeline .ct-chart .ct-series.ct-series-a .ct-area {
  fill: #E4EAEC;
}
#widgetTimeline .ct-chart .ct-series.ct-series-b .ct-area {
  fill: #3E8EF7;
}
#widgetLinepoint .ct-chart .ct-line,
#widgetLinepoint .ct-chart .ct-point {
  stroke: white;
}
#widgetLinepoint .ct-chart .ct-line {
  stroke-width: 2px;
}
#widgetLinepoint .ct-chart .ct-point {
  stroke-width: 6px;
}
#widgetSaleBar .ct-chart .ct-bar {
  stroke: white;
  stroke-width: 4px;
}
#widgetWatchList .small-bar-one,
#widgetWatchList .small-bar-two {
  display: inline-block;
  width: 80px;
  height: 60px;
  vertical-align: top;
}
#widgetWatchList .small-bar-one .ct-bar,
#widgetWatchList .small-bar-two .ct-bar {
  stroke: #11C26D;
  stroke-width: 4px;
}
#widgetWatchList .line-chart .ct-series.ct-series-a .ct-line {
  stroke: #3E8EF7;
  stroke-width: 2px;
}
#widgetWatchList .line-chart .ct-series.ct-series-b .ct-line {
  stroke: #11C26D;
  stroke-width: 2px;
}
#widgetWatchList .line-chart .ct-labels > foreignObject:first-child .ct-label.ct-horizontal {
  margin-left: 0px;
}
#widgetWatchList .line-chart .ct-label.ct-vertical,
#widgetWatchList .line-chart .ct-label.ct-horizontal {
  font-size: 14px;
  color: #A3AFB7;
}
#widgetWatchList .line-chart .ct-label.ct-vertical {
  text-align: left;
}
#widgetWatchList .line-chart .ct-label.ct-horizontal {
  margin-left: -20px;
}
#widgetTable table {
  border-top: 1px solid #E4EAEC;
}
#widgetTable tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 33.3333%;
  white-space: nowrap;
}
#widgetTable tr > td:first-child {
  padding-left: 30px;
  color: #37474F;
}
#widgetTable tr > td:last-child {
  padding-right: 30px;
  text-align: right;
}
#widgetTable .form-control {
  border-color: transparent;
}
#widgetTable .form-control:focus {
  border-color: #3E8EF7;
}
#widgetWeather {
  border: none;
}
#widgetWeather .weather-times {
  border-top: 1px solid #E4EAEC;
}
#widgetWeather .weather-list {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#widgetWeather .weather-list li {
  padding-left: 30px;
  padding-right: 30px;
}
#widgetWeather .weather-list li [class*="col-"] {
  line-height: 34px;
  text-align: center;
}
#widgetWeather .weather-list li + li {
  margin-top: 25px;
}
#widgetJvmap,
#widgetJvmap .jvectormap-container {
  min-height: 240px;
}
#widgetSocialBg {
  overflow: hidden;
}
#widgetSocialBg .header {
  position: relative;
}
#widgetSocialBg .header-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(55, 71, 79, 0.8);
}
#widgetSocialBg .social-avator {
  width: 46px;
  height: 46px;
}
#widgetSocialBg .info {
  height: 46px;
}
#widgetSocial {
  overflow: hidden;
}
#widgetSocial .header-content {
  height: 200px;
}
#widgetSocial .social-avator {
  width: 66px;
  height: 66px;
  margin-top: -60px;
}
#widgetLinepointDate {
  min-height: 420px;
}
#widgetLinepointDate .ct-chart {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#widgetLinepointDate .ct-chart .ct-line,
#widgetLinepointDate .ct-chart .ct-point {
  stroke: #3E8EF7;
}
#widgetLinepointDate .ct-chart .ct-line {
  stroke-width: 2px;
}
#widgetLinepointDate .ct-chart .ct-point {
  stroke-width: 6px;
}
#widgetOverallViews .small-bar-one,
#widgetOverallViews .small-bar-two {
  width: 105px;
  height: 44px;
  padding-left: 20px;
}
#widgetOverallViews .small-bar-one .ct-bar {
  stroke: #11C26D;
}
#widgetOverallViews .ct-chart .ct-bar {
  stroke-width: 4px;
}
#widgetStatistic .form-control {
  border-color: transparent;
}
#widgetStatistic .form-control:focus {
  border-color: #3E8EF7;
}
@media (max-width: 767px) {
  #widgetLineareaColor .pull-right {
    float: none !important;
  }
  #widgetStatistic .vmap-col {
    height: 400px;
    position: relative;
  }
  #widgetStatistic .pull-right {
    float: none !important;
  }
  .widget-responsive {
    min-height: 0.01%;
    overflow-x: auto;
  }
  #widgetTimeline .widget-content {
    min-width: 480px;
  }
  #widgetWatchList .widget-content {
    min-width: 667px;
  }
}
.label.bg-blue-grey-200 {
  color: #333;
}
.bootstrap-select .dropdown-toggle {
  background: none;
}
.ppt-image-box {
  padding: 10px;
  margin: 10px;
  position: relative;
}
.ppt-image-box .checkbox-image-select {
  position: absolute;
  top: 10px;
  left: 15px;
}
.hasfullsize1 {
  height: 150px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #ECECFB;
}
.hasfullsize1 img {
  max-height: 100%;
  max-width: 100%;
}
.popup {
  position: fixed;
  width: 0;
  height: 0;
  border: 0px solid transparent;
  border-top-color: #fff;
  border-width: 0 35px;
  z-index: 10001;
}
.popup.loading {
  box-shadow: 0 0 50px #ccc inset, 0 0 5px #666;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  margin: auto;
  border-width: 0 !important;
}
.frameCacheDiv iframe {
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 10010;
}
.popupBG {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10000;
}
.fullscreener {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
#iframediv {
  width: 100%;
  height: 100%;
}
.fullscreener iframe {
  border: none;
  top: 10%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90%;
  max-width: 800px;
  margin: auto;
  position: fixed;
}
.fullscreener.no-navigation iframe {
  top: 0;
  height: 100%;
}
.fullscreener.no-navigation .fullscreener-nav {
  display: none;
}
.fullscreener-nav {
  text-align: center;
}
.fullscreener-nav .active {
  color: #3E8EF7;
}
.mapping-point {
  z-index: 10000;
}
#points-list .in-use {
  display: none;
}
#points-list .tooltip {
  display: none !important;
}
#points-list.show-in-use .in-use {
  display: block;
  opacity: 0.5;
}
.in-the-wrapper.mapping-point {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  border: 1px solid #fff;
  display: block;
  padding: 0;
  text-align: center;
}
.in-the-wrapper.mapping-point div {
  padding: 0;
  height: 20px;
  width: 20px;
}
.in-the-wrapper.mapping-point span {
  display: none;
}
.mce-panel {
  background: #fff !important;
  border-color: #e3e8eb !important;
}
.mce-panel .mce-btn {
  background: #f3f7f9 !important;
}
.field-required {
  font-weight: bold;
}
label.field-required:after {
  content: "*";
}
.form-control {
  font-size: 13px;
}
.inline-checkboxes {
  float: left;
  margin-right: 20px;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 3px 20px;
}
.counter {
  float: right;
  display: inline-block;
  padding: 5px;
}
.counter.safe {
  color: #11C26D;
}
.counter.over {
  color: #FF4C52;
}
.checkbox-custom label::before {
  border: 1px solid #CCD5DB;
}
.form-control,
.selectize-input,
.bootstrap-select .btn-default {
  border: 1px solid #e3e8eb;
}
.has-error .twitter-typeahead .tt-input {
  border-color: #f96868;
}
.important-field-group label,
.important-field {
  color: #3E8EF7;
}
.inset .inset-item .inset-item-option {
  display: none;
}
.inset.with-options {
  margin: 0 -5px;
}
.inset.with-options .inset-item {
  background: #f3f7f9;
  padding: 5px;
  margin: 5px;
}
.inset.with-options .inset-item .inset-item-option {
  display: block;
}
.type1 .showontype1 {
  display: block !important;
}
.type2 .showontype2 {
  display: block !important;
}
.type3 .showontype3 {
  display: block !important;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.3);
}
.featherlight .featherlight-content {
  vertical-align: top;
  margin-top: 15px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-width: 1024px;
}
.featherlight .featherlight-content .panel-body {
  padding: 10px 0 0 10px;
  margin-bottom: 10px;
}
.featherlight .featherlight-content .form-group {
  margin-bottom: 5px;
}
.featherlight .featherlight-content .panel .panel-heading {
  min-height: 20px;
}
.modal-table-wrapper {
  max-height: 300px;
  min-height: 100px;
  overflow: auto;
  width: 100%;
}
.modal-table-wrapper .table > tbody > tr > td {
  padding: 3px;
}
.modal-table-wrapper .checkbox-custom {
  margin-top: 2px;
  margin-bottom: 0;
}
#filtermodal-wrapper .panel-body {
  padding-bottom: 10px;
}
.bridge-text-input-wrapper {
  margin-top: 5px;
}
.bridge-text-input-wrapper input {
  width: 50px;
}
.repeater {
  margin-bottom: 5px;
}
.repeater .input-group-addon .btn {
  padding: 5px 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.repeater .btn-repeater-delete {
  display: none !important;
}
.repeater.repeater-clone .btn-repeater-delete {
  display: inline-flex !important;
}
.repeater.repeater-clone .btn-repeater {
  display: none !important;
}
.repeater.withcount .counter {
  position: absolute;
}
.bucharest-extra {
  display: none;
}
.bucharest .bucharest-extra {
  display: block;
}
.zone-selection .checkbox-custom {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-macrozones {
  border: 1px solid #3E8EF7;
  margin-bottom: 20px;
  padding: 0 15px;
}
.macrozone-checkbox {
  background: #3E8EF7;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.mod-zones {
  border-bottom: 1px solid #CCD5DB;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.mod-zone-checkbox {
  border-bottom: 1px solid #CCD5DB;
}
.zone-label {
  color: #3E8EF7;
  font-weight: bold !important;
}
.selectize-zones.bucharest {
  padding-right: 25px;
  position: relative;
}
.selectize-zones.bucharest .bucharest-extra {
  position: absolute;
  top: 0;
  right: 15px;
}
.label-bold {
  font-weight: 600 !important;
}
.multi-form-wrapper .radio-custom,
.multi-form-wrapper .checkbox-custom {
  margin-top: 5px;
  margin-bottom: 5px;
}
.international .hideoninternational {
  display: none;
}
.showoninternational {
  display: none;
}
.international .showoninternational {
  display: block;
}
.image-selection img {
  max-height: 75px;
  max-width: 100px;
}
/*TABLE*/
.tags-row td {
  padding-bottom: 3px !important;
  vertical-align: middle !important;
}
.table {
  font-size: 12px;
}
.no-pagination .table-header-pagination,
.no-pagination .table-footer {
  display: none;
}
.no-pagination .panel-body {
  padding-top: 30px;
  padding-bottom: 10px;
}
.table .notseen .not-seen-cell {
  border-left: 2px solid #79B2FC !important;
}
.table-header-pagination {
  text-align: center;
}
.table-header-pagination .pagination-info {
  font-size: 12px;
  color: #757575;
  margin: 0 auto;
  font-weight: 600;
}
.table-header-pagination .pagination {
  float: right;
  z-index: 5;
}
.pagination {
  margin: 0;
  display: block;
  float: right;
}
.panel-actions {
  z-index: 100;
}
.square-actions {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 5px 20px 0 20px;
  right: 0;
  width: 100%;
}
.no-circle .avatar,
.no-circle .avatar img {
  border-radius: 0;
}
.avatar-big {
  width: 100px;
}
.avatar-big img {
  border-radius: 10px;
}
.avatar-medium {
  width: 70px;
}
.avatar-medium img {
  border-radius: 10px;
}
.avatar-big span {
  width: 70px;
  height: 70px;
}
td .label {
  text-align: center;
  display: block;
  margin: 5px auto 0 auto;
}
[data-toggle='slidePanel'] {
  cursor: pointer;
}
.table-hover > tbody > tr:hover {
  background-color: #D9E9FF;
}
.active-item-slidepanel {
  background-color: #FAFAFA !important;
}
.table-bordered-minimal td.bordered-minimal {
  border-left: 1px solid #EEEEEE;
}
@media (max-width: 767px) {
  .table .cell-80 {
    width: 100%;
  }
  .table {
    font-size: 11px;
  }
  .tablesaw-stack td .tablesaw-cell-label {
    font-size: 11px;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 3px;
  }
}
.bridge-table {
  background: #fff;
}
.bridge-head-1 {
  min-width: 80px;
}
.bridge-head-2 {
  min-width: 130px;
}
.bridge-head-3 {
  min-width: 180px;
}
.bridge-head-4 {
  min-width: 240px;
}
.bridge-head-5 {
  min-width: 300px;
}
.bridge-head-6 {
  min-width: 360px;
}
.bridge-table .form-control {
  padding: 0;
}
.bridge-table input {
  min-width: 30px;
}
.bridge-views-row {
  clear: both;
  margin: 6px 0 2px;
}
.bridge-views {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 6px;
  border-radius: 3px;
  background: #eef1f5;
  color: #4a5568;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}
.bridge-views .fa {
  margin-right: 2px;
  opacity: 0.7;
}
.tags-row td {
  border-top: none !important;
}
.tags-row td:hover {
  background: none !important;
}
.tags-row td .tablesaw-cell-label {
  display: none;
}
.tablesaw-cell-label .checkbox-custom {
  display: none;
}
.count-icon-wrapper {
  margin-right: 10px;
  position: relative;
}
.count-icon-wrapper .badge.up {
  position: absolute;
  top: -5px;
  right: 0;
  color: #fff;
}
.count-icon {
  font-size: 22px;
}
.count-icon.count0 {
  opacity: 0.25;
}
.table a {
  text-decoration: none !important;
}
.portal-row {
  border-bottom: 1px solid #F3F7F9;
  margin: 15px 0 15px;
  padding: 15px 0;
}
@media screen and (max-width: 480px) {
  .table-header-pagination .pagination {
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .table-header-pagination .pagination:after {
    display: table;
    content: " ";
    clear: both;
  }
}
.table-scroll-float {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
}
.table-scroll-float td,
.table-scroll-float th {
  background: #fff;
}
.table-scroll-float table {
  width: 100%;
}
.table-scroll-float thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-scroll-float .cfixed {
  width: 100px;
}
.table-scroll-float .cfixed,
.table-scroll-float .column0 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  left: 0;
}
.table-scroll-float .column0 {
  left: 120px;
}
.table-scroll-float thead th:first-child,
.table-scroll-float tfoot th:first-child {
  z-index: 5;
}
.table-adjustments .column0 {
  background: #f3f7f9;
}
.table-adjustments .cfixed {
  font-weight: bold;
  font-size: 10px;
}
.tablesaw-bar.mode-swipe {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 5;
}
.tablesaw-bar.mode-swipe div {
  background: #fff;
}
.table-adjustments .form-control {
  max-width: 80px;
  margin-right: 10px;
  padding: 5px 5px;
}
.table-adjustments .form-control::placeholder {
  opacity: 0.3;
}
.table-comparables > tbody > tr > td {
  border-top: 10px solid #f1f4f5;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
.table-text-short {
  overflow: hidden;
  max-height: 50px;
  position: relative;
}
.table-text-short:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  box-shadow: inset 0px -15px 17px -10px #FFFFFF;
}
.table-text-short.text-table-expanded:after {
  display: none;
}
.text-table-expanded {
  max-height: 9999px !important;
}
.text-table-expandable {
  cursor: pointer;
}
.avatar-ap {
  width: 150px;
}
.slidepanel-info {
  font-size: 13px;
  line-height: 180%;
}
.contact-slidepanel-header {
  position: absolute;
  width: 80%;
}
.slidepanel-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.window-page {
  background: #fff;
  padding: 30px;
}
.window-lista-tabelara {
  margin: 0;
  padding: 0;
}
.window-lista-tabelara li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f7f7f7;
}
.window-lista-tabelara li span {
  float: right;
  font-weight: bold;
}
#filter label {
  font-size: 12px;
}
#filter .form-group {
  margin-bottom: 3px;
}
#filter .panel-heading {
  padding-top: 0;
  margin-top: -5px;
}
#filter .nav-tabs-horizontal {
  margin-bottom: 15px;
}
.site-menu-close {
  font-family: 'Web Icons';
  -webkit-transition: transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.site-menu-close:before {
  content: '\f195';
}
.site-menu-close {
  position: absolute;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.page-pins-content {
  position: relative;
}
.pin-show-wrapper {
  white-space: nowrap;
  text-align: center;
}
.pin-show-wrapper-box {
  width: 550px;
  display: inline-block;
  margin-right: 15px;
  background: #fff;
  padding: 10px 30px 30px 30px;
  white-space: normal;
  vertical-align: top;
  margin-bottom: 30px;
  text-align: left;
}
.site-menu-item a.btn {
  color: #fff;
}
@media print {
  #filter-wrapper,
  .site-action {
    display: none;
  }
  a[href]:after {
    display: none;
    visibility: hidden;
  }
  .no-print {
    display: none;
    visibility: hidden;
  }
}
.pdf-rendering .no-print {
  display: none;
  visibility: hidden;
}
body.pdf-rendering {
  background: none !important;
}
.fixedsticky {
  top: 70px;
  background: #fff;
  z-index: 99;
}
.widget-side {
  background: #3E8EF7;
  color: #fff;
}
.generic-widget {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  background: #3E8EF7;
}
.complex-widget {
  background: #9463F7;
}
.component-widget {
  background: #11C26D;
}
.layout-widget {
  background: #EB6709;
}
.timeline-item .timeline-info {
  margin-bottom: 10px;
}
.timeline-item .widget .widget-body {
  padding: 5px;
  text-align: right;
}
.timeline-reverse .widget .widget-body {
  text-align: left;
}
.inmessage .alert {
  padding-left: 40px;
}
.inmessage .alert-danger {
  background: #FF4C52;
}
.inmessage .alert-danger h1,
.inmessage .alert-danger h2,
.inmessage .alert-danger h3,
.inmessage .alert-danger h4,
.inmessage .alert-danger h5,
.inmessage .alert-danger p {
  color: #fff;
}
.automation-icon {
  font-size: 40px;
}
.media-category-box {
  text-align: center;
  color: #76838f;
}
.media-category-box h4 {
  font-size: 18px;
  text-transform: none;
}
.media-article-box h4 {
  font-size: 16px;
}
.media-article-box h4 a {
  color: #76838f;
  text-transform: none;
}
.article-content {
  font-size: 15px;
  color: #76838f;
  padding: 50px;
}
.notification-box.notread {
  background: #D9E9FF;
}
.fc-time-grid .fc-slats td {
  height: 50px;
  border-bottom: 0;
}
.delete-comment {
  display: none;
}
.comment-body {
  margin: 0 0 10px 0;
  background: #F3F7F9;
  display: block;
  position: relative;
  clear: both;
  border-radius: 5px;
  padding: 8px 15px;
}
.comment-body:hover .delete-comment {
  display: inline-block;
}
.comment-actions {
  float: right;
  margin-top: -10px;
}
.comment-header {
  margin-bottom: -10px;
  background: #fff;
  border-radius: 10px;
  float: right;
  clear: both;
  padding: 5px 10px;
  margin-top: -13px;
}
.targetcell {
  color: #fff;
  text-align: center;
  padding: 10px 5px 5px 5px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 130%;
  display: block;
}
.targetcell.bg-blue-grey-100 {
  color: #868a8d;
}
.targetcell .targetcell-per {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.targetcell .targetcell-secondline {
  opacity: 0.8;
}
.activitylog-wrapper {
  position: relative;
}
.activitylog-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 2px;
  content: "";
  border-left: 1px dashed #e4eaec;
}
.activitylog-box {
  padding-left: 25px;
  position: relative;
  margin-bottom: 30px;
}
.activitylog-title {
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
}
.activitylog-view {
  margin-top: 5px;
  display: block;
}
.activitylog-view-link {
  background: #e4eaec;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 15px;
  color: #181C32;
}
.activitylog-view-link:hover {
  color: #181C32;
  background: #c6d3d7;
  text-decoration: none;
}
.activitylog-timeline-info {
  padding: 0 10px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  color: #A1A5B7;
}
.activitylog-dot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #62a8ea;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.activity-page {
  margin-top: 30px;
}
.activity-page .activitylog-wrapper:before {
  left: 20px;
}
.activity-page .activitylog-dot {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.activity-page .activitylog-box {
  padding-left: 55px;
  padding-top: 10px;
}
.acp-filter-inner {
  margin-right: -25px;
  height: 490px;
}
.acp-filter-inner .form-group {
  margin-bottom: 5px;
}
.acp-filter-inner .acp-content {
  padding-right: 25px;
}
.show-on-edit {
  display: none;
}
.editmode .show-on-edit {
  display: inline-block;
}
.adjustable-field-remove {
  display: none;
}
.editmode .adjustable-field-remove {
  opacity: 0.5;
  display: table-row;
}
.form-control.adjustments-custom-title {
  max-width: none;
  font-size: 10px;
}
.table-adjustments .column-with-input {
  display: flex;
}
.table-adjustments .adjustment-text-value {
  font-size: 11px;
  line-height: 110%;
}
.table-adjustments .form-control-custom-value {
  max-width: none;
  width: 100%;
  font-size: 11px;
}
.d-flex {
  display: flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.chat-left .chat-body {
  margin-left: 0;
}
.chat-panel {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.chat-left .chat-content {
  background: #F2F6F9;
  background: linear-gradient(270deg, #B613A7 0%, #6621CE 100%) !important;
  color: #fff;
}
.chat-body {
  display: block;
  margin: 10px 0 0 0;
  overflow: hidden;
  font-size: 13px;
}
.chat-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 8px;
  padding: 14px 25px;
  background: #F2F6F9;
  color: #161D31;
}
.chat-input {
  border-radius: 16px !important;
  padding: 10px 40px 10px 15px !important;
}
.chat-form {
  position: relative;
}
.btn-input-chat {
  position: absolute;
  right: 40px;
  top: 15px;
}
.chat-panel .panel-footer {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 20px;
}
.chat-panel .panel-body {
  position: absolute;
  bottom: 100px;
  left: 10px;
  right: 20px;
  max-height: calc(100% - 100px);
  overflow-y: scroll;
}
#chat-init-title {
  text-align: center;
  font-weight: 600;
}
.loader-chat {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -20px;
}
.loader-chat:before {
  background: #B613A7 !important;
}
.loader-chat:after {
  background: #6621CE !important;
}
.init-helper {
  padding: 10px 15px;
  border-radius: 16px ;
  border: 1px solid #e3e8eb;
  display: inline-block;
  background: none;
  margin-top: 5px;
}
.chat-initwrapper {
  text-align: center;
}
.btn-action-chat {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #send-btn {
    right: -20px;
  }
  #message-input {
    width: 110%;
    margin-left: -10px;
  }
  .chat-panel .panel-body {
    left: 0;
    right: 0;
  }
}
.conversations-page {
  height: 100%;
  padding: 30px 30px 0 30px;
}
.conversations-wrapper {
  height: calc(100% - 44px);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.conversations-wrapper .avatar {
  width: 60px;
  height: 60px;
  background: #F0F0F5;
}
.conversations-wrapper .page-aside + .page-main {
  margin-left: 360px;
}
.conversations-wrapper .page-main {
  height: 100%;
}
.conversations-wrapper .chat.chat-left .chat-content {
  background: #F2F6F9 !important;
  margin: 0 0 5px 20px;
  color: #161D31 !important;
}
.conversations-wrapper .chat .chat-content {
  margin: 0 20px 5px 0;
  padding: 10px 20px;
  background: #CAFEC8;
}
.conversations-wrapper .chat-content-info {
  position: relative;
  display: block;
  float: right;
  padding: 0 15px;
  color: #A3AFB7;
  font-size: 12px;
  clear: both;
  border-radius: 4px;
}
.conversations-wrapper .chat-left .chat-content-info {
  float: left;
}
.page-aside-conversation {
  width: 360px;
}
@media (max-width: 767px) {
  .page-aside-conversation {
    width: 0;
  }
  .conversations-wrapper .page-aside + .page-main {
    margin-left: 0;
  }
}
body {
  font-size: 12px;
  color: #181C32;
  font-weight: 400;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
a {
  color: #3E8EF7;
}
.img-rounded-big {
  border-radius: 10px;
}
h4.example-title.strong {
  margin-top: 25px !important;
  background: rgba(241, 244, 245, 0.8);
  padding: 6px 10px 6px 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 15px;
}
.btn,
.radio-custom label,
.checkbox-custom label {
  font-weight: 400;
  font-size: 12px;
}
.btn-floating {
  font-size: 18px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.panel-custom-title {
  margin-bottom: 0;
}
.panel-custom-title .panel-body {
  padding: 30px;
}
.page {
  background: #f1f4f5;
}
.brand-img {
  max-width: 130px;
}
.page-login .brand-text {
  font-size: 20px !important;
  font-weight: 500;
}
.page-login .brand-text sup {
  font-size: 14px !important;
}
.page-inside-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-title {
  text-transform: none;
  font-weight: 600;
  font-size: 24px;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(even) {
  background: none;
}
.table-striped > tbody > tr {
  background: none;
}
.nav-tabs-line > li > a {
  font-weight: bold;
  color: #495057;
}
/*NAVBAR*/
.navbar-brand-text.navbar-brand-2022 {
  color: #391b8f !important;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 20px;
  vertical-align: bottom;
}
.navbar-brand-text.navbar-brand-2022 sup {
  font-size: 14px;
  top: -0.9em;
}
.site-navbar .navbar-header .navbar-brand {
  white-space: nowrap;
}
.site-navbar.site-navbar-2022 {
  background-color: #fff;
}
.site-menu .site-menu-sub {
  font-size: 13px;
}
.site-menubar-fold .site-menu > .site-menu-item {
  font-size: 12px;
}
.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
  color: #000;
  background-color: #000;
}
.site-navbar .navbar-header .navbar-toggle {
  color: #000;
}
.badge.up {
  margin: -10px 0 0 -10px;
}
label {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 2px;
}
.site-action-left {
  left: 32px;
  right: auto;
}
.text-muted {
  color: #A1A5B7 !important;
}
.text-table-small {
  font-size: 11px;
}
.table > tfoot > tr > th,
.table > thead > tr > th {
  font-weight: 400;
  color: #A1A5B7;
}
b,
optgroup,
strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-action-left {
    left: 32px !important;
    right: auto !important;
  }
}
.page {
  min-height: 100%;
}
@media (max-width: 767px) {
  .page-content {
    padding: 0;
  }
}
.highcharts-title {
  font-size: 16px !important;
  text-transform: uppercase;
}
.page-header-actions {
  z-index: 100;
}
.page-content {
  padding: 30px 30px 70px 30px;
}
a.avatar {
  text-decoration: none;
}
.avatar-initials {
  display: block;
  height: 40px;
  width: 40px;
  background: #CCD5DB;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
  color: #fff;
}
.inner-actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.no-background {
  background: none !important;
}
.panel.clean {
  background: none;
  border: none;
  box-shadow: none;
}
.panel {
  border-radius: 8px;
}
.panel.superclean .panel-body {
  padding: 30px 0;
}
.site-menubar {
  background: #162038;
  padding-top: 15px;
  width: 260px;
  transition: background-color 2s ease;
}
.site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
  font-size: 13px;
}
.site-menubar-unfold .site-menu > .site-menu-item > a {
  line-height: 35px;
}
.table .bootstrap-select .btn {
  background: none;
  border: none;
  padding: 5px;
}
.table .bootstrap-select .btn .caret {
  display: none;
}
.table .bootstrap-select {
  width: auto !important;
}
.table .bootstrap-select .dropdown-menu > li > a {
  padding: 3px 8px;
  text-decoration: none;
}
.page-dark.layout-full:after {
  background-color: rgba(38, 50, 56, 0.6);
}
.pearls .badge {
  position: absolute;
  top: -10px;
  right: -10px;
}
.pearls.row {
  margin: 0 0 15px 0;
}
.pearl-title {
  font-size: 12px;
  font-weight: 600;
}
.sortablefield {
  cursor: pointer;
}
.sortablefield.active {
  font-weight: bold;
  color: #526069;
}
/*
Similar to no-borders option
but because of Laravel pagination
we hack'it directly from here
*/
.pagination li a,
.pagination li span {
  border: none;
}
.panel.is-fullscreen {
  overflow: auto;
}
#toast-container > div {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  min-height: 50px;
}
.paging {
  min-width: 50px;
}
.paging li a {
  text-align: right;
}
.paging li a.active {
  color: #0BB2D4;
}
.panel.is-fullscreen .panel-heading {
  position: fixed;
  width: 100%;
  height: 50px;
  opacity: 0.7;
  background: #fff;
  z-index: 999;
}
.panel.is-fullscreen .panel-heading:hover {
  opacity: 1;
}
.panel.is-fullscreen .panel-body {
  padding-top: 60px;
}
.panel.is-fullscreen ul.pagination {
  position: fixed;
  bottom: 10px;
  left: 100px;
}
.modal-backdrop.in {
  opacity: 0.3;
}
.bootbox.modal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
}
.pearls-done .pearl:before,
.pearls-done .pearl:after {
  background: none;
}
.pearls-done .pearl:hover {
  text-decoration: none;
}
.pearls-done .pearl:hover .pearl-title {
  color: #3E8EF7;
}
.help-block {
  display: block;
  float: left;
  height: 0;
  font-size: 85%;
}
.dropzone {
  border: 2px dotted rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  text-align: center;
}
.dropzone .dz-message {
  font-size: 16px;
  opacity: 0.3;
  text-transform: uppercase;
  margin-top: 40px;
  display: block;
  text-align: center;
}
.site-menu > .site-menu-item.active {
  background: rgba(98, 168, 234, 0.05);
}
.site-menu > .site-menu-item.active > a {
  color: #fff !important;
}
.site-menubar-light .site-menu > .site-menu-item.active > a {
  color: #3E8EF7 !important;
}
.timeline-normal .timeline-content {
  text-align: right;
}
.rotate90 {
  -ms-transform: rotate(90deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(90deg) !important;
  /* Safari */
  transform: rotate(90deg) !important;
}
.h4-title {
  text-transform: uppercase;
  font-size: 14px;
}
h4 {
  font-size: 14px;
  text-transform: uppercase;
}
/*SLIDE PANEL */
.slidePanel-header {
  padding: 30px 30px;
}
.site-action {
  -webkit-backface-visibility: hidden;
  bottom: 15px;
}
/*TEXTAREA BUTTONS */
.btn-textarea {
  margin-top: -5px;
  transition: all 0.3s ease-in;
}
.btn-textarea:hover svg {
  fill: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(90deg);
}
/*CALENDAR */
.fc-event {
  border: none !important;
}
/*SELECT 2 */
.select2-container {
  margin-bottom: 20px;
}
/*INPUTS */
.input-min:after {
  content: '-';
  display: block;
  top: 4px;
  position: absolute;
  right: -3px;
}
/* CLOCKPICKER */
.clockpicker-popover {
  z-index: 1500;
}
/* POPOVERS */
.popover {
  max-width: none;
}
.popover h4 {
  margin-top: 0;
}
.popover-wrapper {
  width: 300px;
}
/*SMALL BUTTONS WITH ICONS*/
.btn-icon.btn-sm {
  padding: 5px;
  font-size: 12px;
}
.no-overflow {
  overflow: hidden !important;
}
/* model select */
.modelselect {
  max-width: 200px;
  display: inline-block;
  color: #57c7d4;
  border-color: #57c7d4;
  margin-right: 5px;
  height: 31px;
  border-radius: 2px;
}
.panel-left-actions {
  right: auto;
  left: 30px;
}
.menu-light-side {
  display: block;
}
.menu-dark-side {
  display: none;
}
.site-menubar-light .menu-dark-side {
  display: block;
}
.site-menubar-light .menu-light-side {
  display: none;
}
@media screen and (max-width: 480px) {
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li a {
    padding: 2px;
  }
  .site-sidebar-nav.nav-tabs > li > a {
    font-size: 13px !important;
    font-weight: 500;
  }
  .site-action-left-slidepanel {
    max-width: 100px;
  }
  .h1 .btn-success {
    clear: both;
  }
  .page-header-actions {
    top: 70px;
  }
}
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #433F4D;
  background: #F2F2F6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(47, 43, 61, 0);
  letter-spacing: inherit;
  padding-top: 90px;
}
.page-aside-switch {
  padding: 15px 25px 15px 4px;
}
.loader-ai {
  position: absolute;
  top: 0;
}
.loader-ai:before {
  background: #B613A7 !important;
}
.loader-ai:after {
  background: #6621CE !important;
}
.position-relative {
  position: relative;
}
.navbar {
  box-shadow: none;
}
.site-menu-item a {
  color: #B1B1C7;
}
.site-menu-icon {
  color: #B1B1C7 !important;
}
.site-menubar-light .site-menu-item a {
  color: #433F4D !important;
}
.site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
  font-size: 14px;
}
.site-menubar-light .site-menu-icon {
  color: #433F4D !important;
}
.site-menu-item {
  border-radius: 0.375rem;
  margin: 0 0.75rem 0 0.75rem;
  display: block;
}
.site-menu > .site-menu-item.active > a,
.site-menubar-light .site-menu > .site-menu-item.active > a {
  background: linear-gradient(270deg, #B613A7 0%, #6621CE 100%) !important;
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.3);
  color: #fff !important;
  border-radius: 5px;
}
.site-menu > .site-menu-item.active > a .site-menu-icon,
.site-menubar-light .site-menu > .site-menu-item.active > a .site-menu-icon {
  color: #fff !important;
}
label {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 13px;
  color: #444050;
}
.page {
  background: #F2F2F6;
}
.panel,
.widget.widget-shadow {
  box-shadow: 0 0.1275rem 0.85rem 0 rgba(47, 43, 61, 0.14);
}
.widget.widget-shadow {
  border-radius: 8px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1.625;
  color: #444050;
  appearance: none;
  background-clip: padding-box;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.site-navbar.site-navbar-2022 {
  background-color: transparent !important;
}
.site-navbar .navbar-container {
  background-color: transparent !important;
  padding: 10px 30px;
}
#site-navbar-collapse {
  background-color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(47, 43, 61, 0.12);
  box-shadow: 0 0 10px #e6e6e8;
  backdrop-filter: saturate(200%) blur(6px);
  padding: 3px 20px !important;
  border-radius: 8px;
  max-height: 80px;
}
.site-menubar-unfold .site-menu > .site-menu-item > a {
  padding: 0 30px 0 20px;
}
.site-menubar-unfold .site-menu-icon {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}
.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  color: #ffffff;
  background-color: #7E74F0;
  border-color: #7E74F0;
}
.pearl.current .pearl-number,
.pearl.current .pearl-icon {
  color: #7E74F0;
  border-color: #7E74F0;
}
.pearl:hover,
.pearls-done .pearl:hover .pearl-title {
  color: #7E74F0;
}
.pearl-number,
.pearl-icon {
  border-radius: 10px;
}
@media (hover: none) {
  .btn-floating {
    touch-action: manipulation;
  }
}
.btn-success {
  color: #fff;
}
@media (hover: hover) {
  .btn-primary.focus,
  .btn-primary:focus,
  .btn-primary:hover,
  .btn-blue:hover {
    background: #938BF2;
    border-color: #938BF2;
  }
}
.site-action .btn-floating.btn-success {
  box-shadow: 0 10px 10px 0 rgba(40, 199, 111, 0.3);
}
.important-field-group label,
.important-field {
  color: #7E74F0;
}
.navbar-brand-logo {
  margin-top: 0px;
  height: 22px;
}
.slidePanel-right,
.slidePanel-left {
  top: 96px;
  bottom: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #7E74F0;
  border-color: #7E74F0;
  border-radius: 8px;
}
.panel .panel-heading {
  min-height: 80px;
}
.slidePanel-header {
  background: linear-gradient(270deg, #B613A7 0%, #6621CE 100%) !important;
}
.slidePanel,
.slidePanel-scrollable {
  border-radius: 8px;
}
.page-dark.layout-full .brand-text {
  color: #391b8f !important;
}
.page-dark.layout-full {
  color: #111;
}
.form-control.focus,
.form-control:focus,
.selectize-input.focus,
.btn-group.open .btn-select,
.btn-select:focus {
  border: 1px solid #7367f0 !important;
  box-shadow: none;
}
.blue-800 {
  color: #7E74F0 !important;
}
.text-primary {
  color: #7E74F0 !important;
}
.nav-tabs-line.nav-justified > li.active > a,
.nav-tabs-line.nav-justified > li.active > a:focus,
.nav-tabs-line.nav-justified > li.active > a:hover {
  border-color: transparent;
  border-bottom: 2px solid #7367f0;
  color: #7367f0;
}
.nav-tabs-line > li.active > a,
.nav-tabs-line > li.active > a:focus,
.nav-tabs-line > li.active > a:hover {
  color: #7367f0;
  background-color: transparent;
  border-bottom: 2px solid #7367f0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #7367f0;
  border-color: #7367f0;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #7367f0;
}
.slidePanel-header .btn-icon {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
}
h1 .btn-success {
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(40, 199, 111, 0.3);
  padding: 6px 13px !important;
}
.site-navbar .navbar-header {
  background: #162038;
}
.navbar-brand-text.navbar-brand-2022 {
  color: #fff !important;
  font-weight: 600;
}
.navbar-brand-text.navbar-brand-2022 sup {
  display: none;
}
.site-menu > .site-menu-item.open {
  background: none;
}
.site-light .site-navbar .navbar-header {
  background: #fff;
}
.site-light .navbar-brand-text.navbar-brand-2022 {
  color: #202020 !important;
}
.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
  color: #fff;
  background-color: #fff;
}
.site-navbar .navbar-header .navbar-toggle {
  color: #fff;
}
.site-light .site-navbar .navbar-header .navbar-toggle {
  color: #000;
}
.site-light .site-navbar .navbar-header .hamburger:before,
.site-light .site-navbar .navbar-header .hamburger:after,
.site-light .site-navbar .navbar-header .hamburger .hamburger-bar {
  color: #000;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .navbar-mobile-top {
    position: absolute;
    top: 10px;
    left: 110px;
    z-index: 99;
  }
}
@media screen and (max-width: 480px) {
  .site-navbar .navbar-container {
    padding: 5px 20px;
  }
  .page-content {
    padding: 0px 5px 70px 5px;
  }
  .page-header {
    padding: 30px 5px;
  }
  .page-header-actions {
    top: 0px;
  }
  .slidePanel-right,
  .slidePanel-left {
    top: 50px;
  }
}
.featherlight .featherlight-close-icon {
  font-size: 22px;
}
.featherlight-inner .panel {
  box-shadow: none;
}
.btn-primary,
.btn-blue {
  background-color: #7E74F0;
  border-color: #7E74F0;
  color: #fff;
}
.btn-primary.active,
.btn-blue.active {
  background-color: #2919e5;
  border-color: #2919e5;
}
.btn-primary.btn-outline,
.btn-blue.btn-outline {
  color: #7E74F0;
  background-color: transparent;
}
.btn-primary.btn-outline:hover,
.btn-blue.btn-outline:hover {
  border-color: #2919e5;
  background-color: #2919e5;
  color: #fff;
}
.btn-primary.btn-outline.active,
.btn-blue.btn-outline.active {
  color: #fff;
  background-color: #7E74F0;
  border-color: #7E74F0;
}
.site-menubar-light .site-menu > .site-menu-item.open {
  background: none;
}
.site-menu .site-menu-sub .site-menu-item > a {
  padding: 0 15px;
}
.site-menubar-unfold .site-menu-title:first-child {
  margin-left: 10px;
}
.site-menu-sub a:before {
  content: "\e724";
  position: relative;
  display: inline-block;
  font-family: 'Themify Iconset';
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  speak: none;
  font-size: 10px;
}
.page-dark.layout-full:after {
  background-color: rgba(0, 10, 56, 0.4);
}
.results-wrapper-ismobile > .panel {
  box-shadow: none;
  background: none;
}
.results-wrapper-ismobile > .panel .panel-left-actions {
  left: 0;
}
.panel-result-mobile {
  margin-bottom: 10px;
}
.results-wrapper-ismobile > .panel > .panel-body {
  padding-left: 0px;
  padding-right: 0px;
}
.results-wrapper-ismobile .table-header-pagination .pagination {
  float: right;
  margin-bottom: 5px;
}
.panel-result-mobile > .panel-body {
  padding: 10px;
}
.mobile-table-status {
  position: absolute;
  top: 20px;
}
.mobile-table-action {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
.mobile-price {
  font-size: 14px;
}
.mobile-selection {
  position: absolute;
  top: 0;
  right: 10px;
}
.label-mobile {
  background: #f3f7f9;
  color: #433F4D;
}
.mobile-portals {
  margin-top: 8px;
}
.site-ismobile .page-header {
  padding-bottom: 10px;
}
.page-aside .scrollable-container,
.page-aside .scrollable-content {
  min-width: 260px;
}
.page-aside-section {
  min-width: 150px;
}
.modelselect {
  height: 40px;
  border-radius: 3px;
  margin-top: 5px;
}
.pushnotificaton-active .hide-on-pushnotificaton-active {
  display: none;
}
.show-on-pushnotificaton-active {
  display: none;
}
.pushnotificaton-active .show-on-pushnotificaton-active {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .site-menu > .site-menu-item.hover > a,
  .site-menu > .site-menu-item:hover > a {
    background-color: transparent;
    color: #B1B1C7;
  }
}
@media (max-width: 767px) {
  .site-menubar {
    top: 35px;
    height: calc(100% - 35px);
    padding-top: 35px;
  }
  .site-light .site-navbar .navbar-header {
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .site-light .navbar-brand {
    padding: 10px 20px;
  }
  .site-light .navbar-toggle {
    padding: 10px 15px;
    height: 50px;
  }
  .site-light .navbar-toolbar > li > a {
    padding-top: 13px;
    padding-bottom: 10px;
  }
}
.page-header {
  padding: 50px 50px;
}
.panel {
  box-shadow: none;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .page-content {
    padding: 20px 50px 70px 50px;
  }
}
#filter-result.panel {
  min-height: 100px;
}
label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 12px;
  color: #444050;
}
.site-menubar.site-menubar-light {
  box-shadow: none;
}
.panel,
.widget.widget-shadow {
  box-shadow: none;
}
.page {
  background: #F5F5F5;
  background: linear-gradient(135deg, #F2F2F6 0%, #d7d9da 100%);
}
.page-login .page {
  background: none;
}
.site-menu > .site-menu-item.active > a,
.site-menubar-light .site-menu > .site-menu-item.active > a {
  background: #5329F8;
  background: linear-gradient(135deg, #a00af5 10%, #5329f8 64%) !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #5329F8;
  border-color: #5329F8;
  border-radius: 8px;
}
.slidePanel-header {
  background: #5329F8;
  background: linear-gradient(135deg, #a00af5 10%, #5329f8 64%) !important;
}
.form-control.focus,
.form-control:focus,
.selectize-input.focus,
.btn-group.open .btn-select,
.btn-select:focus {
  border: 1px solid #5329F8 !important;
  box-shadow: none;
}
.blue-800 {
  color: #5329F8 !important;
}
.text-primary {
  color: #5329F8 !important;
}
.nav-tabs-line.nav-justified > li.active > a,
.nav-tabs-line.nav-justified > li.active > a:focus,
.nav-tabs-line.nav-justified > li.active > a:hover {
  border-color: transparent;
  border-bottom: 2px solid #5329F8;
  color: #5329F8;
}
.nav-tabs-line > li.active > a,
.nav-tabs-line > li.active > a:focus,
.nav-tabs-line > li.active > a:hover {
  color: #5329F8;
  background-color: transparent;
  border-bottom: 2px solid #5329F8;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #5329F8;
  border-color: #5329F8;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #5329F8;
}
.btn-primary,
.btn-blue {
  background-color: #5329F8;
  border-color: #5329F8;
  color: #fff;
}
.btn-primary.active,
.btn-blue.active {
  background-color: #2906b5;
  border-color: #2906b5;
}
.btn-primary.btn-outline,
.btn-blue.btn-outline {
  color: #5329F8;
  background-color: transparent;
}
.btn-primary.btn-outline:hover,
.btn-blue.btn-outline:hover {
  border-color: #2906b5;
  background-color: #2906b5;
  color: #fff;
}
.btn-primary.btn-outline.active,
.btn-blue.btn-outline.active {
  color: #fff;
  background-color: #5329F8;
  border-color: #5329F8;
}
.site-action .btn.btn-primary {
  box-shadow: 0 5px 10px 0 rgba(83, 41, 248, 0.3);
}
.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  color: #ffffff;
  background-color: #5329F8;
  border-color: #5329F8;
}
.pearl.current .pearl-number,
.pearl.current .pearl-icon {
  color: #5329F8;
  border-color: #5329F8;
}
.pearl:hover,
.pearls-done .pearl:hover .pearl-title {
  color: #5329F8;
}
.table-adjustments .column-with-input {
  align-items: center;
  min-height: 42px;
}
#localisation {
  display: block !important;
}
.badge.up.slide-bade-up,
.slide-bade-up {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.upload-document .upload-document-wrapper {
  border-radius: 14px;
}
.upload-document .upload-document-wrapper a i {
  font-size: 30px;
}
.inner-actions .btn {
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 13px;
  border: 1px solid #E2E0EA;
  background: #fff;
  color: #6E6B7B;
  transition: all 0.25s ease;
  margin: 1px;
}
.inner-actions .btn:hover {
  border-color: #5329F8;
  color: #5329F8;
}
.inner-actions .btn.btn-success {
  border-color: #E2E0EA;
  background: #fff;
  color: #6E6B7B;
}
.inner-actions .btn.btn-success:hover {
  border-color: #2ECC71;
  color: #2ECC71;
  background: #e8faf0;
}
.btn {
  border-radius: 8px;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-header-actions .btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #6e6b7b;
  border-radius: 8px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e0ea;
  border-image: initial;
  background: #ffffff;
  transition: 0.25s;
  margin: 1px;
}
.modal-content {
  border-radius: 14px;
}
.table-header-pagination .pagination {
  margin-right: 30px;
}
.table-footer .pagination {
  margin-right: 30px;
  margin-bottom: 30px;
}
#filter label {
  font-size: 11px;
}
#filter .panel-actions {
  top: 10px;
}
.mobile-lead-type {
  max-width: 70px;
  overflow: hidden;
}
.results-wrapper-ismobile.no-mobile-head .panel-heading {
  display: none;
}
.results-wrapper-ismobile .panel {
  border: none;
}
.panel-result-mobile {
  padding: 10px;
  margin-bottom: 10px !important;
}
.btn-text {
  width: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.btn-text i {
  margin-right: 5px;
}
.panel {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 224, 234, 0.5);
  border-radius: 14px;
  box-shadow: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  margin-bottom: 24px;
  overflow: visible;
  position: relative;
}
.panel .panel-body {
  padding: 32px 35px;
  overflow: visible;
}
.panel.panel-custom-title {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 224, 234, 0.5);
}
.panel.panel-custom-title .panel-body {
  padding: 28px 35px;
}
#filter-result .panel-body {
  padding: 0px;
}
.form-control {
  height: 46px;
  border: 1px solid #E2E0EA;
  border-radius: 11px;
  background-color: #FFF;
  color: #1A1626;
  font-size: 13.5px;
  font-weight: 400;
  padding: 10px 15px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  box-shadow: none;
}
.form-control:focus,
.form-control.focus {
  border-color: #5329F8 !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.2) !important;
  background-color: #fff;
  outline: none;
}
.form-control::placeholder {
  color: #9794A3;
  font-weight: 300;
}
textarea.form-control {
  height: auto;
  min-height: 46px;
}
label {
  font-weight: 700;
  font-size: 12.5px;
  color: #35324f;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 6px;
}
.important-field-group label,
.important-field {
  color: #4925F7;
}
.form-group {
  margin-bottom: 18px;
}
.spec-head {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 2px 0 24px;
}
.spec-head-ico {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
  font-size: 18px;
}
.spec-head-tt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 1px;
}
.spec-head-title {
  font-size: 16px;
  font-weight: 700;
  color: #1A1626;
  line-height: 1.2;
  letter-spacing: normal;
}
.spec-head-sub {
  font-size: 12.5px;
  font-weight: 400;
  color: #6E6B7B;
  line-height: 1.35;
}
.spec-form .form-control {
  height: 46px;
  border-radius: 11px;
  font-size: 13.5px;
  padding: 10px 15px;
}
.spec-form textarea.form-control {
  height: auto;
  min-height: 46px;
}
.spec-form .form-control:hover:not(:focus):not(:disabled) {
  border-color: #cfccdb;
}
.spec-form .bootstrap-select.form-control {
  padding: 0;
  border: 0;
  height: 46px;
  background: transparent;
  box-shadow: none;
}
.spec-form .btn-select {
  height: 46px;
  border-radius: 11px;
  font-size: 13.5px;
  padding: 0 34px 0 15px;
  display: flex;
  align-items: center;
}
.spec-form .btn-select:hover:not(:focus) {
  border-color: #cfccdb;
}
.spec-form .input-group-addon {
  border-radius: 11px;
}
.spec-form .form-group {
  margin-bottom: 24px;
}
.spec-form .row + .row {
  margin-top: 6px;
}
.wa-checkcard .checkbox-custom {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.wa-checkcard .checkbox-custom input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.wa-checkcard .checkbox-custom label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 5px 12px 5px 40px;
  background: #fff;
  border: 1px solid #E2E0EA;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.wa-checkcard .checkbox-custom label:hover {
  border-color: #cfccdb;
}
.wa-checkcard .checkbox-custom label::before,
.wa-checkcard .checkbox-custom label::after {
  left: 12px;
  top: 50%;
  margin-left: 0;
  margin-top: -10px;
}
.wa-checkcard .checkbox-custom .wa-cc-ico {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: #6E6B7B;
}
.wa-checkcard .checkbox-custom label i {
  font-size: 14px;
  color: #6E6B7B;
}
.wa-checkcard .checkbox-custom input[type="checkbox"]:checked + label {
  background: rgba(83, 41, 248, 0.06);
  border-color: rgba(83, 41, 248, 0.45);
  color: #5329F8;
}
.wa-checkcard .checkbox-custom input[type="checkbox"]:checked + label .wa-cc-ico,
.wa-checkcard .checkbox-custom input[type="checkbox"]:checked + label i {
  color: #5329F8;
}
.input-group .input-group-addon {
  border: 1px solid #E2E0EA;
  background: #f4f3f8;
  color: #6E6B7B;
  font-size: 13px;
}
.input-group .input-group-addon:first-child {
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.input-group .input-group-addon:last-child {
  border-radius: 0 8px 8px 0;
  border-left: none;
}
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pearls {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 224, 234, 0.5);
  border-radius: 14px;
  padding: 20px 10px;
  margin-bottom: 28px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
}
.pearl:before,
.pearl:after {
  height: 1px;
  background: repeating-linear-gradient(90deg, #ddd9ee 0 6px, transparent 6px 12px);
  top: 20px;
}
.pearl-number,
.pearl-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #eceaf6;
  background: #fbfaff;
  color: #a9a1d6;
  transition: all 0.25s ease;
}
.pearl-title {
  font-weight: 500;
  font-size: 11px;
  color: #6E6B7B;
  margin-top: 10px;
  transition: color 0.25s ease;
}
.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  background: #fff;
  border-color: #e6e2f5;
  color: #5329F8;
}
.pearl.done:before,
.pearl.done:after {
  background: #5329F8;
}
.pearl.done .pearl-title {
  color: #6E6B7B;
}
.pearl.current .pearl-number,
.pearl.current .pearl-icon {
  background: #5329F8;
  border-color: #5329F8;
  color: #fff;
  transform: scale(1.2);
  box-shadow: 0 0 0 6px rgba(83, 41, 248, 0.16), 0 6px 16px rgba(83, 41, 248, 0.25);
}
.pearl.current .pearl-title {
  color: #5329F8;
  font-weight: 700;
}
.pearl.current:before {
  background: #5329F8;
}
.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
  background: #f7f6fc;
  border-color: #eceaf6;
  color: #c2bcdf;
}
.pearl.disabled .pearl-title {
  color: #c5c3ce;
}
.page-header {
  padding: 30px 50px 10px;
}
.page-header .page-header-actions {
  right: 50px;
  top: 30px;
  -webkit-transform: none;
  transform: none;
}
h1.page-inside-title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #1A1626;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
h1.page-inside-title .btn {
  vertical-align: middle;
  margin-left: 8px;
}
.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 6px;
}
.property-meta .meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  background: none;
  border: 1px solid rgba(83, 41, 248, 0.1);
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 500;
  color: #6E6B7B;
  line-height: 1.4;
}
.property-meta .meta-pill strong,
.property-meta .meta-pill b {
  font-weight: 600;
  color: #1A1626;
}
.panel-custom-title h5 {
  font-size: 12px;
  color: #9794A3;
  margin-top: 4px;
}
.panel-custom-title h5 .text-muted {
  color: #9794A3 !important;
}
h4.example-title {
  font-weight: 600;
  font-size: 15px;
  color: #1A1626;
  padding-left: 14px;
  border-left: 3px solid #5329F8;
  margin-bottom: 22px;
  margin-top: 4px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.site-action .btn-floating {
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 20px rgba(83, 41, 248, 0.25);
}
@media (hover: hover) {
  .site-action .btn-floating:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(83, 41, 248, 0.35);
  }
}
.site-action .btn.btn-primary {
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(83, 41, 248, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) {
  .site-action .btn.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 24px rgba(83, 41, 248, 0.35);
  }
}
.site-action-wrapper.wa-abar-band {
  left: 310px;
  right: 50px;
  bottom: 10px;
}
@media (max-width: 767px) {
  .site-action-wrapper.wa-abar-band {
    left: 10px;
    right: 10px;
  }
}
body.site-menubar-fold .site-action-wrapper.wa-abar-band {
  left: 140px;
}
body.site-menubar-fold .site-action.wa-abar.site-action-left {
  left: 156px;
}
.site-action.wa-abar {
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  right: 66px;
}
.site-action.wa-abar.site-action-left {
  left: 326px;
  right: auto;
}
@media (max-width: 767px) {
  .site-action.wa-abar {
    right: 22px;
  }
  .site-action.wa-abar.site-action-left {
    left: 22px !important;
    right: auto;
  }
  .site-action.wa-abar .wa-abar-btn:not(.wa-abar-btn--save) {
    width: 44px;
    padding: 0;
    gap: 0;
    justify-content: center;
    font-size: 0;
  }
  .site-action.wa-abar .wa-abar-btn:not(.wa-abar-btn--save) .icon {
    font-size: 16px;
  }
}
.site-action.wa-abar .wa-abar-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #E2E0EA;
  background: #fff;
  color: #1A1626;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.site-action.wa-abar .wa-abar-btn .icon {
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) {
  .site-action.wa-abar .wa-abar-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
    color: #1A1626;
  }
}
.site-action.wa-abar .wa-abar-btn--save {
  background: #2ECC71;
  border-color: #2ECC71;
  color: #fff;
  box-shadow: 0 4px 16px rgba(46, 204, 113, 0.35);
}
@media (hover: hover) {
  .site-action.wa-abar .wa-abar-btn--save:hover {
    background: #28b363;
    border-color: #28b363;
    color: #fff;
  }
}
.site-action.wa-abar .wa-abar-btn--ico {
  width: 44px;
  padding: 0;
  justify-content: center;
}
@media (hover: hover) {
  .site-action.wa-abar .wa-abar-btn--danger:hover {
    background: #fee;
    border-color: #e57373;
    color: #e57373;
  }
}
.btn-info,
.btn-cyan {
  background-color: #fff;
  border-color: #E2E0EA;
  color: #6E6B7B;
}
@media (hover: hover) {
  .btn-info.focus,
  .btn-info:focus,
  .btn-info:hover {
    background-color: #fff;
    border-color: #E2E0EA;
    color: #000;
  }
}
.btn-info.active,
.btn-info:active {
  background-color: #e4eaec;
  border-color: #E2E0EA;
  color: #000;
}
@media (hover: hover) {
  .btn-info.active:hover,
  .btn-info:active.focus,
  .btn-info:active:focus,
  .btn-info:active:hover,
  .open > .dropdown-toggle.btn-info,
  .open > .dropdown-toggle.btn-info.focus,
  .open > .dropdown-toggle.btn-info:focus,
  .open > .dropdown-toggle.btn-info:hover {
    background-color: #e4eaec;
    border-color: #E2E0EA;
    color: #000;
  }
}
@media (hover: none) {
  .btn-info:hover,
  .btn-cyan:hover,
  .btn-info:focus,
  .btn-cyan:focus,
  .btn-info.focus,
  .btn-cyan.focus,
  .btn-info:active,
  .btn-cyan:active {
    background-color: #fff !important;
    border-color: #E2E0EA !important;
    color: #6E6B7B !important;
  }
  .btn-floating.btn-success:hover,
  .btn-floating.btn-success:focus,
  .btn-floating.btn-success.focus,
  .btn-floating.btn-success:active {
    background: #e8faf0 !important;
    border-color: #c8f0d8 !important;
    color: #2ECC71 !important;
  }
  .btn-floating.btn-default:hover,
  .btn-floating.btn-default:focus,
  .btn-floating.btn-default.focus,
  .btn-floating.btn-default:active {
    background: #fff !important;
    border-color: #E2E0EA !important;
    color: #9794A3 !important;
  }
}
.btn-success.btn-light {
  border: 1px solid #c8f0d8;
  background: #e8faf0;
  color: #2ECC71;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: none;
}
.btn-success.btn-light:hover {
  background: #2ECC71;
  border-color: #2ECC71;
  color: #fff;
  box-shadow: 0 2px 10px rgba(46, 204, 113, 0.25);
}
.btn-primary.btn-light {
  border: 1px solid #d8d0fc;
  background: #ece8fe;
  color: #5329F8;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: none;
}
.btn-primary.btn-light:hover {
  background: #5329F8;
  border-color: #5329F8;
  color: #fff;
  box-shadow: 0 2px 10px rgba(46, 204, 113, 0.25);
}
.input-group-withbtn .input-group-btn .btn,
.selectize-control + .btn,
.input-group .input-group-btn .btn {
  height: 42px;
  min-width: 42px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #c8f0d8;
  background: #e8faf0;
  color: #2ECC71;
  font-size: 14px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: none;
}
.input-group-withbtn .input-group-btn .btn:hover,
.selectize-control + .btn:hover,
.input-group .input-group-btn .btn:hover {
  background: #2ECC71;
  border-color: #2ECC71;
  color: #fff;
  box-shadow: 0 2px 10px rgba(46, 204, 113, 0.25);
}
.btn.btn-info.btn-blue.btn-sm {
  border-radius: 8px;
  background: #ece8fe;
  border: 1px solid #d8d0fc;
  color: #5329F8;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 18px;
  height: auto;
  line-height: 1.4;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: none;
}
.btn.btn-info.btn-blue.btn-sm:hover {
  background: #5329F8;
  border-color: #5329F8;
  color: #fff;
  box-shadow: 0 2px 10px rgba(83, 41, 248, 0.25);
}
.btn.btn-info.btn-blue.btn-sm i {
  margin-right: 5px;
}
.btn.btn-icon.btn-info:not(.btn-outline):not(.btn-sm) {
  height: 42px;
  width: 42px;
  border-radius: 8px;
  background: #ece8fe;
  border: 1px solid #d8d0fc;
  color: #5329F8;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.25s ease;
  box-shadow: none;
}
.btn.btn-icon.btn-info:not(.btn-outline):not(.btn-sm):hover {
  background: #5329F8;
  border-color: #5329F8;
  color: #fff;
  box-shadow: 0 2px 10px rgba(83, 41, 248, 0.25);
}
.selectize-input {
  height: auto;
  min-height: 46px;
  border-radius: 11px;
  border: 1px solid #E2E0EA !important;
  border-radius: 8px;
  background-color: #FFF;
  padding: 8px 12px;
  box-shadow: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.selectize-input.focus,
.selectize-input.input-active {
  border-color: #5329F8 !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.2) !important;
  background-color: #fff;
}
.selectize-input .item {
  background: rgba(83, 41, 248, 0.08);
  border-radius: 6px;
  color: #1A1626;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
}
.selectize-dropdown {
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  margin-top: 4px;
  overflow: hidden;
  z-index: 1050;
}
.selectize-dropdown .option {
  padding: 10px 14px;
  font-size: 13px;
  transition: background-color 0.15s ease;
}
.selectize-dropdown .option.active,
.selectize-dropdown .option:hover {
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  background-color: #FFF;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 14px;
  color: #1A1626;
  font-size: 13px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--open .select2-selection--single {
  border-color: #5329F8;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.2);
}
.select2-container .select2-selection--multiple {
  min-height: 42px;
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  background-color: #FFF;
  padding: 4px 8px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background: rgba(83, 41, 248, 0.08);
  border: 1px solid rgba(83, 41, 248, 0.15);
  border-radius: 6px;
  color: #1A1626;
  padding: 3px 8px;
  font-size: 12px;
}
.select2-dropdown {
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  margin-top: 2px;
  z-index: 1050;
}
.select2-dropdown .select2-results__option {
  padding: 10px 14px;
  font-size: 13px;
  transition: background-color 0.15s ease;
}
.select2-dropdown .select2-results__option--highlighted {
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.wa-opt {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
}
.wa-opt-ico {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}
.wa-opt-ico i {
  line-height: 1;
}
.wa-opt-txt {
  font-size: 13px;
  font-weight: 500;
  color: #1A1626;
}
.bootstrap-select .dropdown-menu li a .wa-opt {
  padding: 3px 0;
}
.btn-select {
  height: 46px;
  border: 1px solid #E2E0EA;
  border-radius: 11px;
  background-color: #FFF;
  color: #1A1626;
  font-size: 13.5px;
  text-align: left;
  padding: 10px 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.btn-select:focus,
.btn-select:active {
  border-color: #5329F8 !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.2) !important;
}
#filter .form-control {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  border-radius: 9px;
}
#filter textarea.form-control {
  height: auto;
  min-height: 38px;
}
#filter .selectize-input {
  min-height: 38px;
  padding: 4px 12px;
  border-radius: 9px;
}
#filter .btn-select {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  border-radius: 9px;
  display: flex;
  align-items: center;
}
#filter .bootstrap-select.form-control {
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
}
#filter .lf-qf-range .form-control {
  height: 36px;
}
#mapWrapper {
  border-radius: 14px;
  border: 1px solid rgba(226, 224, 234, 0.5);
  overflow: hidden;
}
#mapWrapper #mapCanvas,
#mapWrapper #mapCanvas2 {
  border-radius: 14px;
}
#mapWrapper .map-bottom-left-controllers {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(226, 224, 234, 0.5);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(20, 16, 40, 0.16);
}
#mapWrapper .map-bottom-left-controllers .btn {
  height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0 !important;
  border-radius: 9px;
  background: transparent !important;
  box-shadow: none !important;
  color: #6E6B7B !important;
  font-size: 12px;
  font-weight: 600;
}
#mapWrapper .map-bottom-left-controllers .btn .icon {
  font-size: 13px;
}
#mapWrapper .map-bottom-left-controllers .btn:hover {
  background: #f4f3fa !important;
  color: #1A1626 !important;
}
#mapWrapper .map-bottom-left-controllers #map-lock {
  width: 30px;
  padding: 0;
  justify-content: center;
}
#mapWrapper .map-bottom-left-controllers .btn-map-switch.active,
#mapWrapper .map-bottom-left-controllers #map-lock.active {
  background: rgba(83, 41, 248, 0.1) !important;
  color: #5329F8 !important;
}
.page-content .panel:nth-child(1),
.page-content form > .panel:nth-child(1) {
  z-index: 20;
}
.page-content .panel:nth-child(2),
.page-content form > .panel:nth-child(2) {
  z-index: 19;
}
.page-content .panel:nth-child(3),
.page-content form > .panel:nth-child(3) {
  z-index: 18;
}
.page-content .panel:nth-child(4),
.page-content form > .panel:nth-child(4) {
  z-index: 17;
}
.page-content .panel:nth-child(5),
.page-content form > .panel:nth-child(5) {
  z-index: 16;
}
.page-content .panel:nth-child(6),
.page-content form > .panel:nth-child(6) {
  z-index: 15;
}
.page-content .panel:nth-child(7),
.page-content form > .panel:nth-child(7) {
  z-index: 14;
}
.page-content .panel:nth-child(8),
.page-content form > .panel:nth-child(8) {
  z-index: 13;
}
.page-content .panel:nth-child(9),
.page-content form > .panel:nth-child(9) {
  z-index: 12;
}
.page-content .panel:nth-child(10),
.page-content form > .panel:nth-child(10) {
  z-index: 11;
}
#filter-wrapper {
  z-index: 30 !important;
  position: relative;
  overflow: visible;
}
.site-ismobile .panel.panel-result-mobile {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-ismobile .page-content .panel.panel-result-mobile,
.site-ismobile .page-content form > .panel.panel-result-mobile {
  z-index: auto;
}
.site-ismobile .dropdown.inline-block > .dropdown-menu {
  transform: translateZ(0);
}
@keyframes ra-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-content > .panel,
.page-content > .row > .col-md-12 > .panel,
.page-content > .pearls,
.page-content form > .panel {
  animation: ra-fadeInUp 0.4s ease both;
}
.page-content > .panel:nth-child(1),
.page-content > .row > .col-md-12 > .panel:nth-child(1),
.page-content > .pearls:nth-child(1),
.page-content form > .panel:nth-child(1) {
  animation-delay: 0.04s;
}
.page-content > .panel:nth-child(2),
.page-content > .row > .col-md-12 > .panel:nth-child(2),
.page-content > .pearls:nth-child(2),
.page-content form > .panel:nth-child(2) {
  animation-delay: 0.08s;
}
.page-content > .panel:nth-child(3),
.page-content > .row > .col-md-12 > .panel:nth-child(3),
.page-content > .pearls:nth-child(3),
.page-content form > .panel:nth-child(3) {
  animation-delay: 0.12s;
}
.page-content > .panel:nth-child(4),
.page-content > .row > .col-md-12 > .panel:nth-child(4),
.page-content > .pearls:nth-child(4),
.page-content form > .panel:nth-child(4) {
  animation-delay: 0.16s;
}
.page-content > .panel:nth-child(5),
.page-content > .row > .col-md-12 > .panel:nth-child(5),
.page-content > .pearls:nth-child(5),
.page-content form > .panel:nth-child(5) {
  animation-delay: 0.2s;
}
.btn {
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
.btn:active {
  transform: scale(0.97);
}
.btn:focus {
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.2);
}
.page {
  background: linear-gradient(145deg, #F4F3F8 0%, #ECEAF2 50%, #E8E6EE 100%);
}
.dropdown-menu {
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}
.dropdown-menu > li > a {
  padding: 8px 18px;
  font-size: 13px;
  transition: background-color 0.15s ease;
}
.dropdown-menu > li > a:hover {
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(151, 148, 163, 0.3);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(151, 148, 163, 0.5);
}
.panel-body .btn.btn-primary.btn-block {
  background: transparent;
  border: 1.5px solid #5329F8;
  color: #5329F8;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  height: 42px;
  transition: all 0.25s ease;
}
.panel-body .btn.btn-primary.btn-block:hover {
  background: #5329F8;
  color: #fff;
}
.panel-body .btn.btn-primary.btn-block[disabled] {
  background: #FFF;
  border-color: #E2E0EA;
  color: #9794A3;
  opacity: 0.6;
}
#chart_history_wrapper {
  background: #FFF;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
}
.mdropzone.dropzone {
  border: 2px dashed #E2E0EA;
  border-radius: 8px;
  background: #FFF;
  min-height: 100px;
  transition: border-color 0.25s ease;
}
.mdropzone.dropzone:hover {
  border-color: #5329F8;
}
.mdropzone.dropzone .dz-message {
  color: #9794A3;
  font-size: 13px;
}
#colaboration_box {
  background: rgba(83, 41, 248, 0.04);
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
}
.modal-content {
  border: 1px solid rgba(226, 224, 234, 0.5);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.modal-header {
  background: linear-gradient(135deg, #5329F8 0%, #7b5afa 100%);
  border-bottom: none;
  padding: 20px 28px;
}
.modal-header .modal-title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.modal-header .close {
  color: #fff;
  opacity: 0.7;
  text-shadow: none;
  font-size: 22px;
}
.modal-header .close:hover {
  opacity: 1;
}
.modal-body {
  padding: 28px;
}
.modal-footer {
  border-top: 1px solid rgba(226, 224, 234, 0.5);
  padding: 16px 28px;
  background: #FFF;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.modal-footer .btn-floating {
  border-radius: 8px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-footer .btn-floating.btn-success {
  background: #e8faf0;
  border: 1px solid #c8f0d8;
  color: #2ECC71;
  box-shadow: none;
}
@media (hover: hover) {
  .modal-footer .btn-floating.btn-success:hover {
    background: #2ECC71;
    border-color: #2ECC71;
    color: #fff;
    box-shadow: 0 2px 10px rgba(46, 204, 113, 0.25);
  }
}
.modal-footer .btn-floating.btn-default {
  background: #fff;
  border: 1px solid #E2E0EA;
  color: #9794A3;
  box-shadow: none;
}
@media (hover: hover) {
  .modal-footer .btn-floating.btn-default:hover {
    background: #fee;
    border-color: #e57373;
    color: #e57373;
  }
}
.input-group-addon.padding-0 {
  padding: 0;
  border: none;
  background: transparent;
}
.input-group-addon.padding-0 .btn {
  height: 40px;
  min-width: 42px;
  border-radius: 0 8px 8px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  transition: all 0.25s ease;
  box-shadow: none;
}
.input-group-addon.padding-0 .btn.btn-success {
  background: #e8faf0;
  border: 1px solid #c8f0d8;
  color: #2ECC71;
}
.input-group-addon.padding-0 .btn.btn-success:hover {
  background: #2ECC71;
  border-color: #2ECC71;
  color: #fff;
}
.input-group-addon.padding-0 .btn.btn-danger {
  background: #fef0f0;
  border: 1px solid #fcd5d5;
  color: #e57373;
}
.input-group-addon.padding-0 .btn.btn-danger:hover {
  background: #e57373;
  border-color: #e57373;
  color: #fff;
}
.repeater {
  margin-bottom: 6px;
}
#commentslist .comment-body {
  background: #FFF;
  border: 1px solid rgba(226, 224, 234, 0.5);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 8px;
  transition: background-color 0.25s ease;
}
#commentslist .comment-body:hover {
  background: #fff;
}
#commentslist .comment-content {
  font-size: 13px;
  color: #1A1626;
  line-height: 1.5;
  margin-bottom: 6px;
}
#commentslist .comment-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
#commentslist .comment-time {
  font-size: 11px;
  color: #9794A3;
}
#commentslist .delete-comment {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 11px;
  background: transparent;
  border: 1px solid transparent;
  color: #9794A3;
  opacity: 0;
  transition: all 0.25s ease;
}
#commentslist .delete-comment:hover {
  background: #fef0f0;
  border-color: #fcd5d5;
  color: #e57373;
  opacity: 1;
}
#commentslist .comment-body:hover .delete-comment {
  opacity: 0.6;
}
.panel-custom-title .btn-info.btn-outline {
  border-radius: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #E2E0EA;
  color: #6E6B7B;
  background: transparent;
  transition: all 0.25s ease;
}
.panel-custom-title .btn-info.btn-outline:hover {
  border-color: #5329F8;
  color: #5329F8;
  background: rgba(83, 41, 248, 0.08);
}
.important-field {
  position: relative;
}
.blue-600 {
  color: #5329F8 !important;
}
a {
  color: #5329F8;
  transition: color 0.15s ease;
}
a:hover,
a:focus {
  color: #3307dd;
}
#check-for-double {
  border-radius: 8px;
}
.checkbox-custom label {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #1A1626;
  padding-left: 28px;
}
.checkbox-custom label::before {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid #E2E0EA !important;
  background: #FFF;
  transition: all 0.25s ease;
}
.checkbox-custom label::after {
  width: 20px;
  height: 20px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #5329F8;
  border-color: #5329F8 !important;
  border-radius: 6px;
}
.radio-custom label {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #1A1626;
}
.input-group .input-group-addon {
  border: 1px solid #E2E0EA;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: #f4f3f8;
  color: #9794A3;
  font-size: 12px;
  font-weight: 500;
  padding: 0 12px;
}
.input-group .form-control:first-child {
  border-radius: 8px 0 0 8px;
}
.form-inline .checkbox-custom {
  margin-right: 6px;
}
.form-inline .form-group {
  margin-bottom: 0;
}
.form-inline .width-50-imp {
  width: 60px !important;
  height: 36px;
  border-radius: 8px;
  text-align: center;
}
.label-bold {
  font-weight: 700 !important;
  font-size: 12px;
  color: #1A1626;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(83, 41, 248, 0.12);
  display: block;
}
.checkbox-custom,
.radio-custom {
  margin-top: 4px;
  margin-bottom: 4px;
}
.panel .panel-body > .row:not(.collapse):not(.collapsing) {
  display: block;
  flex-wrap: wrap;
}
.bootstrap-select .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #E2E0EA;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 8px 14px;
  font-size: 13px;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.bootstrap-select .dropdown-menu > .selected > a {
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.bootstrap-select .btn-select .filter-option {
  font-size: 13px;
}
.active-item-slidepanel {
  background-color: rgba(83, 41, 248, 0.02) !important;
}
.slidePanel {
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.1);
}
.slidePanel-header {
  padding: 20px 24px;
}
.slidePanel-header h1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.4;
}
.slidePanel-header h1 .btn-icon.btn-round {
  border-radius: 8px;
  width: 30px;
  height: 30px;
  line-height: 14px;
  font-size: 13px;
  margin-right: 6px;
  vertical-align: middle;
}
.slidePanel-header .slidePanel-close {
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
.slidePanel-header .slidePanel-close:hover {
  opacity: 1;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line {
  background: #fff;
  border: 1px solid #E2E0EA;
  border-radius: 14px;
  padding: 4px;
  margin: 12px 14px 4px;
  width: auto;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: #5c5a76;
  padding: 8px 10px;
  margin: 0;
  line-height: 1.2;
  border-radius: 10px;
  border: 0;
  min-height: 34px;
  transition: color 0.25s ease, background-color 0.25s ease;
  position: relative;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a i {
  font-size: 17px;
  margin-right: 0;
  vertical-align: middle;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a .badge,
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a .badge.up,
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a .badge.up.slide-bade-up,
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a .slide-bade-up {
  position: static;
  top: auto;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border-radius: 9px;
  background: #5329F8;
  color: #fff;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a .slide-bade-up:empty,
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a span[id$="-badge-wrapper"]:empty {
  display: none;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li > a:hover {
  border: 0;
}
@media (hover: hover) and (pointer: fine) {
  .slidePanel-inner-section.with-tabs .nav-tabs-line > li > a:hover {
    color: #5329F8;
    background-color: rgba(83, 41, 248, 0.05);
  }
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li.active > a {
  color: #5329F8;
  background-color: rgba(83, 41, 248, 0.09);
}
@media (hover: hover) and (pointer: fine) {
  .slidePanel-inner-section.with-tabs .nav-tabs-line > li.active > a:hover {
    background-color: rgba(83, 41, 248, 0.12);
  }
}
@media (hover: none) {
  .slidePanel-inner-section.with-tabs .nav-tabs-line > li > a:hover {
    color: #5c5a76;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
  }
  .slidePanel-inner-section.with-tabs .nav-tabs-line > li.active > a:hover {
    color: #5329F8;
    background-color: rgba(83, 41, 248, 0.09);
  }
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li + li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: #E2E0EA;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li.active > a::before {
  display: none;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line > li.active + li > a::before {
  display: none;
}
.slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li.active > a,
.slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li.active > a:focus,
.slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li.active > a:hover {
  border: 0;
}
@media (max-width: 767px) {
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px;
    margin: 10px 12px 4px;
  }
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified::-webkit-scrollbar {
    display: none;
  }
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li {
    display: block;
    float: none;
    width: auto;
    flex: 0 0 auto;
  }
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li > a {
    white-space: nowrap;
    font-size: 12px;
    gap: 6px;
    padding: 8px 11px;
    margin: 0;
  }
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li > a i {
    font-size: 15px;
  }
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li > a .badge,
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li > a .badge.up,
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li > a .badge.up.slide-bade-up,
  .slidePanel-inner-section.with-tabs .nav-tabs-line.nav-justified > li > a .slide-bade-up {
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 9px;
  }
}
.site-sidebar-tab-content {
  padding: 20px 0px;
}
.slidePanel .site-sidebar-tab-content {
  height: auto;
}
.slidePanel .site-sidebar-tab-content > .tab-pane {
  height: auto;
}
.slidePanel-inner-section .owl-carousel .item {
  border-radius: 8px;
  overflow: hidden;
}
.slidePanel-inner-section .owl-carousel .item img {
  border-radius: 8px;
}
.slidePanel-inner-section .owl-carousel .owl-nav .owl-prev,
.slidePanel-inner-section .owl-carousel .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 0px;
  color: #1A1626 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.slidePanel-inner-section h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1A1626;
  letter-spacing: -0.01em;
  margin: 14px 0 6px;
  line-height: 1.4;
}
.slidePanel-inner-section .text-muted {
  font-size: 12px;
}
.slidePanel-inner-section h3 .blue-600 {
  color: #5329F8;
}
.slidepanel-info {
  font-size: 13px;
  line-height: 200%;
  background: #FFF;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 12px 0;
  border: 1px solid rgba(226, 224, 234, 0.5);
}
.slidepanel-info strong {
  color: #1A1626;
}
.slidePanel-inner-section h4.example-title {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-left: none;
  background: rgba(83, 41, 248, 0.04);
  color: #000;
  border-left: 3px solid #5329F8;
  border-radius: 8px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.slidePanel-inner-section .row > .col-sm-6 {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #6E6B7B;
}
.slidePanel-inner-section .row > .col-sm-6 strong {
  color: #1A1626;
}
.slidePanel-inner-section .social-facebook,
.slidePanel-inner-section .social-evernote,
.slidePanel-inner-section .social-twitter,
.slidePanel-inner-section .social-linkedin,
.slidePanel-inner-section .btn-dark {
  border-radius: 8px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  margin-right: 4px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.slidePanel-inner-section .social-facebook:hover,
.slidePanel-inner-section .social-evernote:hover,
.slidePanel-inner-section .social-twitter:hover,
.slidePanel-inner-section .social-linkedin:hover,
.slidePanel-inner-section .btn-dark:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.site-action-left-slidepanel .btn-floating {
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.site-action-left-slidepanel .btn-floating:hover {
  transform: scale(1.05);
}
.slidePanel-inner-section p,
.slidePanel-inner-section .tab-pane > div > div {
  font-size: 13px;
  line-height: 1.7;
  color: #6E6B7B;
}
.slidePanel-inner-section .comment {
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 8px;
}
#filter-result .table {
  font-size: 12.5px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  margin-top: 15px;
}
#filter-result .table > thead > tr > th {
  background: #f8f7fc;
  color: #5c5a76;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  padding: 12px 10px;
  white-space: nowrap;
}
#filter-result .table > thead > tr > th .sortablefield {
  cursor: pointer;
  transition: color 0.15s ease;
}
#filter-result .table > thead > tr > th .sortablefield:hover {
  color: #5329F8;
}
#filter-result .table > tbody > tr > td {
  padding: 10px 10px;
  vertical-align: top;
  border-top: 1px solid rgba(226, 224, 234, 0.5);
  color: #1A1626;
  transition: background-color 0.15s ease;
}
#filter-result .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
#filter-result .avatar-big {
  width: 90px;
  display: block;
}
#filter-result .avatar-big img {
  border-radius: 10px;
  width: 90px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease;
}
#filter-result .avatar-big:hover img {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
#filter-result td .label {
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
  padding: 3px 6px;
  letter-spacing: 0.02em;
}
#filter-result .blue-600 strong {
  font-size: 13px;
  color: #5329F8 !important;
}
#filter-result .text-table-small {
  font-size: 11px;
  color: #9794A3;
}
#filter-result .tags-row > td {
  background: transparent;
  padding-top: 4px !important;
  padding-bottom: 6px !important;
  border-top: none !important;
  font-size: 11.5px;
  color: #6E6B7B;
}
#filter-result .tags-row > td .label {
  font-size: 10px;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 500;
}
#filter-result .btn.btn-icon.btn-sm.btn-round {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 13px;
  border: 1px solid #E2E0EA;
  background: #fff;
  color: #6E6B7B;
  transition: all 0.25s ease;
  margin: 1px;
}
#filter-result .btn.btn-icon.btn-sm.btn-round:hover {
  border-color: #5329F8;
  color: #5329F8;
  background: rgba(83, 41, 248, 0.08);
}
#filter-result .btn.btn-icon.btn-sm.btn-round.btn-success {
  border-color: #E2E0EA;
  background: #fff;
  color: #6E6B7B;
}
#filter-result .btn.btn-icon.btn-sm.btn-round.btn-success:hover {
  border-color: #2ECC71;
  color: #2ECC71;
  background: #e8faf0;
}
#filter-result .btn.btn-icon.btn-sm.btn-round.btn-outline {
  border-color: #E2E0EA;
  background: #fff;
  color: #6E6B7B;
}
#filter-result .btn.btn-icon.btn-sm.btn-round.btn-outline:hover {
  border-color: #5329F8;
  color: #5329F8;
  background: rgba(83, 41, 248, 0.08);
}
#filter-result .active-item-slidepanel > td {
  background-color: rgba(83, 41, 248, 0.02) !important;
}
#matching-table .proposed-card {
  display: flex;
  align-items: stretch;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(1, 1, 1, 0.08);
  border-radius: 12px;
  padding: 10px;
  max-width: 380px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
#matching-table tr:hover .proposed-card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-color: rgba(83, 41, 248, 0.2);
}
#matching-table .proposed-card__img {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background: #FFF;
  position: relative;
}
#matching-table .proposed-card__img img {
  width: 88px !important;
  height: 88px !important;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
#matching-table .proposed-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}
#matching-table .proposed-card__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
#matching-table .proposed-card__meta .label {
  margin: 0;
  display: inline-block;
  text-align: left;
}
#matching-table .proposed-card__title {
  font-weight: 600;
  font-size: 13px;
  color: #2B2B3A;
  line-height: 1.25;
}
#matching-table .proposed-card__sub {
  font-size: 11.5px;
  color: #9794A3;
}
#matching-table .proposed-card__price {
  font-weight: 700;
  font-size: 16px;
  color: #5329F8;
  margin-top: 2px;
}
#matching-table .proposed-card__badge-mls {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background: #8349F5;
  border-radius: 4px;
  padding: 2px 7px;
}
#matching-table .proposed-card__badge-ap {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background: #17A2B8;
  border-radius: 4px;
  padding: 2px 7px;
}
.proposed-sent-via {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}
.proposed-sent-via i {
  font-size: 18px;
  line-height: 1;
}
.toppins.site-pins .dropdown-menu {
  min-width: 300px;
  padding: 0;
  border: 1px solid #E2E0EA;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.toppins.site-pins .list-group {
  margin: 0;
}
.site-pins-items {
  max-height: 360px;
  overflow-y: auto;
}
.site-pins-items .pin-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border: none;
  border-bottom: 1px solid rgba(226, 224, 234, 0.5);
  background: #fff;
  transition: background 0.25s ease;
}
.site-pins-items .pin-item:hover {
  background: #FFF;
}
.site-pins-items .pin-item:last-child {
  border-bottom: none;
}
.site-pins-items .pin-item__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}
.site-pins-items .pin-item__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.site-pins-items .pin-item__title {
  font-weight: 600;
  font-size: 13px;
  color: #2B2B3A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-pins-items .pin-item__src {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9794A3;
}
.site-pins-items .pin-item__close {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9794A3;
  font-size: 17px;
  line-height: 1;
  transition: all 0.25s ease;
}
.site-pins-items .pin-item__close.site-menu-close::before,
.site-pins-items .pin-item__close.site-menu-close::after {
  content: none !important;
  display: none !important;
}
.site-pins-items .pin-item__close:hover {
  background: rgba(224, 82, 82, 0.12);
  color: #E05252;
}
.site-pins-items .pin-item--property .pin-item__icon {
  background: #5329F8;
}
.site-pins-items .pin-item--mls .pin-item__icon {
  background: #8349F5;
}
.site-pins-items .pin-item--ap .pin-item__icon {
  background: #17A2B8;
}
a.btn[data-type="pinit"] {
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
a.btn[data-type="pinit"].active,
a.btn[data-type="pinit"].active:hover,
a.btn[data-type="pinit"].active:focus {
  background-color: #5329F8 !important;
  border-color: #5329F8 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(83, 41, 248, 0.35);
}
a.btn[data-type="pinit"].active i {
  color: #fff !important;
}
.table-header-pagination {
  padding: 10px 0;
}
.table-header-pagination .pagination-info {
  font-size: 12px;
  color: #9794A3;
  font-weight: 500;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #E2E0EA;
  color: #6E6B7B;
  font-size: 12px;
  padding: 6px 12px;
  margin: 0 2px;
  border-radius: 6px !important;
  transition: all 0.15s ease;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: rgba(83, 41, 248, 0.08);
  border-color: rgba(83, 41, 248, 0.2);
  color: #5329F8;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span {
  background-color: #5329F8;
  border-color: #5329F8;
  border-radius: 6px !important;
  color: #fff;
}
.semafor-indicator {
  border-radius: 50%;
}
.bridge-preview {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .panel .panel-body .col-sm-2 {
    width: 33.333%;
  }
  .panel .panel-body .col-sm-4.col-md-2 {
    width: 33.333%;
  }
  .panel .panel-body .col-sm-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .panel .panel-body {
    padding: 20px 18px;
  }
  .page-header {
    padding: 20px 15px 5px;
  }
  h1.page-inside-title {
    font-size: 18px;
  }
  .pearls {
    padding: 15px 5px;
  }
  .pearl-number,
  .pearl-icon {
    width: 34px;
    height: 34px;
    line-height: 30px;
    border-radius: 10px;
    font-size: 13px;
  }
  .pearl-title {
    font-size: 9px;
  }
  .property-meta {
    gap: 4px;
  }
  .property-meta .meta-pill {
    font-size: 10px;
    padding: 3px 8px;
  }
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip-inner {
  background-color: #000;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 500;
}
.chat-panel {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 14px !important;
  border: none !important;
  box-shadow: none !important;
  animation: none !important;
  position: absolute !important;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  margin-bottom: 0;
}
.chat-panel .panel-body {
  padding: 0 !important;
  overflow: hidden !important;
  overflow-y: scroll !important;
  position: absolute !important;
  bottom: 100px;
  left: 10px;
  right: 20px;
  top: auto;
  max-height: calc(100% - 100px);
}
.chat-panel .panel-body > .row {
  display: block !important;
}
.chat-panel .panel-footer {
  position: absolute !important;
  bottom: 20px;
  left: 10px;
  right: 20px;
}
.chat-panel .form-control.chat-input {
  border-radius: 16px !important;
  padding: 10px 40px 10px 15px !important;
}
.page-login.page-dark.layout-full .panel {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border: none;
  max-width: 420px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}
.page-login.page-dark.layout-full .panel .panel-body {
  padding: 48px 44px 40px;
}
.page-login.page-dark.layout-full .brand {
  margin-bottom: 32px !important;
  margin-top: 20px !important;
}
.page-login.page-dark.layout-full .brand .brand-img {
  max-height: 50px;
  margin-bottom: 16px;
}
.page-login.page-dark.layout-full .brand .brand-text {
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1A1626;
}
.page-login.page-dark.layout-full .brand .brand-text sup {
  font-size: 10px;
  font-weight: 400;
  opacity: 0.4;
  top: -8px;
}
.page-login.page-dark.layout-full .panel-body > p {
  color: #9794A3;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}
.page-login.page-dark.layout-full .form-group {
  margin-bottom: 18px;
  text-align: left;
}
.page-login.page-dark.layout-full .form-group > label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6E6B7B;
  margin-bottom: 6px;
}
.page-login.page-dark.layout-full .input-group .input-group-addon {
  background: #FFF;
  border: 1px solid #E2E0EA;
  color: #9794A3;
  padding: 0 14px;
  font-size: 14px;
  transition: all 0.25s ease;
}
.page-login.page-dark.layout-full .input-group .input-group-addon:first-child {
  border-right: none;
  border-radius: 8px 0 0 8px;
}
.page-login.page-dark.layout-full .input-group .input-group-addon:last-child {
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.page-login.page-dark.layout-full .input-group .form-control {
  border-left: none;
  border-radius: 0;
}
.page-login.page-dark.layout-full .input-group .form-control:first-child {
  border-radius: 8px 0 0 8px;
}
.page-login.page-dark.layout-full .input-group .form-control:last-child {
  border-radius: 0 8px 8px 0;
}
.page-login.page-dark.layout-full .input-group .input-group-addon + .form-control {
  border-radius: 0;
}
.page-login.page-dark.layout-full .input-group:focus-within .input-group-addon {
  border-color: #5329F8;
  color: #5329F8;
}
.page-login.page-dark.layout-full .form-control {
  background: #FFF;
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  height: 44px;
  color: #1A1626;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 16px;
  transition: all 0.25s ease;
}
.page-login.page-dark.layout-full .form-control::placeholder {
  color: #9794A3;
  font-weight: 400;
}
.page-login.page-dark.layout-full .form-control:focus {
  background: #fff;
  border-color: #5329F8;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.12);
  outline: none;
}
.page-login.page-dark.layout-full .form-group.clearfix {
  margin-bottom: 24px;
  margin-top: 20px;
}
.page-login.page-dark.layout-full .form-group.clearfix .checkbox-custom label {
  color: #6E6B7B;
  font-size: 13px;
}
.page-login.page-dark.layout-full .form-group.clearfix a {
  color: #5329F8;
  font-size: 13px;
  transition: color 0.25s ease;
}
.page-login.page-dark.layout-full .form-group.clearfix a:hover {
  color: #3508e6;
}
.page-login.page-dark.layout-full .btn-primary.btn-block {
  background: #5329F8;
  border: none;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(83, 41, 248, 0.3);
}
.page-login.page-dark.layout-full .btn-primary.btn-block:hover {
  background: #6742f9;
  box-shadow: 0 6px 24px rgba(83, 41, 248, 0.4);
  transform: translateY(-1px);
  color: #fff !important;
}
.page-login.page-dark.layout-full .btn-primary.btn-block:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(83, 41, 248, 0.25);
  color: #fff !important;
}
.page-login.page-dark.layout-full .alert-danger {
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.2);
  border-radius: 8px;
  color: #dc3545;
}
.page-login.page-dark.layout-full .alert-danger .close {
  color: #dc3545;
  opacity: 0.5;
  text-shadow: none;
}
.page-login.page-dark.layout-full .alert-danger .close:hover {
  opacity: 1;
}
.page-login.page-dark.layout-full .page-copyright {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #E2E0EA;
}
.page-login.page-dark.layout-full .page-copyright p {
  color: #9794A3;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.page-login.page-dark.layout-full .page-copyright .social a {
  color: #9794A3;
  transition: color 0.25s ease;
}
.page-login.page-dark.layout-full .page-copyright .social a:hover {
  color: #5329F8;
}
.page-login.page-dark.layout-full .page-content.vertical-align-middle {
  animation: ra-fadeInUp 0.6s ease both;
}
@media screen and (max-width: 480px) {
  .page-header .page-header-actions {
    right: 10px;
    top: -30px;
  }
  .site-sidebar-nav.nav-tabs > li > a {
    font-size: 10px !important;
    padding: 12px 5px;
  }
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 10px;
}
.contact-actions .contact-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.contact-actions .contact-action-btn:hover,
.contact-actions .contact-action-btn:focus {
  text-decoration: none;
}
.contact-actions .contact-action-btn i {
  font-size: 14px;
}
.contact-actions .contact-action-call {
  color: #2b6cf6;
  background-color: rgba(43, 108, 246, 0.05);
  border-color: rgba(43, 108, 246, 0.22);
}
.contact-actions .contact-action-call:hover,
.contact-actions .contact-action-call:focus {
  color: #0a53ee;
  background-color: rgba(43, 108, 246, 0.18);
  border-color: rgba(43, 108, 246, 0.35);
}
.contact-actions .contact-action-wa {
  color: #1a9649;
  background-color: rgba(37, 211, 102, 0.05);
  border-color: rgba(37, 211, 102, 0.25);
}
.contact-actions .contact-action-wa:hover,
.contact-actions .contact-action-wa:focus {
  color: #167c3c;
  background-color: rgba(37, 211, 102, 0.2);
  border-color: rgba(37, 211, 102, 0.4);
}
.contact-actions .contact-action-map {
  color: #2b6cf6;
  background-color: rgba(43, 108, 246, 0.05);
  border-color: rgba(43, 108, 246, 0.22);
}
.contact-actions .contact-action-map:hover,
.contact-actions .contact-action-map:focus {
  color: #0a53ee;
  background-color: rgba(43, 108, 246, 0.18);
  border-color: rgba(43, 108, 246, 0.35);
}
.contact-actions .contact-action-copy {
  color: #6E6B7B;
  background-color: rgba(110, 107, 123, 0.05);
  border-color: rgba(110, 107, 123, 0.22);
}
.contact-actions .contact-action-copy:hover,
.contact-actions .contact-action-copy:focus {
  color: #5a5865;
  background-color: rgba(110, 107, 123, 0.15);
  border-color: rgba(110, 107, 123, 0.35);
}
.contact-actions .contact-action-link {
  color: #6E6B7B;
  background-color: rgba(110, 107, 123, 0.05);
  border-color: rgba(110, 107, 123, 0.22);
}
.contact-actions .contact-action-link:hover,
.contact-actions .contact-action-link:focus {
  color: #5a5865;
  background-color: rgba(110, 107, 123, 0.18);
  border-color: rgba(110, 107, 123, 0.35);
}
.contact-actions-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-actions-row .contact-actions {
  margin: 4px 0;
}
.contact-actions-name {
  font-weight: 600;
  font-size: 12.5px;
  color: #6E6B7B;
}
.site-action-wrapper {
  position: fixed;
  z-index: 1199;
  bottom: 8px;
  right: 22px;
  left: 22px;
  height: 70px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  box-shadow: 0 10px 34px rgba(26, 22, 38, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  pointer-events: none;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.site-action2 {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  box-shadow: 0 10px 34px rgba(26, 22, 38, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  pointer-events: none;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (max-width: 767px) {
  .site-action-wrapper {
    height: 60px;
    left: 10px;
    right: 10px;
    bottom: 13px;
  }
  .site-action {
    right: 22px;
  }
  .site-action-left-slidepanel {
    right: auto;
    left: 22px;
  }
  .site-action .btn-floating i {
    top: -5px;
  }
  .site-sidebar-tab-content > .tab-pane {
    height: 100%;
    padding: 20px 10px;
  }
}
.ai-points-badge {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ai-points-buy {
  font-size: 12px;
  font-weight: 600;
  color: #5329F8;
  text-decoration: none;
  transition: color 0.25s ease;
}
.ai-points-buy:hover {
  color: #3307dd;
  text-decoration: underline;
}
.ai-points-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ece8fe;
  border: 1px solid #d8d0fc;
  color: #5329F8;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  transition: all 0.25s ease;
}
.ai-points-pill:hover {
  box-shadow: 0 6px 24px rgba(83, 41, 248, 0.12);
}
.ai-points-pill__icon {
  font-size: 15px;
  line-height: 1;
  opacity: 0.9;
}
.ai-points-pill__item {
  color: #6E6B7B;
}
.ai-points-pill__item strong {
  color: #5329F8;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.ai-points-pill__sep {
  width: 1px;
  height: 15px;
  background: #d8d0fc;
  flex: 0 0 auto;
}
.ai-points-pill.is-low {
  background: #fdecec;
  border-color: #f5c6c6;
  color: #c0392b;
}
.ai-points-pill.is-low .ai-points-pill__item,
.ai-points-pill.is-low .ai-points-pill__item strong {
  color: #c0392b;
}
.ai-points-pill.is-low .ai-points-pill__sep {
  background: #f5c6c6;
}
@media (max-width: 480px) {
  .ai-points-pill {
    white-space: normal;
    border-radius: 16px;
  }
}
.acp-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0;
  background: #fff;
  border: 1px solid #e7e9f0;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
}
.acp-stat {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 16px;
  min-width: 0;
}
.acp-stat + .acp-stat {
  border-left: 1px solid #eceef4;
}
.acp-stat-ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.acp-stat-body {
  min-width: 0;
}
.acp-stat-lbl {
  display: block;
  font-size: 12px;
  color: #9794A3;
}
.acp-stat-val {
  display: block;
  margin-top: 1px;
  font-size: 19px;
  font-weight: 700;
  color: #1A1626;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.acp-stat-sub {
  display: block;
  margin-top: 2px;
  font-size: 11.5px;
  color: #9794A3;
}
.acp-shead {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.acp-shead-ico {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.acp-shead-tt {
  flex: 1 1 220px;
  min-width: 0;
}
.acp-shead-tt strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1A1626;
  line-height: 1.2;
}
.acp-shead-tt span {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  color: #9794A3;
  line-height: 1.4;
}
.acp-shead-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}
body {
  font-feature-settings: "tnum" 1, "cv01" 1, "cv03" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ap-wa-header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  margin-right: 6px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
}
#ap-wa-wrapper,
#propose-wrapper,
.ap-wa-panel {
  color: #1A1626;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
#ap-wa-wrapper strong,
#propose-wrapper strong,
.ap-wa-panel strong {
  font-weight: 600;
}
.ap-wa-ico.ap-wa-ico-green {
  background: rgba(15, 138, 67, 0.1);
  color: #0f8a43;
}
.ap-wa-ico.ap-wa-ico-blue {
  background: rgba(30, 115, 232, 0.1);
  color: #1e73e8;
}
.ap-wa-ico.ap-wa-ico-orange {
  background: rgba(232, 130, 12, 0.12);
  color: #d9760a;
}
.ap-wa-section,
.ap-wa-card {
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
}
.ap-wa-card {
  padding: 0;
  overflow: hidden;
}
.ap-wa-shead {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #1A1626;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: normal;
}
.ap-wa-shead-note {
  text-transform: none;
  letter-spacing: normal;
}
.ap-wa-shead-tt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ap-wa-shead-sub {
  font-size: 12.5px;
  font-weight: 400;
  color: #6E6B7B;
  line-height: 1.35;
}
.site-menu-title {
  font-weight: 600;
}
.ap-wa-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex: 0 0 40px;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
  font-size: 18px;
}
.ap-wa-ico svg {
  width: 18px;
  height: 18px;
}
.ap-wa-robot-svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.ap-wa-checklist .ap-wa-cl-progress {
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #6E6B7B;
  background: rgba(26, 22, 38, 0.08);
  padding: 2px 9px;
  border-radius: 10px;
}
.ap-wa-checklist .ap-wa-cl-progress.is-complete {
  color: #3a9364;
  background: rgba(81, 186, 130, 0.16);
}
.ap-wa-checklist .ap-wa-cl-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ap-wa-checklist .ap-wa-cl-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 9px 12px;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #edecf2;
  font-weight: 400;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.ap-wa-checklist .ap-wa-cl-row:hover {
  border-color: rgba(83, 41, 248, 0.2);
}
.ap-wa-checklist .ap-wa-cl-row input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ap-wa-checklist .ap-wa-cl-box {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid rgba(26, 22, 38, 0.22);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.ap-wa-checklist .ap-wa-cl-box i {
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.12s ease, transform 0.12s ease;
}
.ap-wa-checklist .ap-wa-cl-label {
  color: #1A1626;
  font-size: 13px;
  line-height: 1.3;
}
.ap-wa-checklist .ap-wa-cl-row.is-done {
  background: rgba(81, 186, 130, 0.06);
  border-color: rgba(81, 186, 130, 0.3);
}
.ap-wa-checklist .ap-wa-cl-row.is-done .ap-wa-cl-box {
  background: #51BA82;
  border-color: #51BA82;
}
.ap-wa-checklist .ap-wa-cl-row.is-done .ap-wa-cl-box i {
  opacity: 1;
  transform: scale(1);
}
.ap-wa-checklist .ap-wa-cl-row.is-done .ap-wa-cl-label {
  color: #6E6B7B;
  text-decoration: line-through;
}
.ap-wa-checklist .ap-wa-cl-hint {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 8px 11px;
  border-radius: 9px;
  background: rgba(81, 186, 130, 0.08);
  color: #388c5f;
  font-size: 12px;
  line-height: 1.35;
}
.ap-wa-checklist .ap-wa-cl-hint i {
  font-size: 13px;
  flex: 0 0 auto;
}
.ap-wa-checklist .ap-wa-cl-hint strong {
  font-weight: 700;
}
.ap-wa-owners-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #1A1626;
  transition: background 0.15s ease;
}
.ap-wa-owners-bar:hover {
  background: rgba(83, 41, 248, 0.04);
}
.ap-wa-owners-bar:focus-visible {
  outline: 2px solid #5329F8;
  outline-offset: -2px;
}
.ap-wa-owners-bar[aria-expanded="true"] .ap-wa-caret {
  transform: rotate(180deg);
}
.ap-wa-owners-bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.ap-wa-owners-bar-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.ap-wa-owners-bar-txt small {
  color: #6E6B7B;
  font-size: 12px;
}
.ap-wa-owners-bar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ap-wa-caret {
  color: #6E6B7B;
  font-size: 12px;
  transition: transform 0.2s ease;
}
.ap-wa-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  white-space: nowrap;
}
.ap-wa-chip-ok {
  background: rgba(81, 186, 130, 0.12);
  color: #51BA82;
}
.ap-wa-chip-warn {
  background: #fff4e5;
  color: #b26a00;
}
.ap-wa-chip-off {
  background: #eef0f2;
  color: #6b7580;
}
.ap-wa-chip-primary {
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
}
.ap-wa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ap-wa-meta {
  font-size: 12px;
  color: #6E6B7B;
  margin-bottom: 12px;
}
.ap-wa-codebox {
  white-space: pre-wrap;
  word-break: break-word;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid #edecf2;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
  color: #1A1626;
}
.ap-wa-codebox--mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12.5px;
}
.ap-wa-owners-list {
  max-height: 350px;
  overflow-y: auto;
  border-top: 1px solid #E2E0EA;
}
.ap-wa-owner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid #E2E0EA;
}
.ap-wa-owner:last-child {
  border-bottom: 0;
}
.ap-wa-owner.is-nophone {
  opacity: 0.62;
}
.ap-wa-owner.is-nophone .ap-wa-avatar {
  background: #c3ccd1;
}
.ap-wa-avatar {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #128C7E, #1faa52);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.ap-wa-owner-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
  line-height: 1.35;
}
.ap-wa-owner-name {
  font-weight: 600;
}
.ap-wa-owner-sub {
  color: #6E6B7B;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ap-wa-phone {
  font-size: 12px;
  font-weight: 600;
  color: #51BA82;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.ap-wa-phone.is-missing {
  color: #b26a00;
  font-weight: 500;
}
.ap-wa-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
}
.ap-wa-note i {
  margin-top: 2px;
}
.ap-wa-addpins {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 14px;
  cursor: pointer;
  background: rgba(83, 41, 248, 0.05);
  color: #5329F8;
  border: 1px dashed rgba(83, 41, 248, 0.3);
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.ap-wa-addpins:hover {
  background: rgba(83, 41, 248, 0.09);
  border-color: #5329F8;
}
.ap-wa-shead-note {
  font-weight: 400;
  font-size: 11px;
  color: #6E6B7B;
}
.ap-wa-note-warn {
  background: #fff8ec;
  color: #8a5a00;
  border: 1px solid #ffe3b0;
}
.ap-wa-note-danger {
  background: #fdecea;
  color: #a32218;
  border: 1px solid #f6c3bc;
}
.ap-wa-note-info {
  background: rgba(83, 41, 248, 0.05);
  color: #5329F8;
  border: 1px solid rgba(83, 41, 248, 0.2);
}
.ap-wa-hint {
  color: #6E6B7B;
  font-size: 12px;
  margin-top: 8px;
}
.ap-wa-hint-ok {
  color: #51BA82;
}
.ap-wa-select-wrap {
  position: relative;
}
.ap-wa-select-wrap::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #6E6B7B;
  pointer-events: none;
}
.ap-wa-input {
  width: 100%;
  border: 1px solid #E2E0EA;
  border-radius: 11px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1A1626;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ap-wa-input:focus {
  outline: 0;
  border-color: #5329F8;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.15);
}
select.ap-wa-input {
  padding-right: 34px;
  cursor: pointer;
}
.ap-wa-textarea {
  resize: vertical;
  line-height: 1.5;
  min-height: 96px;
}
.ap-wa-subfield {
  margin-top: 12px;
}
.ap-wa-seg-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ap-wa-seg {
  margin: 0;
  cursor: pointer;
}
.ap-wa-seg input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ap-wa-seg-box {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  padding: 12px 34px 12px 14px;
  border: 1.5px solid #E2E0EA;
  border-radius: 12px;
  background: #fff;
  transition: all 0.15s ease;
}
.ap-wa-seg-box::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #E2E0EA;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.ap-wa-seg-icon {
  flex: 0 0 20px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: #6E6B7B;
  transition: color 0.15s ease;
}
img.ap-wa-seg-icon {
  width: 18px;
  height: 18px;
}
.ap-wa-seg-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ap-wa-seg-title {
  font-weight: 600;
  line-height: 1.2;
}
.ap-wa-seg-sub {
  font-size: 11.5px;
  color: #6E6B7B;
  line-height: 1.2;
}
.ap-wa-seg input:checked + .ap-wa-seg-box {
  border-color: #5329F8;
  background: rgba(83, 41, 248, 0.05);
  box-shadow: 0 1px 6px rgba(83, 41, 248, 0.12);
}
.ap-wa-seg input:checked + .ap-wa-seg-box .ap-wa-seg-icon {
  color: #5329F8;
}
.ap-wa-seg input:checked + .ap-wa-seg-box::after {
  border-color: #5329F8;
  background: #5329F8 radial-gradient(circle, #fff 32%, transparent 34%);
}
.ap-wa-seg input:focus-visible + .ap-wa-seg-box {
  outline: 2px solid #5329F8;
  outline-offset: 2px;
}
.ap-wa-tokens {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.ap-wa-tokens-label {
  font-size: 12px;
  color: #6E6B7B;
  margin-right: 2px;
}
.ap-wa-tokens code {
  background: rgba(83, 41, 248, 0.05);
  color: #5329F8;
  border: 1px solid #E2E0EA;
  border-radius: 6px;
  padding: 2px 7px;
  font-size: 12px;
}
.ap-wa-vars {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ap-wa-var-row label {
  display: block;
  font-size: 12px;
  color: #6E6B7B;
  margin: 0 0 3px;
}
.ap-wa-preview {
  margin-top: 12px;
}
.ap-wa-preview-label {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.ap-wa-bubble {
  margin-top: 6px;
  position: relative;
  background: #d9fdd3;
  border-radius: 10px 10px 10px 3px;
  padding: 10px 13px;
  font-size: 13.5px;
  line-height: 1.5;
  white-space: pre-wrap;
  color: #111b21;
  box-shadow: 0 1px 1px rgba(17, 27, 33, 0.08);
  min-height: 20px;
}
.ap-wa-bubble:empty::before {
  content: "—";
  color: #6E6B7B;
}
.ap-wa-crm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  padding: 14px 16px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ap-wa-crm:hover {
  border-color: #E2E0EA;
  box-shadow: 0 6px 24px rgba(83, 41, 248, 0.12);
}
.ap-wa-crm-txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ap-wa-crm-txt small {
  display: block;
  color: #6E6B7B;
  font-size: 12px;
}
.ap-wa-switch {
  position: relative;
  flex: 0 0 auto;
}
.ap-wa-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ap-wa-switch-track {
  display: inline-block;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #cbd5da;
  transition: background 0.2s ease;
  position: relative;
}
.ap-wa-switch-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}
.ap-wa-switch input:checked + .ap-wa-switch-track {
  background: #51BA82;
}
.ap-wa-switch input:checked + .ap-wa-switch-track .ap-wa-switch-thumb {
  transform: translateX(18px);
}
.ap-wa-switch input:focus-visible + .ap-wa-switch-track {
  outline: 2px solid #5329F8;
  outline-offset: 2px;
}
.ap-wa-cta {
  width: 100%;
  border: 0;
  border-radius: 13px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #1faa52 0%, #128C7E 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 16px rgba(18, 140, 126, 0.28);
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.ap-wa-cta:hover {
  filter: brightness(1.04);
  box-shadow: 0 8px 20px rgba(18, 140, 126, 0.34);
}
.ap-wa-cta:active {
  transform: translateY(1px);
}
.ap-wa-cta:focus-visible {
  outline: 2px solid #075E54;
  outline-offset: 2px;
}
.ap-wa-cta .fa-whatsapp {
  font-size: 18px;
}
.ap-wa-result-hero {
  text-align: center;
  padding: 26px 18px 22px;
  border-radius: 16px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(31, 170, 82, 0.1), rgba(18, 140, 126, 0.06));
  border: 1px solid #E2E0EA;
}
.ap-wa-result-hero.is-warn {
  background: linear-gradient(135deg, #fff6e8, #fffaf1);
  border-color: #ffe3b0;
}
.ap-wa-result-hero.is-warn .ap-wa-result-badge {
  background: linear-gradient(135deg, #f0a500, #d98c00);
  box-shadow: 0 6px 16px rgba(217, 140, 0, 0.28);
}
.ap-wa-result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 27px;
  color: #fff;
  background: linear-gradient(135deg, #1faa52, #128C7E);
  box-shadow: 0 6px 16px rgba(18, 140, 126, 0.3);
  margin-bottom: 10px;
}
.ap-wa-result-count {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #1A1626;
}
.ap-wa-result-count span {
  font-size: 20px;
  font-weight: 600;
  color: #6E6B7B;
}
.ap-wa-result-label {
  color: #6E6B7B;
  font-size: 13px;
  margin-top: 4px;
}
@media (max-width: 420px) {
  .ap-wa-seg-group {
    grid-template-columns: 1fr;
  }
}
.ap-wa-sublabel {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6E6B7B;
  margin: 0 0 6px;
}
.ap-wa-sublabel i {
  color: #5329F8;
  margin-right: 4px;
}
.ap-wa-activity {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid #E2E0EA;
}
.ap-wa-activity--flush {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.ap-wa-channels-head {
  margin-top: 20px;
}
.ap-wa-channel-card {
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
}
.ap-wa-channel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  margin: 0;
  cursor: pointer;
}
.ap-wa-channel-txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ap-wa-channel-txt strong {
  font-size: 13px;
  letter-spacing: 0.02em;
}
.ap-wa-channel-body {
  padding: 14px 16px 16px;
  margin: 0;
  border-top: 1px solid #E2E0EA;
}
.ap-wa-channel-body > .ap-wa-hint {
  margin-top: 4px;
}
#propose-wrapper .well {
  background: rgba(83, 41, 248, 0.03);
  border: 1px solid #E2E0EA;
  border-radius: 14px;
  box-shadow: none;
}
.ap-wa-switch .ap-wa-switch-track {
  margin: 0;
  cursor: pointer;
}
.ap-wa-gallery {
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
}
.ap-wa-gallery .item a {
  display: block;
}
.ap-wa-gallery img {
  border-radius: 8px;
}
.ap-wa-prop-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
  color: #1A1626;
}
.ap-wa-property .property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}
.ap-wa-property .meta-pill {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  color: #6E6B7B;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.ap-wa-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 12px;
}
.ap-wa-price-main {
  font-size: 22px;
  font-weight: 700;
  color: #5329F8;
}
.ap-wa-price-main .blue-600,
.ap-wa-price-main span {
  color: #5329F8 !important;
}
.ap-wa-price-alt {
  font-size: 12px;
  color: #6E6B7B;
}
.ap-wa-kv {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #E2E0EA;
  font-size: 13px;
}
.ap-wa-kv:last-child {
  border-bottom: 0;
}
.ap-wa-kv > span:first-child {
  color: #6E6B7B;
  flex: 0 0 auto;
}
.ap-wa-kv > span:last-child,
.ap-wa-kv > strong {
  text-align: right;
}
.ap-wa-infocard {
  background: #fafbfc;
  border-color: rgba(17, 27, 33, 0.06);
}
.ap-wa-infocard .slidepanel-info {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  line-height: 1.5;
}
.ap-wa-infocard .ap-wa-kv {
  border-bottom-color: rgba(17, 27, 33, 0.07);
}
.ap-wa-contacts {
  padding: 6px 16px;
}
.ap-wa-crow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #E2E0EA;
}
.ap-wa-crow:last-child {
  border-bottom: 0;
}
.ap-wa-crow-ico {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
  font-size: 18px;
}
.ap-wa-crow-ico--sub {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  font-size: 15px;
}
.ap-wa-crow-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
  line-height: 1.35;
}
.ap-wa-crow-role {
  font-weight: 600;
  color: #1A1626;
  font-size: 13.5px;
}
.ap-wa-crow-sub {
  font-size: 12px;
  color: #6E6B7B;
  margin-top: 1px;
}
.ap-wa-crow-name {
  font-size: 13px;
  color: #6E6B7B;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ap-wa-crow-name a,
.ap-wa-crow-name .labelish {
  color: #6E6B7B;
  font-weight: 400;
}
.ap-wa-crow-name a:hover,
.ap-wa-crow-name a:focus,
.ap-wa-crow-name .labelish:hover {
  color: #5329F8;
}
.ap-wa-crow-name a > i:first-child,
.ap-wa-crow-name .labelish > i:first-child {
  display: none;
}
.ap-wa-crow-actions {
  margin-left: auto;
}
.ap-wa-crow-actions .contact-actions {
  margin: 0;
}
@media (max-width: 480px) {
  .ap-wa-crow-actions {
    flex: 1 0 100%;
    margin-left: 54px;
  }
}
.contacts-table td a[href^="mailto"],
.contacts-table td a[href^="tel"] {
  color: #1A1626;
}
.contacts-table td a[href^="mailto"]:hover,
.contacts-table td a[href^="tel"]:hover,
.contacts-table td a[href^="mailto"]:focus,
.contacts-table td a[href^="tel"]:focus {
  color: #5329F8;
}
.contacts-table td a[href^="mailto"] > i,
.contacts-table td a[href^="tel"] > i {
  color: #6E6B7B;
}
.contacts-table .object-counts {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contacts-table .object-counts .count-icon-wrapper {
  margin-right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(26, 22, 38, 0.03);
  border: 1px solid rgba(26, 22, 38, 0.09);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contacts-table .object-counts .count-icon-wrapper .badge.up {
  top: -4px;
  right: -4px;
}
.contacts-table .object-counts .count-icon {
  font-size: 16px;
}
.ap-wa-summary .ap-wa-tags {
  margin-top: 10px;
}
.ap-wa-summary .ap-wa-contact-actions {
  margin-top: 12px;
}
.ap-wa-details {
  padding: 6px 16px;
}
.ap-wa-dgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
}
.ap-wa-dcell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #E2E0EA;
  min-width: 0;
  font-size: 13px;
}
.ap-wa-dcell-ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
  font-size: 15px;
}
.ap-wa-dcell-label {
  color: #6E6B7B;
  flex: 1;
  min-width: 0;
}
.ap-wa-dcell-value {
  text-align: right;
  color: #1A1626;
  font-weight: 600;
  min-width: 0;
  word-break: break-word;
}
.ap-wa-dcell-value strong {
  font-weight: 600;
}
.ap-wa-dcell-value a {
  color: #1A1626;
}
.ap-wa-dcell-value a:hover {
  color: #5329F8;
}
.ap-wa-dcell-value .label {
  font-weight: 600;
}
.ap-wa-dcell-value a[href^="http"] {
  word-break: break-all;
}
.ap-wa-dcell--full {
  grid-column: 1 / -1;
  flex-wrap: wrap;
  border-bottom: 0;
  padding-top: 12px;
}
.ap-wa-dcell--full .ap-wa-dcell-value {
  flex: 1 1 auto;
  text-align: right;
  font-weight: 500;
}
.ap-wa-dcell-actions {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 8px;
}
.ap-wa-dcell-actions .contact-actions {
  margin: 0;
}
@media (max-width: 767px) {
  .mobile-table-status {
    top: 8px;
    left: 8px;
    right: 8px;
  }
  .mobile-table-status span.status-pill {
    display: inline-block;
    max-width: 100%;
    font-size: 8px;
    padding: 2px 6px;
    line-height: 1.3;
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.28);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-table-status span.status-pill::before {
    display: none;
  }
}
.contact-action-btn.is-copied {
  color: #51BA82;
  background-color: rgba(81, 186, 130, 0.12);
  border-color: rgba(81, 186, 130, 0.35);
}
@media (max-width: 560px) {
  .ap-wa-dcell:not(.ap-wa-dcell--full) {
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-areas: "ico label" "ico value";
    align-items: center;
    column-gap: 10px;
    row-gap: 1px;
  }
  .ap-wa-dcell:not(.ap-wa-dcell--full) .ap-wa-dcell-ico {
    grid-area: ico;
    align-self: center;
  }
  .ap-wa-dcell:not(.ap-wa-dcell--full) .ap-wa-dcell-label {
    grid-area: label;
    font-size: 12px;
    line-height: 1.3;
  }
  .ap-wa-dcell:not(.ap-wa-dcell--full) .ap-wa-dcell-value {
    grid-area: value;
    text-align: left;
    line-height: 1.35;
  }
  .ap-wa-dcell--full {
    align-items: center;
  }
  .ap-wa-dcell--full .ap-wa-dcell-label {
    flex: 0 0 auto;
    font-size: 12px;
  }
  .ap-wa-dcell--full .ap-wa-dcell-value {
    flex: 1 1 100%;
    text-align: left;
    padding-left: 44px;
    margin-top: 2px;
    line-height: 1.35;
  }
}
@media (max-width: 380px) {
  .ap-wa-dgrid {
    grid-template-columns: 1fr;
  }
  .ap-wa-dcell {
    border-bottom: 1px solid #E2E0EA;
  }
  .ap-wa-dcell--full {
    border-top: 0;
  }
}
.ap-wa-fields {
  margin-left: 0;
  margin-right: 0;
}
.ap-wa-fields > [class*="col-"] {
  padding: 7px 12px 7px 0;
  font-size: 13px;
  color: #1A1626;
}
.ap-wa-fields > [class*="col-"] strong {
  color: #1A1626;
  font-weight: 600;
}
.ap-wa-longtext {
  font-size: 13.5px;
  line-height: 1.6;
  color: #1A1626;
}
.act-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.act-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  padding: 14px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.act-card:hover {
  border-color: #d7d4e2;
  box-shadow: 0 6px 24px rgba(83, 41, 248, 0.12);
}
.act-type {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding: 0 !important;
  border: 0 !important;
  margin: 0;
}
.act-type i {
  color: #fff;
}
.act-type--none {
  background: #eef0f2;
}
.act-type--none i {
  color: #6b7580;
}
.act-body {
  flex: 1;
  min-width: 0;
}
.act-body-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.act-name {
  font-weight: 600;
  color: #1A1626;
}
.act-body-top > .act-type {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  font-size: 13px;
}
.act-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.act-status.is-done {
  background: rgba(81, 186, 130, 0.12);
  color: #51BA82;
}
.act-status.is-progress {
  background: #fff4e5;
  color: #b26a00;
}
.act-status.is-late {
  background: #fdecea;
  color: #c0392b;
}
.act-status.is-future {
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
}
.act-refs {
  margin-top: 6px;
  font-size: 12px;
  color: #6E6B7B;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}
.act-refs a {
  color: #6E6B7B;
}
.act-note {
  margin-top: 6px;
  font-size: 12.5px;
  color: #6E6B7B;
  line-height: 1.45;
}
.act-note strong {
  color: #1A1626;
}
.act-foot {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 12px;
  color: #6E6B7B;
}
.act-when {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-variant-numeric: tabular-nums;
}
.act-when i {
  color: #6E6B7B;
}
.act-who {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  font-size: 12.5px;
}
.act-edit {
  flex: 0 0 auto;
}
.act-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 34px 20px 38px;
  text-align: center;
  color: #6E6B7B;
  font-size: 13px;
}
.act-empty > i {
  font-size: 26px;
  color: rgba(83, 41, 248, 0.45);
  margin-bottom: 8px;
}
.act-empty--rich {
  padding: 40px 20px 44px;
}
.act-empty-art {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.act-empty-ring {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(83, 41, 248, 0.13), rgba(83, 41, 248, 0) 68%);
}
.act-empty-ico {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(83, 41, 248, 0.16), rgba(83, 41, 248, 0.04));
  border: 1px solid rgba(83, 41, 248, 0.14);
  color: #5329F8;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(83, 41, 248, 0.12);
}
.act-empty-title {
  font-size: 15px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.35;
}
.act-empty-sub {
  font-size: 12.5px;
  color: #6E6B7B;
  max-width: 320px;
  line-height: 1.5;
}
.act-empty-cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #5329F8;
  background: rgba(83, 41, 248, 0.07);
  border: 1px solid rgba(83, 41, 248, 0.22);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.act-empty-cta i {
  font-size: 12px;
}
.act-empty-cta:hover,
.act-empty-cta:focus {
  text-decoration: none;
  color: #5329F8;
  background: rgba(83, 41, 248, 0.12);
  border-color: rgba(83, 41, 248, 0.38);
}
.act-empty-cta:active {
  background: rgba(83, 41, 248, 0.16);
}
@media (prefers-reduced-motion: no-preference) {
  .act-empty--rich > * {
    animation: actEmptyIn 0.38s cubic-bezier(0.2, 0.7, 0.3, 1) both;
  }
  .act-empty--rich > *:nth-child(2) {
    animation-delay: 0.05s;
  }
  .act-empty--rich > *:nth-child(3) {
    animation-delay: 0.09s;
  }
  .act-empty--rich > *:nth-child(4) {
    animation-delay: 0.13s;
  }
}
@keyframes actEmptyIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.ap-wa-linkform .row {
  margin-bottom: 0;
}
.ap-wa-linkform .col-sm-12 {
  margin-bottom: 0;
}
.ap-wa-linkform .form-group {
  margin-bottom: 6px;
}
.ap-wa-linkform .inset {
  margin-top: 5px;
  margin-bottom: 0;
}
.ap-wa-linkform label,
.ap-wa-linkform .control-label {
  margin-bottom: 2px;
}
.ap-wa-linkform .input-group {
  width: 100%;
}
.ap-wa-actiontypes .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ap-wa-actiontypes .btn {
  border-radius: 999px !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: 1.5px solid #E2E0EA !important;
  background: #fff !important;
  color: #1A1626 !important;
  padding: 8px 15px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ap-wa-actiontypes .btn i {
  font-size: 14px;
}
.ap-wa-actiontypes .btn:hover {
  border-color: rgba(83, 41, 248, 0.4) !important;
}
.ap-wa-actiontypes .btn-green i {
  color: #0a9e57 !important;
}
.ap-wa-actiontypes .btn-purple i {
  color: #7d4ff2 !important;
}
.ap-wa-actiontypes .btn-cyan i {
  color: #0a90ab !important;
}
.ap-wa-actiontypes .btn-teal i {
  color: #0f9488 !important;
}
.ap-wa-actiontypes .btn-red i {
  color: #e05252 !important;
}
.ap-wa-actiontypes .btn-grey i {
  color: #607d8b !important;
}
.ap-wa-actiontypes .btn-orange i {
  color: #d97b06 !important;
}
.ap-wa-actiontypes .btn-brown i {
  color: #8d6e63 !important;
}
.ap-wa-actiontypes .btn.active {
  color: #fff !important;
  border-color: transparent !important;
}
.ap-wa-actiontypes .btn.active i {
  color: #fff !important;
}
.ap-wa-actiontypes .btn-green.active {
  background: #11C26D !important;
}
.ap-wa-actiontypes .btn-purple.active {
  background: #9463F7 !important;
}
.ap-wa-actiontypes .btn-cyan.active {
  background: #0BB2D4 !important;
}
.ap-wa-actiontypes .btn-teal.active {
  background: #17B3A3 !important;
}
.ap-wa-actiontypes .btn-red.active {
  background: #F96868 !important;
}
.ap-wa-actiontypes .btn-grey.active {
  background: #78909C !important;
}
.ap-wa-actiontypes .btn-orange.active {
  background: #F0902B !important;
}
.ap-wa-actiontypes .btn-brown.active {
  background: #8D6E63 !important;
}
.ap-wa-actiontypes--compact .btn-group {
  gap: 6px;
}
.ap-wa-actiontypes--compact .btn {
  padding: 5px 11px !important;
  font-size: 11.5px !important;
  gap: 5px;
}
.ap-wa-actiontypes--compact .btn i {
  font-size: 12px;
}
.bootstrap-select.wa-actionselect .dropdown-menu ul.dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px;
}
.bootstrap-select.wa-actionselect .dropdown-menu li {
  width: auto;
}
.bootstrap-select.wa-actionselect .dropdown-menu li a {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #E2E0EA;
  border-radius: 999px;
  padding: 5px 11px;
  background: #fff;
}
.bootstrap-select.wa-actionselect .dropdown-menu li a:hover,
.bootstrap-select.wa-actionselect .dropdown-menu li a:focus {
  background: #fff;
  border-color: rgba(83, 41, 248, 0.4);
}
.bootstrap-select.wa-actionselect .wa-opt {
  gap: 5px;
}
.bootstrap-select.wa-actionselect .wa-opt-ico {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  font-size: 12px;
  color: #607d8b !important;
}
.bootstrap-select.wa-actionselect .wa-opt-txt {
  font-size: 11.5px;
  font-weight: 600;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-green {
  color: #0a9e57 !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-purple {
  color: #7d4ff2 !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-cyan {
  color: #0a90ab !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-teal {
  color: #0f9488 !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-red {
  color: #e05252 !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-grey {
  color: #607d8b !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-orange {
  color: #d97b06 !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-brown {
  color: #8d6e63 !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-blue {
  color: #1e73e8 !important;
}
.bootstrap-select.wa-actionselect .wa-opt-ico.btn-dark {
  color: #3b4256 !important;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a {
  border-color: transparent;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a .wa-opt-txt {
  color: #fff;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a .wa-opt-ico {
  color: #fff !important;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-green) {
  background: #11C26D;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-purple) {
  background: #9463F7;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-cyan) {
  background: #0BB2D4;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-teal) {
  background: #17B3A3;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-red) {
  background: #F96868;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-grey) {
  background: #78909C;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-orange) {
  background: #F0902B;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-brown) {
  background: #8D6E63;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-blue) {
  background: #1e73e8;
}
.bootstrap-select.wa-actionselect .dropdown-menu li.selected a:has(.wa-opt-ico.btn-dark) {
  background: #3b4256;
}
.ap-wa-datetime {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  gap: clamp(7px, 2.6vw, 12px);
  margin: 14px 0 12px;
  padding: 12px clamp(11px, 3.4vw, 16px);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(83, 41, 248, 0.08), rgba(83, 41, 248, 0.02));
  border: 1px solid rgba(83, 41, 248, 0.12);
  font-size: clamp(17px, 5.2vw, 26px);
  font-weight: 800;
  line-height: 1;
  color: #1A1626;
  letter-spacing: -0.02em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.ap-wa-datetime > i {
  font-size: 0.85em;
  color: #5329F8;
}
.ap-wa-datetime .ap-wa-datetime-sep {
  color: rgba(83, 41, 248, 0.4);
  font-weight: 400;
}
.ap-wa-datetime .ap-wa-datetime-clock {
  font-size: 0.85em;
  color: #5329F8;
  margin-left: 2px;
}
.ap-wa-datetime .ap-wa-datetime-time {
  color: #5329F8;
}
.ap-wa-summary .act-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.ap-wa-summary .act-head-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ap-wa-summary .act-head .ap-wa-prop-title {
  margin: 0;
}
.ap-wa-summary .act-head .act-status {
  align-self: flex-start;
}
.ap-wa-linkval {
  margin: 4px 0 12px;
}
.ap-wa-linkval:last-child {
  margin-bottom: 0;
}
.ap-wa-linkval .contact-actions-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  justify-content: space-between;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid #E2E0EA;
}
.ap-wa-linkval .contact-actions-row:last-child {
  border-bottom: 0;
}
.ap-wa-linkval .contact-actions-row .contact-actions {
  margin: 0 0 0 auto;
}
.match-list {
  margin-top: 14px;
}
.match-card {
  cursor: default;
  align-items: flex-start;
}
.match-card .match-check {
  flex: 0 0 auto;
  margin-top: 2px;
}
.match-card .match-body {
  cursor: pointer;
}
.match-attrs {
  margin-top: 6px;
  font-size: 12.5px;
  color: #1A1626;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}
.match-attrs strong {
  color: #5329F8;
}
.match-sep {
  color: #E2E0EA;
}
.match-propose {
  flex: 0 0 auto;
}
.prop-list {
  margin-top: 16px;
}
.prop-card {
  align-items: stretch;
}
.prop-body {
  min-width: 0;
}
.prop-opinion {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #E2E0EA;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.prop-opinion-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.prop-opinion .client-opinions {
  display: inline-flex;
  gap: 6px;
  margin: 0;
}
.prop-opinion .client-opinions .btn {
  width: 30px;
  height: 30px;
  min-width: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.prop-opinion .client-opinions .btn i {
  font-size: 14px;
}
.prop-foot {
  margin-top: 8px;
}
.prop-channels i {
  font-size: 13px;
}
.prop-channels .badge {
  font-size: 10px;
}
.prop-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.prop-actions .btn {
  margin: 0;
}
.match-filter {
  padding: 12px 14px 14px;
  margin-bottom: 14px;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid #edecf2;
  border-radius: 14px;
}
.match-filter-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.match-filter-ico {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 13px;
}
.match-filter-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.match-filter-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px 12px;
}
.match-filter-field {
  min-width: 0;
}
.match-filter-field label,
.match-filter-field .control-label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  margin: 0 0 4px;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.match-filter-field .bootstrap-select,
.match-filter-field .btn-group,
.match-filter-field .form-control {
  width: 100% !important;
}
.match-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.match-filter-chips .inline-checkboxes {
  margin: 0;
}
.match-filter-chips .checkbox-custom {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.match-filter-chips .checkbox-custom input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.match-filter-chips .checkbox-custom label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 7px 14px;
  min-height: 0;
  line-height: 1;
  font-size: 12.5px;
  font-weight: 600;
  color: #6E6B7B !important;
  background: #fff;
  border: 1px solid #E2E0EA;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.match-filter-chips .checkbox-custom label::before,
.match-filter-chips .checkbox-custom label::after {
  content: none !important;
  display: none !important;
}
.match-filter-chips .checkbox-custom label i {
  font-size: 13px;
  color: inherit;
}
.match-filter-chips .checkbox-custom:hover label {
  border-color: rgba(83, 41, 248, 0.45);
  color: #1A1626 !important;
}
.match-filter-chips .checkbox-custom input[type="checkbox"]:checked + label {
  background: #5329F8;
  border-color: #5329F8;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(83, 41, 248, 0.28);
}
.match-filter-chips .checkbox-custom input[type="checkbox"]:focus-visible + label {
  outline: 2px solid #5329F8;
  outline-offset: 2px;
}
#filter-result .cell-80 .status-pill.label {
  display: flex;
  justify-content: center;
  width: 90px;
  margin: 6px 0 0;
}
.entity-avatar {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f7fc;
  color: #1A1626;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
}
.entity-avatar--agent {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
  font-size: 9px;
}
.entity-avatar--photo {
  overflow: hidden;
  padding: 0;
  background: #f8f7fc;
}
.entity-avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.entity-avatar--sm {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
  font-size: 9px;
}
.top-search-box.input-search {
  margin-top: -4px;
}
.top-search-box.input-search .form-control {
  border-radius: 13px;
  padding-left: 42px;
}
.top-search-box.input-search .input-search-btn {
  left: 0;
  right: auto;
}
.site-navbar .top-add-li {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.site-navbar .top-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  background: #5329F8 !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 0 18px;
  margin: 0 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: background 0.15s ease;
}
.site-navbar .top-add-btn > i.ti-plus {
  font-size: 15px;
}
.site-navbar .top-add-btn 14 .top-add-caret {
  font-size: 10px;
  opacity: 0.85;
  margin-left: 2px;
}
.site-navbar .top-add-btn:hover,
.site-navbar .top-add-btn:focus,
.site-navbar .top-add-btn:active,
.site-navbar .top-add-li.open .top-add-btn,
.site-navbar .open > .top-add-btn {
  background: #3708f0 !important;
  color: #fff !important;
}
.site-navbar .top-add-li .dropdown-menu {
  background: #5329F8;
  border: 0;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 10px 30px rgba(83, 41, 248, 0.35);
  margin-top: 8px;
}
.site-navbar .top-add-li .dropdown-menu > li > a {
  color: #fff;
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
}
.site-navbar .top-add-li .dropdown-menu > li > a > span,
.site-navbar .top-add-li .dropdown-menu > li > a > i {
  color: #fff;
}
.site-navbar .top-add-li .dropdown-menu > li > a:hover,
.site-navbar .top-add-li .dropdown-menu > li > a:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.site-navbar .top-add-li .dropdown-menu .divider {
  background: rgba(255, 255, 255, 0.18);
}
.site-navbar .navbar-container {
  padding-left: 50px;
  padding-right: 50px;
}
.toppins > a .ti-pin-alt {
  font-size: 18px;
  vertical-align: middle;
}
.privatemode {
  font-size: 16px;
}
#notification_icon .ti-bell {
  font-size: 16px;
}
#btn-qr-mobile .ti-mobile {
  font-size: 18px;
}
#notes-widget .note-card {
  padding: 8px 10px 4px;
}
.note-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 12px;
}
#notes-widget .note-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1A1626;
  text-transform: none !important;
  letter-spacing: 0;
}
.note-add-btn {
  background: none;
  border: 0;
  color: #6E6B7B;
  font-size: 17px;
  cursor: pointer;
  padding: 2px 6px;
  line-height: 1;
}
.note-add-btn:hover {
  color: #5329F8;
}
.note-pad {
  background: rgba(83, 41, 248, 0.06);
  border: 1px solid rgba(83, 41, 248, 0.14);
  border-radius: 14px;
  padding: 14px 14px 16px;
}
.note-list {
  display: flex;
  flex-direction: column;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -4px;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(83, 41, 248, 0.4) transparent;
}
.note-list::-webkit-scrollbar {
  width: 6px;
}
.note-list::-webkit-scrollbar-thumb {
  background: rgba(83, 41, 248, 0.35);
  border-radius: 3px;
}
.note-list::-webkit-scrollbar-track {
  background: transparent;
}
.note-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 2px;
  margin: 0;
}
.note-check {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1.5px solid rgba(26, 22, 38, 0.22);
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  position: relative;
  transition: all 0.12s ease;
}
.note-check:hover {
  border-color: #5329F8;
}
.note-item.is-done .note-check {
  background: #5329F8;
  border-color: #5329F8;
}
.note-item.is-done .note-check::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.note-text {
  font-size: 13.5px;
  color: #1A1626;
  line-height: 1.4;
  min-width: 0;
  word-break: break-word;
}
.note-item.is-done .note-text {
  text-decoration: line-through;
  color: rgba(26, 22, 38, 0.45);
}
.note-del {
  margin-left: auto;
  flex: 0 0 auto;
  background: none;
  border: 0;
  color: #6E6B7B;
  cursor: pointer;
  font-size: 12px;
  padding: 3px;
  opacity: 0.45;
  transition: opacity 0.12s ease;
}
@media (hover: hover) {
  .note-del {
    opacity: 0;
  }
  .note-item:hover .note-del {
    opacity: 0.55;
  }
}
.note-del:hover {
  opacity: 1 !important;
  color: #e05252;
}
.note-empty {
  padding: 14px 4px;
  font-size: 13px;
  color: rgba(26, 22, 38, 0.45);
}
.note-add-form {
  margin-top: 8px;
}
.note-input {
  width: 100%;
  border: 1px solid rgba(83, 41, 248, 0.22);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 13.5px;
  color: #1A1626;
  outline: none;
}
.note-input::placeholder {
  color: rgba(26, 22, 38, 0.4);
}
.note-input:focus {
  border-color: #5329F8;
}
.note-add-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #5329F8;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.note-add-link:hover,
.note-add-link:focus {
  color: #3708f0;
  text-decoration: none;
}
.note-add-link i {
  font-size: 12px;
}
.dash-greet {
  margin: 2px 0 26px;
}
.dash-greet-title {
  margin: 0 0 5px;
  font-size: 26px;
  font-weight: 600;
  color: #1A1626;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.dash-greet-wave {
  display: inline-block;
  margin-left: 4px;
}
.dash-greet-sub {
  margin: 0;
  font-size: 14.5px;
  color: #6E6B7B;
}
@media (max-width: 600px) {
  .dash-greet-title {
    font-size: 22px;
  }
}
.ag-card {
  padding: 6px 8px 2px;
}
.ag-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 14px;
}
.ag-card .ag-head .ag-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1A1626;
  text-transform: none !important;
  letter-spacing: 0;
}
.ag-overdue-badge {
  font-size: 11.5px;
  font-weight: 600;
  color: #e05252;
  background: rgba(249, 104, 104, 0.13);
  border-radius: 999px;
  padding: 4px 12px;
  white-space: nowrap;
  margin-right: 42px;
}
.ag-timeline {
  position: relative;
}
.ag-row {
  display: grid;
  grid-template-columns: 52px 24px 1fr auto;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 8px;
  cursor: pointer;
  border-bottom: 1px solid rgba(26, 22, 38, 0.07);
}
.ag-row:hover {
  background: rgba(83, 41, 248, 0.04);
}
.ag-row:last-child {
  border-bottom: 0;
}
.ag-row--overdue {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(249, 104, 104, 0.12) 24%, rgba(249, 104, 104, 0.08) 55%, rgba(255, 255, 255, 0) 90%);
}
.ag-row--overdue:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 12%, rgba(249, 104, 104, 0.17) 24%, rgba(249, 104, 104, 0.11) 55%, rgba(255, 255, 255, 0) 90%);
}
.ag-time {
  font-size: 13px;
  font-weight: 700;
  color: #5329F8;
  text-align: right;
  padding-top: 1px;
  white-space: nowrap;
}
.ag-row--overdue .ag-time {
  color: #e05252;
}
.ag-dot {
  position: relative;
  display: flex;
  justify-content: center;
  align-self: stretch;
}
.ag-dot > span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(83, 41, 248, 0.55);
  margin-top: 3px;
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
}
.ag-dot > span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5329F8;
}
.ag-row--overdue .ag-dot > span {
  border-color: rgba(249, 104, 104, 0.55);
}
.ag-row--overdue .ag-dot > span::after {
  background: #e05252;
}
.ag-dot::before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: -32px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #E2E0EA;
}
.ag-row:last-child .ag-dot::before {
  display: none;
}
.ag-body {
  min-width: 0;
}
.ag-name {
  font-size: 14px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.3;
}
.ag-sub {
  font-size: 12.5px;
  color: #6E6B7B;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-right {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 1px;
}
.ag-late {
  font-size: 11px;
  font-weight: 600;
  color: #e05252;
  background: rgba(249, 104, 104, 0.13);
  border-radius: 999px;
  padding: 3px 10px;
  white-space: nowrap;
}
.ag-act-ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid #E2E0EA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6E6B7B;
  font-size: 14px;
}
.ag-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 8px 8px;
  margin-top: 8px;
  border-top: 1px solid #E2E0EA;
}
.ag-add,
.ag-cal {
  font-size: 13.5px;
  font-weight: 600;
  color: #5329F8;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}
.ag-add:hover,
.ag-cal:hover,
.ag-add:focus,
.ag-cal:focus,
.ag-add:active,
.ag-cal:active {
  color: #3708f0;
  text-decoration: none;
}
.ag-empty {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 20px 46px;
  text-align: center;
  gap: 5px;
}
.ag-empty-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(83, 41, 248, 0.15), rgba(83, 41, 248, 0.04));
  color: #5329F8;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(83, 41, 248, 0.13);
}
.ag-empty-title {
  font-size: 15px;
  font-weight: 600;
  color: #1A1626;
}
.ag-empty-sub {
  font-size: 12.5px;
  color: #6E6B7B;
  max-width: 230px;
  line-height: 1.45;
}
.dash-quote {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E2E0EA;
  background-size: cover;
  background-position: center 35%;
  min-height: 156px;
}
.dash-quote-overlay {
  position: relative;
  min-height: 156px;
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  background: linear-gradient(90deg, rgba(248, 247, 252, 0.97) 0%, rgba(248, 247, 252, 0.93) 40%, rgba(248, 247, 252, 0.55) 64%, rgba(248, 247, 252, 0) 100%);
}
.dash-quote-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #5329F8;
}
.dash-quote-label i {
  font-size: 13px;
}
.dash-quote-text {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #1A1626;
  max-width: 640px;
}
.dash-quote-author {
  font-size: 13px;
  font-weight: 600;
  color: #6E6B7B;
}
@media (max-width: 600px) {
  .dash-quote-overlay {
    background: linear-gradient(90deg, rgba(248, 247, 252, 0.97) 0%, rgba(248, 247, 252, 0.85) 100%);
  }
  .dash-quote-text {
    font-size: 15px;
  }
}
.top-search-box .tt-menu,
.top-search-box .twitter-typeahead .tt-menu {
  background: #fff;
  border: 1px solid #E2E0EA;
  border-radius: 14px;
  box-shadow: 0 14px 44px rgba(20, 16, 40, 0.14);
  padding: 6px;
  margin-top: 8px;
  min-width: 360px;
  max-height: 72vh;
  overflow-y: auto;
}
.top-search-box .tt-dataset {
  display: block;
}
.top-search-box .tt-suggestion,
.top-search-box .tt-selectable {
  border-radius: 10px;
  cursor: pointer;
}
.top-search-box .tt-suggestion:hover,
.top-search-box .tt-selectable:hover,
.top-search-box .tt-suggestion.tt-cursor,
.top-search-box .tt-selectable.tt-cursor {
  background: rgba(83, 41, 248, 0.04);
}
.top-search-box .empty-message,
.top-search-box .tt-empty {
  padding: 14px 12px;
  color: #6E6B7B;
  font-size: 13px;
}
.srch-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 9px 11px;
}
.srch-ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  background: rgba(26, 22, 38, 0.06);
  color: #6E6B7B;
}
.srch-ico--prop {
  background: rgba(62, 142, 247, 0.13);
  color: #2f78d8;
}
.srch-ico--contact {
  background: rgba(83, 41, 248, 0.12);
  color: #5329F8;
}
.srch-ico--request {
  background: rgba(235, 103, 9, 0.13);
  color: #d15e08;
}
.srch-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}
.srch-title {
  font-size: 13.5px;
  color: #1A1626;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.srch-title strong {
  font-weight: 600;
  color: #1A1626;
}
.srch-title .labelish,
.srch-title .label {
  color: #1A1626;
  background: none;
  padding: 0;
  font-weight: 600;
}
.srch-price {
  color: #5329F8;
  font-weight: 700;
  font-size: 12.5px;
  white-space: nowrap;
}
.srch-sub {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.srch-sub i {
  font-size: 11px;
  color: #6E6B7B;
}
.srch-sub .labelish,
.srch-sub .label {
  color: #6E6B7B;
  background: none;
  padding: 0;
  font-weight: 500;
}
.srch-dot {
  color: #E2E0EA;
}
.srch-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(83, 41, 248, 0.04);
  border-radius: 6px;
  padding: 1px 7px;
  color: #6E6B7B;
}
.form-group .tt-menu .srch-item {
  gap: 8px;
  padding: 6px 8px;
  align-items: center;
}
.form-group .tt-menu .srch-ico {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  font-size: 12px;
}
.form-group .tt-menu .srch-body {
  gap: 1px;
}
.form-group .tt-menu .srch-title {
  font-size: 12.5px;
  gap: 6px;
}
.form-group .tt-menu .srch-price {
  font-size: 11.5px;
}
.form-group .tt-menu .srch-sub {
  gap: 4px 6px;
  font-size: 11px;
  line-height: 1.25;
}
.ap-wa-pop {
  min-width: 230px;
  cursor: pointer;
}
.ap-wa-pop .ap-wa-pop-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ap-wa-pop .ap-wa-pop-avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  font-size: 15px;
}
.ap-wa-pop .ap-wa-pop-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.ap-wa-pop .ap-wa-pop-name {
  font-weight: 700;
  font-size: 14px;
  color: #1A1626;
  line-height: 1.25;
}
.ap-wa-pop .ap-wa-pop-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #1A1626;
}
.ap-wa-pop .ap-wa-pop-row i {
  color: #6E6B7B;
  font-size: 13px;
  flex: 0 0 auto;
}
.ap-wa-pop .ap-wa-pop-tags {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.ap-wa-pop.ap-wa-pop--prop {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.ap-wa-pop .ap-wa-pop-media {
  flex: 0 0 86px;
  width: 86px;
  height: 66px;
  border-radius: 9px;
  overflow: hidden;
  background: rgba(83, 41, 248, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap-wa-pop .ap-wa-pop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-wa-pop .ap-wa-pop-media i {
  color: #6E6B7B;
  font-size: 22px;
}
.ap-wa-pop .ap-wa-pop-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.ap-wa-pop.ap-wa-pop--req {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ap-wa-pop .ap-wa-pop-price {
  font-weight: 700;
  font-size: 14px;
  color: #5329F8;
}
.ap-wa-pop .ap-wa-pop-meta {
  font-size: 12px;
  color: #6E6B7B;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.ap-wa-pop .ap-wa-pop-meta .sep {
  color: #E2E0EA;
}
.ap-wa-pop .ap-wa-pop-divider {
  height: 1px;
  background: #E2E0EA;
  margin: 11px 0 10px;
}
.entity-card {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.entity-card + .entity-card {
  margin-top: 8px;
}
.entity-card-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.3;
}
.entity-card-name {
  font-weight: 600;
  min-width: 0;
}
.entity-card-name .labelish {
  color: #1A1626;
  font-weight: 600;
}
.entity-card-name .labelish > i:first-child {
  display: none;
}
.entity-card-name--agent .labelish {
  color: #1A1626 !important;
}
.entity-card-sub {
  font-size: 12px;
  color: #6E6B7B;
  white-space: nowrap;
}
.entity-card-sub i {
  font-size: 12px;
}
.prop-people-cell .entity-card + .prop-landlord,
.prop-people-cell .entity-card + .mls-agency {
  margin-top: 8px;
}
.plist-table > thead > tr > th {
  border: 0;
  background: transparent;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.plist-table > tbody > tr.model-item > td {
  border-top: 1px solid #edecf2;
  vertical-align: middle;
  padding: 12px 10px;
  transition: background-color 0.12s ease, box-shadow 0.12s ease;
}
.plist-table > tbody > tr.tags-row > td {
  border: 0;
  padding-top: 0;
  transition: background-color 0.12s ease;
}
.plist-table .blue-600 strong {
  font-weight: 700;
}
#filter-result .plist-table > tbody.plist-group:hover > tr > td {
  background: rgba(83, 41, 248, 0.04) !important;
}
#filter-result .plist-table > tbody.plist-group > tr.model-item.active > td,
#filter-result .plist-table > tbody.plist-group > tr.model-item.active + tr.tags-row > td {
  background: rgba(83, 41, 248, 0.08) !important;
}
#filter-result .plist-table > tbody.plist-group > tr.model-item.active > td:first-child,
#filter-result .plist-table > tbody.plist-group > tr.model-item.active + tr.tags-row > td:first-child {
  box-shadow: inset 3px 0 0 #5329F8;
}
.plist-tr {
  font-weight: 600;
  color: #1A1626;
}
.plist-type {
  color: #1A1626;
}
.req-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.req-table > thead > tr > th {
  border: 0;
  background: transparent;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6E6B7B;
  white-space: nowrap;
}
.req-table > tbody > tr.model-item {
  cursor: pointer;
}
.req-table > tbody > tr.model-item > td {
  background: #fff;
  vertical-align: middle;
  padding: 13px 12px;
  border-top: 1px solid #edecf2;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.req-table > tbody > tr.model-item > td:first-child {
  border-left: 1px solid #edecf2;
}
.req-table > tbody > tr.model-item > td:last-child {
  border-right: 1px solid #edecf2;
}
.req-table > tbody > tr.model-item:hover > td {
  background: rgba(83, 41, 248, 0.03);
  border-color: rgba(83, 41, 248, 0.22);
}
.req-table > tbody > tr.tags-row > td {
  border: 0;
  padding: 0 14px 4px;
}
@media (max-width: 767px) {
  .match-table {
    border-spacing: 0;
  }
  .match-table > tbody > tr.model-item > td {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .match-table > tbody > tr.model-item > td:first-child {
    border-top: 1px solid #edecf2;
  }
}
.prop-cerere {
  margin-top: 6px;
}
.prop-cerere-budget {
  font-weight: 700;
  color: #5329F8;
}
.prop-cerere-budget .blue-600,
.prop-cerere-budget span {
  color: #5329F8 !important;
}
.prop-channels-cell {
  gap: 5px;
  flex-wrap: wrap;
  white-space: normal;
}
.prop-opinion-cell {
  white-space: nowrap;
}
.prop-opinion-cell .btn {
  margin: 0 2px 0 0;
}
.status-pill.label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
  border: 0;
  vertical-align: middle;
  text-align: left;
  margin: 0;
  width: auto;
}
.status-pill.label::before {
  content: '';
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.status-pill.label.bg-green-600 {
  background: rgba(17, 194, 109, 0.13) !important;
  color: #0a9e57 !important;
}
.status-pill.label.bg-blue-600 {
  background: rgba(62, 142, 247, 0.13) !important;
  color: #2f78d8 !important;
}
.status-pill.label.bg-cyan-600 {
  background: rgba(11, 178, 212, 0.14) !important;
  color: #0a90ab !important;
}
.status-pill.label.bg-purple-600 {
  background: rgba(131, 73, 245, 0.12) !important;
  color: #6f39d6 !important;
}
.status-pill.label.bg-orange-600 {
  background: rgba(235, 103, 9, 0.12) !important;
  color: #d15e08 !important;
}
.status-pill.label.bg-red-600 {
  background: rgba(249, 104, 104, 0.13) !important;
  color: #e05252 !important;
}
.status-pill.label.bg-red-800 {
  background: rgba(229, 57, 53, 0.13) !important;
  color: #c62828 !important;
}
.status-pill.label.bg-pink-600 {
  background: rgba(247, 69, 132, 0.12) !important;
  color: #d81b60 !important;
}
.status-pill.label.bg-yellow-800 {
  background: #fff8e1 !important;
  color: #a67c00 !important;
}
.status-pill.label.bg-blue-grey-400,
.status-pill.label.bg-blue-grey-600,
.status-pill.label.label-default {
  background: rgba(120, 144, 156, 0.14) !important;
  color: #5f7581 !important;
}
.status-pill.label.label-incomplete,
.status-pill.label.label-default.label-incomplete {
  background: #fff4e5 !important;
  color: #c26a00 !important;
}
.req-status-meta {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.req-ref {
  font-size: 11px;
  font-weight: 600;
  color: #6E6B7B;
}
.req-contract {
  font-size: 11px;
  margin-top: 6px;
}
.req-cerere {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.req-cerere-tr {
  font-weight: 600;
  color: #1A1626;
}
.req-cerere-type {
  color: #1A1626;
}
.req-cerere-rooms {
  font-size: 12.5px;
  color: #6E6B7B;
}
.req-budget-cell strong {
  font-size: 13px;
  font-weight: 700;
  color: #5329F8;
}
.req-budget-cell strong .blue-600,
.req-budget-cell strong span {
  color: #5329F8 !important;
}
.req-loc {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.req-loc-pin {
  color: #aab1bd;
  font-size: 14px;
  margin-top: 1px;
  align-self: flex-start;
  line-height: 1.35;
}
.req-loc-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.35;
}
.req-loc-city {
  font-weight: 600;
  color: #1A1626;
}
.req-loc-zone {
  font-size: 12px;
  color: #6E6B7B;
}
.req-loc-extra {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.req-loc-src {
  font-size: 11px;
}
.req-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6E6B7B;
  white-space: nowrap;
  margin-bottom: 3px;
}
.req-date:last-child {
  margin-bottom: 0;
}
.req-date i {
  font-size: 12px;
  color: #aab1bd;
}
.req-date--fresh {
  color: #6E6B7B;
}
.req-date--fresh i {
  color: #aab1bd;
}
.req-actions-cell {
  white-space: nowrap;
  text-align: right;
}
.c2-table > tbody > tr {
  transition: background-color 0.12s ease;
}
.c2-table > tbody > tr:hover > td {
  background: rgba(83, 41, 248, 0.03);
}
.c2-table > tbody > tr > td {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}
.c2-table .c2-nr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 24px;
  padding: 0 8px;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid #edecf2;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #6E6B7B;
  font-variant-numeric: tabular-nums;
}
.c2-table .c2-title {
  font-weight: 600;
  color: #1A1626;
}
.c2-table .contract-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}
.c2-table .contract-status i {
  font-size: 13px;
}
.c2-table .contract-status.blue-600 {
  background: rgba(62, 142, 247, 0.08);
}
.c2-table .contract-status.orange-600 {
  background: rgba(235, 103, 9, 0.08);
}
.c2-table .contract-status.purple-600 {
  background: rgba(148, 99, 247, 0.07);
}
.c2-table .contract-status.green-600 {
  background: rgba(17, 194, 109, 0.09);
}
.c2-table .c2-contact {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}
.c2-table .c2-contact:last-child {
  margin-bottom: 0;
}
.c2-table .c2-contact-name {
  font-size: 13px;
  color: #1A1626;
}
.c2-table .c2-role {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 2px 9px;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.c2-table .c2-more {
  font-size: 12px;
  color: #6E6B7B;
}
.c2-table .c2-empty {
  color: #E2E0EA;
}
.c2-table .c2-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #6E6B7B;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.c2-table .c2-date i {
  font-size: 11px;
  color: #6E6B7B;
  opacity: 0.7;
}
.cx-prop-list {
  margin-top: 14px;
}
.cx-selectall {
  display: flex;
  align-items: center;
  padding: 2px 4px 8px;
  border-bottom: 1px solid #E2E0EA;
  margin-bottom: 4px;
}
.cx-selectall .checkbox-custom {
  margin: 0;
}
.cx-selectall label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6E6B7B;
  cursor: pointer;
}
.cx-prop-card {
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}
.cx-prop-check {
  flex: 0 0 auto;
  margin: 0;
}
.cx-prop-main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.cx-prop-thumb {
  flex: 0 0 74px;
  width: 74px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(83, 41, 248, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cx-prop-thumb img {
  width: 74px;
  height: 58px;
  object-fit: cover;
  display: block;
}
.cx-prop-noimg {
  color: rgba(83, 41, 248, 0.45);
  font-size: 20px;
}
.cx-prop-body {
  flex: 1;
  min-width: 0;
}
.cx-prop-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}
.cx-prop-top .label {
  font-size: 10.5px;
}
.cx-prop-price {
  font-size: 15px;
  font-weight: 700;
  color: #5329F8;
}
.cx-prop-price .blue-600,
.cx-prop-price span {
  color: #5329F8 !important;
}
.cx-prop-sub {
  margin-top: 3px;
  font-size: 12px;
  color: #6E6B7B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 6px;
}
.cx-prop-ref {
  color: #6E6B7B;
  opacity: 0.8;
}
.cx-prop-agency {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(26, 22, 38, 0.05);
  border: 1px solid rgba(26, 22, 38, 0.07);
  font-size: 11px;
  font-weight: 600;
  color: #6E6B7B;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cx-prop-attrs {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 12px;
  color: #1A1626;
}
.cx-prop-attrs span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cx-prop-attrs i {
  font-size: 12px;
  color: rgba(83, 41, 248, 0.55);
}
.cx-prop-attrs strong {
  font-weight: 600;
}
.cx-prop-apnr {
  color: #6E6B7B;
}
.cx-prop-date {
  color: #6E6B7B;
}
.cx-prop-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.cx-prop-actions .btn {
  margin: 0;
}
.cx-prop-card.is-marked {
  border-color: rgba(249, 104, 104, 0.45);
  background: rgba(249, 104, 104, 0.06);
}
#propose-wrapper .inset,
#ap-wa-wrapper .inset,
.ap-wa-panel .inset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
}
#propose-wrapper .inset .inset-item,
#ap-wa-wrapper .inset .inset-item,
.ap-wa-panel .inset .inset-item {
  float: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.ap-wa-editpage {
  padding-bottom: 110px !important;
}
.ap-wa-editpage > .page-content,
.ap-wa-editpage .page-content {
  padding: 0;
}
.ap-wa-editpage .panel {
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 18px;
}
.ap-wa-editpage .panel > .panel-body {
  padding: 28px 30px;
}
.ap-wa-editpage .panel.bg-purple-200 {
  background: #fff !important;
}
.ap-wa-editpage .ap-wa-shead {
  margin-bottom: 20px;
}
.ap-wa-editpage .ap-wa-shead + .row {
  margin-top: 0;
}
.ap-wa-editpage .ap-wa-shead-toggle {
  margin: 0 0 0 auto;
}
.ap-wa-editpage .example-title {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1A1626 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.ap-wa-editpage .example-title::before,
.ap-wa-editpage .example-title::after {
  display: none !important;
}
.ap-wa-editpage .panel.ap-wa-softcard {
  background: #f8f7fc;
}
.ap-wa-edithead.panel {
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
}
.ap-wa-edithead > .panel-body {
  padding: 24px 30px;
}
.ap-wa-edithead .page-inside-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #1A1626;
  margin: 0 0 10px;
}
.ap-wa-edithead-ico {
  flex: 0 0 30px;
}
.ap-wa-edithead-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ap-wa-edithead-photo {
  flex: 0 0 auto;
  width: 108px;
  height: 78px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E2E0EA;
  background: rgba(83, 41, 248, 0.04);
}
.ap-wa-edithead-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ap-wa-edithead-main {
  min-width: 0;
}
.pinfo {
  padding: 22px 20px 30px;
}
.pinfo .ap-wa-dgrid {
  grid-template-columns: 1fr;
}
.pinfo .ap-wa-dcell-label {
  flex: 0 0 auto;
  max-width: 45%;
}
.pinfo .ap-wa-dcell-value {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.pinfo .ap-wa-dcell-actions .contact-action-btn {
  padding: 0 10px;
  font-size: 9.5px;
}
.pinfo .ap-wa-section {
  margin-bottom: 14px;
}
.pinfo .slidePanel-close {
  margin: -8px -6px 0 0;
}
.pinfo-gallery {
  margin: 6px 0 16px;
  border-radius: 14px;
  overflow: hidden;
}
.pinfo-gallery img {
  border-radius: 14px;
}
.pinfo-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1626;
}
.pinfo-price .ap-wa-dcell-value {
  font-size: 15px;
  color: #5329F8;
}
.pinfo-lines {
  display: flex;
  flex-direction: column;
}
.pinfo-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #E2E0EA;
  font-size: 13px;
  color: #6E6B7B;
  line-height: 1.35;
}
.pinfo-line:last-child {
  border-bottom: 0;
}
.pinfo-line strong {
  font-weight: 600;
  color: #1A1626;
  text-align: right;
}
.pinfo-line--flag strong {
  font-weight: 500;
  color: #1A1626;
  text-align: left;
}
.pinfo-text {
  font-size: 13px;
  line-height: 1.6;
  color: #6E6B7B;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .page-header {
    padding: 4px 12px 0;
    margin-bottom: 6px;
  }
  .page-header > .panel {
    margin-bottom: 0;
  }
  .pearls {
    padding: 12px 8px;
    margin-bottom: 12px;
  }
  .ap-price-row > .col-xs-6 {
    width: 100%;
  }
  .ap-price-row > .col-xs-3 {
    width: 50%;
  }
  .ap-price-row .wa-checkcard {
    margin-top: 25px !important;
  }
  .ap-wa-editpage {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .ap-wa-edithead > .panel-body {
    padding: 10px 12px;
  }
  .ap-wa-edithead-row {
    gap: 10px;
    align-items: center;
  }
  .ap-wa-edithead-photo {
    width: 48px;
    height: 48px;
    border-radius: 11px;
  }
  .ap-wa-edithead .property-meta .meta-pill:nth-child(1),
  .ap-wa-edithead .property-meta .meta-pill:nth-child(2) {
    display: none;
  }
  .ap-wa-edithead-photo + .ap-wa-edithead-main .ap-wa-edithead-ico {
    display: none;
  }
  .ap-wa-edithead .page-inside-title {
    font-size: 14.5px;
    gap: 8px;
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .ap-wa-edithead .page-inside-title > .btn.btn-icon {
    margin-left: auto;
    flex: 0 0 auto;
  }
  .ap-wa-edithead .property-meta {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 6px;
    padding-bottom: 2px;
  }
  .ap-wa-edithead .property-meta::-webkit-scrollbar {
    display: none;
  }
  .ap-wa-edithead .meta-pill {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 10.5px;
    height: 24px;
    padding: 0 10px;
    gap: 4px;
  }
}
.ap-wa-edithead .property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ap-wa-edithead .meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #6E6B7B;
  background: transparent;
  border: 1px solid #E2E0EA;
  border-radius: 999px;
  padding: 0 12px;
  height: 28px;
}
.ap-wa-edithead .meta-pill .btn.btn-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ap-wa-edithead .meta-pill .btn.btn-icon i {
  font-size: 11px;
}
.ap-wa-panel .example-title {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1A1626 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.ap-wa-panel .example-title::before,
.ap-wa-panel .example-title::after {
  display: none !important;
}
.ap-wa-comments > .example-title {
  display: none !important;
}
.ap-wa-comments #commentform {
  margin-bottom: 10px;
}
.ap-wa-comments #commentform .input-group {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.ap-wa-comments #commentform .form-control {
  flex: 1;
  border: 1px solid #E2E0EA;
  border-radius: 10px;
  height: auto;
  padding: 10px 14px;
  box-shadow: none;
  background: #fff;
}
.ap-wa-comments #commentform .input-group-addon {
  border: 0;
  padding: 0 0 0 8px;
  background: transparent;
  width: auto;
}
.ap-wa-comments #commentform .btn-success {
  border-radius: 10px;
  padding: 0 15px;
}
.ap-wa-typechips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ap-wa-typechip {
  display: inline-flex;
  align-items: center;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: #5329F8;
  background: rgba(83, 41, 248, 0.08);
  border: 1px solid rgba(83, 41, 248, 0.18);
}
.ap-wa-mapcard {
  padding: 0;
  overflow: hidden;
}
.ap-wa-mapcard iframe {
  display: block;
  border: 0;
  width: 100%;
}
.ap-wa-note--flush {
  margin: 12px 0 0;
}
.ap-wa-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.ap-wa-links a {
  color: #5329F8;
  font-weight: 500;
  white-space: nowrap;
}
.ap-wa-links a:hover {
  color: #3708f0;
}
.ap-wa-links i {
  font-size: 11px;
}
#filter-result .avatar-ap {
  width: 120px;
}
#filter-result .avatar-ap img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
#filter-result .ap-price strong {
  font-size: 15px;
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  #ap-wa-wrapper *,
  #propose-wrapper *,
  .ap-wa-panel *,
  .ap-wa-header-badge {
    transition: none !important;
  }
}
.agenda-view {
  padding: 6px 30px 10px;
}
.agenda-page #filter-result > .panel-heading > .panel-actions.hidden-xs {
  display: none;
}
@media (max-width: 767px) {
  .agenda-page .view-tabs {
    background: #fff;
    border: 1px solid #E2E0EA;
    box-shadow: 0 1px 3px rgba(20, 16, 40, 0.04);
  }
  .agenda-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .agenda-content .agenda-view {
    padding-left: 0;
    padding-right: 0;
  }
  .agenda-head {
    padding: 8px 16px 4px;
    margin-bottom: 6px;
  }
  .agenda-page #filter-result > .panel-heading > .panel-left-actions {
    position: static;
    transform: none;
    left: auto;
    right: auto;
    margin: 0;
  }
  .agenda-page #filter-result > .panel-heading {
    min-height: 0;
    padding: 0;
  }
  .agenda-page .view-tabs {
    margin-top: 18px;
    margin-bottom: 12px;
    max-width: 100%;
  }
  .cal-toolbar .view-tabs {
    background: #fff;
    border: 1px solid #E2E0EA;
    box-shadow: 0 1px 3px rgba(20, 16, 40, 0.04);
  }
  .journal-list-page #filter-result > .panel-heading {
    padding-top: 12px;
  }
  .journal-list-page .view-tabs {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.table-header-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  text-align: left;
  padding: 5px 30px;
}
.table-header-pagination .thp-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.table-header-pagination .pagination-info {
  margin: 0;
}
.table-header-pagination .pagination {
  float: none !important;
  margin: 0;
  order: 0;
}
.table-header-pagination .thp-perpage {
  display: inline-block;
}
.table-header-pagination .thp-perpage > .dropdown-toggle {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #5b6472;
  border: 1px solid #d7dce4;
  background: #fff;
  border-radius: 7px;
}
.table-header-pagination .thp-perpage > .dropdown-toggle .icon {
  font-size: 10px;
  margin-left: 3px;
}
.table-header-pagination .thp-perpage > .dropdown-toggle:hover {
  border-color: #a99bf7;
  color: #5329F8;
}
.table-header-pagination .thp-perpage .thp-perpage-val {
  font-weight: 600;
}
.table-header-pagination .thp-perpage .dropdown-menu.paging {
  min-width: 72px;
}
.table-header-pagination .thp-perpage .dropdown-menu.paging > li > a {
  padding: 5px 14px;
}
#filter-result.lf-nohead .panel-body {
  padding-top: 16px;
}
.pipeline-panel .panel-body {
  padding: 52px 44px 44px 30px !important;
}
.pipeline-panel .taskboard-stages {
  padding-bottom: 6px;
  overflow-x: auto;
  overflow-y: hidden;
}
.pipeline-panel .taskboard-stage {
  background: rgba(26, 22, 38, 0.03);
  border: 1px solid rgba(26, 22, 38, 0.05);
  border-radius: 14px;
  overflow: hidden;
  vertical-align: top;
}
.pipeline-panel .taskboard-stage-header {
  background: transparent !important;
  color: #1A1626 !important;
  border: 0 !important;
  padding: 12px 14px 10px;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pipeline-panel .taskboard-stage-title {
  margin: 0;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(163, 175, 183, 0.16);
  color: #5A6570;
}
.pipeline-panel .taskboard-stage-title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A3AFB7;
  flex: 0 0 8px;
}
.pipeline-panel .stage-amount.badge {
  background: rgba(26, 22, 38, 0.08) !important;
  color: #6E6B7B !important;
  font-size: 11px;
  font-weight: 700;
  border-radius: 10px;
  padding: 3px 8px;
  float: none;
}
.pipeline-panel .taskboard-stage-header.bg-blue-grey-400 .taskboard-stage-title {
  background: rgba(163, 175, 183, 0.16);
  color: #5A6570;
}
.pipeline-panel .taskboard-stage-header.bg-blue-grey-400 .taskboard-stage-title::before {
  background: #A3AFB7;
}
.pipeline-panel .taskboard-stage-header.bg-cyan-600 .taskboard-stage-title {
  background: rgba(87, 199, 212, 0.16);
  color: #1F94A5;
}
.pipeline-panel .taskboard-stage-header.bg-cyan-600 .taskboard-stage-title::before {
  background: #57C7D4;
}
.pipeline-panel .taskboard-stage-header.bg-orange-600 .taskboard-stage-title {
  background: rgba(242, 166, 84, 0.18);
  color: #C87A1E;
}
.pipeline-panel .taskboard-stage-header.bg-orange-600 .taskboard-stage-title::before {
  background: #F2A654;
}
.pipeline-panel .taskboard-stage-header.bg-red-600 .taskboard-stage-title {
  background: rgba(249, 104, 104, 0.15);
  color: #E0405B;
}
.pipeline-panel .taskboard-stage-header.bg-red-600 .taskboard-stage-title::before {
  background: #F96868;
}
.pipeline-panel .taskboard-stage-header.bg-green-600 .taskboard-stage-title {
  background: rgba(81, 186, 130, 0.16);
  color: #35855a;
}
.pipeline-panel .taskboard-stage-header.bg-green-600 .taskboard-stage-title::before {
  background: #51BA82;
}
.pipeline-panel .taskboard-stage-header.bg-blue-grey-600 .taskboard-stage-title {
  background: rgba(82, 96, 105, 0.14);
  color: #3F4A52;
}
.pipeline-panel .taskboard-stage-header.bg-blue-grey-600 .taskboard-stage-title::before {
  background: #526069;
}
.pipeline-panel .taskboard-stage-content {
  max-height: calc(100vh - 360px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 10px 10px;
}
.pipeline-panel .taskboard-stage-content::-webkit-scrollbar {
  width: 6px;
}
.pipeline-panel .taskboard-stage-content::-webkit-scrollbar-thumb {
  background: rgba(26, 22, 38, 0.18);
  border-radius: 6px;
}
.pipeline-panel .taskboard-stage-content::-webkit-scrollbar-track {
  background: transparent;
}
.pipeline-panel .taskboard-list {
  min-height: 30px;
}
.pipeline-panel .taskboard-list .list-group-item {
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 12px 14px;
  margin-bottom: 10px;
  cursor: grab;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.pipeline-panel .taskboard-list .list-group-item:hover {
  box-shadow: 0 6px 18px rgba(83, 41, 248, 0.09);
  border-color: rgba(83, 41, 248, 0.16);
}
.pipeline-panel .list-group-item.pipeline-drag-helper {
  background: #fff;
  border: 1px solid rgba(83, 41, 248, 0.3);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0;
  list-style: none;
  box-shadow: 0 12px 28px rgba(26, 22, 38, 0.18);
  transform: rotate(1.5deg);
  cursor: grabbing;
  pointer-events: none;
}
.pipeline-panel .list-group-item .avatar:empty {
  display: none;
}
.pipeline-panel .list-group-item .task-title {
  display: block;
  margin: 0;
  font-weight: 400;
}
.pipeline-panel .list-group-item .entity-card {
  margin: 0;
  min-width: 0;
}
.pipeline-panel .list-group-item .entity-card-info {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.pipeline-panel .list-group-item .entity-card-name,
.pipeline-panel .list-group-item .entity-card-name a,
.pipeline-panel .list-group-item .entity-card-sub {
  white-space: normal;
}
.pipeline-panel .list-group-item .entity-card-name {
  font-size: 11px;
  font-weight: 600;
  color: #1A1626;
}
.pipeline-panel .list-group-item .entity-card-sub {
  font-size: 12px;
  color: #6E6B7B;
  margin-top: 2px;
}
.pipeline-panel .taskboard-list .list-group-item {
  max-width: 100%;
}
.pipeline-panel .taskboard-stage-content {
  overflow-x: hidden;
}
.pipeline-panel .list-group-item .lead-card-name {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.pipeline-panel .lead-card-checklist {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}
.pipeline-panel .lcc-bar {
  flex: 1 1 auto;
  height: 5px;
  border-radius: 3px;
  background: rgba(26, 22, 38, 0.08);
  overflow: hidden;
}
.pipeline-panel .lcc-bar span {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: #5329F8;
  transition: width 0.3s ease;
}
.pipeline-panel .lcc-pct {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  color: #6E6B7B;
  min-width: 30px;
  text-align: right;
}
.pipeline-panel .lead-card-checklist.is-full .lcc-bar span {
  background: #51BA82;
}
.pipeline-panel .lead-card-checklist.is-full .lcc-pct {
  color: #3a9364;
}
.pipeline-panel .lead-card-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.pipeline-panel .lead-card-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.3;
}
.pipeline-panel .lead-card-ref {
  font-size: 11px;
  font-weight: 600;
  color: rgba(110, 107, 123, 0.75);
  flex: 0 0 auto;
}
.pipeline-panel .lead-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}
.pipeline-panel .lead-card-meta .label {
  margin: 0;
}
.pipeline-panel .lead-card-phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #6E6B7B;
}
.pipeline-panel .lead-card-phone i {
  font-size: 12px;
  color: rgba(110, 107, 123, 0.8);
}
.pipeline-panel .lead-card-refs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}
.pipeline-panel .prop-card-thumb {
  overflow: hidden;
  padding: 0;
  background: rgba(26, 22, 38, 0.06);
}
.pipeline-panel .prop-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pipeline-panel .prop-card-thumb > i {
  font-size: 15px;
  color: rgba(26, 22, 38, 0.45);
}
.pipeline-panel .req-card-body {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid rgba(26, 22, 38, 0.07);
  text-transform: none;
  white-space: normal;
}
.pipeline-panel .req-card-head {
  font-size: 12px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}
.pipeline-panel .req-card-budget {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #5329F8;
  line-height: 1;
  white-space: normal;
}
.pipeline-panel .req-card-budget i {
  font-size: 12px;
  color: rgba(83, 41, 248, 0.7);
}
.pipeline-panel .req-card-loc {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #6E6B7B;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
}
.pipeline-panel .req-card-loc i {
  font-size: 12px;
  color: rgba(110, 107, 123, 0.8);
  flex: 0 0 auto;
}
.pipeline-panel .task-badges {
  clear: both;
}
.pipeline-panel .list-group-item .task-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  vertical-align: middle;
  height: 26px;
  padding: 0 10px;
  border-radius: 20px;
  margin: 10px 6px 0 0;
  background: rgba(26, 22, 38, 0.06);
  color: #6E6B7B;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.pipeline-panel .list-group-item .task-badge::before {
  font-size: 12px;
  line-height: 1;
}
.pipeline-panel .list-group-item .task-badge.activity-statuskey-1 {
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
}
.pipeline-panel .list-group-item .task-badge.activity-statuskey-2 {
  background: rgba(242, 166, 84, 0.18);
  color: #C87A1E;
}
.pipeline-panel .list-group-item .task-badge.activity-statuskey-3 {
  background: rgba(249, 104, 104, 0.14);
  color: #E0405B !important;
}
.pipeline-panel .taskboard-list .list-group-item {
  position: relative;
  padding-bottom: 12px;
}
.pipeline-panel .task-action {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  clear: none;
}
.pipeline-panel .task-action .btn {
  border-radius: 8px;
}
.panel-body.bridge-body {
  padding: 4px 30px 12px !important;
}
.bridge-scroll {
  overflow: auto;
  max-height: calc(100vh - 250px);
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 22, 38, 0.25) transparent;
}
.bridge-scroll::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.bridge-scroll::-webkit-scrollbar-thumb {
  background: rgba(26, 22, 38, 0.22);
  border-radius: 6px;
}
.bridge-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(26, 22, 38, 0.34);
}
.bridge-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.bridge-scroll #bridges-head.bridge-sticky-head > tr > th {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #F8F7FC;
  border-bottom: 1px solid #E2E0EA;
  padding: 6px 8px;
  line-height: 1.2;
  vertical-align: top;
  font-size: 11px;
}
.bridge-scroll #bridges-head.bridge-sticky-head > tr > th br {
  line-height: 1.1;
}
.bridge-scroll .bridge-prop-cell {
  min-width: 200px;
  vertical-align: top;
}
.bridge-scroll .bridge-prop {
  font-size: 12px;
  line-height: 1.35;
}
.bridge-scroll .bridge-prop-head {
  color: #1A1626;
  overflow-wrap: anywhere;
}
.bridge-scroll .bridge-prop-head strong {
  font-weight: 700;
  font-size: 12.5px;
}
.bridge-scroll .bridge-prop-tr {
  color: #6E6B7B;
}
.bridge-scroll .bridge-prop-specs {
  color: #1A1626;
  margin-top: 1px;
}
.bridge-scroll .bridge-prop-price {
  color: #5329F8;
  font-weight: 700;
}
.bridge-scroll .bridge-prop-zone {
  color: #6E6B7B;
  margin-top: 1px;
}
.bridge-scroll .bridge-prop-zone i {
  font-size: 11px;
}
.bridge-scroll .bridge-prop-agent {
  color: rgba(110, 107, 123, 0.85);
  font-size: 11px;
  margin-top: 2px;
}
.bridge-scroll .bridge-prop-semafor {
  margin-top: 4px;
}
.view-tabs {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: 12px;
  background: #eef0f5;
}
.view-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 20px;
  border-radius: 9px;
  white-space: nowrap;
  font-size: 12.5px;
  font-weight: 600;
  color: #55607a;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.view-tab i {
  font-size: 13px;
}
.view-tab:hover {
  color: #1c2230;
}
.view-tab.is-active {
  background: #fff;
  color: #6d5ef7;
  box-shadow: 0 1px 3px rgba(23, 27, 42, 0.14), 0 0 0 1px rgba(23, 27, 42, 0.02);
}
.view-tab.is-active:hover {
  color: #6d5ef7;
}
.view-tab:focus-visible {
  outline: 2px solid #6d5ef7;
  outline-offset: 2px;
}
.cal-toolbar,
.view-bar {
  margin-bottom: 16px;
}
.cal-filter-panel {
  margin-bottom: 18px;
}
#calendar-filter .ap-wa-shead {
  margin-bottom: 16px;
}
#calendar-filter label {
  text-transform: none !important;
  letter-spacing: normal;
  color: #3F434D;
}
.calendar-container .panel {
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  padding: 22px 24px 24px;
  margin-bottom: 0;
}
#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 20px;
}
#calendar .fc-toolbar h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1A1626;
}
#calendar .fc-button {
  height: auto;
  margin: 0;
  padding: 8px 15px;
  border-radius: 9px;
  background: rgba(26, 22, 38, 0.05);
  background-image: none;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  color: #6E6B7B;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  transition: background 0.15s ease, color 0.15s ease;
}
#calendar .fc-button:hover {
  background: rgba(26, 22, 38, 0.09);
  color: #1A1626;
}
#calendar .fc-button.fc-state-active,
#calendar .fc-button.fc-state-down {
  background: #5329F8 !important;
  color: #fff !important;
  box-shadow: none !important;
}
#calendar .fc-button.fc-state-disabled {
  opacity: 0.5;
}
#calendar .fc-button-group {
  display: inline-flex;
  gap: 3px;
  background: rgba(26, 22, 38, 0.05);
  padding: 3px;
  border-radius: 12px;
}
#calendar .fc-button-group .fc-button {
  background: transparent;
}
#calendar .fc-button-group .fc-button:hover {
  background: rgba(26, 22, 38, 0.08);
}
#calendar th.fc-day-header {
  padding: 10px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6E6B7B;
  border-color: rgba(226, 224, 234, 0.7);
}
#calendar .fc td,
#calendar .fc th,
#calendar td,
#calendar th {
  border-color: rgba(226, 224, 234, 0.65);
}
#calendar .fc-day-number {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
  padding: 6px 8px;
}
#calendar .fc-other-month .fc-day-number {
  color: rgba(110, 107, 123, 0.55);
}
#calendar .fc-day-grid .fc-row {
  min-height: 6em;
}
#calendar .fc-today,
#calendar .fc-day.fc-today {
  background: rgba(83, 41, 248, 0.05) !important;
}
#calendar .fc-today .fc-day-number {
  color: #5329F8;
  font-weight: 700;
}
#calendar .fc-event,
#calendar .fc-event-dot {
  border: 0 !important;
  border-radius: 6px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
#calendar .fc-day-grid-event {
  margin: 2px 6px 0;
}
.agenda-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 20px;
}
.agenda-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 22px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #6E6B7B;
  background: transparent;
  transition: background 0.15s ease, color 0.15s ease;
}
.agenda-chip:hover {
  background: rgba(83, 41, 248, 0.04);
  color: #1A1626;
}
.agenda-chip.is-active {
  background: #5329F8;
  color: #fff;
}
.agenda-chip.is-active .agenda-chip-count {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
}
.agenda-chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 20px;
  padding: 0 7px;
  border-radius: 12px;
  background: rgba(26, 22, 38, 0.07);
  color: #6E6B7B;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .agenda-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 6px;
    margin: 2px 0 14px;
    padding: 7px 8px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 0 1px #E2E0EA, 0 2px 8px rgba(15, 23, 42, 0.05);
  }
  .agenda-chips::-webkit-scrollbar {
    display: none;
  }
  .agenda-chip {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 7px 13px;
    font-size: 12.5px;
    gap: 6px;
  }
  .agenda-chip-count {
    min-width: 20px;
    height: 18px;
    padding: 0 6px;
    font-size: 10.5px;
  }
}
@media (hover: none) {
  .agenda-chip:hover {
    background: transparent;
    color: #6E6B7B;
  }
  .agenda-chip.is-active:hover {
    background: #5329F8;
    color: #fff;
  }
}
.agenda-group--saptamana .agenda-group-ico,
.agenda-group--saptamana .agenda-group-title,
.agenda-group--saptamana .agenda-group-count {
  color: #F5853F;
}
.agenda-pill--saptamana {
  background: rgba(245, 133, 63, 0.15);
  color: #DC6E24;
}
.agenda-selectall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 2px 16px;
  font-size: 12.5px;
  color: #6E6B7B;
  cursor: pointer;
  font-weight: 500;
}
.agenda-selectall input {
  margin: 0;
}
.agenda-group {
  margin-bottom: 26px;
}
.agenda-group:last-child {
  margin-bottom: 4px;
}
.agenda-group-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 2px 12px;
}
.agenda-group-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 16px;
}
.agenda-group-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.agenda-group-count {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
}
.agenda-loadmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 6px 2px 2px;
  padding: 9px 16px;
  border-radius: 22px;
  cursor: pointer;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid rgba(83, 41, 248, 0.14);
  color: #5329F8;
  font-size: 12.5px;
  font-weight: 600;
  transition: background 0.15s ease;
}
.agenda-loadmore i {
  font-size: 11px;
}
.agenda-loadmore:hover {
  background: rgba(83, 41, 248, 0.1);
}
.agenda-loadmore.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.agenda-group--restante .agenda-group-ico,
.agenda-group--restante .agenda-group-title,
.agenda-group--restante .agenda-group-count {
  color: #F0506B;
}
.agenda-group--azi .agenda-group-ico,
.agenda-group--azi .agenda-group-title,
.agenda-group--azi .agenda-group-count {
  color: #51BA82;
}
.agenda-group--maine .agenda-group-ico,
.agenda-group--maine .agenda-group-title,
.agenda-group--maine .agenda-group-count {
  color: #2E90FA;
}
.agenda-card {
  display: grid;
  grid-template-columns: auto 46px 1fr;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  padding: 12px 16px 12px 12px;
  margin-bottom: 10px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.agenda-card:hover {
  box-shadow: 0 6px 20px rgba(83, 41, 248, 0.07);
  border-color: rgba(83, 41, 248, 0.16);
}
.agenda-check {
  margin: 0;
}
.agenda-check input {
  margin: 0;
}
.agenda-card .agenda-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.agenda-card .agenda-ico i {
  color: #fff !important;
  line-height: 1;
  margin: 0;
}
.agenda-ico--none {
  background: #eef0f2 !important;
}
.agenda-ico--none i {
  color: #6b7580 !important;
}
@media (max-width: 767px) {
  .agenda-card {
    grid-template-columns: auto 34px 1fr;
    gap: 10px;
    padding: 11px 12px 11px 10px;
  }
  .agenda-card .agenda-ico {
    width: 34px;
    height: 34px;
    min-width: 34px;
    flex: 0 0 34px;
    font-size: 14px;
  }
}
.agenda-body {
  min-width: 0;
  cursor: pointer;
}
.agenda-line1 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.agenda-title {
  font-size: 14px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.3;
}
.agenda-pill {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: 0.02em;
}
.agenda-pill--restante {
  background: rgba(240, 80, 107, 0.12);
  color: #E0405B;
}
.agenda-pill--azi {
  background: rgba(81, 186, 130, 0.15);
  color: #36885d;
}
.agenda-pill--maine {
  background: rgba(46, 144, 250, 0.14);
  color: #067bf9;
}
.agenda-pill--done {
  background: rgba(81, 186, 130, 0.15);
  color: #36885d;
}
.agenda-pill--todo {
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
}
.agenda-pill--cancel {
  background: rgba(26, 22, 38, 0.08);
  color: #6E6B7B;
}
.agenda-subtype {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.agenda-more {
  margin: 2px 4px 0;
  padding: 6px 2px;
  font-size: 12px;
  color: rgba(110, 107, 123, 0.85);
  font-weight: 500;
}
.agenda-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  font-size: 12.5px;
  color: #6E6B7B;
  line-height: 1.35;
}
.agenda-note i {
  font-size: 12px;
  color: rgba(110, 107, 123, 0.75);
  flex: 0 0 auto;
}
.agenda-note--done {
  color: #3a9364;
}
.agenda-note--done i {
  color: #3a9364;
}
.agenda-note--cancel {
  color: #E0405B;
}
.agenda-note--cancel i {
  color: #E0405B;
}
.agenda-actcol {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.agenda-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(83, 41, 248, 0.22);
  background: #fff;
  color: #5329F8;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.agenda-edit:hover,
.agenda-edit:focus {
  text-decoration: none;
  color: #5329F8;
}
.agenda-edit i {
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .agenda-edit:hover {
    background: rgba(83, 41, 248, 0.08);
    border-color: rgba(83, 41, 248, 0.4);
  }
}
@media (max-width: 767px) {
  .agenda-edit {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .agenda-actcol {
    gap: 6px;
  }
}
.agenda-actcol .lead-type-ico {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}
.agenda-actcol .lead-type-ico i {
  font-size: 15px;
}
.agenda-actcol .c2-ico {
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.agenda-actcol .c2-ico i {
  color: #5329F8 !important;
}
.agenda-edit--pdf {
  border-color: rgba(242, 166, 84, 0.45);
  color: #C87A1E;
}
.agenda-edit--pdf:hover,
.agenda-edit--pdf:focus {
  color: #C87A1E;
}
@media (hover: hover) and (pointer: fine) {
  .agenda-edit--pdf:hover {
    background: rgba(242, 166, 84, 0.12);
    border-color: rgba(242, 166, 84, 0.7);
  }
}
.agenda-body > .c2-contact {
  margin-top: 4px;
  font-size: 12px;
}
.agenda-body > .c2-more {
  display: inline-block;
  margin-top: 3px;
  font-size: 11px;
  color: #6E6B7B;
}
.agenda-line1 > .c2-nr {
  flex: 0 0 auto;
}
.agenda-actcol .tx-ico {
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
}
.agenda-actcol .tx-ico i {
  color: #5329F8 !important;
}
.agenda-body > .tx-pills {
  margin-top: 6px;
  gap: 6px;
}
.agenda-body .tx-amount {
  font-size: 15px;
}
.agenda-edit--act {
  border-color: rgba(81, 186, 130, 0.3);
  color: #51BA82;
}
.agenda-edit--act:hover,
.agenda-edit--act:focus {
  color: #51BA82;
}
@media (hover: hover) and (pointer: fine) {
  .agenda-edit--act:hover {
    background: rgba(81, 186, 130, 0.08);
    border-color: rgba(81, 186, 130, 0.5);
  }
}
.agenda-lbl {
  color: rgba(110, 107, 123, 0.8);
}
.agenda-line1 > .status-pill,
.agenda-line1 > .lead-tr-pill,
.agenda-line1 > .req-ref {
  flex: 0 0 auto;
}
.agenda-body > .lead-prop,
.agenda-body > .lead-src {
  margin-top: 5px;
}
.agenda-body > .lead-prop {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.agenda-body > .lead-prop .lead-prop-head,
.agenda-body > .lead-prop .lead-prop-price {
  margin: 0;
}
.agenda-body .agenda-note .entity-card {
  margin: 0;
}
.agenda-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
  margin-top: 9px;
}
.agenda-meta-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #6E6B7B;
  white-space: nowrap;
}
.agenda-meta-date i {
  font-size: 11px;
}
.agenda-meta-time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.agenda-meta .entity-card {
  margin: 0;
}
.agenda-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 64px 20px;
  text-align: center;
}
.agenda-empty .agenda-empty-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(81, 186, 130, 0.18), rgba(81, 186, 130, 0.04));
  color: #51BA82;
  font-size: 30px;
}
.agenda-empty .agenda-empty-title {
  font-size: 15px;
  font-weight: 600;
  color: #1A1626;
}
.agenda-empty .agenda-empty-sub {
  font-size: 12.5px;
  color: #6E6B7B;
}
#filter .panel-heading {
  min-height: 10px;
}
#filter label {
  text-transform: none !important;
  letter-spacing: normal;
  color: #3F434D;
}
.act-type-ico.btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.act-type-ico.btn i {
  margin: 0;
  font-size: 14px;
}
.lm-widget .lm-card {
  padding: 16px 18px 8px;
}
.lm-widget .lm-shead {
  margin-bottom: 4px;
}
.lm-widget .lm-title {
  font-weight: 700;
  font-size: 16px;
  color: #1A1626;
  text-transform: none !important;
  letter-spacing: 0;
}
.lm-widget .lm-all {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: #5329F8;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.lm-widget .lm-all i {
  font-size: 11px;
}
.lm-widget .lm-all:hover {
  color: #3708f0;
}
.lm-widget .lm-list {
  display: flex;
  flex-direction: column;
}
.lm-widget .lm-row {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 12px 6px;
  margin: 0 -6px;
  border-bottom: 1px solid rgba(226, 224, 234, 0.65);
  border-radius: 10px;
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  transition: background 0.15s ease;
}
.lm-widget .lm-row:last-child {
  border-bottom: 0;
}
.lm-widget .lm-row:hover {
  background: rgba(83, 41, 248, 0.04);
}
.lm-widget .lm-row--prop {
  grid-template-columns: 46px minmax(0, 1fr) auto minmax(58px, auto);
}
.lm-widget .lm-row--req {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto minmax(58px, auto);
}
.lm-widget .lm-thumb {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  flex: 0 0 46px;
  overflow: hidden;
  background: rgba(83, 41, 248, 0.04);
  background-size: cover;
  background-position: center;
}
.lm-widget .lm-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lm-widget .lm-thumb--ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.07);
  color: rgba(83, 41, 248, 0.45);
  font-size: 18px;
}
.lm-widget .lm-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.lm-widget .lm-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lm-widget .lm-priceunder {
  font-size: 12.5px;
  font-weight: 600;
  color: #1A1626;
  white-space: nowrap;
}
.lm-widget .lm-budget {
  font-size: 12px;
  color: #6E6B7B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lm-widget .lm-zones {
  font-size: 12.5px;
  color: #6E6B7B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lm-widget .lm-status {
  text-align: center;
}
.lm-widget .lm-status .status-pill {
  white-space: nowrap;
}
.lm-widget .lm-agent {
  text-align: right;
  line-height: 1.25;
  min-width: 0;
}
.lm-widget .lm-agent-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #1A1626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lm-widget .lm-time {
  display: block;
  font-size: 11px;
  color: #6E6B7B;
  white-space: nowrap;
}
.lm-widget .lm-time--req {
  text-align: right;
}
.lm-widget .lm-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 30px 16px;
  color: rgba(110, 107, 123, 0.75);
  text-align: center;
}
.lm-widget .lm-empty i {
  font-size: 24px;
  color: rgba(83, 41, 248, 0.3);
}
.lm-widget .lm-empty span {
  font-size: 13px;
}
@media (max-width: 991px) {
  .lm-widget .lm-row {
    gap: 9px;
  }
}
.pp-widget .pp-card {
  padding: 18px 22px 22px;
}
.pp-widget .pp-shead {
  margin-bottom: 20px;
}
.pp-widget .pp-title {
  font-weight: 700;
  font-size: 16px;
  color: #1A1626;
  text-transform: none !important;
  letter-spacing: 0;
}
.pp-widget .pp-stages {
  display: flex;
  gap: 14px;
}
.pp-widget .pp-stage {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 20px 10px 18px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(226, 224, 234, 0.6);
}
.pp-widget .pp-stage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, var(--pp) 0%, var(--pp) 100%);
  opacity: 0.07;
}
.pp-widget .pp-stage > * {
  position: relative;
  z-index: 1;
}
.pp-widget .pp-stage-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--pp);
  line-height: 1.2;
}
.pp-widget .pp-stage-count {
  font-size: 30px;
  font-weight: 700;
  color: #1A1626;
  line-height: 1;
  letter-spacing: -0.02em;
}
.pp-widget .pp-stage-today {
  font-size: 12px;
  font-weight: 600;
  color: var(--pp);
  opacity: 0.92;
}
.pp-widget .pp-track {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 2px;
}
.pp-widget .pp-node-wrap {
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
}
.pp-widget .pp-node-wrap:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 2px;
  background: var(--pp);
  opacity: 0.38;
  transform: translateY(-50%);
  z-index: 0;
}
.pp-widget .pp-node {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--pp);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px #fff, 0 1px 3px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .pp-widget .pp-stages {
    gap: 8px;
  }
  .pp-widget .pp-stage {
    padding: 14px 6px 12px;
    gap: 6px;
  }
  .pp-widget .pp-stage-count {
    font-size: 22px;
  }
  .pp-widget .pp-stage-name,
  .pp-widget .pp-stage-today {
    font-size: 11px;
  }
}
#filter-result.pipeline-panel .panel-body {
  padding-top: 8px !important;
}
@media (max-width: 767px) {
  #filter-result.pipeline-panel > .panel-heading,
  #filter-result.map-panel > .panel-heading {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 8px 16px 0;
  }
  #filter-result.pipeline-panel > .panel-heading > .panel-actions,
  #filter-result.map-panel > .panel-heading > .panel-actions {
    position: static;
    transform: none;
    left: auto;
    right: auto;
    margin: 0;
  }
  #filter-result.pipeline-panel > .panel-heading > .panel-actions:last-child,
  #filter-result.map-panel > .panel-heading > .panel-actions:last-child {
    display: flex;
    justify-content: flex-end;
  }
  #filter-result.pipeline-panel > .panel-heading #show_more:not(.hidden),
  #filter-result.map-panel > .panel-heading #show_more:not(.hidden) {
    margin-top: 8px;
  }
}
.stat-cards {
  margin-bottom: 6px;
}
.stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 16px;
  padding: 18px 20px 28px;
  min-height: 190px;
  margin-bottom: 24px;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.stat-card:hover {
  color: inherit;
  box-shadow: 0 8px 26px rgba(83, 41, 248, 0.1);
  transform: translateY(-2px);
  border-color: rgba(83, 41, 248, 0.18);
}
.stat-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}
.stat-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  flex: 0 0 40px;
  font-size: 17px;
}
.stat-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1A1626;
  line-height: 1.25;
}
.stat-number {
  font-size: 34px;
  font-weight: 700;
  color: #1A1626;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.stat-delta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #51BA82;
}
.stat-delta i {
  font-size: 10px;
}
.stat-delta.stat-delta--down {
  color: #E04F5F;
}
.stat-delta.stat-delta--flat {
  color: rgba(110, 107, 123, 0.8);
  font-weight: 500;
}
.stat-spark {
  display: block;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: 14px;
}
.stat-card--green .stat-ico {
  background: rgba(81, 186, 130, 0.12);
  color: #51BA82;
}
.stat-card--purple .stat-ico {
  background: rgba(122, 90, 248, 0.12);
  color: #7A5AF8;
}
.stat-card--blue .stat-ico {
  background: rgba(46, 144, 250, 0.12);
  color: #2E90FA;
}
.stat-card--orange .stat-ico {
  background: rgba(247, 144, 9, 0.13);
  color: #F79009;
}
#news-widget .news-card {
  padding: 16px 18px 6px;
}
#news-widget .news-shead {
  margin-bottom: 6px;
}
#news-widget .news-shead-title {
  font-weight: 700;
  font-size: 16px;
  color: #1A1626;
  text-transform: none !important;
  letter-spacing: 0;
}
#news-widget .news-feed {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
#news-widget .news-feed::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#news-widget .news-feed::-webkit-scrollbar-thumb {
  background: rgba(83, 41, 248, 0.22);
  border-radius: 6px;
}
#news-widget .news-feed::-webkit-scrollbar-track {
  background: transparent;
}
#news-widget .news-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px 6px;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid rgba(226, 224, 234, 0.7);
  transition: background 0.15s ease;
}
#news-widget .news-item:last-child {
  border-bottom: 0;
}
#news-widget .news-item:hover {
  background: rgba(83, 41, 248, 0.04);
}
#news-widget .news-item.news-item--static {
  cursor: default;
}
#news-widget .news-item.news-item--static:hover {
  background: transparent;
}
#news-widget .news-thumb {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex: 0 0 52px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(83, 41, 248, 0.04);
}
#news-widget .news-thumb--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.06);
  color: rgba(83, 41, 248, 0.55);
  font-size: 20px;
}
#news-widget .news-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#news-widget .news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  line-height: 1;
}
#news-widget .news-src {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: #6E6B7B;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news-widget .news-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex: 0 0 18px;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
#news-widget .news-src--central {
  color: #5329F8;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 10px;
  background: rgba(83, 41, 248, 0.09);
  padding: 3px 8px;
  border-radius: 20px;
}
#news-widget .news-src--central i {
  font-size: 10px;
}
#news-widget .news-date {
  margin-left: auto;
  color: #6E6B7B;
  white-space: nowrap;
  flex: 0 0 auto;
}
#news-widget .news-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news-widget .news-snippet {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news-widget .news-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 34px 16px;
  color: rgba(110, 107, 123, 0.75);
  text-align: center;
}
#news-widget .news-empty i {
  font-size: 26px;
  color: rgba(83, 41, 248, 0.3);
}
#news-widget .news-empty span {
  font-size: 13px;
}
.lead-prop {
  font-size: 12px;
  line-height: 1.55;
}
.lead-prop-head {
  font-weight: 600;
  color: #37474F;
}
.lead-src {
  margin-top: 4px;
  font-size: 11.5px;
  color: #6E6B7B;
  display: flex;
  align-items: center;
  gap: 5px;
}
.lead-src i {
  font-size: 11px;
  color: rgba(110, 107, 123, 0.75);
}
.lead-tr-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
}
.lead-tr-1 {
  background: rgba(17, 194, 109, 0.12);
  color: #0a9e57;
}
.lead-tr-2 {
  background: rgba(235, 103, 9, 0.12);
  color: #d15e08;
}
.lead-prop-price {
  color: #5329F8;
  font-weight: 700;
  font-size: 13px;
  margin: 1px 0;
}
.lead-prop-specs {
  color: #8A94A0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.lead-prop-specs i {
  font-size: 11px;
}
.lead-type-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.lead-type-ico i {
  font-size: 12px;
  line-height: 1;
}
.lead-type-ico.type-1 {
  background: rgba(46, 144, 250, 0.14);
  color: #1B6FC9;
}
.lead-type-ico.type-2 {
  background: rgba(242, 166, 84, 0.2);
  color: #C87A1E;
}
.lead-type-inline {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 6px;
}
.lead-type-inline .lead-type-ico {
  width: 20px;
  height: 20px;
}
.lead-type-inline .lead-type-ico i {
  font-size: 11px;
}
#win-loss {
  position: fixed;
  top: 104px;
  left: 0;
  right: 0;
  z-index: 1450;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
#win-loss .wl-inner {
  display: flex;
  gap: 16px;
  pointer-events: none;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#win-loss .wl-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 240px;
  min-height: 58px;
  margin: 0;
  padding: 0 18px;
  list-style: none;
  border-radius: 14px;
  border: 2px dashed transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  transition: background 0.16s, color 0.16s, border-color 0.16s, transform 0.16s;
}
#win-loss .wl-drop i {
  font-size: 18px;
}
#win-loss .wl-lost {
  background: rgba(249, 104, 104, 0.12);
  color: #E0405B;
  border-color: rgba(249, 104, 104, 0.38);
}
#win-loss .wl-win {
  background: rgba(81, 186, 130, 0.14);
  color: #3a9364;
  border-color: rgba(81, 186, 130, 0.42);
}
#win-loss .wl-lost:hover {
  border-style: solid;
  border-color: #F96868;
}
#win-loss .wl-win:hover {
  border-style: solid;
  border-color: #51BA82;
}
#win-loss .wl-lost.wl-active {
  background: #F96868;
  color: #fff;
  border-color: #F96868;
  border-style: solid;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 104, 104, 0.45);
}
#win-loss .wl-win.wl-active {
  background: #51BA82;
  color: #fff;
  border-color: #51BA82;
  border-style: solid;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(81, 186, 130, 0.45);
}
#win-loss .wl-drop .ui-sortable-placeholder {
  display: none !important;
}
#win-loss.inplace {
  top: 104px;
  opacity: 1;
}
#win-loss.inplace .wl-inner {
  pointer-events: auto;
}
.wa-theme {
  display: flex;
  align-items: center;
  gap: 2px;
  width: fit-content;
  margin: 7px 0 3px 18px;
  padding: 2px;
  background: rgba(147, 161, 183, 0.16);
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  outline: none;
}
.wa-theme-opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 20px;
  border-radius: 999px;
  color: #8A94A0;
  font-size: 12px;
  line-height: 1;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.wa-theme.is-light .wa-theme-opt-light {
  background: #fff;
  color: #5329F8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}
.wa-theme.is-dark .wa-theme-opt-dark {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.site-menubar-fold .wa-theme {
  display: none;
}
.site-menubar-unfold .site-menu > .site-menu-item > a {
  line-height: 30px;
}
.site-menubar-unfold .site-menu-category {
  -webkit-transition: all 0.25s, font 0.1s 0.15s, color 0.1s 0.15s;
  -o-transition: all 0.25s, font 0.1s 0.15s, color 0.1s 0.15s;
  transition: all 0.25s, font 0.1s 0.15s, color 0.1s 0.15s;
  font-size: 13px;
  padding: 0 24px;
  color: #76838F;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
  opacity: 0.7;
}
#dz1.mdropzone {
  border: 2px dashed #ddd6f3;
  border-radius: 18px;
  background: #fbfaff;
  min-height: 0;
  padding: 34px 20px;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
#dz1.mdropzone:hover,
#dz1.mdropzone.dz-drag-hover {
  border-color: #5329F8;
  background: #f6f2ff;
}
#dz1.mdropzone .dz-message {
  opacity: 1;
  text-transform: none;
  margin: 0;
  color: #6E6B7B;
  font-size: 12.5px;
}
.wa-dz {
  text-align: center;
  margin: 0;
}
.wa-dz-ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #efeafe;
  color: #5329F8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.wa-dz-ico svg {
  width: 28px;
  height: 28px;
}
.wa-dz-title {
  font-size: 17px;
  font-weight: 700;
  color: #1A1626;
  margin-bottom: 6px;
}
.wa-dz-sub {
  font-size: 12.5px;
  color: #6E6B7B;
  margin-bottom: 18px;
}
.wa-dz-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 11px;
  background: #5329F8;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 4px 14px rgba(83, 41, 248, 0.3);
}
.wa-dz-btn .icon {
  font-size: 14px;
}
.wa-dz-btn:hover,
.wa-dz-btn:focus {
  background: #3b0bf7;
  color: #fff;
}
.ppt-img-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}
.ppt-img-selectall {
  margin: 0 0 0 auto;
}
.ppt-img-tab {
  height: 34px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #E2E0EA;
  background: #fff;
  color: #6E6B7B;
  font-weight: 600;
  font-size: 12.5px;
  cursor: pointer;
  transition: background-color 0.12s, border-color 0.12s, color 0.12s;
}
.ppt-img-tab:hover {
  border-color: #cfccdb;
  color: #1A1626;
}
.ppt-img-tab.is-active {
  background: #F1EBFF;
  border-color: rgba(83, 41, 248, 0.35);
  color: #5329F8;
}
.ppt-img-hint {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: #6E6B7B;
  margin-bottom: 4px;
}
.ppt-img-hint i {
  font-size: 13px;
}
#images_list .list-group-item {
  position: relative;
}
#images_list .list-group-item:has(.bootstrap-select.open) {
  z-index: 1300;
}
.ap-wa-editpage .panel:has(.bootstrap-select.open) {
  z-index: 1300 !important;
}
#images_list .ppt-image-box {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: #fff;
  border: 1px solid #E2E0EA;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(20, 16, 40, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#images_list .ppt-image-box .href-replace-big {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
#images_list .ppt-image-box .href-replace-big img {
  border-radius: 12px;
  width: 100%;
}
#images_list .ppt-image-box .form-control {
  margin-top: 6px;
}
#images_list .list-group-item:has(input.selectable-item:checked) .ppt-image-box {
  border-color: #5329F8;
  box-shadow: 0 0 0 2px rgba(83, 41, 248, 0.25);
}
.ppt-img-wrap {
  position: relative;
}
#images_list .checkbox-image-select {
  z-index: 6;
}
.ppt-img-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  color: #6E6B7B;
  box-shadow: 0 2px 8px rgba(20, 16, 40, 0.18);
  pointer-events: none;
}
.ppt-img-badge i {
  font-size: 10px;
}
.ppt-img-badge.is-cover {
  background: #5329F8;
  color: #fff;
}
.ppt-img-badge.is-public {
  background: #E7F8EF;
  color: #118D57;
}
.ppt-img-badge.is-private {
  background: #ECEDF3;
  color: #5A6070;
}
.ppt-img-badge.is-partial {
  background: #FFF2DE;
  color: #B76E00;
}
/* ============================================================
   Disciplina restante — gate-ul obligatoriu (journal.enforcement)
   ============================================================ */
.enforcement-page {
  max-width: 860px;
  margin: 0 auto;
}
.enforcement-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #FFF6E5;
  border: 1px solid #F3D08A;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 18px 0 22px;
}
.enforcement-ico {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F2A654;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.enforcement-title {
  font-size: 20px;
  font-weight: 700;
  color: #5E3F00;
  margin: 2px 0 6px;
}
.enforcement-count {
  color: #F96868;
}
.enforcement-sub {
  margin: 0;
  font-size: 13.5px;
  color: #7A5200;
  line-height: 1.5;
}
.enforcement-oldest {
  font-weight: 600;
}
.enforcement-list {
  margin-bottom: 22px;
}
.enforcement-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.enforcement-continue {
  border-radius: 8px;
}
/* ============================================================
   Disciplina restante — bannerul din layout (activitywarning)
   ============================================================ */
.actwarn {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 16px 30px 0;
  padding: 11px 12px 11px 14px;
  border-radius: 14px;
  border: 1px solid;
  box-shadow: 0 2px 10px rgba(31, 45, 61, 0.05);
  font-size: 13.5px;
  line-height: 1.4;
}
.actwarn--warn {
  background: #FFF9EC;
  border-color: #F3D9A4;
}
.actwarn--danger {
  background: #FEF1F1;
  border-color: rgba(249, 104, 104, 0.35);
}
.actwarn-ico {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.actwarn--warn .actwarn-ico {
  background: #F2A654;
}
.actwarn--danger .actwarn-ico {
  background: #F96868;
}
.actwarn-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 4px 12px;
  flex-wrap: wrap;
}
.actwarn-title {
  font-weight: 700;
}
.actwarn--warn .actwarn-title {
  color: #6B4A00;
}
.actwarn--danger .actwarn-title {
  color: #A03535;
}
.actwarn-count {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  padding: 1px 7px;
  border-radius: 9px;
  color: #fff;
  font-weight: 800;
  font-size: 12.5px;
}
.actwarn--warn .actwarn-count {
  background: #E0A016;
}
.actwarn--danger .actwarn-count {
  background: #F96868;
}
.actwarn-sub {
  font-size: 12.5px;
}
.actwarn--warn .actwarn-sub {
  color: #A97B1D;
}
.actwarn--danger .actwarn-sub {
  color: #C97070;
}
.actwarn-sub--danger {
  font-weight: 700;
}
.actwarn-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 15px;
  border-radius: 9px;
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.actwarn-btn i {
  font-size: 11px;
}
.actwarn--warn .actwarn-btn {
  background: #E89B3C;
}
.actwarn--danger .actwarn-btn {
  background: #F96868;
}
.actwarn--warn .actwarn-btn:hover,
.actwarn--warn .actwarn-btn:focus {
  background: #D98A28;
  color: #fff;
  text-decoration: none;
}
.actwarn--danger .actwarn-btn:hover,
.actwarn--danger .actwarn-btn:focus {
  background: #E14D4D;
  color: #fff;
  text-decoration: none;
}
.actwarn-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.25);
  outline: 0;
}
@media (max-width: 767px) {
  .actwarn {
    margin: 12px 12px 0;
  }
  .actwarn-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .actwarn-btn {
    transition: none;
  }
}
.ag-avatar {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(83, 41, 248, 0.07);
}
.ag-avatar > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ag-avatar-fb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(83, 41, 248, 0.55);
  user-select: none;
}
.ag-head.page-inside-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.ag-head-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ag-head-main > strong {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A1626;
  text-transform: none;
  letter-spacing: -0.01em;
}
.ag-head-sub {
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
  color: #6E6B7B;
  text-transform: none;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chg {
  font-size: 13px;
  color: #1A1626;
}
.chg-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 14px;
}
.chg-search {
  position: relative;
  flex: 1 1 240px;
  min-width: 200px;
  display: flex;
  align-items: center;
}
.chg-search > i {
  position: absolute;
  left: 14px;
  font-size: 14px;
  color: #6E6B7B;
  pointer-events: none;
}
.chg-q {
  width: 100%;
  min-height: 52px;
  padding: 10px 14px 10px 38px;
  border: 1px solid #E2E0EA;
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  color: #1A1626;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.chg-q::placeholder {
  color: rgba(110, 107, 123, 0.75);
}
.chg-q:focus {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.chg-field-select {
  flex: 0 1 190px;
  min-width: 160px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 7px 12px;
  border: 1px solid #E2E0EA;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.15s ease;
}
.chg-field-select:hover {
  border-color: #d1cede;
}
.chg-field-select:focus-within {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.chg-field-select > i {
  font-size: 15px;
  color: #6E6B7B;
  flex: 0 0 auto;
}
.chg-field-select > div {
  flex: 1;
  min-width: 0;
}
.chg-field-select label {
  display: block;
  margin: 0;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #6E6B7B;
  text-transform: none;
}
.chg-field-select select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
  outline: none;
  text-overflow: ellipsis;
}
.chg-reset {
  flex: 0 0 auto;
  min-height: 52px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #E2E0EA;
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #6E6B7B;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.chg-reset i {
  font-size: 13px;
}
.chg-reset:hover {
  background: rgba(83, 41, 248, 0.06);
  border-color: rgba(83, 41, 248, 0.3);
  color: #5329F8;
}
.chg-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  margin-bottom: 16px;
  border: 1px solid #E2E0EA;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(83, 41, 248, 0.03), #fff);
}
.chg-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.chg-stat i {
  font-size: 13px;
  align-self: center;
}
.chg-stat:hover {
  background: rgba(26, 22, 38, 0.04);
}
.chg-stat.is-active {
  border-color: currentColor;
  background: rgba(26, 22, 38, 0.04);
}
.chg-stat-num {
  font-size: 14px;
  font-weight: 700;
  color: #1A1626;
}
.chg-stat-lbl {
  font-size: 12px;
  color: #6E6B7B;
}
.chg-total {
  margin-left: auto;
  padding-right: 4px;
  font-size: 12.5px;
  color: #6E6B7B;
}
.chg-total strong {
  color: #1A1626;
  font-weight: 700;
}
.chg-list {
  border: 1px solid #E2E0EA;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.chg-day + .chg-day .chg-day-head {
  border-top: 1px solid #E2E0EA;
}
.chg-day-head {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  background: rgba(26, 22, 38, 0.03);
  font-size: 12px;
  font-weight: 600;
  color: #6E6B7B;
}
.chg-day-head i {
  font-size: 12px;
}
.chg-row {
  display: grid;
  grid-template-columns: 62px 44px 190px minmax(0, 1fr);
  align-items: flex-start;
  border-top: 1px solid rgba(226, 224, 234, 0.6);
  transition: background-color 0.12s ease;
}
.chg-row:hover {
  background: rgba(83, 41, 248, 0.03);
}
.chg-row > * {
  padding: 13px 14px;
}
.chg-row.chg-hidden {
  display: none;
}
.chg-time {
  font-size: 12.5px;
  font-weight: 600;
  color: #6E6B7B;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.chg-ico {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  justify-content: center;
}
.chg-ico > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 12px;
}
.chg-ico.is-create > i {
  background: rgba(81, 186, 130, 0.14);
  color: #3a9364;
}
.chg-ico.is-update > i {
  background: #fff1e3;
  color: #c1710a;
}
.chg-ico.is-note > i {
  background: rgba(83, 41, 248, 0.12);
  color: #5329F8;
}
.chg-ico.is-proposal > i {
  background: #e0f5f8;
  color: #0a90ab;
}
.chg-ico.is-publish > i {
  background: #e6efff;
  color: #2a63c9;
}
.chg-ico.is-verify > i {
  background: rgba(81, 186, 130, 0.14);
  color: #3a9364;
}
.chg-who {
  border-left: 1px solid rgba(226, 224, 234, 0.6);
  font-size: 12.5px;
  overflow: hidden;
}
.chg-who .entity-card {
  margin: 0;
}
.chg-who .entity-card-name {
  overflow: hidden;
}
.chg-who .labelish {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chg-main {
  border-left: 1px solid rgba(226, 224, 234, 0.6);
  min-width: 0;
}
.chg-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 1.5;
}
.chg-lead {
  font-size: 12.5px;
  color: #6E6B7B;
}
.chg-pair {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.chg-fname {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(26, 22, 38, 0.05);
  border: 1px solid rgba(26, 22, 38, 0.07);
  font-size: 12px;
  font-weight: 600;
  color: #1A1626;
}
.chg-fname.is-raw {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace, monospace;
  font-size: 11.5px;
}
.chg-arrow {
  font-size: 9px;
  color: rgba(110, 107, 123, 0.7);
}
.chg-fval {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(83, 41, 248, 0.09);
  border: 1px solid rgba(83, 41, 248, 0.16);
  font-size: 12px;
  font-weight: 600;
  color: #5329F8;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chg-x {
  display: none !important;
}
.chg-desc.is-expanded .chg-pair.chg-x {
  display: inline-flex !important;
}
.chg-desc.is-expanded .chg-fval.chg-x {
  display: inline-block !important;
}
.chg-more {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px dashed rgba(83, 41, 248, 0.35);
  background: transparent;
  font-size: 11.5px;
  font-weight: 600;
  color: #5329F8;
  cursor: pointer;
}
.chg-more:hover {
  background: rgba(83, 41, 248, 0.07);
  border-style: solid;
}
.chg-more-b {
  display: none;
}
.chg-desc.is-expanded .chg-more-a {
  display: none;
}
.chg-desc.is-expanded .chg-more-b {
  display: inline;
}
.chg-note {
  position: relative;
  margin-top: 8px;
  padding: 12px 14px 34px;
  border-radius: 10px;
  background: rgba(83, 41, 248, 0.05);
  border: 1px solid rgba(83, 41, 248, 0.12);
}
.chg-note-text {
  max-height: 78px;
  overflow: hidden;
  font-size: 12.5px;
  line-height: 1.6;
  color: #1A1626;
  white-space: pre-line;
  transition: max-height 0.2s ease;
}
.chg-note.is-open .chg-note-text {
  max-height: 2000px;
}
.chg-note.is-short {
  padding-bottom: 12px;
}
.chg-note-more {
  position: absolute;
  right: 10px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(83, 41, 248, 0.2);
  background: #fff;
  font-size: 11.5px;
  font-weight: 600;
  color: #5329F8;
  cursor: pointer;
}
.chg-note-more i {
  font-size: 10px;
}
.chg-note-more:hover {
  background: rgba(83, 41, 248, 0.08);
}
@media (max-width: 991px) {
  .chg-row {
    grid-template-columns: 56px 40px minmax(0, 1fr);
  }
  .chg-who {
    grid-column: 3;
    border-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    order: 2;
  }
  .chg-main {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(226, 224, 234, 0.6);
    padding-top: 10px;
    order: 3;
  }
  .chg-time,
  .chg-ico {
    padding-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .chg-field-select,
  .chg-reset {
    flex: 1 1 100%;
  }
  .chg-total {
    margin-left: 0;
    width: 100%;
  }
  .chg-fval {
    max-width: 180px;
  }
}
.doc-head {
  display: flex;
  align-items: center;
}
.doc-count {
  margin-left: 8px;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.6;
}
.doc-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.doc-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  min-width: 0;
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.doc-card:hover {
  border-color: rgba(83, 41, 248, 0.3);
  box-shadow: 0 6px 24px rgba(83, 41, 248, 0.12);
}
.doc-card--new {
  border-color: rgba(81, 186, 130, 0.45);
  background: rgba(81, 186, 130, 0.03);
}
.doc-thumb {
  position: relative;
  flex: 0 0 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 54px;
  border-radius: 9px;
  text-decoration: none;
  background: rgba(26, 22, 38, 0.05);
  color: #6E6B7B;
}
.doc-thumb > i {
  font-size: 19px;
  line-height: 1;
}
.doc-thumb:hover,
.doc-thumb:focus {
  text-decoration: none;
}
.doc-thumb.is-pdf {
  background: #fdecea;
  color: #c0392b;
}
.doc-thumb.is-doc {
  background: #e6efff;
  color: #2a63c9;
}
.doc-thumb.is-xls {
  background: rgba(81, 186, 130, 0.15);
  color: #388c5f;
}
.doc-thumb.is-img {
  background: rgba(83, 41, 248, 0.11);
  color: #5329F8;
}
.doc-thumb.is-zip {
  background: #fff1e3;
  color: #c1710a;
}
.doc-thumb.is-other {
  background: rgba(26, 22, 38, 0.05);
  color: #6E6B7B;
}
.doc-ext {
  margin-top: 3px;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
.doc-main {
  flex: 1;
  min-width: 0;
}
.doc-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-name:hover,
.doc-name:focus {
  color: #5329F8;
  text-decoration: none;
}
.doc-meta {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: #6E6B7B;
}
.doc-meta i {
  font-size: 11px;
}
.doc-meta--new {
  color: #3d9b69;
  font-weight: 600;
}
.doc-type {
  margin-top: 8px;
}
.doc-type select,
.doc-type .form-control {
  height: 32px;
  padding: 4px 26px 4px 10px;
  width: 100%;
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #1A1626;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%236E6B7B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5'/%3E%3C/svg%3E") no-repeat right 9px center;
  background-size: 11px 11px;
}
.doc-type select:focus,
.doc-type .form-control:focus {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.doc-type .form-group,
.doc-type .form-material {
  margin: 0;
}
.doc-del {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E0EA;
  border-radius: 9px;
  background: #fff;
  color: #6E6B7B;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.doc-del i {
  font-size: 13px;
}
.doc-del:hover {
  background: #fdecea;
  border-color: #f4c7c3;
  color: #c0392b;
}
.doc-empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 14px;
  border: 1px dashed rgba(83, 41, 248, 0.2);
  background: rgba(83, 41, 248, 0.03);
}
.doc-empty:not(:only-child) {
  display: none;
}
.doc-empty-ico {
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(150deg, rgba(83, 41, 248, 0.16), rgba(83, 41, 248, 0.04));
  color: #5329F8;
  font-size: 18px;
}
.doc-empty-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.doc-empty-text strong {
  font-size: 13.5px;
  font-weight: 600;
  color: #1A1626;
}
.doc-empty-text span {
  font-size: 12.5px;
  color: #6E6B7B;
  line-height: 1.45;
}
@media (max-width: 575px) {
  .doc-grid {
    grid-template-columns: 1fr;
  }
}
.wa-switchgrid {
  display: grid;
  gap: 12px;
  margin-top: 4px;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
}
.wa-switchrow {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  min-width: 0;
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.wa-switchrow:hover {
  border-color: rgba(83, 41, 248, 0.26);
  background: rgba(83, 41, 248, 0.02);
}
.wa-switchrow-ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.09);
  color: #5329F8;
}
.wa-switchrow-ico svg {
  width: 18px;
  height: 18px;
}
.wa-switchrow-text {
  flex: 1;
  min-width: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.wa-switchrow-text strong {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.35;
}
.wa-switchrow-text span {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
}
.wa-switchrow-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.wa-switchrow-toggle .switchery {
  margin: 0;
}
.wa-switchrow.is-restrict .wa-switchrow-ico {
  background: #fff1e3;
  color: #c1710a;
}
@media (max-width: 575px) {
  .wa-switchgrid {
    grid-template-columns: 1fr;
  }
  .wa-switchrow {
    padding: 12px 13px;
    gap: 11px;
  }
}
.pub-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 14px;
  border: 1px solid #edecf2;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.pub-row:last-child {
  margin-bottom: 0;
}
.pub-brand {
  flex: 0 0 250px;
  max-width: 250px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px;
  background: transparent;
  position: relative;
}
.pub-brand::after {
  content: '';
  position: absolute;
  right: 0;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: #edecf2;
}
.pub-brand-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.pub-brand-logo {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.pub-brand-logo.pub-brand-logo--site {
  background: rgba(83, 41, 248, 0.11);
  color: #5329F8;
  font-size: 16px;
}
.pub-brand-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #1A1626;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pub-brand-name:hover,
.pub-brand-name:focus {
  color: #5329F8;
  text-decoration: none;
}
.pub-brand-info {
  flex: 0 0 auto;
  color: #6E6B7B;
  font-size: 13px;
}
.pub-brand-info:hover {
  color: #5329F8;
}
.pub-brand-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6E6B7B;
}
.pub-brand-meta:empty {
  display: none;
}
.pub-brand-meta .label {
  margin: 0;
}
.pub-opts {
  flex: 1;
  min-width: 0;
  padding: 6px 16px;
}
.pub-opt {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 0;
  min-width: 0;
}
.pub-opt + .pub-opt {
  border-top: 1px solid rgba(226, 224, 234, 0.45);
}
.pub-opt-check {
  flex: 1 1 auto;
  min-width: 0;
}
.pub-opt-check .checkbox-custom {
  margin: 0;
  padding-left: 26px;
}
.pub-opt-check label {
  margin: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.pub-opt-check strong {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
}
.pub-opt-check--num {
  display: flex;
  align-items: center;
  gap: 9px;
}
.pub-opt-check--num input[type="number"] {
  width: 64px;
  height: 30px;
  padding: 3px 8px;
  border: 1px solid #E2E0EA;
  border-radius: 8px;
  background: #fff;
  font-size: 12.5px;
  font-weight: 600;
  color: #1A1626;
}
.pub-opt-check--num label {
  margin: 0;
}
.pub-opt-check--click {
  display: flex;
  align-items: center;
  gap: 9px;
}
.pub-opt-check--click .btn {
  margin: 0;
}
.pub-opt-slots {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #6E6B7B;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.pub-slot {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}
.pub-slot em {
  font-style: normal;
  color: rgba(110, 107, 123, 0.75);
}
.pub-slot .green-500 {
  color: #40a26e !important;
}
.pub-slot .red-500 {
  color: #e05252 !important;
}
.pub-slot--pair {
  flex: 0 0 155px;
}
.pub-slot--plain {
  flex: 0 0 auto;
  justify-content: flex-end;
}
.pub-note {
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid rgba(83, 41, 248, 0.12);
  font-size: 12px;
  line-height: 1.5;
  color: #6E6B7B;
}
.pub-alttitle {
  margin: 10px 0 0;
}
.pub-alttitle::after {
  content: '';
  display: block;
  clear: both;
}
.pub-choice {
  gap: 16px;
  margin-top: 4px;
}
.pub-choice-label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: #1A1626;
}
.pub-seg {
  flex: 0 0 auto;
  display: inline-flex;
  padding: 3px;
  gap: 2px;
  background: #eef0f5;
  border-radius: 11px;
}
.pub-seg > .btn {
  margin: 0 !important;
  float: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 7px 15px !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #55607a !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.pub-seg > .btn i {
  font-size: 11px;
  opacity: 0.65;
}
.pub-seg > .btn:hover {
  color: #1A1626 !important;
}
.pub-seg > .btn.active {
  background: #fff !important;
  color: #5329F8 !important;
  box-shadow: 0 1px 3px rgba(23, 27, 42, 0.14), 0 0 0 1px rgba(23, 27, 42, 0.02) !important;
}
.pub-seg > .btn.active i {
  opacity: 1;
}
.pub-opts .btn-schedule {
  margin-top: 12px;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid #E2E0EA;
  background: #fff;
  box-shadow: none;
  font-size: 12.5px;
  font-weight: 600;
  color: #6E6B7B;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.pub-opts .btn-schedule i {
  font-size: 13px;
}
.pub-opts .btn-schedule:hover,
.pub-opts .btn-schedule:focus {
  background: rgba(83, 41, 248, 0.06);
  border-color: rgba(83, 41, 248, 0.32);
  color: #5329F8;
}
.pub-opts .btn-schedule:not(.collapsed) {
  background: rgba(83, 41, 248, 0.09);
  border-color: rgba(83, 41, 248, 0.28);
  color: #5329F8;
}
@media (max-width: 767px) {
  .pub-row {
    flex-direction: column;
  }
  .pub-brand {
    flex: 1 1 auto;
    max-width: none;
    padding: 13px;
  }
  .pub-brand::after {
    right: 14px;
    left: 14px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
  }
  .pub-opts {
    padding: 4px 13px 10px;
  }
  .pub-opt {
    flex-wrap: wrap;
    gap: 6px 14px;
  }
  .pub-opt-slots {
    flex: 1 1 100%;
    gap: 14px;
  }
  .pub-slot {
    min-width: 0;
  }
}
.bl-filter {
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 16px;
}
.bl-filter-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bl-filter-ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.09);
  color: #5329F8;
  font-size: 15px;
}
.bl-filter-field {
  flex: 0 1 320px;
  min-width: 0;
}
.bl-filter-field label {
  display: block;
  margin: 0 0 3px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.bl-filter-field select,
.bl-filter-field .form-control {
  height: 38px;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #E2E0EA;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
}
.bl-filter-field select:focus,
.bl-filter-field .form-control:focus {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.bl-panel {
  border: 1px solid #edecf2 !important;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  overflow: hidden;
}
.bl-panel > .panel-heading {
  background: rgba(83, 41, 248, 0.04) !important;
  border-bottom: 1px solid #edecf2;
  padding: 13px 18px;
  min-height: 0;
}
.bl-panel > .panel-heading .panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 13.5px;
  font-weight: 500;
  color: #6E6B7B;
  text-transform: none;
  letter-spacing: 0;
}
.bl-panel > .panel-heading .panel-title strong {
  font-weight: 700;
  color: #1A1626;
}
.bl-panel > .panel-heading .panel-actions {
  top: 16px;
  right: 18px;
}
.bl-panel > .panel-heading .panel-action {
  color: #6E6B7B;
}
.bl-panel > .panel-heading .panel-action:hover {
  color: #5329F8;
}
.bl-panel > .panel-body {
  padding: 4px 18px 14px;
}
.bl-ico {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 13px;
}
.limits-table {
  width: 100%;
  margin: 14px 0 0;
  background: transparent;
}
.limits-table > thead > tr > th {
  border: 0 !important;
  border-bottom: 1px solid #E2E0EA !important;
  background: transparent;
  padding: 8px 10px;
  vertical-align: bottom;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6E6B7B;
  white-space: nowrap;
}
.limits-table > thead > tr > th > span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #1A1626;
  font-variant-numeric: tabular-nums;
}
.limits-table > tbody > tr {
  background: transparent !important;
}
.limits-table > tbody > tr > td {
  border: 0 !important;
  border-top: 1px solid rgba(226, 224, 234, 0.6) !important;
  padding: 9px 10px;
  vertical-align: middle;
  background: transparent !important;
  font-size: 13px;
  color: #1A1626;
}
.limits-table > tbody > tr:first-child > td {
  border-top: 0 !important;
}
.limits-table > tbody > tr:hover > td {
  background: rgba(83, 41, 248, 0.03) !important;
}
.limits-table > tbody > tr > td:first-child {
  font-weight: 600;
}
.limits-table .form-group {
  margin: 0;
}
.limits-table .input-group {
  display: flex;
  width: 100%;
  max-width: 190px;
}
.limits-table .input-group-addon {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid #E2E0EA;
  border-right: 0;
  border-radius: 9px 0 0 9px;
  background: rgba(26, 22, 38, 0.04);
  color: #6E6B7B;
  font-size: 12px;
  font-weight: 600;
  padding: 0 9px;
  font-variant-numeric: tabular-nums;
}
.limits-table .form-control {
  flex: 1 1 auto;
  min-width: 0;
  height: 34px;
  padding: 5px 10px;
  box-shadow: none;
  border: 1px solid #E2E0EA;
  border-radius: 0 9px 9px 0;
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
  font-variant-numeric: tabular-nums;
}
.limits-table .form-control::placeholder {
  font-weight: 400;
  color: rgba(110, 107, 123, 0.7);
}
.limits-table .form-control:focus {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.limits-table .sum_limit {
  display: inline-block;
  padding: 0 6px;
  border-radius: 6px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.limits-table .sum_limit.text-success {
  background: rgba(81, 186, 130, 0.14);
  color: #388c5f !important;
}
.limits-table .sum_limit.text-danger {
  background: #fdecea;
  color: #c0392b !important;
}
@media (max-width: 767px) {
  .bl-filter-field {
    flex: 1 1 auto;
  }
  .bl-panel > .panel-body {
    padding: 4px 12px 12px;
  }
  .limits-table .input-group {
    max-width: none;
  }
}
.tm-card {
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 14px;
}
.tm-card > .panel-body {
  padding: 18px;
}
.tm-grid {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.tm-field {
  min-width: 0;
}
.tm-field .form-group {
  margin: 0;
}
.tm-field label,
.tm-field .control-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.tm-field .form-control,
.tm-field select {
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  border: 1px solid #E2E0EA;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  font-size: 13.5px;
  color: #1A1626;
}
.tm-field .form-control:focus,
.tm-field select:focus {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.tm-field .selectize-control.form-control,
.tm-field .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.tm-field .selectize-input {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  background: #fff;
  font-size: 13.5px;
  color: #1A1626;
}
.tm-field .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.tm-field .selectize-dropdown {
  border-radius: 10px;
  border-color: #E2E0EA;
}
.tm-counts {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tm-count {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(26, 22, 38, 0.05);
  border: 1px solid rgba(26, 22, 38, 0.07);
  font-size: 12px;
  font-weight: 400;
  color: #6E6B7B;
  letter-spacing: 0;
  text-transform: none;
}
.tm-count strong {
  font-size: 13px;
  font-weight: 700;
  color: #1A1626;
}
.tm-count--lead {
  background: rgba(83, 41, 248, 0.08);
  border-color: rgba(83, 41, 248, 0.16);
  color: #5329F8;
}
.tm-count--lead strong {
  color: #5329F8;
}
.tm-roles {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.tm-role {
  min-width: 0;
  padding: 15px;
  border: 1px solid #edecf2;
  border-radius: 14px;
  background: #fff;
}
.tm-role--lead {
  border-color: rgba(83, 41, 248, 0.22);
  background: rgba(83, 41, 248, 0.025);
}
.tm-role-head {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 12px;
}
.tm-role-ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 22, 38, 0.05);
  color: #6E6B7B;
  font-size: 14px;
}
.tm-role--lead .tm-role-ico {
  background: rgba(83, 41, 248, 0.12);
  color: #5329F8;
}
.tm-role-tt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.tm-role-tt strong {
  font-size: 13.5px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.3;
}
.tm-role-tt span {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.45;
}
.tm-role .selectize-input {
  min-height: 40px;
  padding: 5px 8px;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  background: #fff;
}
.tm-role .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.tm-role .selectize-input > .item {
  background: rgba(83, 41, 248, 0.09) !important;
  border: 1px solid rgba(83, 41, 248, 0.18) !important;
  border-radius: 999px !important;
  color: #5329F8 !important;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px 3px 11px !important;
  margin: 2px 4px 2px 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.tm-role .selectize-input > .item .remove {
  position: static !important;
  border-left: 0 !important;
  padding: 0 !important;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.14);
  color: #5329F8 !important;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}
.tm-role .selectize-input > .item .remove:hover {
  background: #5329F8;
  color: #fff !important;
}
.tm-role .selectize-dropdown {
  border-radius: 10px;
  border-color: #E2E0EA;
}
@media (max-width: 767px) {
  .tm-card > .panel-body {
    padding: 14px;
  }
  .tm-counts {
    margin-left: 0;
    width: 100%;
  }
  .ap-wa-shead:has(.tm-counts) {
    flex-wrap: wrap;
  }
}
.imsg-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  margin: 0 50px 14px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #F59E0B 0%, #F97316 100%);
  box-shadow: 0 4px 14px rgba(180, 83, 9, 0.22);
  position: relative;
  z-index: 2;
}
.imsg-bar-ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 16px;
}
.imsg-bar-body {
  flex: 1;
  min-width: 0;
}
.imsg-bar-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1px;
}
.imsg-bar-text {
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.imsg-bar-text p:last-child {
  margin-bottom: 0;
}
.imsg-bar-text a {
  color: #fff;
  text-decoration: underline;
}
.imsg-modal .modal-dialog {
  max-width: 520px;
}
.imsg-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(23, 27, 42, 0.22);
}
.imsg-modal .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F59E0B 0%, #F97316 100%);
}
.imsg-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px 14px;
  border-bottom: 1px solid #FBE3C7;
  background: #FFF8F0;
}
.imsg-head .modal-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1A1626;
  line-height: 1.3;
}
.imsg-head-ico {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, 0.18);
  color: #C2410C;
  font-size: 17px;
}
.imsg-body {
  padding: 20px 22px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #1A1626;
  max-height: 60vh;
  overflow-y: auto;
}
.imsg-body p:last-child {
  margin-bottom: 0;
}
.imsg-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 22px 18px;
  border-top: 1px solid #E2E0EA;
  background: #fff;
}
.imsg-later {
  border: 1px solid #E2E0EA;
  background: #fff;
  border-radius: 10px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #6E6B7B;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.imsg-later:hover {
  background: rgba(26, 22, 38, 0.04);
  color: #1A1626;
}
.imsg-ack {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 18px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #F59E0B 0%, #F97316 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(180, 83, 9, 0.28);
  transition: filter 0.15s ease;
}
.imsg-ack i {
  font-size: 12px;
}
.imsg-ack:hover {
  filter: brightness(1.06);
  color: #fff;
}
.imsg-ack--bar {
  flex: 0 0 auto;
  align-self: center;
  min-height: 36px;
  padding: 8px 16px;
  background: #fff;
  color: #b45309;
  box-shadow: 0 2px 6px rgba(120, 53, 15, 0.18);
  border: 0;
  font-size: 12.5px;
  white-space: nowrap;
}
.imsg-ack--bar:hover {
  background: #fff7ed;
  color: #92400e;
  filter: none;
}
@media (max-width: 991px) {
  .imsg-bar {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .imsg-bar {
    flex-wrap: wrap;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 14px;
  }
  .imsg-ack--bar {
    width: 100%;
    justify-content: center;
  }
  .imsg-foot {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .imsg-ack,
  .imsg-later {
    justify-content: center;
    text-align: center;
  }
}
.im-card {
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 14px;
}
.im-card > .panel-body {
  padding: 18px;
}
.im-grid {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.im-field {
  min-width: 0;
  margin-bottom: 14px;
}
.im-field:last-child {
  margin-bottom: 0;
}
.im-field .form-group {
  margin: 0;
}
.im-field label,
.im-field .control-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.im-field > .form-control,
.im-field .form-group > .form-control,
.im-field select {
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  border: 1px solid #E2E0EA;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  font-size: 13.5px;
  color: #1A1626;
}
.im-field > .form-control:focus,
.im-field .form-group > .form-control:focus,
.im-field select:focus {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.im-field .selectize-control.form-control,
.im-field .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.im-field .selectize-control {
  width: 100%;
  display: block;
}
.im-field .selectize-input {
  min-height: 40px;
  padding: 5px 8px;
  width: 100%;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  background: #fff;
  font-size: 13.5px;
  color: #1A1626;
}
.im-field .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.im-field .selectize-input > .item {
  background: rgba(83, 41, 248, 0.09) !important;
  border: 1px solid rgba(83, 41, 248, 0.18) !important;
  border-radius: 999px !important;
  color: #5329F8 !important;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px 3px 11px !important;
  margin: 2px 4px 2px 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.im-field .selectize-input > .item .remove {
  position: static !important;
  border-left: 0 !important;
  padding: 0 !important;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.14);
  color: #5329F8 !important;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}
.im-field .selectize-input > .item .remove:hover {
  background: #5329F8;
  color: #fff !important;
}
.im-field .selectize-dropdown {
  border-radius: 10px;
  border-color: #E2E0EA;
}
.im-field .bootstrap-select {
  width: 100% !important;
}
.im-field .bootstrap-select > .btn {
  height: 40px;
  padding: 8px 12px;
  box-shadow: none !important;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-size: 13.5px;
  color: #1A1626 !important;
}
.im-hint {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.45;
}
.im-field--editor .note-editor,
.im-field--editor .note-frame {
  border: 1px solid #E2E0EA !important;
  border-radius: 10px;
  overflow: hidden;
}
.im-field--editor .note-toolbar {
  background: rgba(26, 22, 38, 0.03);
  border-bottom: 1px solid #E2E0EA;
}
.im-active {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 16px;
  padding: 13px 16px;
  border: 1px solid #edecf2;
  border-radius: 14px;
  background: #fff;
}
.im-active-ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(81, 186, 130, 0.13);
  color: #3a9364;
  font-size: 15px;
}
.im-active-tt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.im-active-tt strong {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
}
.im-active-tt span {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
}
.im-active-switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.im-active-switch .switchery {
  margin: 0;
}
@media (max-width: 767px) {
  .im-card > .panel-body {
    padding: 14px;
  }
}
.page-title-sub {
  margin: 6px 0 0 52px;
  font-size: 12.5px;
  font-weight: 400;
  color: #6E6B7B;
  line-height: 1.45;
  letter-spacing: normal;
  text-transform: none;
  max-width: 620px;
}
@media (max-width: 575px) {
  .page-title-sub {
    margin-left: 0;
  }
}
.gp-card {
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 14px;
}
.gp-card > .panel-body {
  padding: 18px;
}
.gp-grid {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.gp-field {
  min-width: 0;
}
.gp-field .form-group {
  margin: 0;
}
.gp-field label,
.gp-field .control-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.gp-field .selectize-control.form-control,
.gp-field .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.gp-field .selectize-control {
  width: 100%;
  display: block;
}
.gp-field .form-control,
.gp-field select,
.gp-field .selectize-input {
  min-height: 40px;
  height: auto;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none !important;
  font-size: 13.5px;
  color: #1A1626;
}
.gp-field .form-control:focus,
.gp-field select:focus,
.gp-field .selectize-input:focus,
.gp-field .form-control.focus,
.gp-field select.focus,
.gp-field .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.gp-field .bootstrap-select {
  width: 100% !important;
}
.gp-field .bootstrap-select > .btn {
  height: 40px;
  padding: 8px 12px;
}
.gp-perms-head {
  flex-wrap: wrap;
}
.gp-total {
  margin-left: auto;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(83, 41, 248, 0.08);
  border: 1px solid rgba(83, 41, 248, 0.16);
  font-size: 12px;
  color: #5329F8;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}
.gp-total strong {
  font-size: 14px;
  font-weight: 700;
}
.gp-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.gp-search {
  position: relative;
  flex: 1 1 260px;
  min-width: 200px;
  display: flex;
  align-items: center;
}
.gp-search > i {
  position: absolute;
  left: 13px;
  font-size: 13px;
  color: #6E6B7B;
  pointer-events: none;
}
.gp-search input {
  width: 100%;
  height: 40px;
  padding: 8px 14px 8px 36px;
  border: 1px solid #E2E0EA;
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
  color: #1A1626;
  outline: none;
}
.gp-search input::placeholder {
  color: rgba(110, 107, 123, 0.75);
}
.gp-search input:focus {
  border-color: rgba(83, 41, 248, 0.45);
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1);
}
.gp-bulk {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid #E2E0EA;
  background: #fff;
  font-size: 12.5px;
  font-weight: 600;
  color: #6E6B7B;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.gp-bulk i {
  font-size: 12px;
}
.gp-bulk:hover {
  background: rgba(83, 41, 248, 0.06);
  border-color: rgba(83, 41, 248, 0.3);
  color: #5329F8;
}
.gp-modules {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  align-items: start;
}
.gp-module {
  min-width: 0;
  border: 1px solid #edecf2;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.gp-module.is-on {
  border-color: rgba(83, 41, 248, 0.24);
}
.gp-module-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(226, 224, 234, 0.7);
  background: rgba(26, 22, 38, 0.02);
}
.gp-module.is-on .gp-module-head {
  background: rgba(83, 41, 248, 0.05);
}
.gp-module-ico {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 22, 38, 0.06);
  color: #6E6B7B;
  font-size: 13px;
}
.gp-module.is-on .gp-module-ico {
  background: rgba(83, 41, 248, 0.12);
  color: #5329F8;
}
.gp-module-name {
  flex: 1;
  min-width: 0;
  font-size: 12.5px;
  font-weight: 700;
  color: #1A1626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gp-module-count {
  flex: 0 0 auto;
  font-size: 11.5px;
  font-weight: 600;
  color: #6E6B7B;
  font-variant-numeric: tabular-nums;
}
.gp-module.is-on .gp-module-count {
  color: #5329F8;
}
.gp-module-toggle {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E0EA;
  border-radius: 7px;
  background: #fff;
  color: #6E6B7B;
  font-size: 11px;
  cursor: pointer;
}
.gp-module-toggle:hover {
  background: rgba(83, 41, 248, 0.08);
  border-color: rgba(83, 41, 248, 0.3);
  color: #5329F8;
}
.gp-module-body {
  padding: 8px 12px 10px;
}
.gp-perm .checkbox-custom {
  margin: 0;
  padding: 4px 0 4px 26px;
}
.gp-perm label {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  color: #1A1626;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
}
.gp-perm input:checked + label {
  font-weight: 600;
  color: #5329F8;
}
@media (max-width: 767px) {
  .gp-card > .panel-body {
    padding: 14px;
  }
  .gp-total {
    margin-left: 0;
  }
  .gp-bulk {
    flex: 1 1 auto;
    justify-content: center;
  }
}
.as-card {
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 14px;
}
.as-card > .panel-body {
  padding: 18px;
}
.as-grid {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.as-field {
  min-width: 0;
}
.as-field .form-group {
  margin: 0;
}
.as-field label,
.as-field .control-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.as-field .selectize-control.form-control,
.as-field .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.as-field .selectize-control {
  width: 100%;
  display: block;
}
.as-field .bootstrap-select {
  width: 100% !important;
}
.as-field .form-control,
.as-field select,
.as-field .selectize-input {
  min-height: 40px;
  height: auto;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none !important;
  font-size: 13.5px;
  color: #1A1626;
}
.as-field .form-control:focus,
.as-field select:focus,
.as-field .selectize-input:focus,
.as-field .form-control.focus,
.as-field select.focus,
.as-field .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.as-field .bootstrap-select > .btn {
  height: 40px;
  padding: 8px 12px;
}
.as-active {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 16px;
  padding: 13px 16px;
  border: 1px solid #edecf2;
  border-radius: 14px;
  background: #fff;
}
.as-active-ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(81, 186, 130, 0.13);
  color: #3a9364;
  font-size: 15px;
}
.as-active-tt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.as-active-tt strong {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
}
.as-active-tt span {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
}
.as-active-switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.as-active-switch .switchery {
  margin: 0;
}
.as-scope {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.as-scope > div {
  margin: 0 !important;
}
.as-acts-head {
  flex-wrap: wrap;
}
.as-count {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0;
}
.as-del {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #E2E0EA;
  font-size: 12.5px;
  font-weight: 600;
  color: #6E6B7B;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.as-del i {
  font-size: 12px;
}
.as-del:hover {
  background: #fdecea;
  border-color: #f4c7c3;
  color: #c0392b;
}
.as-add {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 15px;
  border-radius: 10px;
  background: rgba(83, 41, 248, 0.08);
  border: 1px solid rgba(83, 41, 248, 0.22);
  font-size: 12.5px;
  font-weight: 600;
  color: #5329F8;
  letter-spacing: 0;
  text-transform: none;
}
.as-add i {
  font-size: 11px;
}
.as-add:hover,
.as-add:focus {
  background: rgba(83, 41, 248, 0.13);
  color: #5329F8;
  text-decoration: none;
}
.as-acts {
  width: 100%;
  margin: 14px 0 0;
  background: transparent;
}
.as-acts > thead > tr > th {
  border: 0 !important;
  border-bottom: 1px solid #E2E0EA !important;
  background: transparent;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6E6B7B;
  white-space: nowrap;
}
.as-acts > tbody > tr {
  background: transparent !important;
}
.as-acts > tbody > tr > td {
  border: 0 !important;
  border-top: 1px solid rgba(226, 224, 234, 0.6) !important;
  padding: 11px 10px;
  vertical-align: middle;
  background: transparent !important;
  font-size: 13px;
  color: #1A1626;
}
.as-acts > tbody > tr:first-child > td {
  border-top: 0 !important;
}
.as-acts > tbody > tr:hover > td {
  background: rgba(83, 41, 248, 0.03) !important;
}
.as-acts-check {
  width: 46px;
}
.as-acts-name {
  font-weight: 600;
}
.as-acts-actions {
  text-align: right;
  white-space: nowrap;
}
.as-acts-type .act-type-ico,
.as-acts-type .btn {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 12px;
}
.as-when {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #6E6B7B;
}
.as-when i {
  font-size: 12px;
  color: rgba(83, 41, 248, 0.55);
}
@media (max-width: 767px) {
  .as-card > .panel-body {
    padding: 14px;
  }
  .as-count {
    margin-left: 0;
  }
  .as-add,
  .as-del {
    flex: 1 1 auto;
    justify-content: center;
  }
}
.av-card {
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 14px;
}
.av-card > .panel-body {
  padding: 18px;
}
.av-grid {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.av-grid--hours {
  margin-top: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.av-field {
  min-width: 0;
}
.av-field + .av-field--full {
  margin-top: 14px;
}
.av-field .form-group {
  margin: 0;
}
.av-field label,
.av-field .control-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.av-field .selectize-control.form-control,
.av-field .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.av-field .selectize-control {
  width: 100%;
  display: block;
}
.av-field .bootstrap-select {
  width: 100% !important;
}
.av-field .form-control,
.av-field select,
.av-field .selectize-input {
  min-height: 40px;
  height: auto;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none !important;
  font-size: 13.5px;
  color: #1A1626;
}
.av-field .form-control:focus,
.av-field select:focus,
.av-field .selectize-input:focus,
.av-field .form-control.focus,
.av-field select.focus,
.av-field .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.av-field .bootstrap-select > .btn {
  height: 40px;
  padding: 8px 12px;
}
.av-field textarea.form-control {
  min-height: 92px;
  resize: vertical;
}
.av-field .input-group {
  display: flex;
  width: 100%;
}
.av-field .input-group-addon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: auto;
  border: 1px solid #E2E0EA;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: rgba(26, 22, 38, 0.04);
  color: #6E6B7B;
  padding: 0 11px;
}
.av-field .input-group .form-control {
  border-radius: 0 10px 10px 0 !important;
}
.av-field .selectize-input > .item {
  background: rgba(83, 41, 248, 0.09) !important;
  border: 1px solid rgba(83, 41, 248, 0.18) !important;
  border-radius: 999px !important;
  color: #5329F8 !important;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px 3px 11px !important;
  margin: 2px 4px 2px 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.av-field .selectize-input > .item .remove {
  position: static !important;
  border-left: 0 !important;
  padding: 0 !important;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.14);
  color: #5329F8 !important;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
}
.av-field .selectize-input > .item .remove:hover {
  background: #5329F8;
  color: #fff !important;
}
.av-hint {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.45;
}
.av-when {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid rgba(83, 41, 248, 0.12);
}
.av-when--alert {
  margin-top: 14px;
}
.av-when-word {
  font-size: 13px;
  color: #1A1626;
}
.av-when-num {
  flex: 0 0 90px;
}
.av-when-num .form-group {
  margin: 0;
}
.av-when-num label {
  display: none;
}
.av-when-num .form-control {
  width: 100%;
  height: 40px;
  padding: 9px 12px;
  text-align: center;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none !important;
  font-size: 13.5px;
  font-weight: 700;
  color: #1A1626;
  font-variant-numeric: tabular-nums;
}
.av-when-num .form-control:focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.av-when-sel {
  flex: 0 1 170px;
  min-width: 140px;
}
.av-when-sel .form-group {
  margin: 0;
}
.av-when-sel .bootstrap-select {
  width: 100% !important;
}
.av-when-sel .selectize-control.form-control,
.av-when-sel .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.av-when-sel .selectize-control {
  width: 100%;
  display: block;
}
.av-when-sel select,
.av-when-sel .form-control,
.av-when-sel .bootstrap-select > .btn,
.av-when-sel .selectize-input {
  min-height: 40px;
  height: 40px;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 13.5px;
  color: #1A1626 !important;
}
.av-when-sel .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.av-when-sel .selectize-dropdown {
  border-radius: 10px;
  border-color: #E2E0EA;
}
.av-when-sel--wide {
  flex: 1 1 260px;
}
.av-alert {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  border: 1px solid #edecf2;
  border-radius: 14px;
  background: #fff;
}
.av-alert-ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 15px;
}
.av-alert-tt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.av-alert-tt strong {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
}
.av-alert-tt span {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
}
.av-alert-cb {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.av-alert-cb label {
  margin: 0;
  padding-left: 22px;
  min-height: 22px;
}
@media (max-width: 767px) {
  .av-card > .panel-body {
    padding: 14px;
  }
  .av-when {
    padding: 12px;
  }
  .av-when-num,
  .av-when-sel {
    flex: 1 1 100%;
  }
}
.nw-card {
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 14px;
}
.nw-card > .panel-body {
  padding: 18px;
}
.nw-field {
  min-width: 0;
  margin-bottom: 14px;
}
.nw-field:last-child {
  margin-bottom: 0;
}
.nw-field .form-group {
  margin: 0;
}
.nw-field label,
.nw-field .control-label {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.nw-field .selectize-control.form-control,
.nw-field .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.nw-field .selectize-control {
  width: 100%;
  display: block;
}
.nw-field .bootstrap-select {
  width: 100% !important;
}
.nw-field .form-control,
.nw-field select,
.nw-field .selectize-input {
  min-height: 40px;
  height: auto;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #E2E0EA !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none !important;
  font-size: 13.5px;
  color: #1A1626;
}
.nw-field .form-control:focus,
.nw-field select:focus,
.nw-field .selectize-input:focus,
.nw-field .form-control.focus,
.nw-field select.focus,
.nw-field .selectize-input.focus {
  border-color: rgba(83, 41, 248, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.1) !important;
}
.nw-field .bootstrap-select > .btn {
  height: 40px;
  padding: 8px 12px;
}
.nw-field--agent {
  max-width: 340px;
}
.nw-field--editor .note-editor,
.nw-field--editor .note-frame {
  border: 1px solid #E2E0EA !important;
  border-radius: 10px;
  overflow: hidden;
}
.nw-field--editor .note-toolbar {
  background: rgba(26, 22, 38, 0.03);
  border-bottom: 1px solid #E2E0EA;
}
@media (max-width: 767px) {
  .nw-card > .panel-body {
    padding: 14px;
  }
  .nw-field--agent {
    max-width: none;
  }
}
.asa-header-sub {
  margin: 6px 48px 0 0;
  opacity: 0.85;
  font-size: 12.5px;
  line-height: 1.45;
}
.asa-body {
  padding: 18px;
}
.asa-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.asa-head-ico {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 15px;
}
.asa-head-tt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.asa-head-tt strong {
  font-size: 14px;
  font-weight: 700;
  color: #1A1626;
}
.asa-head-tt span {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
}
.asa-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 12.5px;
  font-weight: 700;
}
.asa-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.asa-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  min-width: 0;
  border: 1px solid #edecf2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
}
.asa-step {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(83, 41, 248, 0.1);
  color: #5329F8;
  font-size: 11.5px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.asa-item + .asa-item::before {
  content: '';
  position: absolute;
  left: 27px;
  top: -11px;
  width: 1px;
  height: 11px;
  background: rgba(83, 41, 248, 0.22);
}
.asa-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
.asa-ico .btn,
.asa-ico .act-type-ico {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 12px;
  margin: 0 !important;
}
.asa-main {
  flex: 1;
  min-width: 0;
}
.asa-date {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 54px;
  padding: 5px 9px;
  border-radius: 10px;
  background: rgba(83, 41, 248, 0.07);
  border: 1px solid rgba(83, 41, 248, 0.15);
  line-height: 1.15;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.asa-date strong {
  font-size: 12.5px;
  font-weight: 700;
  color: #5329F8;
  white-space: nowrap;
}
.asa-date > span {
  font-size: 10.5px;
  color: rgba(83, 41, 248, 0.7);
}
.asa-date.is-approx {
  background: #fff4e5;
  border-color: #f6dcb4;
}
.asa-date.is-approx strong {
  color: #b26a00;
}
.asa-date.is-approx > span {
  color: #c78a34;
}
.asa-name {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.35;
}
.asa-when {
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6E6B7B;
}
.asa-when i {
  font-size: 11px;
  color: rgba(83, 41, 248, 0.55);
}
.match-thumb-cell {
  white-space: nowrap;
}
.match-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 54px;
  border-radius: 10px;
  overflow: hidden;
  background: #F2F3F7;
  border: 1px solid #edecf2;
}
.match-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.match-thumb > i {
  font-size: 18px;
  color: #b9bfcb;
}
.match-attr-cell {
  white-space: nowrap;
}
.match-attr-cell strong {
  font-weight: 700;
  color: #1A1626;
}
.match-attr-sub {
  font-size: 12px;
  color: #6E6B7B;
  margin-top: 2px;
}
.match-attr-key {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #aab1bd;
}
#toast-container > .toast {
  position: relative;
  width: 360px;
  min-height: 0;
  margin: 0 0 10px;
  padding: 14px 44px 18px 60px;
  overflow: visible;
  background: #fff;
  color: #1A1626;
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(20, 16, 40, 0.1), 0 2px 6px rgba(20, 16, 40, 0.05);
  opacity: 1;
  filter: none;
  background-image: none;
  animation: wa-toast-in 0.26s cubic-bezier(0.2, 0.8, 0.25, 1) both;
}
#toast-container > .toast:hover {
  opacity: 1;
  box-shadow: 0 14px 34px rgba(20, 16, 40, 0.13), 0 2px 6px rgba(20, 16, 40, 0.05);
}
#toast-container > .toast:not(.toast-just-text):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 14px;
  margin: auto 0;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;
  transform: none;
}
#toast-container > .toast-just-text {
  padding-left: 18px;
}
#toast-container .toast-title {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: #1A1626;
}
#toast-container .toast-message {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: #1A1626;
}
#toast-container .toast-message a,
#toast-container .toast-message label {
  color: #5329F8;
  font-weight: 600;
}
#toast-container .toast-message a:hover {
  color: #3708f0;
  text-decoration: underline;
}
#toast-container .toast-close-button {
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 10px;
  margin: auto 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #A2A6B4;
  text-shadow: none;
  -webkit-text-shadow: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  opacity: 1;
  filter: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
#toast-container .toast-close-button:hover,
#toast-container .toast-close-button:focus {
  color: #1A1626;
  background: #F1F2F6;
  opacity: 1;
  filter: none;
}
#toast-container .toast-progress {
  left: 14px;
  right: 14px;
  bottom: 8px;
  width: auto;
  height: 2px;
  border-radius: 999px;
  opacity: 0.5;
  filter: none;
}
#toast-container > .toast-success:before {
  background-color: rgba(16, 185, 129, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310B981' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
#toast-container > .toast-success .toast-progress {
  background: #10B981;
}
#toast-container > .toast-error:before {
  background-color: rgba(240, 68, 56, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F04438' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.2'/%3E%3Cpath d='M12 7.6v5'/%3E%3Cpath d='M12 16.2h.01'/%3E%3C/svg%3E");
}
#toast-container > .toast-error .toast-progress {
  background: #F04438;
}
#toast-container > .toast-warning:before {
  background-color: rgba(245, 158, 11, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F59E0B' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.7 18-8-14a2 2 0 0 0-3.4 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.7-3'/%3E%3Cpath d='M12 9.5v3.5'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
}
#toast-container > .toast-warning .toast-progress {
  background: #F59E0B;
}
#toast-container > .toast-info:before,
#toast-container > .toast:not(.toast-success):not(.toast-error):not(.toast-warning):not(.toast-just-text):before {
  background-color: rgba(83, 41, 248, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235329F8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.2'/%3E%3Cpath d='M12 16.4v-4.6'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
}
#toast-container > .toast-info .toast-progress {
  background: #5329F8;
}
@keyframes wa-toast-in {
  from {
    transform: translate3d(14px, -6px, 0) scale(0.97);
  }
  to {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  #toast-container > .toast {
    animation: none;
  }
}
@media (max-width: 767px) {
  #toast-container.toast-top-right,
  #toast-container.toast-bottom-right,
  #toast-container.toast-top-left,
  #toast-container.toast-bottom-left {
    left: 12px;
    right: 12px;
    width: auto;
  }
  #toast-container > .toast {
    width: 100%;
  }
}
.switchery {
  border-radius: 999px;
  transition: border-color 0.2s ease;
}
.switchery > small {
  transform: scale(0.84);
  box-shadow: 0 1px 2px rgba(20, 16, 40, 0.2), 0 2px 6px rgba(20, 16, 40, 0.1);
  transition: left 0.18s cubic-bezier(0.2, 0.8, 0.25, 1);
}
.switchery:focus-within {
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.22);
}
@media (prefers-reduced-motion: reduce) {
  .switchery > small {
    transition: none;
  }
}
.au-page {
  padding-bottom: 100px;
}
.au-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
  align-items: start;
}
.au-shell--solo {
  grid-template-columns: minmax(0, 1fr);
}
.au-main {
  min-width: 0;
}
.au-aside {
  min-width: 0;
  position: sticky;
  top: 84px;
}
.au-card {
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
  margin-bottom: 20px;
}
.au-card > .panel-body {
  padding: 22px 24px 24px;
}
.au-shead {
  align-items: center;
}
.au-step {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 9px;
  background: rgba(83, 41, 248, 0.09);
  font-size: 13px;
  font-weight: 700;
  color: #5329F8;
}
.au-state {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #edecf2;
  border-radius: 12px;
  background: rgba(83, 41, 248, 0.03);
}
.au-state-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #edecf2;
  color: #5329F8;
  font-size: 16px;
}
.au-state-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}
.au-state-text strong {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.3;
}
.au-state-text span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
}
.au-state-switch {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.au-sub {
  margin: 4px 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.au-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 4px 18px;
}
.au-field {
  min-width: 0;
  margin-bottom: 14px;
}
.au-field label,
.au-field .control-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.au-field .form-group {
  margin-bottom: 0;
}
.au-field .selectize-control.form-control,
.au-field .bootstrap-select.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.au-field--wide {
  grid-column: 1 / -1;
}
.au-hint {
  display: block;
  margin-top: 5px;
  font-size: 11.5px;
  color: #6E6B7B;
  line-height: 1.4;
}
.au-note {
  margin: 0;
  color: #6E6B7B;
  font-size: 13px;
}
.au-range {
  display: flex;
  align-items: center;
  gap: 8px;
}
.au-range-sep {
  color: #6E6B7B;
}
.in-radio-custom.au-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
}
.in-radio-custom.au-pills > li.radio-custom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.in-radio-custom.au-pills > li.radio-custom input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.in-radio-custom.au-pills > li.radio-custom > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 16px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid #edecf2;
  background: #fff;
  font-size: 12.5px;
  font-weight: 600;
  color: #6E6B7B;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}
.in-radio-custom.au-pills > li.radio-custom > label:before {
  content: '';
  position: static;
  margin: 0;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #C9CBD6;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.in-radio-custom.au-pills > li.radio-custom > label:after {
  display: none;
}
.in-radio-custom.au-pills > li.radio-custom > label:hover {
  color: #1A1626;
  border-color: #d7d4e2;
}
.in-radio-custom.au-pills > li.radio-custom > input[type="radio"]:checked + label {
  color: #5329F8;
  border-color: rgba(83, 41, 248, 0.45);
  background: rgba(83, 41, 248, 0.05);
}
.in-radio-custom.au-pills > li.radio-custom > input[type="radio"]:checked + label:before {
  border-color: #5329F8;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 14px #5329F8;
}
.in-radio-custom.au-pills > li.radio-custom > input[type="radio"]:focus-visible + label {
  outline: 2px solid #5329F8;
  outline-offset: 2px;
}
.au-when {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.au-when .form-group {
  margin-bottom: 0;
}
.au-when .form-control {
  min-width: 0;
}
.au-when-num {
  width: 92px;
}
.au-when-sel {
  min-width: 150px;
}
.au-when-sel--wide {
  min-width: 260px;
  flex: 1 1 260px;
}
.au-when-word {
  font-size: 13px;
  color: #6E6B7B;
}
.au-days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.au-acts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  align-items: start;
}
.au-act {
  min-width: 0;
  padding: 16px 18px 18px;
  border: 1px solid #edecf2;
  border-radius: 12px;
  background: #fff;
}
.au-act--full {
  margin-top: 16px;
}
.au-act-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #5329F8;
}
.au-act-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(83, 41, 248, 0.09);
  font-size: 13px;
}
.au-check {
  margin: 0 0 10px;
}
.au-check label {
  font-size: 13px;
  font-weight: 500;
  color: #1A1626;
}
.au-well {
  margin: 4px 0 14px;
  padding: 0;
}
.au-well.in {
  padding: 14px 16px 4px;
  border: 1px solid #edecf2;
  border-radius: 11px;
  background: rgba(83, 41, 248, 0.025);
}
.au-testbtn {
  margin-top: 8px;
}
.au-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.au-target {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 20px 26px;
  border-radius: 14px;
  background: linear-gradient(145deg, #6B46F5 0%, #5329F8 45%, #8B5CF6 100%);
  box-shadow: 0 10px 26px rgba(83, 41, 248, 0.26);
  color: #fff;
}
.au-target-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 19px;
}
.au-target-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.88;
}
.au-target-value {
  margin-top: 4px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.15;
}
.au-sum {
  padding: 18px 18px 8px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #edecf2;
  box-shadow: 0 2px 16px rgba(83, 41, 248, 0.06);
}
.au-sum-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #1A1626;
}
.au-sum-head-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(83, 41, 248, 0.09);
  color: #5329F8;
  font-size: 13px;
}
.au-sum-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 14px;
}
.au-sum-ico {
  flex: 0 0 16px;
  width: 16px;
  margin-top: 2px;
  color: #5329F8;
  font-size: 14px;
  text-align: center;
}
.au-sum-dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin: 5px 3px 0;
  border-radius: 50%;
  background: #51BA82;
  box-shadow: 0 0 0 3px rgba(81, 186, 130, 0.18);
}
.au-sum-dot.is-off {
  background: #B6B4C2;
  box-shadow: 0 0 0 3px rgba(182, 180, 194, 0.2);
}
.au-sum-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.au-sum-key {
  font-size: 11px;
  color: #6E6B7B;
  line-height: 1.35;
}
.au-sum-val {
  font-size: 13px;
  font-weight: 600;
  color: #1A1626;
  line-height: 1.4;
  word-break: break-word;
}
.au-sum-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}
.au-sum-chip {
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
  font-size: 11.5px;
  font-weight: 600;
}
.au-sum-empty {
  font-size: 12.5px;
  font-weight: 400;
  color: #6E6B7B;
}
@media (max-width: 1199px) {
  .au-shell {
    grid-template-columns: 1fr;
  }
  .au-aside {
    position: static;
    order: -1;
  }
  .au-side {
    flex-direction: row;
  }
  .au-target,
  .au-sum {
    flex: 1 1 0;
  }
}
@media (max-width: 767px) {
  .au-card > .panel-body {
    padding: 18px 16px 20px;
  }
  .au-side {
    flex-direction: column;
  }
  .au-when-num {
    width: 80px;
  }
  .au-when-sel,
  .au-when-sel--wide {
    min-width: 0;
    flex: 1 1 140px;
  }
}
.selectize-dropdown {
  z-index: 1250;
  box-shadow: 0 10px 28px rgba(20, 16, 40, 0.12), 0 2px 6px rgba(20, 16, 40, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.selectize-dropdown-content {
  max-height: 280px;
}
.selectize-dropdown-content .option {
  white-space: normal;
  line-height: 1.35;
}
.panel.cs-dropdown-open {
  z-index: 1100 !important;
}
.selectize-control.cs-flip > .selectize-dropdown {
  top: auto !important;
  bottom: 100%;
  margin: 0 0 4px;
  box-shadow: 0 -10px 28px rgba(20, 16, 40, 0.12), 0 -2px 6px rgba(20, 16, 40, 0.05);
}
.apsp-header-sub {
  margin: 6px 48px 0 0;
  opacity: 0.85;
  font-size: 12.5px;
}
.apsp-body {
  padding: 22px 22px 96px;
}
.apsp-prop {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 14px;
  margin-bottom: 18px;
  background: rgba(83, 41, 248, 0.04);
  border: 1px solid #E7E4F3;
  border-radius: 14px;
}
.apsp-prop-photo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 58px;
  border-radius: 11px;
  overflow: hidden;
  background: #F2F3F7;
  border: 1px solid #edecf2;
  color: #b9bfcb;
  font-size: 18px;
}
.apsp-prop-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.apsp-prop-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.apsp-prop-top {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
}
.apsp-prop-price {
  font-size: 15px;
  font-weight: 700;
  color: #5329F8;
}
.apsp-prop-price .blue-600,
.apsp-prop-price span {
  color: #5329F8 !important;
}
.apsp-prop-ref {
  font-size: 11px;
  font-weight: 600;
  color: #6E6B7B;
}
.apsp-prop-zone {
  font-size: 12.5px;
  font-weight: 600;
  color: #1A1626;
}
.apsp-prop-zone i {
  font-size: 12px;
  color: #aab1bd;
  margin-right: 3px;
}
.apsp-prop-title {
  font-size: 12px;
  color: #6E6B7B;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.apsp-card {
  background: #fff;
  border: 1px solid #edecf2;
  border-radius: 14px;
  padding: 16px 18px 18px;
  margin-bottom: 16px;
  box-shadow: 0 1px 2px rgba(23, 27, 42, 0.04);
}
.apsp-card .ap-wa-shead {
  margin-bottom: 14px;
}
.apsp-field {
  margin: 0;
}
.apsp-field .form-group {
  margin-bottom: 0;
}
.apsp-field textarea.form-control {
  min-height: 84px;
  resize: vertical;
}
.apsp-field .selectize-control.form-control {
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.apsp-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 12px 8px;
  color: #6E6B7B;
}
.apsp-empty.is-shown {
  display: flex;
}
.apsp-empty-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 13px;
  background: rgba(83, 41, 248, 0.07);
  color: #5329F8;
  font-size: 18px;
}
.apsp-empty-tt {
  font-size: 12.5px;
  line-height: 1.45;
  max-width: 260px;
}
.contact-actions .contact-action-link .ap-source-ico {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  object-fit: contain;
  border-radius: 3px;
  display: block;
}
.lg-page:before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(11, 8, 32, 0.93) 0%, rgba(11, 8, 32, 0.84) 32%, rgba(11, 8, 32, 0.48) 56%, rgba(11, 8, 32, 0.24) 100%);
}
.page-login.page-dark.layout-full.lg-page .lg-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 470px);
  align-items: center;
  gap: clamp(24px, 3.5vw, 56px);
  min-height: 100vh;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px clamp(20px, 4vw, 48px);
  text-align: left;
  background: none;
}
.page-login.page-dark.layout-full.lg-page .lg-hero {
  max-width: 560px;
  min-width: 0;
  color: #fff;
}
.page-login.page-dark.layout-full.lg-page .lg-hero-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #fff;
}
.page-login.page-dark.layout-full.lg-page .lg-hl {
  background: linear-gradient(90deg, #C4B5FD 0%, #E9D5FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #C4B5FD;
}
.page-login.page-dark.layout-full.lg-page .lg-hero-sub {
  margin: 0;
  max-width: 30em;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.page-login.page-dark.layout-full.lg-page .lg-hero-rule {
  display: block;
  width: 56px;
  height: 3px;
  margin: 26px 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8B5CF6, #C4B5FD);
}
.page-login.page-dark.layout-full.lg-page .lg-feats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-login.page-dark.layout-full.lg-page .lg-feat {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 17px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.page-login.page-dark.layout-full.lg-page .lg-feat-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(139, 92, 246, 0.22);
  color: #C4B5FD;
  font-size: 15px;
}
.page-login.page-dark.layout-full.lg-page .lg-feat-txt {
  font-size: 12.5px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}
.page-login.page-dark.layout-full.lg-page .lg-feat-txt strong {
  display: block;
  font-weight: 600;
  color: #fff;
}
.page-login.page-dark.layout-full.lg-page .lg-panel {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}
.page-login.page-dark.layout-full.lg-page .panel.lg-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 470px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 26px;
  background: #FCFCFE;
  box-shadow: 0 30px 70px rgba(6, 4, 22, 0.42), 0 2px 8px rgba(6, 4, 22, 0.18);
}
.page-login.page-dark.layout-full.lg-page .panel.lg-card > .panel-body {
  padding: 40px 42px 30px;
}
.page-login.page-dark.layout-full.lg-page .lg-card-accent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 118px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #7C3AED, #A855F7);
}
.page-login.page-dark.layout-full.lg-page .lg-brand {
  margin: 0 0 22px !important;
  text-align: center;
}
.page-login.page-dark.layout-full.lg-page .lg-brand .brand-img {
  width: auto;
  max-height: 62px;
  margin: 0 auto 14px;
  display: block;
}
.page-login.page-dark.layout-full.lg-page .lg-brand .brand-text {
  margin: 0;
  font-size: 26px !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1A1626;
}
.page-login.page-dark.layout-full.lg-page .lg-brand .brand-text sup {
  top: -0.55em;
  margin-left: 6px;
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  color: #5329F8;
  text-transform: none;
}
.page-login.page-dark.layout-full.lg-page .lg-card .panel-body > p {
  margin: -12px 0 24px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #6E6B7B;
}
.page-login.page-dark.layout-full.lg-page .lg-card .form-group > label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #1A1626;
  margin-bottom: 7px;
}
.page-login.page-dark.layout-full.lg-page .lg-card .input-group {
  display: flex;
  align-items: center;
  border: 1px solid #E2E0EA;
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-login.page-dark.layout-full.lg-page .lg-card .input-group:focus-within {
  border-color: #5329F8;
  box-shadow: 0 0 0 3px rgba(83, 41, 248, 0.12);
}
.page-login.page-dark.layout-full.lg-page .lg-card .input-group:focus-within .input-group-addon {
  border: 0;
}
.page-login.page-dark.layout-full.lg-page .lg-card .input-group .input-group-addon {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0 0 0 8px;
  border: 0;
  background: transparent;
  color: #5329F8;
}
.page-login.page-dark.layout-full.lg-page .lg-card .input-group .input-group-addon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(83, 41, 248, 0.08);
  color: #5329F8;
  font-size: 14px;
}
.page-login.page-dark.layout-full.lg-page .lg-card .input-group .form-control {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 52px;
  padding: 10px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.page-login.page-dark.layout-full.lg-page .lg-card .input-group .form-control:focus {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.page-login.page-dark.layout-full.lg-page .lg-card .lg-eye {
  cursor: pointer;
  padding: 0 14px;
  border: 0;
  border-left: 1px solid #E2E0EA;
  border-radius: 0;
  color: #6E6B7B;
}
.page-login.page-dark.layout-full.lg-page .lg-card .lg-eye i {
  width: auto;
  height: auto;
  background: none;
  color: #6E6B7B;
  font-size: 15px;
}
.page-login.page-dark.layout-full.lg-page .lg-card .lg-eye:hover i {
  color: #5329F8;
}
.page-login.page-dark.layout-full.lg-page .lg-card .btn-primary.btn-block {
  height: 54px;
  border-radius: 13px;
  border: 0;
  background: linear-gradient(90deg, #7C3AED 0%, #A855F7 100%);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.32);
}
.page-login.page-dark.layout-full.lg-page .lg-card .btn-primary.btn-block:hover,
.page-login.page-dark.layout-full.lg-page .lg-card .btn-primary.btn-block:focus {
  background: linear-gradient(90deg, #6D28D9 0%, #9333EA 100%);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.4);
  transform: translateY(-1px);
}
.page-login.page-dark.layout-full.lg-page .lg-card .btn-primary.btn-block:active {
  transform: none;
}
.page-login.page-dark.layout-full.lg-page .lg-foot {
  position: static;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #E2E0EA;
  text-align: center;
}
.page-login.page-dark.layout-full.lg-page .lg-foot > p {
  margin: 0 0 14px;
  font-size: 11.5px;
  color: #6E6B7B;
  text-transform: none;
}
.page-login.page-dark.layout-full.lg-page .lg-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: left;
}
.page-login.page-dark.layout-full.lg-page .lg-secure-ico {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(83, 41, 248, 0.09);
  color: #5329F8;
  font-size: 15px;
}
.page-login.page-dark.layout-full.lg-page .lg-secure-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.page-login.page-dark.layout-full.lg-page .lg-secure-txt strong {
  font-size: 12px;
  font-weight: 600;
  color: #1A1626;
}
.page-login.page-dark.layout-full.lg-page .lg-secure-txt span {
  font-size: 11px;
  color: #6E6B7B;
}
@media (max-width: 1099px) {
  .page-login.page-dark.layout-full.lg-page .lg-shell {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    padding: 28px 18px;
  }
  .page-login.page-dark.layout-full.lg-page .lg-hero {
    display: none;
  }
  .page-login.page-dark.layout-full.lg-page .lg-panel {
    justify-content: center;
    width: 100%;
  }
  .page-login.page-dark.layout-full.lg-page .panel.lg-card {
    max-width: 440px;
  }
}
@media (max-width: 575px) {
  .page-login.page-dark.layout-full.lg-page .lg-shell {
    padding: 18px 14px;
  }
  .page-login.page-dark.layout-full.lg-page .panel.lg-card {
    border-radius: 20px;
  }
  .page-login.page-dark.layout-full.lg-page .panel.lg-card > .panel-body {
    padding: 30px 22px 22px;
  }
  .page-login.page-dark.layout-full.lg-page .lg-brand .brand-img {
    max-height: 52px;
  }
  .page-login.page-dark.layout-full.lg-page .lg-brand .brand-text {
    font-size: 22px !important;
  }
}
@media (max-width: 1099px) {
  .lg-page:before {
    background: rgba(11, 8, 32, 0.74);
  }
}
/*# sourceMappingURL=site.css.map */

/*# sourceMappingURL=site.5a02998f.css.map*/