﻿@import "../lib/css/bootstrap.min.css";
body {
  background: #f4f7fa;
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 10vw, 18px);
  font-weight: 400;
  position: relative;
}
*:focus {
  outline: 0;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  font-weight: 400;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 14px;
}
strong {
  font-weight: 400;
}
.img-radius {
  border-radius: 50%;
}
.page-header-title {
  font-size: 24px !important;
}
.page-header-title h5 {
  font-size: 24px !important;
}
.page-header .breadcrumb-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.page-header .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.page-header .breadcrumb > .breadcrumb-item {
  color: #000;
}
.page-header .breadcrumb > .breadcrumb-item a {
  color: #000;
}
.theme-bg {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.theme-bg2 {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.anim-rotate {
  animation: anim-rotate 1s linear infinite;
}
@keyframes anim-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.anim-close-card {
  animation: anim-close-card 1.4s linear;
}
@keyframes anim-close-card {
  100% {
    opacity: 0.3;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
p.text-muted {
  font-size: 13px;
}
.card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.card .card-header {
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 25px;
  position: relative;
}
.card .card-header h5 {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.card .card-header h5.text-small {
  font-size: 16px !important;
}
.card .card-header h5::after {
  background-color: #04a9f5;
  content: "";
  height: 20px;
  left: -25px;
  position: absolute;
  top: 0;
  width: 4px;
}
.card .card-header.borderless {
  border-bottom: 0;
}
.card .card-header.borderless h5::after {
  display: none;
}
.card .card-header .card-header-right {
  float: right;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 575px) {
  .card .card-header .card-header-right {
    display: none;
  }
}
.card .card-header .card-header-right .dropdown-menu {
  margin-top: 0;
}
.card .card-header .card-header-right .dropdown-menu li a {
  font-size: 14px;
  text-transform: capitalize;
}
.card .card-header .card-header-right .btn.dropdown-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #888;
}
.card .card-header .card-header-right .btn.dropdown-toggle i {
  margin-right: 0;
}
.card .card-header .card-header-right .btn.dropdown-toggle::after {
  display: none;
}
.card .card-header .card-header-right .btn.dropdown-toggle:focus {
  box-shadow: none;
  outline: 0;
}
.card .card-footer {
  background: transparent;
  border-top: 1px solid #f1f1f1;
  padding: 25px;
}
.card .card-block,
.card .card-body {
  padding: 10px 30px;
}
.card.card-load {
  overflow: hidden;
  position: relative;
}
.card.card-load .card-loader {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.card.card-load .card-loader i {
  align-items: center;
  color: #04a9f5;
  display: flex;
  font-size: 24px;
  margin: 0 auto;
}
.card.full-card {
  border-radius: 0;
  z-index: 99999;
}
.scroll-y {
  z-index: 1027;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  margin-top: 15px;
  padding: 20px 0;
}
.dropdown-menu.show::before {
  color: #fff;
  content: "c";
  font-family: "pct";
  font-size: 40px;
  left: 15px;
  line-height: 0;
  position: absolute;
  text-shadow: 0 -2px 2px rgba(69, 90, 100, 0.12);
  top: -5px;
  z-index: 1001;
}
.dropdown-menu.show.dropdown-menu-right::before {
  left: auto;
  right: 5px;
}
.dropdown-menu[x-placement="top-start"] {
  margin-bottom: 15px;
  margin-top: 0;
}
.dropdown-menu[x-placement="top-start"].show::before {
  bottom: -5px;
  content: "d";
  text-shadow: 0 2px 2px rgba(69, 90, 100, 0.12);
  top: auto;
}
.dropdown-menu > li {
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-menu > li > a {
  color: #888;
  padding: 5px;
}
.dropdown-menu > li > a i {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  margin-right: 10px;
}
.dropdown-menu > li.active,
.dropdown-menu > li:focus,
.dropdown-menu > li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.dropdown-menu > li.active > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li:hover > a {
  background: transparent;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
.bd-example-row {
  background: #f4f7fa;
  margin-bottom: 15px;
  padding: 15px;
}
.bd-example-row .row > [class^="col-"],
.bd-example-row .row > .col {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.bd-example-row .row + .row {
  margin-top: 1rem;
}
.bd-example-row .flex-items-bottom,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-top {
  background-color: rgba(255, 0, 0, 0.1);
  min-height: 6rem;
}
.bd-example-row-flex-cols .row {
  background-color: rgba(255, 0, 0, 0.1);
  min-height: 10rem;
}
.bd-example {
  border: solid #ddd;
  border-width: 0.2rem 0 0;
  margin: 1rem;
  padding: 1rem;
  position: relative;
}
@media only screen and (max-height: 575px) {
  .bd-example {
    border-width: 0.2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
  }
}
.modal {
  z-index: 1072;
}
.modal .popover,
.modal .tooltip {
  z-index: 1073;
}
.modal-backdrop {
  z-index: 1071;
}
.bd-example-modal {
  background-color: #fafafa;
}
.bd-example-modal .modal {
  bottom: auto;
  display: block;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  z-index: 1;
}
.bd-example-modal .modal-dialog {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}
.bd-example-tabs .nav-tabs {
  margin-bottom: 1rem;
}
.highlight {
  background-color: #f3f2fb;
  margin-bottom: 1rem;
  margin-top: 1rem;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 1rem;
}
@media only screen and (max-height: 575px) {
  .highlight {
    padding: 1.5rem;
  }
}
.bd-content .highlight {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-height: 575px) {
  .bd-content .highlight {
    margin-left: 0;
    margin-right: 0;
  }
}
.highlight pre {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.highlight pre code {
  color: #333;
  font-size: inherit;
}
.datta-example {
  position: relative;
}
.datta-example .datta-example-btns {
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -10px;
  transform: rotateX(-90deg);
  transition: all 0.3s ease-in-out;
}
.datta-example .datta-example-btns .datta-example-btn {
  background: #04a9f5;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin: 0 4px;
  padding: 0.1875rem 0.3125rem;
  white-space: nowrap;
}
.datta-example .datta-example-btns .datta-example-btn.copy::before {
  content: "COPY";
}
.datta-example .datta-example-btns .datta-example-btn.copied {
  background: #1de9b6 !important;
  color: #fff !important;
}
.datta-example .datta-example-btns .datta-example-btn.copied::before {
  content: "COPIED!";
}
.datta-example:hover .datta-example-btns {
  opacity: 1;
  top: -21px;
  transform: rotateX(0deg);
}
.datta-example-modal {
  background: #282c34;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(0);
  transform-origin: 50% 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1099;
}
.datta-example-modal-opened {
  overflow: hidden !important;
}
.datta-example-modal-opened .datta-example-modal {
  transform: scale(1);
}
.datta-example-modal-content {
  height: 100vh;
  margin: auto;
  max-width: 100vw;
  overflow: auto;
  padding: 50px;
}
.datta-example-modal-content > pre {
  overflow: hidden;
  width: fit-content;
}
.datta-example-modal-content > pre > code {
  background: none;
  font-size: 16px;
  padding: 0;
}
.md-datta-example-modal-copy {
  background: #04a9f5;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  margin-right: 8px;
  padding: 10px 15px;
  position: fixed;
  right: 30px;
  top: 90px;
  white-space: nowrap;
  z-index: 1;
}
.md-datta-example-modal-copy:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.md-datta-example-modal-copy.copied::before {
  background: #1de9b6;
  border-radius: 3px;
  content: "Copied to Clipboard Successfully ! . . .";
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  margin-top: -12px;
  padding: 0 6px;
  position: absolute;
  right: 100%;
  top: 50%;
}
.datta-example-modal-close {
  color: #fff;
  display: block;
  font-size: 3rem;
  font-weight: 100;
  opacity: 0.2;
  position: fixed;
  right: 52px;
  top: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.datta-example-modal-close:hover {
  color: #fff;
  opacity: 0.9;
}
.cui-bottom-spacer {
  height: 12rem;
}
.hljs {
  background: #282c34;
  color: #abb2bf;
  padding: 0.5em;
}
.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}
.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #c678dd;
}
.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e06c75;
}
.hljs-literal {
  color: #56b6c2;
}
.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
  color: #98c379;
}
.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}
.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #d19a66;
}
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #61aeee;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.hljs-link {
  text-decoration: underline;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.bootstrap-tagsinput {
  background: #f0f3f6;
  border-radius: 2px;
  box-shadow: none;
  padding: 10px 15px;
}
.bootstrap-tagsinput .tag {
  border-radius: 2px;
  line-height: 37px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-right: -5px;
}
.bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "";
  font-family: "feather" !important;
  padding: 0 2px;
}
.ms-container {
  width: 100%;
}
.blockquote {
  border-left: 0.25rem solid #eaeaea;
  padding: 0.5rem 1rem;
}
.blockquote.text-right {
  border-left: 0;
  border-right: 0.25rem solid #eaeaea;
}
.card .animated {
  animation-duration: 1s;
  border: 5px solid #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.ie-warning {
  background: #000;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  height: 100%;
  left: 0;
  padding: 50px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.ie-warning p {
  font-size: 17px;
}
.ie-warning h1 {
  color: #fff;
}
.ie-warning .iew-container {
  background: #fff;
  height: 200px;
  margin: 50px 0;
  min-width: 1024px;
  width: 100%;
}
.ie-warning .iew-download {
  list-style: none;
  margin: 0 auto;
  padding: 30px 0;
  width: 720px;
}
.ie-warning .iew-download > li {
  float: left;
  vertical-align: top;
}
.ie-warning .iew-download > li > a {
  color: #000;
  display: block;
  font-size: 15px;
  padding: 15px 0;
  width: 140px;
}
.ie-warning .iew-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .iew-download > li > a:hover {
  background-color: #eee;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2")
    format("woff2");
}
.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
.p-0 {
  padding: 0;
}
.p-t-0 {
  padding-top: 0;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-l-0 {
  padding-left: 0;
}
.p-r-0 {
  padding-right: 0;
}
.m-0 {
  margin: 0;
}
.m-t-0 {
  margin-top: 0;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-l-0 {
  margin-left: 0;
}
.m-r-0 {
  margin-right: 0;
}
.p-5 {
  padding: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.m-5 {
  margin: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.p-10 {
  padding: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.m-10 {
  margin: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.p-15 {
  padding: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.m-15 {
  margin: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.p-20 {
  padding: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.m-20 {
  margin: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.p-25 {
  padding: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.m-25 {
  margin: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.p-30 {
  padding: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.m-30 {
  margin: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.p-35 {
  padding: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.m-35 {
  margin: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.p-40 {
  padding: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.m-40 {
  margin: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.p-45 {
  padding: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.m-45 {
  margin: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.p-50 {
  padding: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.m-50 {
  margin: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.bg-c-blue {
  background: #04a9f5;
}
.text-c-blue {
  color: #04a9f5;
}
.bg-c-red {
  background: #f44236;
}
.text-c-red {
  color: #f44236;
}
.bg-c-green {
  background: #1de9b6;
}
.text-c-green {
  color: #1de9b6;
}
.bg-c-yellow {
  background: #f4c22b;
}
.text-c-yellow {
  color: #f4c22b;
}
.bg-c-purple {
  background: #a389d4;
}
.text-c-purple {
  color: #a389d4;
}
.card-border-c-blue {
  border-top: 4px solid #04a9f5;
}
.card-border-c-red {
  border-top: 4px solid #f44236;
}
.card-border-c-green {
  border-top: 4px solid #1de9b6;
}
.card-border-c-yellow {
  border-top: 4px solid #f4c22b;
}
.card-border-c-purple {
  border-top: 4px solid #a389d4;
}
.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-32 {
  font-size: 32px;
}
.f-34 {
  font-size: 34px;
}
.f-36 {
  font-size: 36px;
}
.f-38 {
  font-size: 38px;
}
.f-40 {
  font-size: 40px;
}
.f-42 {
  font-size: 42px;
}
.f-44 {
  font-size: 44px;
}
.f-46 {
  font-size: 46px;
}
.f-48 {
  font-size: 48px;
}
.f-50 {
  font-size: 50px;
}
.f-52 {
  font-size: 52px;
}
.f-54 {
  font-size: 54px;
}
.f-56 {
  font-size: 56px;
}
.f-58 {
  font-size: 58px;
}
.f-60 {
  font-size: 60px;
}
.f-62 {
  font-size: 62px;
}
.f-64 {
  font-size: 64px;
}
.f-66 {
  font-size: 66px;
}
.f-68 {
  font-size: 68px;
}
.f-70 {
  font-size: 70px;
}
.f-72 {
  font-size: 72px;
}
.f-74 {
  font-size: 74px;
}
.f-76 {
  font-size: 76px;
}
.f-78 {
  font-size: 78px;
}
.f-80 {
  font-size: 80px;
}
.f-w-100 {
  font-weight: 100;
}
.f-w-200 {
  font-weight: 200;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-800 {
  font-weight: 800;
}
.f-w-900 {
  font-weight: 900;
}
.wid-20 {
  width: 20px;
}
.hei-20 {
  height: 20px;
}
.wid-25 {
  width: 25px;
}
.hei-25 {
  height: 25px;
}
.wid-30 {
  width: 30px;
}
.hei-30 {
  height: 30px;
}
.wid-35 {
  width: 35px;
}
.hei-35 {
  height: 35px;
}
.wid-40 {
  width: 40px;
}
.hei-40 {
  height: 40px;
}
.wid-45 {
  width: 45px;
}
.hei-45 {
  height: 45px;
}
.wid-50 {
  width: 50px;
}
.hei-50 {
  height: 50px;
}
.wid-55 {
  width: 55px;
}
.hei-55 {
  height: 55px;
}
.wid-60 {
  width: 60px;
}
.hei-60 {
  height: 60px;
}
.wid-65 {
  width: 65px;
}
.hei-65 {
  height: 65px;
}
.wid-70 {
  width: 70px;
}
.hei-70 {
  height: 70px;
}
.wid-75 {
  width: 75px;
}
.hei-75 {
  height: 75px;
}
.wid-80 {
  width: 80px;
}
.hei-80 {
  height: 80px;
}
.wid-85 {
  width: 85px;
}
.hei-85 {
  height: 85px;
}
.wid-90 {
  width: 90px;
}
.hei-90 {
  height: 90px;
}
.wid-95 {
  width: 95px;
}
.hei-95 {
  height: 95px;
}
.wid-100 {
  width: 100px;
}
.hei-100 {
  height: 100px;
}
.wid-105 {
  width: 105px;
}
.hei-105 {
  height: 105px;
}
.wid-110 {
  width: 110px;
}
.hei-110 {
  height: 110px;
}
.wid-115 {
  width: 115px;
}
.hei-115 {
  height: 115px;
}
.wid-120 {
  width: 120px;
}
.hei-120 {
  height: 120px;
}
.wid-125 {
  width: 125px;
}
.hei-125 {
  height: 125px;
}
.wid-130 {
  width: 130px;
}
.hei-130 {
  height: 130px;
}
.wid-135 {
  width: 135px;
}
.hei-135 {
  height: 135px;
}
.wid-140 {
  width: 140px;
}
.hei-140 {
  height: 140px;
}
.wid-145 {
  width: 145px;
}
.hei-145 {
  height: 145px;
}
.wid-150 {
  width: 150px;
}
.hei-150 {
  height: 150px;
}
.b-brand {
  align-items: center;
  display: flex;
}
.b-brand .b-bg {
  align-items: center;
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 10px;
  display: inline-flex;
  height: 35px;
  justify-content: center;
  width: 35px;
}
.b-brand .b-bg i {
  color: #fff;
}
.b-brand .b-title {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  margin-left: 10px;
}
.navbar-collapsed .b-brand .b-title {
  opacity: 0;
  transform: rotateY(-90deg);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
.navbar-collapsed .mobile-menu {
  opacity: 0;
  transform: rotateY(-90deg);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
.navbar-collapsed:hover .b-brand .b-title {
  opacity: 1;
  transform: rotateY(0deg);
}
.navbar-collapsed:hover .mobile-menu {
  opacity: 1;
  transform: rotateY(0deg);
  transition-delay: 0.3s;
}
.loader-bg {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1035;
}
.loader-bg .loader-track {
  display: block;
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.loader-bg .loader-track .loader-fill::after,
.loader-bg .loader-track .loader-fill::before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  will-change: left, right;
}
.loader-bg .loader-track .loader-fill::before {
  animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.loader-bg .loader-track .loader-fill::after {
  animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes mbar {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@keyframes m_s {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.pcoded-header {
  background: transparent;
  color: #3f4d67;
  display: flex;
  margin-left: 264px;
  min-height: 70px;
  padding: 0;
  position: relative;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 264px);
  z-index: 1028;
}
.pcoded-header .m-header {
  display: none;
}
.pcoded-header .m-header .logo-dark,
.pcoded-header .m-header .logo-thumb {
  display: none;
}
.pcoded-header .input-group {
  background: transparent;
}
.pcoded-header .input-group .input-group-text {
  margin-right: 0;
}
.pcoded-header .input-group {
  background: transparent;
}
.pcoded-header .input-group .input-group-text,
.pcoded-header a,
.pcoded-header .btn,
.pcoded-header.dropdown-toggle {
  color: #3f4d67;
}
.pcoded-header .input-group .input-group-text:hover,
.pcoded-header a:hover,
.pcoded-header .btn:hover,
.pcoded-header.dropdown-toggle:hover {
  color: #04a9f5;
}
.pcoded-header #mobile-header {
  display: none;
}
.pcoded-header .navbar-nav {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.pcoded-header .navbar-nav > li {
  display: inline-block;
  line-height: 70px;
  padding: 0 12px;
}
.pcoded-header .navbar-nav > li .nav-link {
  padding: 0;
}
.pcoded-header .navbar-nav > li:first-child {
  padding-left: 25px;
}
.pcoded-header .navbar-nav > li:last-child {
  padding-right: 40px;
}
.pcoded-header .mr-auto .dropdown-menu {
  margin-left: -20px;
}
.pcoded-header .ml-auto {
  float: right;
}
.pcoded-header .ml-auto .dropdown-menu {
  margin-right: -20px;
}
.pcoded-header .main-search .input-group {
  border-radius: 20px;
  padding: 0;
}
.pcoded-header .main-search .input-group .form-control,
.pcoded-header .main-search .input-group .input-group-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.pcoded-header .main-search .input-group .search-close {
  display: none;
}
.pcoded-header .main-search .input-group .search-btn {
  background: transparent;
  border-color: transparent;
  border-radius: 50%;
  box-shadow: none;
  padding: 0;
}
.pcoded-header .main-search .input-group .form-control {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.pcoded-header .main-search .input-group .form-control:active,
.pcoded-header .main-search .input-group .form-control:focus,
.pcoded-header .main-search .input-group .form-control:hover,
.pcoded-header .main-search .input-group .search-btn:active,
.pcoded-header .main-search .input-group .search-btn:focus,
.pcoded-header .main-search .input-group .search-btn:hover {
  box-shadow: none;
  outline: 0;
}
.pcoded-header .main-search.open .input-group {
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 6px 12px -5px rgba(65, 76, 78, 0.08);
  padding: 5px 5px 5px 20px;
}
.pcoded-header .main-search.open .input-group .search-close {
  display: flex;
}
.pcoded-header .main-search.open .input-group .search-btn {
  background: #04a9f5;
  border-color: #04a9f5;
  margin-left: 5px;
  padding: 5px;
}
.pcoded-header .main-search.open .input-group .search-btn .input-group-text {
  color: #fff;
}
.pcoded-header .main-search.open .input-group .form-control {
  transition: all 0.3s ease-in-out;
  width: 0;
}
.pcoded-header .main-search.open .input-group .form-control:active,
.pcoded-header .main-search.open .input-group .form-control:focus,
.pcoded-header .main-search.open .input-group .form-control:hover,
.pcoded-header .main-search.open .input-group .search-btn:active,
.pcoded-header .main-search.open .input-group .search-btn:focus,
.pcoded-header .main-search.open .input-group .search-btn:hover {
  box-shadow: none;
  outline: 0;
}
.pcoded-header .dropdown .dropdown-toggle {
  display: inline-block;
  line-height: 70px;
  padding-right: 15px;
}
.pcoded-header .dropdown .dropdown-toggle::after {
  border: 0;
  content: "";
  font-family: "feather";
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.pcoded-header .dropdown .dropdown-menu {
  border: 0;
  margin-top: -6px;
  min-width: 290px;
  position: absolute;
}
.pcoded-header .dropdown .dropdown-menu.show::before {
  display: none;
}
.pcoded-header .dropdown .dropdown-menu li {
  line-height: 1.2;
}
.pcoded-header .dropdown .dropdown-menu li a {
  font-size: 14px;
  padding: 10px;
}
.pcoded-header .dropdown .dropdown-menu li.active a,
.pcoded-header .dropdown .dropdown-menu li:active a,
.pcoded-header .dropdown .dropdown-menu li:focus a,
.pcoded-header .dropdown .dropdown-menu li:hover a {
  color: #888;
}
.pcoded-header .dropdown.show::before {
  color: #fff;
  content: "c";
  font-family: "pct";
  font-size: 40px;
  left: -5px;
  line-height: 0;
  position: absolute;
  text-shadow: 0 -2px 2px rgba(65, 76, 78, 0.12);
  top: 60px;
  z-index: 1001;
}
.pcoded-header .dropdown .notification {
  line-height: 1.4;
  overflow: hidden;
  padding: 0;
  width: 350px;
}
.pcoded-header .dropdown .notification .noti-head {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 20px;
}
.pcoded-header .dropdown .notification .noti-head a {
  font-size: 13px;
  text-decoration: underline;
}
.pcoded-header .dropdown .notification .noti-body {
  padding: 0;
}
.pcoded-header .dropdown .notification .noti-body img {
  margin-right: 20px;
  width: 40px;
}
.pcoded-header .dropdown .notification .noti-body li {
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
}
.pcoded-header .dropdown .notification .noti-body li.n-title {
  padding-bottom: 0;
}
.pcoded-header .dropdown .notification .noti-body li.n-title p {
  margin-bottom: 5px;
}
.pcoded-header .dropdown .notification .noti-body li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-header .dropdown .notification .noti-body li p {
  font-size: 13px;
  margin-bottom: 5px;
}
.pcoded-header .dropdown .notification .noti-body li p strong {
  color: #222;
}
.pcoded-header .dropdown .notification .noti-body li .n-time {
  float: right;
  font-size: 80%;
}
.pcoded-header .dropdown .notification .noti-footer {
  border-top: 1px solid #f1f1f1;
  padding: 15px 20px;
  text-align: center;
}
.pcoded-header .dropdown .notification .noti-footer a {
  font-size: 13px;
  text-decoration: underline;
}
.pcoded-header .dropdown .notification ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.pcoded-header .dropdown .notification ul li {
  padding: 20px 15px;
}
.pcoded-header .dropdown .profile-notification {
  line-height: 1.4;
  overflow: hidden;
  padding: 0;
}
.pcoded-header .dropdown .profile-notification .pro-head {
  background: #04a9f5;
  border-radius: 0.25rem 0.25rem 0 0;
  color: #fff;
  padding: 15px;
  position: relative;
}
.pcoded-header .dropdown .profile-notification .pro-head img {
  margin-right: 10px;
  width: 40px;
}
.pcoded-header .dropdown .profile-notification .pro-head .dud-logout {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.pcoded-header .dropdown .profile-notification .pro-body {
  list-style: none;
  margin-bottom: 0;
  padding: 20px 0;
}
.pcoded-header .dropdown .profile-notification .pro-body li a {
  color: #888;
  font-size: 14px;
  padding: 10px 20px;
}
.pcoded-header .dropdown .profile-notification .pro-body li a i {
  margin-right: 10px;
}
.pcoded-header .dropdown .profile-notification .pro-body li.active,
.pcoded-header .dropdown .profile-notification .pro-body li:active,
.pcoded-header .dropdown .profile-notification .pro-body li:focus,
.pcoded-header .dropdown .profile-notification .pro-body li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-header .dropdown .profile-notification .pro-body li.active > a,
.pcoded-header .dropdown .profile-notification .pro-body li:active > a,
.pcoded-header .dropdown .profile-notification .pro-body li:focus > a,
.pcoded-header .dropdown .profile-notification .pro-body li:hover > a {
  background: transparent;
}
.pcoded-header .dropdown.drp-user.show::before {
  color: #04a9f5;
}
.mobile-menu {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.mobile-menu span {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 2.8px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.mobile-menu span::after,
.mobile-menu span::before {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  content: "";
  height: 2.8px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
}
.mobile-menu span::after {
  top: 5px;
  width: 70%;
}
.mobile-menu span::before {
  top: -5px;
  width: 40%;
}
.mobile-menu.on span {
  background-color: transparent;
}
.mobile-menu.on span::after,
.mobile-menu.on span::before {
  height: 2px;
  width: 100%;
}
.mobile-menu.on span::before {
  transform: rotate(45deg) translate(4px, 4px);
}
.mobile-menu.on span::after {
  transform: rotate(-45deg) translate(3px, -3px);
}
.navbar {
  background: #3f4d67;
}
.pcoded-header::before,
.pcoded-main-container::before {
  content: "";
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar {
  background: #3f4d67;
  box-shadow: 1px 0 20px 0 #3f4d67;
  color: #a9b7d0;
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 264px;
  z-index: 1029;
}
.pcoded-navbar ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.pcoded-navbar .datta-scroll.navbar-content {
  height: calc(100vh - 70px);
}
.pcoded-navbar .header-logo {
  align-items: center;
  display: inline-flex;
  float: left;
  height: 70px;
  margin-right: 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 264px;
}
.pcoded-navbar .header-logo .logo-dark {
  display: none;
}
.pcoded-navbar .header-logo .logo-thumb {
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
  transition: unset;
}
.pcoded-navbar .header-logo + .datta-scroll {
  display: inline-block;
  float: left;
}
.pcoded-navbar .mobile-menu {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 37px;
}
.pcoded-navbar .mobile-menu span {
  backface-visibility: hidden;
  background-color: #a9b7d0;
  border-radius: 2px;
  display: block;
  height: 2.8px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.pcoded-navbar .mobile-menu span::after,
.pcoded-navbar .mobile-menu span::before {
  backface-visibility: hidden;
  background-color: #a9b7d0;
  border-radius: 2px;
  content: "";
  height: 2.8px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
}
.pcoded-navbar .mobile-menu span::after {
  top: 5px;
  width: 70%;
}
.pcoded-navbar .mobile-menu span::before {
  top: -5px;
  width: 40%;
}
.pcoded-navbar .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar .mobile-menu.on span::after,
.pcoded-navbar .mobile-menu.on span::before {
  height: 2px;
  width: 100%;
}
.pcoded-navbar .mobile-menu.on span::before {
  transform: rotate(45deg) translate(4px, 4px);
}
.pcoded-navbar .mobile-menu.on span::after {
  transform: rotate(-45deg) translate(3px, -3px);
}
.pcoded-navbar .pcoded-badge {
  border-radius: 2px;
  font-size: 75%;
  padding: 2px 7px;
  position: absolute;
  right: 30px;
  top: 12px;
}
.pcoded-navbar .pcoded-inner-navbar {
  flex-direction: column;
}
.pcoded-navbar .pcoded-inner-navbar li {
  position: relative;
}
.pcoded-navbar .pcoded-inner-navbar li > a {
  border-radius: 0;
  display: block;
  margin: 5px 0 0;
  padding: 7px 15px;
  position: relative;
  text-align: left;
}
.pcoded-navbar .pcoded-inner-navbar li > a .pcoded-mtext {
  position: relative;
}
.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-micon {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 1rem;
  height: 30px;
  margin-right: 7px;
  padding: 4px 7px;
  text-align: center;
  width: 30px;
}
.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-micon + .pcoded-mtext {
  position: absolute;
  top: 11px;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu > a::after {
  border: 0;
  content: "";
  font-family: "feather";
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 11px;
  transition: 0.3s ease-in-out;
}
.pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu.pcoded-trigger
  > a::after {
  transform: rotate(90deg);
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu {
  display: none;
}
.pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu.pcoded-trigger
  > .pcoded-submenu {
  display: block;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu.pcoded-trigger > a {
  position: relative;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-hasmenu .pcoded-submenu li > a {
  display: block;
  margin: 0;
  padding: 7px 7px 7px 60px;
  text-align: left;
}
.pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 35px;
  position: absolute;
  top: 16px;
  width: 5px;
}
.pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  .pcoded-submenu
  > li
  > a {
  padding: 7px 7px 7px 80px;
}
.pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  .pcoded-submenu
  > li
  > a::before {
  left: 55px;
}
.pcoded-navbar .pcoded-inner-navbar li.pcoded-menu-caption {
  font-size: 10px;
  font-weight: 600;
  padding: 25px 20px 5px;
  position: relative;
  text-transform: uppercase;
}
.pcoded-navbar .pcoded-inner-navbar li.disabled > a {
  cursor: default;
  opacity: 0.5;
}
.pcoded-navbar .pcoded-submenu {
  background: #39465e;
  padding: 15px 0;
}
.pcoded-navbar a {
  color: #a9b7d0;
}
.pcoded-navbar .navbar-content,
.pcoded-navbar .navbar-wrapper {
  height: 100%;
  width: 100%;
}
.pcoded-navbar.navbar-collapsed {
  height: 100%;
  transition: all 0.3s ease-in-out;
  width: 80px;
}
.pcoded-navbar.navbar-collapsed .header-logo {
  width: 80px;
}
.pcoded-navbar.navbar-collapsed .header-logo img {
  opacity: 0;
  transform: rotateY(-90deg);
  transform-origin: 0 0;
  transition: unset;
}
.pcoded-navbar.navbar-collapsed .header-logo .logo-thumb {
  left: calc((80px / 2) - 20px);
  opacity: 1;
  transform: rotateY(0deg);
  transform-origin: 0 0;
}
.pcoded-navbar.navbar-collapsed .header-logo .mobile-menu {
  opacity: 0;
  transform: rotateY(-90deg);
  transform-origin: 0 0;
}
.pcoded-navbar.navbar-collapsed .navbar-content.ps {
  overflow: visible;
}
.pcoded-navbar.navbar-collapsed .pcoded-menu-caption {
  height: auto;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.pcoded-navbar.navbar-collapsed .pcoded-menu-caption > label {
  opacity: 0;
  transform: rotateY(-90deg);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar.navbar-collapsed .pcoded-menu-caption::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  top: 25px;
  width: calc(100% - 30px);
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a {
  padding: 7px 25px;
  z-index: 1026;
}
.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a > .pcoded-mtext {
  opacity: 0;
  transform: rotateY(-90deg);
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
}
.pcoded-navbar.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  > a::after {
  right: 12px;
}
.pcoded-navbar.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after {
  background: rgba(169, 183, 208, 0.2);
  content: "";
  height: calc(100% - 49px);
  left: calc((80px / 2) - 3px);
  position: absolute;
  top: 49px;
  width: 1px;
}
.pcoded-navbar.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  li
  a {
  color: transparent;
  white-space: nowrap;
}
.pcoded-navbar.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  .pcoded-submenu
  li
  a::before {
  opacity: 0;
}
.pcoded-navbar.navbar-collapsed ~ .pcoded-header {
  width: calc(100% - 80px);
}
.pcoded-navbar.navbar-collapsed ~ .pcoded-header,
.pcoded-navbar.navbar-collapsed ~ .pcoded-main-container {
  margin-left: 80px;
}
.pcoded-navbar.navbar-collapsed .pcoded-badge {
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  transition: all 0.15s ease-in-out;
}
.pcoded-navbar.navbar-collapsed:hover {
  width: 264px !important;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-badge {
  opacity: 1;
  transform: rotateX(0deg);
  transition-delay: 0.3s;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo {
  width: 264px;
}
.pcoded-navbar.navbar-collapsed:hover .header-logo img {
  opacity: 1;
  transform: rotateY(0deg);
}
.pcoded-navbar.navbar-collapsed:hover .header-logo .logo-thumb {
  opacity: 0;
  transform: rotateY(-90deg);
}
.pcoded-navbar.navbar-collapsed:hover .header-logo .mobile-menu {
  display: flex;
  right: 10px;
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-menu-caption > label {
  opacity: 1;
  transform: rotateY(0deg);
}
.pcoded-navbar.navbar-collapsed:hover .pcoded-menu-caption::after {
  background: transparent;
}
.pcoded-navbar.navbar-collapsed:hover .mobile-menu {
  opacity: 1;
  transform: rotateY(0deg);
}
.pcoded-navbar.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-mtext {
  opacity: 1;
  transform: rotateY(0deg);
}
.pcoded-navbar.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-mtext::after {
  opacity: 1;
  visibility: visible;
}
.pcoded-navbar.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  > a::after {
  transform: rotateX(0deg);
}
.pcoded-navbar.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger
  > a::after {
  transform: rotateX(0deg) rotate(90deg);
}
.pcoded-navbar.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after {
  display: none;
}
.pcoded-navbar.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  li
  a {
  color: inherit;
}
.pcoded-navbar.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  .pcoded-submenu
  li
  a::before {
  opacity: 1;
}
.pcoded-navbar .pcoded-menu-caption {
  color: #e8edf7;
}
.pcoded-navbar .pcoded-inner-navbar li > a.active,
.pcoded-navbar .pcoded-inner-navbar li > a:focus,
.pcoded-navbar .pcoded-inner-navbar li > a:hover {
  color: #1dc4e9;
}
.pcoded-navbar
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #1dc4e9;
}
.pcoded-navbar .pcoded-inner-navbar > li.active::after,
.pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger::after {
  background-color: #1dc4e9;
  content: "";
  height: calc(100% - 5px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 3px;
  z-index: 1027;
}
.pcoded-navbar .pcoded-inner-navbar > li.active > a,
.pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #333f54;
  color: #fff;
}
.pcoded-navbar .pcoded-inner-navbar > .pcoded-menu-caption.active::after,
.pcoded-navbar
  .pcoded-inner-navbar
  > .pcoded-menu-caption.pcoded-trigger::after {
  display: none;
}
.pcoded-navbar.mob-open ~ .pcoded-header,
.pcoded-navbar.mob-open ~ .pcoded-main-container,
.pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header,
.pcoded-navbar.navbar-collapsed:hover ~ .pcoded-main-container {
  margin-left: 80px;
}
.pcoded-navbar.mob-open ~ .pcoded-header::before,
.pcoded-navbar.mob-open ~ .pcoded-main-container::before,
.pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header::before,
.pcoded-navbar.navbar-collapsed:hover ~ .pcoded-main-container::before {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.pcoded-navbar.theme-horizontal {
  box-shadow: none;
  display: block;
  height: 70px;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 1023;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li > a > .pcoded-badge {
  position: relative;
  right: -2px;
  top: 0;
}
.pcoded-navbar.theme-horizontal.top-nav-collapse {
  top: -70px;
}
.pcoded-navbar.theme-horizontal.default,
.pcoded-navbar.theme-horizontal.default.top-nav-collapse {
  top: 70px;
}
.pcoded-navbar.theme-horizontal .header-logo {
  display: none;
}
.pcoded-navbar.theme-horizontal .sidenav-horizontal-wrapper {
  align-items: center;
  display: flex;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-menu-caption {
  display: none;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li > a {
  margin: 0;
  padding: 8px 15px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li > a > .pcoded-mtext {
  margin-right: 5px;
  position: relative;
  top: 0;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li > a::after {
  position: relative;
  right: 0;
  top: 0;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li:last-child > a {
  margin-right: 70px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.active a,
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.pcoded-trigger a,
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li:hover a {
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  a.active {
  background: transparent;
  color: #04a9f5;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active::before,
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger::before {
  bottom: -34px;
  color: #3f4d67;
  content: "m";
  font-family: "pct";
  font-size: 50px;
  height: 40px;
  left: 0;
  line-height: 1;
  padding-left: calc(50% - 25px);
  position: absolute;
  text-shadow: 0 3px 4px rgba(69, 90, 100, 0.05);
  transform: scaleX(1.2);
  width: 100%;
  z-index: 1001;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active
  > .pcoded-submenu,
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger
  > .pcoded-submenu {
  margin-top: 30px;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-trigger::after {
  background-color: #1dc4e9;
  bottom: 5px;
  content: "";
  height: 2px;
  left: 19px;
  position: absolute;
  top: auto;
  width: 23px;
  z-index: 1027;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.edge
  > .pcoded-submenu {
  left: auto;
  right: 0;
}
.pcoded-navbar.theme-horizontal .pcoded-inner-navbar .pcoded-hasmenu {
  position: relative;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
  display: block;
  list-style: outside none none;
  margin: 0;
  min-width: 250px;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: transform 0.3s, opacity 0.3s;
  visibility: hidden;
  z-index: 1;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  a {
  color: #3f4d67;
  padding: 10px 20px 10px 30px;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  a::before {
  left: 5px;
  top: 19px;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  li.active
  > a,
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  li.pcoded-trigger
  > a,
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  li:hover
  > a {
  color: #04a9f5;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  .pcoded-submenu {
  border-radius: 4px;
  left: calc(100% + 10px);
  margin: 0 0 0 20px;
  min-width: 250px;
  position: absolute;
  top: -10px;
  z-index: 1;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  .pcoded-submenu::before {
  color: #fff;
  content: "j";
  font-family: "pct";
  font-size: 50px;
  height: 100%;
  left: -31px;
  line-height: 1;
  position: absolute;
  text-shadow: -8px 0 13px rgba(62, 57, 107, 0.08);
  top: 8px;
  width: 40px;
  z-index: 1001;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  .pcoded-submenu
  a {
  color: #3f4d67;
  padding: 10px 20px 10px 30px;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  .pcoded-submenu
  a::before {
  left: 5px;
  top: 19px;
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  .pcoded-hasmenu.edge
  .pcoded-submenu {
  left: auto;
  margin: 0 20px 0 0;
  right: calc(100% + 10px);
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu
  .pcoded-submenu
  .pcoded-hasmenu.edge
  .pcoded-submenu::before {
  content: "k";
  left: auto;
  right: -21px;
  text-shadow: 8px 0 13px rgba(62, 57, 107, 0.08);
}
.pcoded-navbar.theme-horizontal
  .pcoded-inner-navbar
  .pcoded-hasmenu.pcoded-trigger
  > .pcoded-submenu {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}
.pcoded-navbar.theme-horizontal .navbar-content {
  display: flex;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header {
  margin-left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .b-title {
  color: #3f4d67;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .b-title {
  color: #fff;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header {
  display: inline-flex;
  padding: 0 15px 0 30px;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header .logo-main,
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header .logo-thumb {
  display: none;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .m-header .logo-dark {
  display: inline-block;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-header .mobile-menu {
  display: none;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default) {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .m-header {
  display: inline-flex;
  padding: 0 15px;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .m-header
  .logo-dark,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .m-header
  .logo-thumb {
  display: none;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .m-header
  .logo-main {
  display: inline-block;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu {
  color: #888;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  a {
  color: #888;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li
  > a {
  color: #888;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li.active,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li:active,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li:focus,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li.active
  > a,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li:active
  > a,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li:focus
  > a,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown-menu
  > li:hover
  > a {
  background: transparent;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  a,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  a:hover,
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  dropdown-toggle:hover {
  color: #fff;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown
  .profile-notification
  .pro-head {
  background: #04a9f5;
  color: #fff;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
.pcoded-navbar.theme-horizontal
  ~ .pcoded-header[class*="header-"]:not(.header-default)
  .dropdown.drp-user.show::before {
  color: #04a9f5;
}
.pcoded-navbar.theme-horizontal ~ .pcoded-main-container {
  margin-left: 0;
  margin-top: 140px;
}
.pcoded-content {
  display: block;
  padding: 30px;
  position: relative;
}
.pcoded-main-container {
  clear: both;
  display: block;
  float: unset;
  margin: 0 auto;
  margin-left: 264px;
  min-height: 100vh;
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .pcoded-header {
    background: #3f4d67;
    color: #fff;
  }
  .pcoded-header .input-group-text,
  .pcoded-header a,
  .pcoded-header dropdown-toggle {
    color: #3f4d67;
  }
  .pcoded-header .input-group-text:hover,
  .pcoded-header a:hover,
  .pcoded-header dropdown-toggle:hover {
    color: #04a9f5;
  }
  .pcoded-header #mobile-header {
    display: none;
    right: 20px;
  }
  .pcoded-header > .collapse:not(.show) {
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    display: flex;
  }
  .pcoded-header .dropdown-menu,
  .pcoded-header .dropdown-menu a,
  .pcoded-header .search-close .input-group-text {
    color: #3f4d67;
  }
  .pcoded-header .m-header {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: flex-start;
    width: 100%;
  }
  .pcoded-header .m-header .b-brand {
    margin-left: 20px;
  }
  .pcoded-header .m-header .mobile-menu {
    right: 20px;
  }
  .pcoded-header .full-screen {
    display: none;
  }
  .pcoded-header .navbar-nav > li:last-child {
    padding-right: 60px;
  }
  .pcoded-navbar {
    box-shadow: none;
    height: 100%;
    margin-left: -264px;
    position: fixed;
  }
  .pcoded-navbar .datta-scroll.navbar-content {
    height: 100%;
  }
  .pcoded-navbar ~ .pcoded-header,
  .pcoded-navbar ~ .pcoded-main-container {
    margin-left: 0;
  }
  .pcoded-navbar ~ .pcoded-header {
    width: 100%;
  }
  .pcoded-navbar .navbar-brand {
    display: none;
  }
  .pcoded-navbar.mob-open {
    margin-left: 0;
  }
  .pcoded-navbar.mob-open ~ .pcoded-header,
  .pcoded-navbar.mob-open ~ .pcoded-main-container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .pcoded-header .navbar-nav > li:first-child {
    padding-left: 0;
  }
  .pcoded-header .navbar-nav > li:last-child {
    padding-right: 20px;
  }
  .pcoded-header .navbar-nav.mr-auto li {
    display: none;
  }
  .pcoded-header .navbar-nav.mr-auto li.nav-item:not(.dropdown) {
    display: block;
    padding-right: 0;
  }
  .pcoded-header .navbar-nav.mr-auto li.nav-item:not(.dropdown) .search-close {
    display: none;
  }
  .pcoded-header .dropdown.show {
    position: static;
  }
  .pcoded-header .dropdown.show a::after {
    display: none;
  }
  .pcoded-header .dropdown.show::before {
    display: none;
  }
  .pcoded-header .dropdown .notification {
    width: 100%;
  }
  .pcoded-header .dropdown .dropdown-menu {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 95%;
  }
  .header-chat.open,
  .header-user-list.open {
    width: 280px;
  }
  .pcoded-content {
    padding: 30px 15px;
  }
  .card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .pcoded-navbar .header-logo {
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed {
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed .header-logo img {
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed .pcoded-menu-caption > label {
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed
    .pcoded-inner-navbar
    > li
    > a
    > .pcoded-mtext {
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed
    .pcoded-inner-navbar
    > li.pcoded-hasmenu
    > a::after {
    transition: none;
    transition-delay: unset;
  }
  .pcoded-navbar.navbar-collapsed .pcoded-badge {
    transition: none;
  }
  .pcoded-navbar.navbar-collapsed:hover .pcoded-badge {
    transition-delay: unset;
  }
}
@media only screen and (max-width: 991px) {
  .pcoded-navbar.theme-horizontal {
    margin-left: 0;
  }
  .pcoded-navbar.theme-horizontal ~ .pcoded-header > .collapse:not(.show) {
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    display: inline-flex;
  }
  .pcoded-navbar.theme-horizontal ~ .pcoded-header .b-title {
    color: #fff;
  }
  .pcoded-navbar.theme-horizontal
    .pcoded-inner-navbar
    .pcoded-hasmenu.pcoded-trigger
    > .pcoded-submenu
    .pcoded-trigger
    > .pcoded-submenu,
  .pcoded-navbar.theme-horizontal
    .pcoded-inner-navbar
    .pcoded-hasmenu.pcoded-trigger
    > .pcoded-submenu
    .pcoded-trigger.edge
    > .pcoded-submenu {
    box-shadow: none;
    left: 0;
    margin: 0;
    min-width: 100%;
    position: relative;
  }
  .pcoded-navbar.theme-horizontal
    .pcoded-inner-navbar
    .pcoded-hasmenu.pcoded-trigger
    > .pcoded-submenu
    .pcoded-trigger
    > .pcoded-submenu::before,
  .pcoded-navbar.theme-horizontal
    .pcoded-inner-navbar
    .pcoded-hasmenu.pcoded-trigger
    > .pcoded-submenu
    .pcoded-trigger.edge
    > .pcoded-submenu::before {
    display: none;
  }
}
.theme-horizontal .sidenav-horizontal-wrapper {
  flex: 0 1 100%;
  width: 0;
}
.sidenav:not(.sidenav-no-animation)
  .theme-horizontal
  .sidenav-horizontal-wrapper
  .sidenav-inner {
  transition: margin 0.2s;
}
.theme-horizontal .sidenav-horizontal-next,
.theme-horizontal .sidenav-horizontal-prev {
  background-color: #3f4d67;
  display: block;
  flex: 0 0 auto;
  position: relative;
  width: 2.25rem;
  z-index: 9;
}
.theme-horizontal .sidenav-horizontal-next::after,
.theme-horizontal .sidenav-horizontal-prev::after {
  border: 2px solid;
  border-top: 0;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.8rem;
}
.theme-horizontal .sidenav-horizontal-next.disabled,
.theme-horizontal .sidenav-horizontal-prev.disabled {
  cursor: default !important;
  opacity: 0;
  width: 0.75rem;
}
.theme-horizontal .sidenav-horizontal-prev::after {
  border-right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.theme-horizontal .sidenav-horizontal-next::after {
  border-left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@keyframes sidenavDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-styler {
  color: #888;
  position: relative;
  z-index: 1029;
}
.menu-styler h5,
.menu-styler h6 {
  color: #111;
  font-weight: 400;
}
.menu-styler hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-styler .style-toggler > a {
  position: fixed;
  right: 0;
  top: 30vh;
  transition: 0.3s ease-in-out;
}
.menu-styler .style-toggler > a::before {
  color: #04a9f5;
  content: "b";
  font-family: "pct";
  font-size: 120px;
  letter-spacing: -44px;
  line-height: 0;
  position: absolute;
  right: -45px;
  text-shadow: 1px 0 2px rgba(4, 169, 245, 0.9), 3px 0 5px rgba(0, 0, 0, 0.1);
  top: 0;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
  z-index: 1001;
}
.menu-styler .style-toggler > a::after {
  animation: anim-rotate 1.5s linear infinite;
  color: #fff;
  content: "";
  font-family: "feather";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: -7px;
  transition: 0.3s ease-in-out;
  z-index: 1029;
}
@media all and (forced-colors: none) {
  .menu-styler .style-toggler > a::after {
    line-height: 0.5;
  }
}
.menu-styler.open .style-toggler > a {
  right: 400px;
}
.menu-styler.open .style-toggler > a::after {
  animation: anim-rotate 0s linear infinite;
  content: "";
  font-size: 18px;
  top: -7px;
}
.menu-styler.open .style-block {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  right: 0;
}
.menu-styler .style-block {
  background: #fff;
  height: 100vh;
  padding: 25px 20px 20px;
  position: fixed;
  right: -400px;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 400px;
  z-index: 1030;
}
.menu-styler .mst-scroll {
  background-color: rgba(4, 169, 245, 0.03);
  height: calc(100vh - 175px);
  padding: 0 15px;
}
.menu-styler label {
  margin-bottom: 3px;
}
.menu-styler .switch input[type="checkbox"] + .cr {
  top: 8px;
}
.menu-styler .radio input[type="radio"] + .cr {
  margin-right: 10px;
}
.menu-styler .radio input[type="radio"] + .cr::after,
.menu-styler .radio input[type="radio"] + .cr::before {
  margin-right: 3px;
}
.menu-styler h6 {
  margin: 10px 0 15px;
  position: relative;
}
.menu-styler h6::after {
  background-color: #04a9f5;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.menu-styler .nav-pills {
  box-shadow: none;
  padding: 0;
}
.menu-styler .nav-pills li {
  width: 33.3333333333%;
}
.menu-styler .tab-content {
  background-color: rgba(4, 169, 245, 0.03);
  border-top: 2px solid #04a9f5;
  box-shadow: none;
  padding: 15px;
}
@media only screen and (max-width: 992px) {
  .menu-styler {
    display: none;
  }
}
.menu-styler .config-scroll {
  height: calc(100vh - 430px);
}
.lay-customizer .theme-color,
.theme-color {
  display: block;
  margin-bottom: 10px;
  padding: 5px 5px 0;
  position: relative;
}
.lay-customizer .theme-color > a,
.theme-color > a {
  background: #f4f7fa;
  border-radius: 2px;
  box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
  width: 45px;
}
.lay-customizer .theme-color > a span,
.theme-color > a span {
  position: absolute;
  width: 100%;
}
.lay-customizer .theme-color > a span::after,
.lay-customizer .theme-color > a span::before,
.theme-color > a span::after,
.theme-color > a span::before {
  content: "";
  height: 100%;
  position: absolute;
}
.lay-customizer .theme-color > a span::before,
.theme-color > a span::before {
  background: #3f4d67;
  left: 0;
  width: 30%;
}
.lay-customizer .theme-color > a span::after,
.theme-color > a span::after {
  background: #f4f7fa;
  right: 0;
  width: 70%;
}
.lay-customizer .theme-color > a > span:nth-child(1),
.theme-color > a > span:nth-child(1) {
  height: 30%;
  top: 0;
}
.lay-customizer .theme-color > a > span:nth-child(2),
.theme-color > a > span:nth-child(2) {
  bottom: 0;
  height: 75%;
}
.lay-customizer .theme-color > a.active,
.theme-color > a.active {
  box-shadow: 0 0 0 3px #04a9f5;
}
.lay-customizer .theme-color > a.active::before,
.theme-color > a.active::before {
  color: #04a9f5;
  content: "";
  font-family: "feather";
  font-size: 20px;
  left: 12px;
  position: absolute;
  text-shadow: 0 1px 3px rgba(4, 169, 245, 0.9), 0 3px 8px rgba(0, 0, 0, 0.1);
  top: -1px;
  transition: 0.3s ease-in-out;
  z-index: 1001;
}
.lay-customizer .theme-color > a.active::after,
.theme-color > a.active::after {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lay-customizer .theme-color > a[data-value="menu-light"] span::before,
.theme-color > a[data-value="menu-light"] span::before {
  background: #fff;
}
.lay-customizer .theme-color > a[data-value="dark"] span::after,
.theme-color > a[data-value="dark"] span::after {
  background: #101011;
}
.lay-customizer .theme-color > a[data-value="reset"],
.theme-color > a[data-value="reset"] {
  align-items: center;
  background: #f44236;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  top: -10px;
  width: 135px;
}
.lay-customizer .theme-color.small > a,
.theme-color.small > a {
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
.lay-customizer .theme-color.small > a::before,
.theme-color.small > a::before {
  font-size: 15px;
  left: 5px;
  top: 1px;
}
.lay-customizer .theme-color.small > a > span,
.theme-color.small > a > span {
  display: none;
}
.lay-customizer
  .theme-color.header-color
  > a[data-value="header-blue"]
  > span:nth-child(1)::after,
.theme-color.header-color
  > a[data-value="header-blue"]
  > span:nth-child(1)::after {
  background: #04a9f5;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-blue"],
.theme-color.header-color.small > a[data-value="header-blue"] {
  background: #04a9f5;
}
.lay-customizer
  .theme-color.header-color
  > a[data-value="header-red"]
  > span:nth-child(1)::after,
.theme-color.header-color
  > a[data-value="header-red"]
  > span:nth-child(1)::after {
  background: #ff5252;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-red"],
.theme-color.header-color.small > a[data-value="header-red"] {
  background: #ff5252;
}
.lay-customizer
  .theme-color.header-color
  > a[data-value="header-purple"]
  > span:nth-child(1)::after,
.theme-color.header-color
  > a[data-value="header-purple"]
  > span:nth-child(1)::after {
  background: #9575cd;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-purple"],
.theme-color.header-color.small > a[data-value="header-purple"] {
  background: #9575cd;
}
.lay-customizer
  .theme-color.header-color
  > a[data-value="header-lightblue"]
  > span:nth-child(1)::after,
.theme-color.header-color
  > a[data-value="header-lightblue"]
  > span:nth-child(1)::after {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.header-color.small
  > a[data-value="header-lightblue"],
.theme-color.header-color.small > a[data-value="header-lightblue"] {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.header-color
  > a[data-value="header-dark"]
  > span:nth-child(1)::after,
.theme-color.header-color
  > a[data-value="header-dark"]
  > span:nth-child(1)::after {
  background: #323437;
}
.lay-customizer .theme-color.header-color.small > a[data-value="header-dark"],
.theme-color.header-color.small > a[data-value="header-dark"] {
  background: #323437;
}
.lay-customizer
  .theme-color.navbar-color
  > a[data-value="navbar-blue"]
  > span::before,
.theme-color.navbar-color > a[data-value="navbar-blue"] > span::before {
  background: #04a9f5;
}
.lay-customizer
  .theme-color.navbar-color
  > a[data-value="navbar-red"]
  > span::before,
.theme-color.navbar-color > a[data-value="navbar-red"] > span::before {
  background: #ff5252;
}
.lay-customizer
  .theme-color.navbar-color
  > a[data-value="navbar-purple"]
  > span::before,
.theme-color.navbar-color > a[data-value="navbar-purple"] > span::before {
  background: #9575cd;
}
.lay-customizer
  .theme-color.navbar-color
  > a[data-value="navbar-lightblue"]
  > span::before,
.theme-color.navbar-color > a[data-value="navbar-lightblue"] > span::before {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.navbar-color
  > a[data-value="navbar-dark"]
  > span::before,
.theme-color.navbar-color > a[data-value="navbar-dark"] > span::before {
  background: #323437;
}
.lay-customizer
  .theme-color.brand-color
  > a[data-value="brand-blue"]
  > span:nth-child(1)::before,
.theme-color.brand-color
  > a[data-value="brand-blue"]
  > span:nth-child(1)::before {
  background: #04a9f5;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-blue"],
.theme-color.brand-color.small > a[data-value="brand-blue"] {
  background: #04a9f5;
}
.lay-customizer
  .theme-color.brand-color
  > a[data-value="brand-red"]
  > span:nth-child(1)::before,
.theme-color.brand-color
  > a[data-value="brand-red"]
  > span:nth-child(1)::before {
  background: #ff5252;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-red"],
.theme-color.brand-color.small > a[data-value="brand-red"] {
  background: #ff5252;
}
.lay-customizer
  .theme-color.brand-color
  > a[data-value="brand-purple"]
  > span:nth-child(1)::before,
.theme-color.brand-color
  > a[data-value="brand-purple"]
  > span:nth-child(1)::before {
  background: #9575cd;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-purple"],
.theme-color.brand-color.small > a[data-value="brand-purple"] {
  background: #9575cd;
}
.lay-customizer
  .theme-color.brand-color
  > a[data-value="brand-lightblue"]
  > span:nth-child(1)::before,
.theme-color.brand-color
  > a[data-value="brand-lightblue"]
  > span:nth-child(1)::before {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.brand-color.small
  > a[data-value="brand-lightblue"],
.theme-color.brand-color.small > a[data-value="brand-lightblue"] {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.brand-color
  > a[data-value="brand-dark"]
  > span:nth-child(1)::before,
.theme-color.brand-color
  > a[data-value="brand-dark"]
  > span:nth-child(1)::before {
  background: #323437;
}
.lay-customizer .theme-color.brand-color.small > a[data-value="brand-dark"],
.theme-color.brand-color.small > a[data-value="brand-dark"] {
  background: #323437;
}
.lay-customizer .theme-color.active-color > a[data-value="active-default"],
.theme-color.active-color > a[data-value="active-default"] {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.lay-customizer .theme-color.active-color > a[data-value="active-blue"],
.theme-color.active-color > a[data-value="active-blue"] {
  background: #04a9f5;
}
.lay-customizer .theme-color.active-color > a[data-value="active-red"],
.theme-color.active-color > a[data-value="active-red"] {
  background: #ff5252;
}
.lay-customizer .theme-color.active-color > a[data-value="active-purple"],
.theme-color.active-color > a[data-value="active-purple"] {
  background: #9575cd;
}
.lay-customizer .theme-color.active-color > a[data-value="active-lightblue"],
.theme-color.active-color > a[data-value="active-lightblue"] {
  background: #23b7e5;
}
.lay-customizer .theme-color.active-color > a[data-value="active-dark"],
.theme-color.active-color > a[data-value="active-dark"] {
  background: #323437;
}
.lay-customizer .theme-color.title-color > a[data-value="title-default"],
.theme-color.title-color > a[data-value="title-default"] {
  background: #fff;
}
.lay-customizer .theme-color.title-color > a[data-value="title-blue"],
.theme-color.title-color > a[data-value="title-blue"] {
  background: #04a9f5;
}
.lay-customizer .theme-color.title-color > a[data-value="title-red"],
.theme-color.title-color > a[data-value="title-red"] {
  background: #ff5252;
}
.lay-customizer .theme-color.title-color > a[data-value="title-purple"],
.theme-color.title-color > a[data-value="title-purple"] {
  background: #9575cd;
}
.lay-customizer .theme-color.title-color > a[data-value="title-lightblue"],
.theme-color.title-color > a[data-value="title-lightblue"] {
  background: #23b7e5;
}
.lay-customizer .theme-color.title-color > a[data-value="title-dark"],
.theme-color.title-color > a[data-value="title-dark"] {
  background: #323437;
}
.lay-customizer .theme-color.navbar-images > a,
.theme-color.navbar-images > a {
  background-position: center center;
  background-size: cover;
  height: 90px;
}
.lay-customizer .theme-color.navbar-images > a span,
.theme-color.navbar-images > a span {
  display: none;
}
.lay-customizer .theme-color.navbar-images > a.active::before,
.theme-color.navbar-images > a.active::before {
  content: "";
  top: 35px;
}
.lay-customizer .theme-color.bg-images > a,
.theme-color.bg-images > a {
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
}
.lay-customizer .theme-color.bg-images > a span,
.theme-color.bg-images > a span {
  display: none;
}
.lay-customizer .theme-color.bg-images > a.active::before,
.theme-color.bg-images > a.active::before {
  content: "";
  top: 35px;
}
.lay-customizer .theme-color.prelayout-color > a,
.theme-color.prelayout-color > a {
  margin-bottom: 5px;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l1"]
  > span:nth-child(1),
.theme-color.prelayout-color > a[data-value="l1"] > span:nth-child(1) {
  z-index: 1;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l1"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color > a[data-value="l1"] > span:nth-child(1)::before {
  background: linear-gradient(
    to bottom,
    #04a9f5 0%,
    #04a9f5 80%,
    #a9b7d0 80%,
    #a9b7d0 90%,
    #04a9f5 91%,
    #04a9f5 100%
  );
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l1"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color > a[data-value="l1"] > span:nth-child(2)::before {
  background: linear-gradient(
    to right,
    #3f4d67 0%,
    #3f4d67 20%,
    #a9b7d0 25%,
    #a9b7d0 30%,
    #3f4d67 20%,
    #3f4d67 100%
  );
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l2"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color > a[data-value="l2"] > span:nth-child(1)::before {
  background: #3f4d67;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l2"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color > a[data-value="l2"] > span:nth-child(2)::before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l2-2"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color
  > a[data-value="l2-2"]
  > span:nth-child(1)::before {
  background: #3f4d67;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l2-2"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color
  > a[data-value="l2-2"]
  > span:nth-child(2)::before {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l3"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color > a[data-value="l3"] > span:nth-child(1)::before {
  background: #3f4d67;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l3"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color > a[data-value="l3"] > span:nth-child(2)::before {
  background: #04a9f5;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l4"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color > a[data-value="l4"] > span:nth-child(1)::before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l4"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color > a[data-value="l4"] > span:nth-child(2)::before {
  background: #212224;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l4-2"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color
  > a[data-value="l4-2"]
  > span:nth-child(1)::before {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l4-2"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color
  > a[data-value="l4-2"]
  > span:nth-child(2)::before {
  background: #212224;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(1),
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1) {
  height: 40%;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(1)::after,
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(1)::after,
.theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(1)::before {
  background: linear-gradient(#04a9f5 50%, #fff 0%);
  box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
  z-index: 1;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(2),
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2) {
  height: 60%;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(2)::after,
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color > a[data-value="l5-h"] > span:nth-child(2)::after,
.theme-color.prelayout-color
  > a[data-value="l5-h"]
  > span:nth-child(2)::before {
  background: #f4f7fa;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l-lite"]
  > span:nth-child(1)::after,
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l-lite"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color
  > a[data-value="l-lite"]
  > span:nth-child(1)::after,
.theme-color.prelayout-color
  > a[data-value="l-lite"]
  > span:nth-child(1)::before {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l-lite"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color
  > a[data-value="l-lite"]
  > span:nth-child(2)::before {
  background: #fff;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l6"]
  > span:nth-child(1),
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1) {
  height: 50%;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l6"]
  > span:nth-child(1)::after,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1)::after {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l6"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(1)::before {
  background: linear-gradient(#23b7e5 50%, #fff 0%);
  z-index: 1;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l6"]
  > span:nth-child(2),
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2) {
  height: 50%;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l6"]
  > span:nth-child(2)::after,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2)::after {
  background: #f4f7fa;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l6"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color > a[data-value="l6"] > span:nth-child(2)::before {
  background: #fff;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l8"]
  > span:nth-child(1)::after,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(1)::after {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l8"]
  > span:nth-child(1)::before,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(1)::before {
  background: #23b7e5;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l8"]
  > span:nth-child(2)::after,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(2)::after {
  background: #f4f7fa;
}
.lay-customizer
  .theme-color.prelayout-color
  > a[data-value="l8"]
  > span:nth-child(2)::before,
.theme-color.prelayout-color > a[data-value="l8"] > span:nth-child(2)::before {
  background: linear-gradient(
    #fff 0,
    #fff 5px,
    rgba(35, 183, 229, 0.5) 5px,
    rgba(35, 183, 229, 0.5) 5px,
    rgba(35, 183, 229, 0.5) 8px,
    #fff 8px,
    #fff
  );
}
.pcoded-navbar.menu-light {
  background-color: #fff;
  box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
  color: #3f4d67;
}
.pcoded-navbar.menu-light .header-logo {
  background-color: #3f4d67;
}
.pcoded-navbar.menu-light .header-logo .logo-dark {
  display: none;
}
.pcoded-navbar.menu-light .header-logo .logo-main {
  display: block;
}
.pcoded-navbar.menu-light .sidenav-horizontal-next,
.pcoded-navbar.menu-light .sidenav-horizontal-prev {
  background: #fff;
}
.pcoded-navbar.menu-light .mobile-menu span {
  background-color: #a9b7d0;
}
.pcoded-navbar.menu-light .mobile-menu span::after,
.pcoded-navbar.menu-light .mobile-menu span::before {
  background-color: #a9b7d0;
}
.pcoded-navbar.menu-light .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.menu-light .pcoded-submenu {
  background: #fbfbfb;
}
.pcoded-navbar.menu-light a {
  color: #3f4d67;
}
.pcoded-navbar.menu-light.navbar-collapsed .pcoded-menu-caption::after {
  background: rgba(0, 0, 0, 0.1);
}
.pcoded-navbar.menu-light.navbar-collapsed:hover .pcoded-menu-caption::after {
  background: transparent;
}
.pcoded-navbar.menu-light .pcoded-menu-caption {
  color: #3f4d67;
}
.pcoded-navbar.menu-light .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.menu-light.theme-horizontal .pcoded-inner-navbar > li.active a,
.pcoded-navbar.menu-light.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-trigger
  a,
.pcoded-navbar.menu-light.theme-horizontal .pcoded-inner-navbar > li:hover a {
  background: transparent;
  color: #3f4d67;
}
.pcoded-navbar.menu-light.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active::before,
.pcoded-navbar.menu-light.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger::before {
  color: #fff;
}
body.layout-1 .pcoded-navbar.menu-light .sidemenu {
  box-shadow: inset -1px 0 0 0 rgba(169, 183, 208, 0.4);
}
body.layout-1 .pcoded-navbar.menu-light .sidemenu li a::after {
  border-bottom: 1px solid rgba(181, 189, 202, 0.4);
}
body.layout-1 .pcoded-navbar.menu-light .toggle-sidemenu {
  background: #f1f1f1;
  color: #3f4d67;
}
body.layout-1
  .pcoded-navbar.menu-light
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-menu-caption::after {
  border-bottom: 1px solid rgba(181, 189, 202, 0.5);
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(1)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(2)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(3)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(4)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(5)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(6)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(7)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(8)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(9)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(10)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(11)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(12)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(13)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(14)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(15)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(16)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(17)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(18)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(19)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(20)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(21)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(22)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(23)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(24)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(25)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(26)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(27)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(28)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(29)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(30)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(31)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(32)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(33)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(34)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(35)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(36)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(37)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(38)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(39)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(40)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(41)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(42)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(43)
  > a
  > .pcoded-micon {
  color: #04a9f5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(44)
  > a
  > .pcoded-micon {
  color: #ff5252;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(45)
  > a
  > .pcoded-micon {
  color: #01a9ac;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(46)
  > a
  > .pcoded-micon {
  color: #9575cd;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(47)
  > a
  > .pcoded-micon {
  color: #23b7e5;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li:nth-child(48)
  > a
  > .pcoded-micon {
  color: #f4c22b;
}
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a
  > .pcoded-micon,
.pcoded-navbar.icon-colored
  .pcoded-inner-navbar
  > li.active
  > a
  > .pcoded-micon {
  color: #fff;
}
.pcoded-navbar.icon-colored.menu-light
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a
  > .pcoded-micon,
.pcoded-navbar.icon-colored.menu-light
  .pcoded-inner-navbar
  > li.active
  > a
  > .pcoded-micon {
  color: #3f4d67;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(1) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(2) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(3) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(4) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(5) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(6) > a {
  color: #f4c22b;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(7) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(8) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(9) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(10) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(11) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(12) > a {
  color: #f4c22b;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(13) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(14) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(15) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(16) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(17) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(18) > a {
  color: #f4c22b;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(19) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(20) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(21) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(22) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(23) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(24) > a {
  color: #f4c22b;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(25) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(26) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(27) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(28) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(29) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(30) > a {
  color: #f4c22b;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(31) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(32) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(33) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(34) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(35) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(36) > a {
  color: #f4c22b;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(37) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(38) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(39) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(40) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(41) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(42) > a {
  color: #f4c22b;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(43) > a {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(44) > a {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(45) > a {
  color: #01a9ac;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(46) > a {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(47) > a {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.icon-colored .sidemenu > li:nth-child(48) > a {
  color: #f4c22b;
}
.theme-horizontal ~ .pcoded-header {
  background: #fff;
  box-shadow: 0 1px 20px 0 rgba(63, 77, 103, 0.15);
}
@media only screen and (max-width: 991px) {
  .theme-horizontal ~ .pcoded-header {
    background: #3f4d67;
  }
  .theme-horizontal ~ .pcoded-header .horizontal-dasktop {
    display: none;
  }
  .theme-horizontal ~ .pcoded-header .horizontal-mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .theme-horizontal-dis ~ .pcoded-header .horizontal-dasktop {
    display: none;
  }
  .theme-horizontal-dis ~ .pcoded-header .horizontal-mobile {
    display: inline-block;
  }
}
.pcoded-header[class*="header-"]:not(.header-default) {
  box-shadow: 0 3px 10px 0 rgba(65, 72, 78, 0.02);
}
.pcoded-header.header-blue {
  background: #04a9f5;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-blue .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-blue .profile-notification li.active,
.pcoded-header.header-blue .profile-notification li:active,
.pcoded-header.header-blue .profile-notification li:focus,
.pcoded-header.header-blue .profile-notification li:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-header.header-blue .profile-notification li.active > a,
.pcoded-header.header-blue .profile-notification li:active > a,
.pcoded-header.header-blue .profile-notification li:focus > a,
.pcoded-header.header-blue .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-blue .dropdown-menu {
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu > li.active,
.pcoded-header.header-blue .dropdown-menu > li:active,
.pcoded-header.header-blue .dropdown-menu > li:focus,
.pcoded-header.header-blue .dropdown-menu > li:hover {
  background: rgba(4, 169, 245, 0.1);
  color: #888;
}
.pcoded-header.header-blue .dropdown-menu > li.active > a,
.pcoded-header.header-blue .dropdown-menu > li:active > a,
.pcoded-header.header-blue .dropdown-menu > li:focus > a,
.pcoded-header.header-blue .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-blue .input-group .input-group-text,
.pcoded-header.header-blue a,
.pcoded-header.header-blue .btn,
.pcoded-header.header-blue .dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-blue .input-group .input-group-text:hover,
.pcoded-header.header-blue a:hover,
.pcoded-header.header-blue .btn:hover,
.pcoded-header.header-blue .dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-blue .input-group .input-group-text,
  .pcoded-header.header-blue a,
  .pcoded-header.header-blue .btn,
  .pcoded-header.header-blue .dropdown-toggle {
    color: #3f4d67;
  }
  .pcoded-header.header-blue .input-group .input-group-text:hover,
  .pcoded-header.header-blue a:hover,
  .pcoded-header.header-blue .btn:hover,
  .pcoded-header.header-blue .dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-blue .main-search .search-close > .input-group-text {
  color: #04a9f5;
}
.pcoded-header.header-blue .main-search.open .input-group .search-btn {
  background: #04a9f5;
  border-color: #04a9f5;
}
.pcoded-header.header-blue
  .main-search.open
  .input-group
  .search-btn
  .input-group-text {
  color: #fff;
}
.pcoded-header.header-blue
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
.pcoded-header.header-blue .dropdown .profile-notification .pro-head {
  background: #04a9f5;
  color: #fff;
}
.pcoded-header.header-blue
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
.pcoded-header.header-blue .dropdown.drp-user.show::before {
  color: #04a9f5;
}
.pcoded-header.header-blue .b-bg {
  background: #fff;
}
.pcoded-header.header-blue .b-bg i {
  background-clip: text;
  background-image: #04a9f5;
  color: #04a9f5;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-red {
  background: #ff5252;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-red .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-red .profile-notification li.active,
.pcoded-header.header-red .profile-notification li:active,
.pcoded-header.header-red .profile-notification li:focus,
.pcoded-header.header-red .profile-notification li:hover {
  background: rgba(255, 82, 82, 0.1);
}
.pcoded-header.header-red .profile-notification li.active > a,
.pcoded-header.header-red .profile-notification li:active > a,
.pcoded-header.header-red .profile-notification li:focus > a,
.pcoded-header.header-red .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-red .dropdown-menu {
  color: #888;
}
.pcoded-header.header-red .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-red .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-red .dropdown-menu > li.active,
.pcoded-header.header-red .dropdown-menu > li:active,
.pcoded-header.header-red .dropdown-menu > li:focus,
.pcoded-header.header-red .dropdown-menu > li:hover {
  background: rgba(255, 82, 82, 0.1);
  color: #888;
}
.pcoded-header.header-red .dropdown-menu > li.active > a,
.pcoded-header.header-red .dropdown-menu > li:active > a,
.pcoded-header.header-red .dropdown-menu > li:focus > a,
.pcoded-header.header-red .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-red .input-group .input-group-text,
.pcoded-header.header-red a,
.pcoded-header.header-red .btn,
.pcoded-header.header-red .dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-red .input-group .input-group-text:hover,
.pcoded-header.header-red a:hover,
.pcoded-header.header-red .btn:hover,
.pcoded-header.header-red .dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-red .input-group .input-group-text,
  .pcoded-header.header-red a,
  .pcoded-header.header-red .btn,
  .pcoded-header.header-red .dropdown-toggle {
    color: #3f4d67;
  }
  .pcoded-header.header-red .input-group .input-group-text:hover,
  .pcoded-header.header-red a:hover,
  .pcoded-header.header-red .btn:hover,
  .pcoded-header.header-red .dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-red .main-search .search-close > .input-group-text {
  color: #ff5252;
}
.pcoded-header.header-red .main-search.open .input-group .search-btn {
  background: #ff5252;
  border-color: #ff5252;
}
.pcoded-header.header-red
  .main-search.open
  .input-group
  .search-btn
  .input-group-text {
  color: #fff;
}
.pcoded-header.header-red
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(255, 82, 82, 0.1);
}
.pcoded-header.header-red .dropdown .profile-notification .pro-head {
  background: #ff5252;
  color: #fff;
}
.pcoded-header.header-red
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
.pcoded-header.header-red .dropdown.drp-user.show::before {
  color: #ff5252;
}
.pcoded-header.header-red .b-bg {
  background: #fff;
}
.pcoded-header.header-red .b-bg i {
  background-clip: text;
  background-image: #ff5252;
  color: #ff5252;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-purple {
  background: #9575cd;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-purple .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-purple .profile-notification li.active,
.pcoded-header.header-purple .profile-notification li:active,
.pcoded-header.header-purple .profile-notification li:focus,
.pcoded-header.header-purple .profile-notification li:hover {
  background: rgba(149, 117, 205, 0.1);
}
.pcoded-header.header-purple .profile-notification li.active > a,
.pcoded-header.header-purple .profile-notification li:active > a,
.pcoded-header.header-purple .profile-notification li:focus > a,
.pcoded-header.header-purple .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-purple .dropdown-menu {
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu > li.active,
.pcoded-header.header-purple .dropdown-menu > li:active,
.pcoded-header.header-purple .dropdown-menu > li:focus,
.pcoded-header.header-purple .dropdown-menu > li:hover {
  background: rgba(149, 117, 205, 0.1);
  color: #888;
}
.pcoded-header.header-purple .dropdown-menu > li.active > a,
.pcoded-header.header-purple .dropdown-menu > li:active > a,
.pcoded-header.header-purple .dropdown-menu > li:focus > a,
.pcoded-header.header-purple .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-purple .input-group .input-group-text,
.pcoded-header.header-purple a,
.pcoded-header.header-purple .btn,
.pcoded-header.header-purple .dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-purple .input-group .input-group-text:hover,
.pcoded-header.header-purple a:hover,
.pcoded-header.header-purple .btn:hover,
.pcoded-header.header-purple .dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-purple .input-group .input-group-text,
  .pcoded-header.header-purple a,
  .pcoded-header.header-purple .btn,
  .pcoded-header.header-purple .dropdown-toggle {
    color: #3f4d67;
  }
  .pcoded-header.header-purple .input-group .input-group-text:hover,
  .pcoded-header.header-purple a:hover,
  .pcoded-header.header-purple .btn:hover,
  .pcoded-header.header-purple .dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-purple .main-search .search-close > .input-group-text {
  color: #9575cd;
}
.pcoded-header.header-purple .main-search.open .input-group .search-btn {
  background: #9575cd;
  border-color: #9575cd;
}
.pcoded-header.header-purple
  .main-search.open
  .input-group
  .search-btn
  .input-group-text {
  color: #fff;
}
.pcoded-header.header-purple
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(149, 117, 205, 0.1);
}
.pcoded-header.header-purple .dropdown .profile-notification .pro-head {
  background: #9575cd;
  color: #fff;
}
.pcoded-header.header-purple
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
.pcoded-header.header-purple .dropdown.drp-user.show::before {
  color: #9575cd;
}
.pcoded-header.header-purple .b-bg {
  background: #fff;
}
.pcoded-header.header-purple .b-bg i {
  background-clip: text;
  background-image: #9575cd;
  color: #9575cd;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-lightblue {
  background: #23b7e5;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-lightblue .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-lightblue .profile-notification li.active,
.pcoded-header.header-lightblue .profile-notification li:active,
.pcoded-header.header-lightblue .profile-notification li:focus,
.pcoded-header.header-lightblue .profile-notification li:hover {
  background: rgba(35, 183, 229, 0.1);
}
.pcoded-header.header-lightblue .profile-notification li.active > a,
.pcoded-header.header-lightblue .profile-notification li:active > a,
.pcoded-header.header-lightblue .profile-notification li:focus > a,
.pcoded-header.header-lightblue .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-lightblue .dropdown-menu {
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu > li.active,
.pcoded-header.header-lightblue .dropdown-menu > li:active,
.pcoded-header.header-lightblue .dropdown-menu > li:focus,
.pcoded-header.header-lightblue .dropdown-menu > li:hover {
  background: rgba(35, 183, 229, 0.1);
  color: #888;
}
.pcoded-header.header-lightblue .dropdown-menu > li.active > a,
.pcoded-header.header-lightblue .dropdown-menu > li:active > a,
.pcoded-header.header-lightblue .dropdown-menu > li:focus > a,
.pcoded-header.header-lightblue .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-lightblue .input-group .input-group-text,
.pcoded-header.header-lightblue a,
.pcoded-header.header-lightblue .btn,
.pcoded-header.header-lightblue .dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-lightblue .input-group .input-group-text:hover,
.pcoded-header.header-lightblue a:hover,
.pcoded-header.header-lightblue .btn:hover,
.pcoded-header.header-lightblue .dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-lightblue .input-group .input-group-text,
  .pcoded-header.header-lightblue a,
  .pcoded-header.header-lightblue .btn,
  .pcoded-header.header-lightblue .dropdown-toggle {
    color: #3f4d67;
  }
  .pcoded-header.header-lightblue .input-group .input-group-text:hover,
  .pcoded-header.header-lightblue a:hover,
  .pcoded-header.header-lightblue .btn:hover,
  .pcoded-header.header-lightblue .dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-lightblue .main-search .search-close > .input-group-text {
  color: #23b7e5;
}
.pcoded-header.header-lightblue .main-search.open .input-group .search-btn {
  background: #23b7e5;
  border-color: #23b7e5;
}
.pcoded-header.header-lightblue
  .main-search.open
  .input-group
  .search-btn
  .input-group-text {
  color: #fff;
}
.pcoded-header.header-lightblue
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(35, 183, 229, 0.1);
}
.pcoded-header.header-lightblue .dropdown .profile-notification .pro-head {
  background: #23b7e5;
  color: #fff;
}
.pcoded-header.header-lightblue
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
.pcoded-header.header-lightblue .dropdown.drp-user.show::before {
  color: #23b7e5;
}
.pcoded-header.header-lightblue .b-bg {
  background: #fff;
}
.pcoded-header.header-lightblue .b-bg i {
  background-clip: text;
  background-image: #23b7e5;
  color: #23b7e5;
  -webkit-text-fill-color: unset;
}
.pcoded-header.header-dark {
  background: #323437;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-dark .profile-notification li > a {
  color: #888;
}
.pcoded-header.header-dark .profile-notification li.active,
.pcoded-header.header-dark .profile-notification li:active,
.pcoded-header.header-dark .profile-notification li:focus,
.pcoded-header.header-dark .profile-notification li:hover {
  background: rgba(50, 52, 55, 0.1);
}
.pcoded-header.header-dark .profile-notification li.active > a,
.pcoded-header.header-dark .profile-notification li:active > a,
.pcoded-header.header-dark .profile-notification li:focus > a,
.pcoded-header.header-dark .profile-notification li:hover > a {
  background: transparent;
}
.pcoded-header.header-dark .dropdown-menu {
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu a {
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu > li > a {
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu > li.active,
.pcoded-header.header-dark .dropdown-menu > li:active,
.pcoded-header.header-dark .dropdown-menu > li:focus,
.pcoded-header.header-dark .dropdown-menu > li:hover {
  background: rgba(50, 52, 55, 0.1);
  color: #888;
}
.pcoded-header.header-dark .dropdown-menu > li.active > a,
.pcoded-header.header-dark .dropdown-menu > li:active > a,
.pcoded-header.header-dark .dropdown-menu > li:focus > a,
.pcoded-header.header-dark .dropdown-menu > li:hover > a {
  background: transparent;
}
.pcoded-header.header-dark .input-group .input-group-text,
.pcoded-header.header-dark a,
.pcoded-header.header-dark .btn,
.pcoded-header.header-dark .dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-header.header-dark .input-group .input-group-text:hover,
.pcoded-header.header-dark a:hover,
.pcoded-header.header-dark .btn:hover,
.pcoded-header.header-dark .dropdown-toggle:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.header-dark .input-group .input-group-text,
  .pcoded-header.header-dark a,
  .pcoded-header.header-dark .btn,
  .pcoded-header.header-dark .dropdown-toggle {
    color: #3f4d67;
  }
  .pcoded-header.header-dark .input-group .input-group-text:hover,
  .pcoded-header.header-dark a:hover,
  .pcoded-header.header-dark .btn:hover,
  .pcoded-header.header-dark .dropdown-toggle:hover {
    color: #2c3547;
  }
}
.pcoded-header.header-dark .main-search .search-close > .input-group-text {
  color: #323437;
}
.pcoded-header.header-dark .main-search.open .input-group .search-btn {
  background: #323437;
  border-color: #323437;
}
.pcoded-header.header-dark
  .main-search.open
  .input-group
  .search-btn
  .input-group-text {
  color: #fff;
}
.pcoded-header.header-dark
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(50, 52, 55, 0.1);
}
.pcoded-header.header-dark .dropdown .profile-notification .pro-head {
  background: #323437;
  color: #fff;
}
.pcoded-header.header-dark
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
.pcoded-header.header-dark .dropdown.drp-user.show::before {
  color: #323437;
}
.pcoded-header.header-dark .b-bg {
  background: #fff;
}
.pcoded-header.header-dark .b-bg i {
  background-clip: text;
  background-image: #323437;
  color: #323437;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span,
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span::after,
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span::before {
  background: #fff;
}
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu.on span {
  background: transparent;
}
.pcoded-navbar[class*="brand-"]:not(.brand-default) .b-bg {
  background: #fff;
}
.pcoded-navbar[class*="brand-"]:not(.brand-default) .b-bg i {
  background-clip: text;
  background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: #1de9b6;
  -webkit-text-fill-color: transparent;
}
.pcoded-navbar.brand-blue .header-logo,
.pcoded-navbar[class*="navbar-"].brand-blue .header-logo {
  background: #04a9f5;
}
.pcoded-navbar.brand-blue .header-logo .b-bg,
.pcoded-navbar[class*="navbar-"].brand-blue .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-blue .header-logo .b-bg i,
.pcoded-navbar[class*="navbar-"].brand-blue .header-logo .b-bg i {
  color: #04a9f5;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-red .header-logo,
.pcoded-navbar[class*="navbar-"].brand-red .header-logo {
  background: #ff5252;
}
.pcoded-navbar.brand-red .header-logo .b-bg,
.pcoded-navbar[class*="navbar-"].brand-red .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-red .header-logo .b-bg i,
.pcoded-navbar[class*="navbar-"].brand-red .header-logo .b-bg i {
  color: #ff5252;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-purple .header-logo,
.pcoded-navbar[class*="navbar-"].brand-purple .header-logo {
  background: #9575cd;
}
.pcoded-navbar.brand-purple .header-logo .b-bg,
.pcoded-navbar[class*="navbar-"].brand-purple .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-purple .header-logo .b-bg i,
.pcoded-navbar[class*="navbar-"].brand-purple .header-logo .b-bg i {
  color: #9575cd;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-lightblue .header-logo,
.pcoded-navbar[class*="navbar-"].brand-lightblue .header-logo {
  background: #23b7e5;
}
.pcoded-navbar.brand-lightblue .header-logo .b-bg,
.pcoded-navbar[class*="navbar-"].brand-lightblue .header-logo .b-bg {
  background: #fff;
}
.pcoded-navbar.brand-lightblue .header-logo .b-bg i,
.pcoded-navbar[class*="navbar-"].brand-lightblue .header-logo .b-bg i {
  color: #23b7e5;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-dark .header-logo,
.pcoded-navbar[class*="navbar-"].brand-dark .header-logo {
  background: #323437;
}
.pcoded-navbar.brand-dark .header-logo .b-bg,
.pcoded-navbar[class*="navbar-"].brand-dark .header-logo .b-bg {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.pcoded-navbar.brand-dark .header-logo .b-bg i,
.pcoded-navbar[class*="navbar-"].brand-dark .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.brand-default .header-logo,
.pcoded-navbar[class*="navbar-"].brand-default .header-logo {
  background: #3f4d67;
}
.pcoded-navbar.navbar-blue {
  background: #04a9f5;
}
.pcoded-navbar.navbar-blue .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-blue .mobile-menu span::after,
.pcoded-navbar.navbar-blue .mobile-menu span::before {
  background-color: #fff;
}
.pcoded-navbar.navbar-blue .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-blue .header-logo .b-bg {
  background: #04a9f5;
}
.pcoded-navbar.navbar-blue .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-blue .navbar-brand,
.pcoded-navbar.navbar-blue .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-blue .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-blue .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-blue .pcoded-inner-navbar li.active > a,
.pcoded-navbar.navbar-blue .pcoded-inner-navbar li:focus > a,
.pcoded-navbar.navbar-blue .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-blue
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.navbar-blue
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.navbar-blue
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #fff;
}
.pcoded-navbar.navbar-blue .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.navbar-blue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  color: #fff;
}
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-prev {
  background: #04a9f5;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-blue.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active::before,
.pcoded-navbar.navbar-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger::before {
  color: #04a9f5;
}
.pcoded-navbar.navbar-red {
  background: #ff5252;
}
.pcoded-navbar.navbar-red .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-red .mobile-menu span::after,
.pcoded-navbar.navbar-red .mobile-menu span::before {
  background-color: #fff;
}
.pcoded-navbar.navbar-red .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-red .header-logo .b-bg {
  background: #ff5252;
}
.pcoded-navbar.navbar-red .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-red .navbar-brand,
.pcoded-navbar.navbar-red .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-red .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-red .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-red .pcoded-inner-navbar li.active > a,
.pcoded-navbar.navbar-red .pcoded-inner-navbar li:focus > a,
.pcoded-navbar.navbar-red .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-red
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.navbar-red
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.navbar-red
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #fff;
}
.pcoded-navbar.navbar-red .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.navbar-red .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  color: #fff;
}
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-prev {
  background: #ff5252;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-red.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active::before,
.pcoded-navbar.navbar-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger::before {
  color: #ff5252;
}
.pcoded-navbar.navbar-purple {
  background: #9575cd;
}
.pcoded-navbar.navbar-purple .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-purple .mobile-menu span::after,
.pcoded-navbar.navbar-purple .mobile-menu span::before {
  background-color: #fff;
}
.pcoded-navbar.navbar-purple .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-purple .header-logo .b-bg {
  background: #9575cd;
}
.pcoded-navbar.navbar-purple .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-purple .navbar-brand,
.pcoded-navbar.navbar-purple .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-purple .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-purple .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-purple .pcoded-inner-navbar li.active > a,
.pcoded-navbar.navbar-purple .pcoded-inner-navbar li:focus > a,
.pcoded-navbar.navbar-purple .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-purple
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.navbar-purple
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.navbar-purple
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #fff;
}
.pcoded-navbar.navbar-purple .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.navbar-purple .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  color: #fff;
}
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-prev {
  background: #9575cd;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-purple.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active::before,
.pcoded-navbar.navbar-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger::before {
  color: #9575cd;
}
.pcoded-navbar.navbar-lightblue {
  background: #23b7e5;
}
.pcoded-navbar.navbar-lightblue .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-lightblue .mobile-menu span::after,
.pcoded-navbar.navbar-lightblue .mobile-menu span::before {
  background-color: #fff;
}
.pcoded-navbar.navbar-lightblue .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-lightblue .header-logo .b-bg {
  background: #23b7e5;
}
.pcoded-navbar.navbar-lightblue .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-lightblue .navbar-brand,
.pcoded-navbar.navbar-lightblue .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-lightblue .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li.active > a,
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li:focus > a,
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.navbar-lightblue
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.navbar-lightblue
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #fff;
}
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.navbar-lightblue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  color: #fff;
}
.pcoded-navbar.navbar-lightblue.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-lightblue.theme-horizontal .sidenav-horizontal-prev {
  background: #23b7e5;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-lightblue.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-lightblue.theme-horizontal
  .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active::before,
.pcoded-navbar.navbar-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger::before {
  color: #23b7e5;
}
.pcoded-navbar.navbar-dark {
  background: #323437;
}
.pcoded-navbar.navbar-dark .mobile-menu span {
  background-color: #fff;
}
.pcoded-navbar.navbar-dark .mobile-menu span::after,
.pcoded-navbar.navbar-dark .mobile-menu span::before {
  background-color: #fff;
}
.pcoded-navbar.navbar-dark .mobile-menu.on span {
  background-color: transparent;
}
.pcoded-navbar.navbar-dark .header-logo .b-bg {
  background: #323437;
}
.pcoded-navbar.navbar-dark .header-logo .b-bg i {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.pcoded-navbar.navbar-dark .navbar-brand,
.pcoded-navbar.navbar-dark .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar.navbar-dark .pcoded-menu-caption {
  color: #fff;
}
.pcoded-navbar.navbar-dark .pcoded-inner-navbar li a {
  color: #fff;
}
.pcoded-navbar.navbar-dark .pcoded-inner-navbar li.active > a,
.pcoded-navbar.navbar-dark .pcoded-inner-navbar li:focus > a,
.pcoded-navbar.navbar-dark .pcoded-inner-navbar li:hover > a {
  color: #fff;
}
.pcoded-navbar.navbar-dark
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.navbar-dark
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.navbar-dark
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #fff;
}
.pcoded-navbar.navbar-dark .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.navbar-dark .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  color: #fff;
}
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-next,
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-prev {
  background: #323437;
  color: rgba(255, 255, 255, 0.8);
}
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-next:hover,
.pcoded-navbar.navbar-dark.theme-horizontal .sidenav-horizontal-prev:hover {
  color: #fff;
}
.pcoded-navbar.navbar-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active::before,
.pcoded-navbar.navbar-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger::before {
  color: #323437;
}
body.layout-1 .pcoded-navbar.navbar-blue .sidemenu {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-blue .sidemenu li.active::after {
  background: #fff;
}
body.layout-1 .pcoded-navbar.navbar-blue .sidemenu li a {
  color: #fff;
}
body.layout-1 .pcoded-navbar.navbar-blue .sidemenu li a::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-red .sidemenu {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-red .sidemenu li.active::after {
  background: #fff;
}
body.layout-1 .pcoded-navbar.navbar-red .sidemenu li a {
  color: #fff;
}
body.layout-1 .pcoded-navbar.navbar-red .sidemenu li a::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-purple .sidemenu {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-purple .sidemenu li.active::after {
  background: #fff;
}
body.layout-1 .pcoded-navbar.navbar-purple .sidemenu li a {
  color: #fff;
}
body.layout-1 .pcoded-navbar.navbar-purple .sidemenu li a::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-lightblue .sidemenu {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-lightblue .sidemenu li.active::after {
  background: #fff;
}
body.layout-1 .pcoded-navbar.navbar-lightblue .sidemenu li a {
  color: #fff;
}
body.layout-1 .pcoded-navbar.navbar-lightblue .sidemenu li a::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-dark .sidemenu {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
}
body.layout-1 .pcoded-navbar.navbar-dark .sidemenu li.active::after {
  background: #fff;
}
body.layout-1 .pcoded-navbar.navbar-dark .sidemenu li a {
  color: #fff;
}
body.layout-1 .pcoded-navbar.navbar-dark .sidemenu li a::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pcoded-navbar.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a:hover::before,
.pcoded-navbar.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  background: #3ebfea;
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(.menu-item-icon-style1)
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #3ebfea;
}
.pcoded-navbar.active-blue.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a:hover::before,
.pcoded-navbar.active-blue.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  background: #04a9f5;
}
.pcoded-navbar.active-blue[class*="menu-item-icon-style"]:not(
    .menu-item-icon-style1
  )
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #04a9f5;
}
.pcoded-navbar.active-blue .pcoded-inner-navbar li > a.active,
.pcoded-navbar.active-blue .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.active-blue .pcoded-inner-navbar li > a:hover {
  color: #04a9f5;
}
.pcoded-navbar.active-blue
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.active-blue
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.active-blue
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #04a9f5;
}
.pcoded-navbar.active-blue .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.active-blue .pcoded-inner-navbar > li.pcoded-trigger::after {
  background-color: #04a9f5;
}
.pcoded-navbar.active-blue .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-blue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #333f54;
  color: #fff;
}
.pcoded-navbar.active-blue.menu-light .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-blue.menu-light
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.active
  > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-blue.theme-horizontal .pcoded-inner-navbar > li:hover > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active
  > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger
  > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu:hover
  > a {
  background: transparent;
}
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  a.active,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  a.active {
  background: transparent;
  color: #04a9f5;
}
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li:hover
  > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li:hover
  > a {
  color: #04a9f5;
}
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a,
.pcoded-navbar.active-blue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a {
  color: #04a9f5;
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(.menu-item-icon-style1)
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #3ebfea;
}
.pcoded-navbar.active-red.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a:hover::before,
.pcoded-navbar.active-red.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  background: #ff5252;
}
.pcoded-navbar.active-red[class*="menu-item-icon-style"]:not(
    .menu-item-icon-style1
  )
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #ff5252;
}
.pcoded-navbar.active-red .pcoded-inner-navbar li > a.active,
.pcoded-navbar.active-red .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.active-red .pcoded-inner-navbar li > a:hover {
  color: #ff5252;
}
.pcoded-navbar.active-red
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.active-red
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.active-red
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #ff5252;
}
.pcoded-navbar.active-red .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.active-red .pcoded-inner-navbar > li.pcoded-trigger::after {
  background-color: #ff5252;
}
.pcoded-navbar.active-red .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-red .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #333f54;
  color: #fff;
}
.pcoded-navbar.active-red.menu-light .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-red.menu-light
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-red.theme-horizontal .pcoded-inner-navbar > li:hover > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active
  > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger
  > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu:hover
  > a {
  background: transparent;
}
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  a.active,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  a.active {
  background: transparent;
  color: #ff5252;
}
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li:hover
  > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li:hover
  > a {
  color: #ff5252;
}
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a,
.pcoded-navbar.active-red.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a {
  color: #ff5252;
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(.menu-item-icon-style1)
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #3ebfea;
}
.pcoded-navbar.active-purple.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a:hover::before,
.pcoded-navbar.active-purple.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  background: #9575cd;
}
.pcoded-navbar.active-purple[class*="menu-item-icon-style"]:not(
    .menu-item-icon-style1
  )
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #9575cd;
}
.pcoded-navbar.active-purple .pcoded-inner-navbar li > a.active,
.pcoded-navbar.active-purple .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.active-purple .pcoded-inner-navbar li > a:hover {
  color: #9575cd;
}
.pcoded-navbar.active-purple
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.active-purple
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.active-purple
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #9575cd;
}
.pcoded-navbar.active-purple .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.active-purple .pcoded-inner-navbar > li.pcoded-trigger::after {
  background-color: #9575cd;
}
.pcoded-navbar.active-purple .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-purple .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #333f54;
  color: #fff;
}
.pcoded-navbar.active-purple.menu-light .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-purple.menu-light
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.active
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li:hover
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu:hover
  > a {
  background: transparent;
}
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  a.active,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  a.active {
  background: transparent;
  color: #9575cd;
}
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li:hover
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li:hover
  > a {
  color: #9575cd;
}
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a,
.pcoded-navbar.active-purple.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a {
  color: #9575cd;
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(.menu-item-icon-style1)
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #3ebfea;
}
.pcoded-navbar.active-lightblue.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a:hover::before,
.pcoded-navbar.active-lightblue.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  background: #23b7e5;
}
.pcoded-navbar.active-lightblue[class*="menu-item-icon-style"]:not(
    .menu-item-icon-style1
  )
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #23b7e5;
}
.pcoded-navbar.active-lightblue .pcoded-inner-navbar li > a.active,
.pcoded-navbar.active-lightblue .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.active-lightblue .pcoded-inner-navbar li > a:hover {
  color: #23b7e5;
}
.pcoded-navbar.active-lightblue
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.active-lightblue
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.active-lightblue
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #23b7e5;
}
.pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.active-lightblue
  .pcoded-inner-navbar
  > li.pcoded-trigger::after {
  background-color: #23b7e5;
}
.pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-lightblue .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #333f54;
  color: #fff;
}
.pcoded-navbar.active-lightblue.menu-light .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-lightblue.menu-light
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.active
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li:hover
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu:hover
  > a {
  background: transparent;
}
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  a.active,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  a.active {
  background: transparent;
  color: #23b7e5;
}
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li:hover
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li:hover
  > a {
  color: #23b7e5;
}
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a,
.pcoded-navbar.active-lightblue.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a {
  color: #23b7e5;
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(.menu-item-icon-style1)
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #3ebfea;
}
.pcoded-navbar.active-dark.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a:hover::before,
.pcoded-navbar.active-dark.menu-item-icon-style1
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  background: #323437;
}
.pcoded-navbar.active-dark[class*="menu-item-icon-style"]:not(
    .menu-item-icon-style1
  )
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a.active::before {
  color: #323437;
}
.pcoded-navbar.active-dark .pcoded-inner-navbar li > a.active,
.pcoded-navbar.active-dark .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.active-dark .pcoded-inner-navbar li > a:hover {
  color: #323437;
}
.pcoded-navbar.active-dark
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li.active
  > a::before,
.pcoded-navbar.active-dark
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:focus
  > a::before,
.pcoded-navbar.active-dark
  .pcoded-inner-navbar
  li
  > a
  .pcoded-submenu
  > li:hover
  > a::before {
  background: #323437;
}
.pcoded-navbar.active-dark .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.active-dark .pcoded-inner-navbar > li.pcoded-trigger::after {
  background-color: #323437;
}
.pcoded-navbar.active-dark .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-dark .pcoded-inner-navbar > li.pcoded-trigger > a {
  background: #333f54;
  color: #fff;
}
.pcoded-navbar.active-dark.menu-light .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.active-dark.menu-light
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: #f1f1f1;
  color: #111;
}
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.active
  > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-dark.theme-horizontal .pcoded-inner-navbar > li:hover > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.active
  > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu.pcoded-trigger
  > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu:hover
  > a {
  background: transparent;
}
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  a.active,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  a.active {
  background: transparent;
  color: #323437;
}
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li:hover
  > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li.pcoded-trigger
  > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li:hover
  > a {
  color: #323437;
}
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a,
.pcoded-navbar.active-dark.theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  .pcoded-submenu
  > li
  .pcoded-submenu
  > li.active
  > a {
  color: #323437;
}
body.layout-1 .pcoded-navbar.active-blue .sidemenu li.active {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar.active-blue .sidemenu li.active::after {
  background-color: #04a9f5;
}
body.layout-1 .pcoded-navbar.active-red .sidemenu li.active {
  color: #ff5252;
}
body.layout-1 .pcoded-navbar.active-red .sidemenu li.active::after {
  background-color: #ff5252;
}
body.layout-1 .pcoded-navbar.active-purple .sidemenu li.active {
  color: #9575cd;
}
body.layout-1 .pcoded-navbar.active-purple .sidemenu li.active::after {
  background-color: #9575cd;
}
body.layout-1 .pcoded-navbar.active-lightblue .sidemenu li.active {
  color: #23b7e5;
}
body.layout-1 .pcoded-navbar.active-lightblue .sidemenu li.active::after {
  background-color: #23b7e5;
}
body.layout-1 .pcoded-navbar.active-dark .sidemenu li.active {
  color: #323437;
}
body.layout-1 .pcoded-navbar.active-dark .sidemenu li.active::after {
  background-color: #323437;
}
.pcoded-navbar.menupos-static {
  height: 100%;
  min-height: 100%;
  position: absolute;
}
.pcoded-navbar.menupos-static .datta-scroll.navbar-content {
  height: calc(100% - 70px);
  min-height: 100vh;
}
body.box-layout {
  position: static;
}
body.box-layout .pcoded-header {
  position: relative;
}
body.box-layout .pcoded-header.headerpos-fixed ~ .pcoded-main-container {
  padding-top: 0;
}
body.box-layout .pcoded-navbar.theme-horizontal ~ .pcoded-header {
  position: relative;
}
@media only screen and (max-width: 992px) {
  body.box-layout {
    position: relative;
  }
  body.box-layout.container {
    padding: 0;
  }
}
.pcoded-header.headerpos-fixed {
  position: fixed;
  top: 0;
}
.pcoded-header.headerpos-fixed ~ .pcoded-main-container {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pcoded-header.headerpos-fixed ~ .pcoded-main-container {
    padding-top: 140px;
  }
}
.pcoded-navbar.drp-icon-style2
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  > a::after {
  content: "";
}
.pcoded-navbar.drp-icon-style3
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  > a::after {
  content: "";
}
.pcoded-navbar.drp-icon-style3
  .pcoded-inner-navbar
  li.pcoded-hasmenu.pcoded-trigger
  > a::after {
  transform: rotate(45deg);
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(.menu-item-icon-style1)
  .pcoded-navbar.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after {
  background: rgba(169, 183, 208, 0.05);
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(.menu-item-icon-style1)
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  background: transparent;
  font-family: "feather";
  font-size: 13px;
  font-style: normal;
  left: 35px;
  opacity: 1;
  padding-right: 4px;
  position: absolute;
  top: 10px;
  visibility: visible;
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(
    .menu-item-icon-style1
  ).theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  > .pcoded-submenu
  > li
  > a::before {
  left: 5px;
}
.pcoded-navbar[class*="menu-item-icon-style"]:not(
    .menu-item-icon-style1
  ).theme-horizontal
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  > .pcoded-submenu
  > li
  > .pcoded-submenu
  > li
  > a::before {
  top: 12px;
}
.pcoded-navbar.menu-item-icon-style2
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  content: "";
}
.pcoded-navbar.menu-item-icon-style3
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  content: "";
}
.pcoded-navbar.menu-item-icon-style4
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  content: "";
}
.pcoded-navbar.menu-item-icon-style5
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  content: "";
}
.pcoded-navbar.menu-item-icon-style6
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  content: "";
}
.pcoded-navbar[class*="navbar-image"] {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.pcoded-navbar[class*="navbar-image"] .navbar-brand,
.pcoded-navbar[class*="navbar-image"] .pcoded-submenu {
  background: transparent;
}
.pcoded-navbar[class*="navbar-image"] .pcoded-inner-navbar > li.active > a,
.pcoded-navbar[class*="navbar-image"]
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: rgba(51, 63, 84, 0.4);
}
.pcoded-navbar[class*="navbar-image"]::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.layout-1 .pcoded-navbar[class*="navbar-image"] .header-logo {
  background: transparent;
}
.pcoded-navbar.title-blue .pcoded-inner-navbar .pcoded-menu-caption {
  color: #04a9f5;
}
.pcoded-navbar.title-red .pcoded-inner-navbar .pcoded-menu-caption {
  color: #ff5252;
}
.pcoded-navbar.title-purple .pcoded-inner-navbar .pcoded-menu-caption {
  color: #9575cd;
}
.pcoded-navbar.title-lightblue .pcoded-inner-navbar .pcoded-menu-caption {
  color: #23b7e5;
}
.pcoded-navbar.title-dark .pcoded-inner-navbar .pcoded-menu-caption {
  color: #323437;
}
.pcoded-navbar.caption-hide .pcoded-menu-caption {
  display: none;
}
.doc-img > a {
  background: #f4f7fa;
  border: 3px solid #fff;
  display: inline-block;
  height: 80px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  width: 130px;
}
.doc-img > a span {
  position: absolute;
  width: 100%;
}
.doc-img > a span::after,
.doc-img > a span::before {
  content: "";
  height: 100%;
  position: absolute;
}
.doc-img > a span::before {
  background: #3f4d67;
  left: 0;
  width: 30%;
}
.doc-img > a span::after {
  background: #f4f7fa;
  right: 0;
  width: 70%;
}
.doc-img > a > span:nth-child(1) {
  height: 20%;
  top: 0;
}
.doc-img > a > span:nth-child(2) {
  bottom: 0;
  height: 80%;
}
.doc-img > a.active {
  border-color: #04a9f5;
}
.doc-img > a.active::before {
  color: #04a9f5;
  content: "";
  font-family: "feather";
  font-size: 20px;
  left: 10px;
  position: absolute;
  text-shadow: 0 3px 8px rgba(4, 169, 245, 0.9), 0 3px 8px rgba(0, 0, 0, 0.1);
  top: -4px;
  transition: 0.3s ease-in-out;
  z-index: 1001;
}
.doc-img > a.active::after {
  background-color: rgba(255, 255, 255, 0.65);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.doc-img > a[data-value="menu-light"] span::before {
  background: #fff;
}
.doc-img > a[data-value="dark"] span::after {
  background: #101011;
}
.doc-img.navbar-color > a[data-value="navbar-blue"] > span::before {
  background: #04a9f5;
}
.doc-img.navbar-color > a[data-value="navbar-red"] > span::before {
  background: #ff5252;
}
.doc-img.navbar-color > a[data-value="navbar-purple"] > span::before {
  background: #9575cd;
}
.doc-img.navbar-color > a[data-value="navbar-lightblue"] > span::before {
  background: #23b7e5;
}
.doc-img.navbar-color > a[data-value="navbar-dark"] > span::before {
  background: #323437;
}
.doc-img.header-color > a[data-value="header-blue"] > span:nth-child(1)::after {
  background: #04a9f5;
}
.doc-img.header-color > a[data-value="header-red"] > span:nth-child(1)::after {
  background: #ff5252;
}
.doc-img.header-color
  > a[data-value="header-purple"]
  > span:nth-child(1)::after {
  background: #9575cd;
}
.doc-img.header-color
  > a[data-value="header-lightblue"]
  > span:nth-child(1)::after {
  background: #23b7e5;
}
.doc-img.header-color > a[data-value="header-dark"] > span:nth-child(1)::after {
  background: #323437;
}
.doc-img.brand-color > a[data-value="brand-blue"] > span:nth-child(1)::before {
  background: #04a9f5;
}
.doc-img.brand-color > a[data-value="brand-red"] > span:nth-child(1)::before {
  background: #ff5252;
}
.doc-img.brand-color
  > a[data-value="brand-purple"]
  > span:nth-child(1)::before {
  background: #9575cd;
}
.doc-img.brand-color
  > a[data-value="brand-lightblue"]
  > span:nth-child(1)::before {
  background: #23b7e5;
}
.doc-img.brand-color > a[data-value="brand-dark"] > span:nth-child(1)::before {
  background: #323437;
}
.doc-img.active-color > a[data-value="active-default"] {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.doc-img.active-color > a[data-value="active-blue"] {
  background: #04a9f5;
}
.doc-img.active-color > a[data-value="active-red"] {
  background: #ff5252;
}
.doc-img.active-color > a[data-value="active-purple"] {
  background: #9575cd;
}
.doc-img.active-color > a[data-value="active-lightblue"] {
  background: #23b7e5;
}
.doc-img.active-color > a[data-value="active-dark"] {
  background: #323437;
}
.doc-img.title-color > a[data-value="title-default"] {
  background: #fff;
}
.doc-img.title-color > a[data-value="title-blue"] {
  background: #04a9f5;
}
.doc-img.title-color > a[data-value="title-red"] {
  background: #ff5252;
}
.doc-img.title-color > a[data-value="title-purple"] {
  background: #9575cd;
}
.doc-img.title-color > a[data-value="title-lightblue"] {
  background: #23b7e5;
}
.doc-img.title-color > a[data-value="title-dark"] {
  background: #323437;
}
.doc-img.navbar-images > a {
  background-position: left top;
  background-size: 37px;
  height: 130px;
}
.doc-img.navbar-images > a span::before {
  background: transparent;
}
.nav-link.active.h-blue {
  background: #04a9f5 !important;
}
.nav-link.active.h-red {
  background: #ff5252 !important;
}
.nav-link.active.h-purple {
  background: #9575cd !important;
}
.nav-link.active.h-lightblue {
  background: #23b7e5 !important;
}
.nav-link.active.h-dark {
  background: #323437 !important;
}
@media all and (forced-colors: none) {
  .pcoded-header .dropdown.show::before {
    line-height: 0.1;
  }
  .pcoded-header .navbar-nav > li {
    display: inline-flex;
  }
  .pcoded-header .navbar-nav > li.dropdown {
    display: inline-block;
  }
  .dropdown-menu.show::before {
    top: -2px;
  }
  .pcoded-navbar.navbar-collapsed
    .pcoded-inner-navbar
    > li.pcoded-trigger
    .pcoded-submenu::after {
    left: 40px;
  }
}
.pcoded-navbar.layout-2 a,
.pcoded-navbar.layout-2-2 a,
.pcoded-navbar.layout-3 a,
.pcoded-navbar.layout-4 a,
.pcoded-navbar.layout-4-2 a {
  color: rgba(255, 255, 255, 0.85);
}
.pcoded-navbar.layout-2 .pcoded-submenu,
.pcoded-navbar.layout-2-2 .pcoded-submenu,
.pcoded-navbar.layout-3 .pcoded-submenu,
.pcoded-navbar.layout-4 .pcoded-submenu,
.pcoded-navbar.layout-4-2 .pcoded-submenu {
  background-color: rgba(0, 0, 0, 0.05);
}
.pcoded-navbar.layout-2 .pcoded-submenu .pcoded-submenu,
.pcoded-navbar.layout-2-2 .pcoded-submenu .pcoded-submenu,
.pcoded-navbar.layout-3 .pcoded-submenu .pcoded-submenu,
.pcoded-navbar.layout-4 .pcoded-submenu .pcoded-submenu,
.pcoded-navbar.layout-4-2 .pcoded-submenu .pcoded-submenu {
  background-color: transparent;
}
.pcoded-navbar.layout-2.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after,
.pcoded-navbar.layout-2-2.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after,
.pcoded-navbar.layout-3.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after,
.pcoded-navbar.layout-4.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after,
.pcoded-navbar.layout-4-2.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu::after {
  display: none;
}
.pcoded-navbar.layout-2.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  li
  a,
.pcoded-navbar.layout-2-2.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  li
  a,
.pcoded-navbar.layout-3.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  li
  a,
.pcoded-navbar.layout-4.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  li
  a,
.pcoded-navbar.layout-4-2.navbar-collapsed:hover
  .pcoded-inner-navbar
  > li.pcoded-trigger
  .pcoded-submenu
  li
  a {
  color: rgba(255, 255, 255, 0.85);
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar .pcoded-menu-caption,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar .pcoded-menu-caption,
.pcoded-navbar.layout-3 .pcoded-inner-navbar .pcoded-menu-caption,
.pcoded-navbar.layout-4 .pcoded-inner-navbar .pcoded-menu-caption,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar .pcoded-menu-caption {
  display: none;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li > a,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li > a,
.pcoded-navbar.layout-3 .pcoded-inner-navbar > li > a,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li > a,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 0;
  padding: 20px 15px;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li > a .pcoded-badge,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li > a .pcoded-badge,
.pcoded-navbar.layout-3 .pcoded-inner-navbar > li > a .pcoded-badge,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li > a .pcoded-badge,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li > a .pcoded-badge {
  top: 25px;
}
.pcoded-navbar.layout-2
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-micon
  + .pcoded-mtext,
.pcoded-navbar.layout-2-2
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-micon
  + .pcoded-mtext,
.pcoded-navbar.layout-3
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-micon
  + .pcoded-mtext,
.pcoded-navbar.layout-4
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-micon
  + .pcoded-mtext,
.pcoded-navbar.layout-4-2
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-micon
  + .pcoded-mtext {
  top: 25px;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.pcoded-hasmenu > a::after,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.pcoded-hasmenu > a::after,
.pcoded-navbar.layout-3 .pcoded-inner-navbar > li.pcoded-hasmenu > a::after,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-hasmenu > a::after,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-hasmenu > a::after {
  top: 25px;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.pcoded-trigger::after,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.pcoded-trigger::after,
.pcoded-navbar.layout-3 .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.layout-3 .pcoded-inner-navbar > li.pcoded-trigger::after,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-trigger::after,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.active::after,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-trigger::after {
  display: none;
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.layout-2 .pcoded-inner-navbar > li.pcoded-trigger > a,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar > li.pcoded-trigger > a,
.pcoded-navbar.layout-3 .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.layout-3 .pcoded-inner-navbar > li.pcoded-trigger > a,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-trigger > a,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-trigger > a {
  background-color: rgba(0, 0, 0, 0.08);
}
.pcoded-navbar.layout-2 .pcoded-inner-navbar li > a.active,
.pcoded-navbar.layout-2 .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.layout-2 .pcoded-inner-navbar li > a:hover,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar li > a.active,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.layout-2-2 .pcoded-inner-navbar li > a:hover,
.pcoded-navbar.layout-3 .pcoded-inner-navbar li > a.active,
.pcoded-navbar.layout-3 .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.layout-3 .pcoded-inner-navbar li > a:hover,
.pcoded-navbar.layout-4 .pcoded-inner-navbar li > a.active,
.pcoded-navbar.layout-4 .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.layout-4 .pcoded-inner-navbar li > a:hover,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar li > a.active,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar li > a:focus,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar li > a:hover {
  color: #fff;
}
.pcoded-navbar.layout-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a.active::before,
.pcoded-navbar.layout-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:focus::before,
.pcoded-navbar.layout-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:hover::before,
.pcoded-navbar.layout-2-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a.active::before,
.pcoded-navbar.layout-2-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:focus::before,
.pcoded-navbar.layout-2-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:hover::before,
.pcoded-navbar.layout-3
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a.active::before,
.pcoded-navbar.layout-3
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:focus::before,
.pcoded-navbar.layout-3
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:hover::before,
.pcoded-navbar.layout-4
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a.active::before,
.pcoded-navbar.layout-4
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:focus::before,
.pcoded-navbar.layout-4
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:hover::before,
.pcoded-navbar.layout-4-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a.active::before,
.pcoded-navbar.layout-4-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:focus::before,
.pcoded-navbar.layout-4-2
  .pcoded-inner-navbar
  li
  .pcoded-submenu
  > li
  > a:hover::before {
  background: #fff;
}
.pcoded-navbar.layout-2 {
  background: linear-gradient(253deg, #1de9b6 0, #1dc4e9 70%);
}
.pcoded-navbar.layout-2-2 {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.pcoded-navbar.layout-2-2 .navbar-brand .b-brand .b-bg {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.pcoded-navbar.layout-3 {
  background: #04a9f5;
}
.pcoded-navbar.layout-4,
.pcoded-navbar.layout-4-2 {
  background: #212224;
}
.pcoded-navbar.layout-4 a,
.pcoded-navbar.layout-4-2 a {
  color: rgba(255, 255, 255, 0.5);
}
.pcoded-navbar.layout-4 .pcoded-submenu,
.pcoded-navbar.layout-4-2 .pcoded-submenu {
  background-color: rgba(255, 255, 255, 0.05);
}
.pcoded-navbar.layout-4 .pcoded-submenu .pcoded-submenu,
.pcoded-navbar.layout-4-2 .pcoded-submenu .pcoded-submenu {
  background-color: transparent;
}
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li > a,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.layout-4 .pcoded-inner-navbar > li.pcoded-trigger > a,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.active > a,
.pcoded-navbar.layout-4-2 .pcoded-inner-navbar > li.pcoded-trigger > a {
  background-color: rgba(255, 255, 255, 0.08);
}
.pcoded-navbar.layout-4 .navbar-brand,
.pcoded-navbar.layout-4-2 .navbar-brand {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span,
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span::after,
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span::before,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span::after,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span::before {
  background: #fff;
}
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu.on span,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu.on span {
  background: transparent;
}
.pcoded-navbar.layout-4 .navbar-brand .b-brand .b-bg,
.pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg {
  background: #fff;
}
.pcoded-navbar.layout-4 .navbar-brand .b-brand .b-bg i,
.pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg i {
  background-clip: text;
  background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  color: #1de9b6;
  -webkit-text-fill-color: transparent;
}
.pcoded-navbar.layout-4-2 .navbar-brand {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg {
  background: #fff;
}
.pcoded-navbar.layout-4-2 .navbar-brand .b-brand .b-bg i {
  background-clip: text;
  background-image: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
  color: #1de9b6;
  -webkit-text-fill-color: transparent;
}
body.layout-6 {
  background: #23b7e5;
  background-attachment: fixed;
  background-position: top right;
  background-size: cover;
  position: relative;
}
body.layout-6 .page-header-title + .breadcrumb > .breadcrumb-item:last-child a,
body.layout-6 .page-header-title h5,
body.layout-6 .pcoded-header .input-group .input-group-text,
body.layout-6 .pcoded-header .navbar-nav > li > .dropdown > .dropdown-toggle,
body.layout-6 .pcoded-header .navbar-nav > li > .dropdown-toggle,
body.layout-6 .pcoded-header .navbar-nav > li > a {
  color: #fff;
}
body.layout-6 .mobile-menu span,
body.layout-6 .mobile-menu span::after,
body.layout-6 .mobile-menu span::before,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span::after,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span::before {
  background: #fff;
}
body.layout-6 .breadcrumb-item + .breadcrumb-item::before,
body.layout-6 .page-header-title + .breadcrumb > .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}
body.layout-6 .pcoded-content {
  background: #f4f7fa;
}
body.layout-6 .navbar-brand,
body.layout-6 .pcoded-header.header-blue,
body.layout-6 .pcoded-navbar,
body.layout-6 .pcoded-navbar.menu-light,
body.layout-6 .pcoded-navbar.menu-light .header-logo {
  background: transparent;
  box-shadow: none;
}
body.layout-6 .pcoded-navbar .navbar-content {
  background: #3f4d67;
  border-radius: 0 10px 0 0;
  box-shadow: 0 0 20px 0 #3f4d67;
}
body.layout-6.box-layout .pcoded-navbar .navbar-content {
  border-radius: 10px 10px 0 0;
}
body.layout-6 .main-body {
  min-height: calc(100vh - 200px);
}
body.layout-6 .pcoded-navbar.menu-light .navbar-content {
  background: #fff;
  box-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09);
}
body.layout-6 .pcoded-navbar.mob-open ~ .pcoded-header::before,
body.layout-6 .pcoded-navbar.mob-open ~ .pcoded-main-container::before,
body.layout-6 .pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header::before,
body.layout-6
  .pcoded-navbar.navbar-collapsed:hover
  ~ .pcoded-main-container::before {
  background: transparent;
}
body.layout-6 .pcoded-navbar.navbar-collapsed:hover .navbar-brand .b-brand {
  display: none;
}
body.layout-6 .pcoded-navbar.navbar-collapsed:hover .navbar-brand .mobile-menu {
  left: 20px;
  right: auto;
  transition-delay: 0s;
}
body.layout-6
  .pcoded-navbar.navbar-collapsed:hover
  .navbar-brand
  .mobile-menu
  span {
  background: transparent;
}
body.layout-6 .pcoded-content {
  margin-top: 200px;
}
body.layout-6 .pcoded-content .pcoded-inner-content {
  margin-top: -200px;
  min-height: calc(100vh + 150px);
}
body.layout-6 .card {
  border-radius: 5px;
}
body.layout-6 .pcoded-navbar .header-logo {
  background: transparent;
}
body.layout-6 .pcoded-navbar.navbar-dark.brand-lightblue .header-logo,
body.layout-6
  .pcoded-navbar.navbar-dark[class*="navbar-"].brand-lightblue
  .header-logo,
body.layout-6 .pcoded-navbar.navbar-dark .header-logo {
  background: transparent;
}
body.layout-6 .pcoded-navbar.navbar-dark .navbar-content {
  background: #323437;
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 991px) {
  body.layout-6 .pcoded-header .input-group .input-group-text,
  body.layout-6 .pcoded-header .navbar-nav > li > .dropdown > .dropdown-toggle,
  body.layout-6 .pcoded-header .navbar-nav > li > .dropdown-toggle,
  body.layout-6 .pcoded-header .navbar-nav > li > a {
    color: #3f4d67;
  }
}
body.layout-8 .pcoded-header {
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
}
body.layout-8 .pcoded-navbar.menu-light {
  box-shadow: inset -1px 0 0 0 rgba(100, 121, 143, 0.122);
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-submenu {
  background: transparent;
}
body.layout-8
  .pcoded-navbar.menu-light
  .pcoded-inner-navbar
  > li.pcoded-menu-caption::after {
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  top: 10px;
  width: calc(100% - 40px);
}
body.layout-8
  .pcoded-navbar.menu-light
  .pcoded-inner-navbar
  > li.pcoded-menu-caption:first-child::after {
  display: none;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li > a {
  border-radius: 0 20px 20px 0;
  margin-right: 15px;
  padding: 4px 15px;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li > a::after {
  right: 15px;
  top: 8px;
}
body.layout-8
  .pcoded-navbar.menu-light
  .pcoded-inner-navbar
  > li
  > a
  > .pcoded-micon
  + .pcoded-mtext {
  top: 9px;
}
body.layout-8 .pcoded-navbar.menu-light .pcoded-inner-navbar > li.active > a,
body.layout-8
  .pcoded-navbar.menu-light
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: rgba(35, 183, 229, 0.15);
  color: #23b7e5;
}
body.layout-8 .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li > a {
  margin-right: 8px;
}
body.layout-8
  .pcoded-navbar.navbar-collapsed
  .pcoded-inner-navbar
  > li
  > a::after {
  right: 15px;
  top: 8px;
}
body.layout-8 .pcoded-navbar.active-blue .pcoded-inner-navbar > li.active > a,
body.layout-8
  .pcoded-navbar.active-blue
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: rgba(4, 169, 245, 0.15);
  color: #04a9f5;
}
body.layout-8 .pcoded-navbar.active-red .pcoded-inner-navbar > li.active > a,
body.layout-8
  .pcoded-navbar.active-red
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: rgba(255, 82, 82, 0.15);
  color: #ff5252;
}
body.layout-8 .pcoded-navbar.active-purple .pcoded-inner-navbar > li.active > a,
body.layout-8
  .pcoded-navbar.active-purple
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: rgba(149, 117, 205, 0.15);
  color: #9575cd;
}
body.layout-8
  .pcoded-navbar.active-lightblue
  .pcoded-inner-navbar
  > li.active
  > a,
body.layout-8
  .pcoded-navbar.active-lightblue
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: rgba(35, 183, 229, 0.15);
  color: #23b7e5;
}
body.layout-8 .pcoded-navbar.active-dark .pcoded-inner-navbar > li.active > a,
body.layout-8
  .pcoded-navbar.active-dark
  .pcoded-inner-navbar
  > li.pcoded-trigger
  > a {
  background: rgba(50, 52, 55, 0.15);
  color: #323437;
}
body.layout-8 .card {
  box-shadow: 0 0 0 1px rgba(100, 121, 143, 0.122);
  transition: all 0.25s ease-in-out;
}
body.layout-8 .card:hover {
  box-shadow: 0 0 0 1px rgba(100, 121, 143, 0.122),
    0 2px 1px rgba(0, 0, 0, 0.05);
}
body.layout-1 .pcoded-navbar .toggle-sidemenu {
  align-items: center;
  background: #2c3547;
  border-radius: 0 5px 0 0;
  bottom: 0;
  display: flex;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 40px;
}
body.layout-1 .pcoded-navbar.navbar-collapsed .toggle-sidemenu {
  display: none;
}
body.layout-1 .pcoded-navbar .header-logo {
  padding: 10px 20px;
}
body.layout-1 .pcoded-navbar .sidemenu {
  box-shadow: inset -1px 0 0 0 rgba(169, 183, 208, 0.2);
  left: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
body.layout-1 .pcoded-navbar .sidemenu li {
  position: relative;
}
body.layout-1 .pcoded-navbar .sidemenu li a {
  cursor: pointer;
  font-size: 22px;
  padding: 10px 29px;
  position: relative;
}
body.layout-1 .pcoded-navbar .sidemenu li a::after {
  border-bottom: 1px solid rgba(181, 189, 202, 0.2);
  bottom: 0;
  content: "";
  height: 1px;
  left: 20%;
  position: absolute;
  width: 60%;
}
body.layout-1 .pcoded-navbar .sidemenu li:last-child a::after {
  display: none;
}
body.layout-1 .pcoded-navbar .sidemenu li.active {
  color: #04a9f5;
}
body.layout-1 .pcoded-navbar .sidemenu li.active::after {
  background-color: #04a9f5;
  border-radius: 3px 0 0 3px;
  content: "";
  height: calc(100% - 14px);
  position: absolute;
  right: 0;
  top: 7px;
  width: 3px;
  z-index: 1027;
}
body.layout-1 .pcoded-navbar .layout1-nav {
  align-items: stretch;
  display: flex;
  height: auto;
  min-height: 100%;
}
body.layout-1 .pcoded-navbar .side-content {
  flex: 1 1 0;
}
body.layout-1 .pcoded-navbar .side-content .sidelink {
  display: none;
}
body.layout-1 .pcoded-navbar .side-content .sidelink.active {
  display: block;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-menu-caption {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 15px 16px 18px;
  text-transform: capitalize;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-menu-caption::after {
  border-bottom: 1px solid rgba(181, 189, 202, 0.2);
  bottom: 13px;
  content: "";
  height: 1px;
  left: 18px;
  position: absolute;
  width: 40px;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a {
  padding: 7px 7px 7px 40px;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  left: 20px;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > .pcoded-submenu
  > li
  > a {
  padding: 7px 7px 7px 60px;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > .pcoded-submenu
  > li
  > a::before {
  left: 40px;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  > li
  > a {
  padding: 12px 10px 12px 20px;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  > li
  > a
  .pcoded-micon {
  display: none;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  > li
  > a
  .pcoded-mtext {
  position: relative;
  top: 0;
}
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  > li.active::after,
body.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  > li.pcoded-trigger::after {
  display: none;
}
body.layout-1 .pcoded-navbar.hide-sidemenu .sidemenu {
  left: -80px;
  position: absolute;
}
body.layout-1 .pcoded-navbar.hide-sidemenu .toggle-sidemenu i {
  transform: rotate(180deg);
}
.navbar-content {
  position: relative;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background: transparent;
}
.ps__thumb-y {
  background: #2a3446;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background: #222a38;
}
.nav-outside {
  height: 100%;
  position: absolute;
  width: 100%;
}
.gradientcolor .btn-round {
  border-radius: 30px;
}
.ChartShadow {
  filter: drop-shadow(0 20px 8px rgba(0, 0, 0, 0.2));
}
.chart-activity,
.chart-sale,
.chart-statistics,
.device-chart {
  margin: 0 auto;
}
#Statistics-sale .amcharts-cursor-fill {
  fill: rgba(255, 255, 255, 0.3);
  filter: url(../scss/#shadow);
  stroke-width: 0;
}
.amcharts-zoom-out-bg,
.amcharts-zoom-out-image {
  display: none;
}
.card-command .card-icon {
  opacity: 0.5;
}
.mat-drp .btn.dropdown-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #d8d8d8;
}
.mat-drp .btn.dropdown-toggle::after {
  display: none;
}
.mat-drp .btn.dropdown-toggle:focus {
  box-shadow: none;
  outline: 0;
}
.table-card .row-table {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.table-card .row-table i {
  padding: 50px 20px;
}
.table-card .row-table > [class*="col-"] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}
.table-card .row-table > [class*="col-"] .row {
  align-items: center;
  display: flex;
}
.rides-bar i.rides-icon {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 50px;
  padding: 15px;
}
.visitor .img-female {
  bottom: 0;
  left: 10px;
  position: absolute;
}
.visitor .img-men {
  bottom: 0;
  position: absolute;
  right: 10px;
}
.profit-bar i {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 50px;
  padding: 13px;
}
.assets-value .bg-img {
  background-position: center 103%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.assets-value .card-block,
.assets-value .card-body {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .assets-value .bg-img {
    background: none;
  }
}
.chat-sanders .card-header {
  background: linear-gradient(-135deg, #3f4d67 0%, #3f4d67 100%);
}
.chat-sanders .msg {
  display: inline-block;
  margin-bottom: 5px;
  padding: 15px;
  position: relative;
}
.chat-sanders .scroll-wrapper {
  height: 305px;
}
.chat-sanders .received-chat h5 {
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
}
.chat-sanders .received-chat .msg {
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.chat-sanders .received-chat .msg::after {
  border: 6px solid transparent;
  border-bottom-color: #fff;
  bottom: 18px;
  content: "";
  left: -12px;
  position: absolute;
  transform: rotate(270deg);
}
.chat-sanders .send-chat h5 {
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
}
.chat-sanders .send-chat .msg {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.chat-sanders .send-chat .msg::after {
  border: 6px solid transparent;
  border-bottom-color: #1de9b6;
  bottom: 18px;
  content: "";
  position: absolute;
  right: -11px;
  transform: rotate(450deg);
}
.chat-sanders .btn {
  background: none;
  opacity: 0.4;
}
.chat-sanders .form-control {
  background: #f4f7fa;
}
.chat-sanders .input-group {
  background: transparent;
}
.widget-menu {
  background: linear-gradient(-135deg, #88d3ce 0%, #6e45e2 100%);
}
.widget-menu .widget-title {
  border-top: 1px solid #676fb9;
}
.widget-menu i {
  opacity: 0.5;
}
.to-do .to-do-button {
  bottom: 30px;
  position: absolute;
  right: 20px;
}
.to-do .to-do-button .btn {
  border: 0;
  border-radius: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  float: right;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
}
.lazy-dog i {
  opacity: 0.5;
}
.widget-content .widget-lorem .media h5 {
  border-radius: 50%;
  height: 50px;
  text-align: center;
  width: 50px;
}
.note-bar .friendlist-box {
  border-top: 1px solid #e3e3e3;
  padding: 25px 35px;
}
.note-bar .friendlist-box:first-child {
  border: 0;
}
.note-bar .friendlist-box h6 {
  display: inline-block;
}
.note-bar .friendlist-box i {
  color: #888;
  opacity: 0.2;
}
.to-do-list h6 {
  display: inline-block;
}
.to-do-list .done-task {
  opacity: 0.7;
}
.to-do-list .done-task > div {
  filter: grayscale(0.8);
}
.to-do-list .done-task h6,
.to-do-list .done-task p,
.to-do-list .done-task span {
  text-decoration: line-through;
}
.to-do-list .checkbox-fade .check-task {
  display: block;
}
.to-do-list .checkbox-fade .to-content {
  display: inline-block;
}
.to-do-list .checkbox-fade .cr {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 24px;
  margin: 0;
  margin-right: 0.5em;
  position: relative;
  top: 5px;
  width: 24px;
}
.to-do-list .checkbox-fade .cr .cr-icon {
  color: #fff;
  font-size: 0.8em;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.to-do-list .checkbox-fade label input[type="checkbox"] {
  display: none;
}
.to-do-list .checkbox-fade label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
  transform: scale(3) rotateZ(-20deg);
  transition: all 0.3s ease-in;
}
.to-do-list
  .checkbox-fade
  label
  input[type="checkbox"]:checked
  + .cr
  > .cr-icon {
  opacity: 1;
  transform: scale(1) rotateZ(0deg);
}
.to-do-list .checkbox-fade label input[type="checkbox"]:checked + .cr {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border: 0;
}
.User-Activity .table td,
.user-list .table td {
  vertical-align: middle;
}
.User-Activity .table thead th,
.user-list .table thead th {
  border: 0;
}
.Application-list .table td,
.code-table .table td {
  vertical-align: middle;
}
.Application-list .table .label,
.code-table .table .label {
  border-radius: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.Application-list thead th,
.code-table thead th {
  border: 0;
}
.Recent-Users .table tr:first-child td,
.User-Lists .table tr:first-child td {
  border-top: 0;
}
.Recent-Users .table td,
.User-Lists .table td {
  vertical-align: middle;
}
.Recent-Users .table .label,
.User-Lists .table .label {
  border-radius: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.social-media .progress {
  background: transparent;
  border-radius: 0;
  justify-content: center;
}
.social-media .progress h5 {
  position: relative;
  top: -2px;
}
.post-emoticon ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
.post-emoticon li {
  display: inline-block;
}
.post-emoticon i {
  position: relative;
  top: 4px;
}
.visa-top .visa img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.loction-user .row {
  padding: 35px 30px;
}
.loction-user i {
  opacity: 0.5;
}
.loction-user .loction-progress {
  padding: 35px 30px;
}
.loction-user .loction-progress .progress {
  border-radius: 0;
  height: 10px;
  justify-content: center;
}
.Design-sprint .design-image,
.dashboard-kit .design-image {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.Design-sprint li,
.dashboard-kit li {
  display: inline-block;
  margin-right: 3px;
  text-align: center;
}
.Design-sprint .btn,
.dashboard-kit .btn {
  border: 0;
  border-radius: 50px;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
}
.Design-sprint i,
.dashboard-kit i {
  opacity: 0.3;
}
.ux-designer {
  padding: 35px 30px;
  position: relative;
}
.ux-designer .btn {
  border: 0;
  border-radius: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 50px;
}
.task-list {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  position: relative;
}
.task-list::after {
  background: #ecedef;
  content: "";
  height: 100%;
  left: 30px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}
.task-list li {
  margin-bottom: 30px;
  padding-left: 55px;
  position: relative;
}
.task-list li:last-child {
  margin-bottom: 0;
}
.task-list li .task-icon {
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  height: 17px;
  left: 22px;
  padding: 2px;
  position: absolute;
  top: 13px;
  width: 17px;
  z-index: 2;
}
.project-main {
  padding: 30px 25px;
}
.project-main i {
  opacity: 0.4;
}
.user-chart i {
  opacity: 0.3;
}
.leads-progress .progress,
.progress-gender .progress {
  border-radius: 0;
  height: 10px;
  justify-content: center;
}
.user-card .label {
  border-radius: 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.Active-visitor .progress {
  height: 7px;
}
.Active-visitor .card-active > div + div {
  border-left: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  .Active-visitor .card-active [class*="col-"]:last-child {
    border-left: 0;
    margin-top: 20px;
  }
}
.Invoice-bar .invoice-lable label {
  background: #fff;
  border-radius: 15px;
  padding: 4px 20px;
}
.Invoice-bar i {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 70px;
}
.Invoice-bar .progress {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  height: 7px;
}
.location-sale .card-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .location-sale .card-icon {
    display: none;
  }
}
.card-Impression i {
  align-items: center;
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  height: 52px;
  justify-content: center;
  text-align: center;
  width: 52px;
}
.card-Revenue i {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 70px;
}
.card-customer i {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  height: 70px;
  justify-content: center;
  width: 70px;
}
@media screen and (max-width: 375px) {
  .card-customer i {
    font-size: 50px;
    height: 80px;
    width: 80px;
  }
}
.ticket-customer i {
  bottom: 30px;
  opacity: 0.2;
  position: absolute;
  right: 32px;
}
.ticket-visitor .progress {
  border-radius: 0;
  height: 13px;
}
.customer-visitor i {
  bottom: 0;
  font-size: 118px;
  left: 0;
  opacity: 0.2;
  position: absolute;
}
.card-social:hover i {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
}
.card-social .progress {
  height: 6px;
}
.card-social .card-active > div + div {
  border-left: 1px solid #eaeaea;
}
.Online-Order .progress,
.statistial-visit .progress {
  height: 6px;
}
.team-leader .slide {
  margin-bottom: 32px;
}
.team-leader .slide li {
  background: #e3e3e3;
  border-radius: 50px;
  height: 10px;
  margin: 0 6px;
  width: 10px;
}
.team-leader .slide .carousel-indicators {
  bottom: -44px;
}
.team-leader .slide .carousel-indicators .active {
  background: #869791;
}
.affilate-offers .card-icon {
  opacity: 0.5;
}
.affilate-offers .label {
  border-radius: 15px;
  margin: 0;
  padding: 8px 18px;
}
.earning-date .bd-example {
  border: 0;
  margin: 0;
  padding: 0;
}
.earning-date .bd-example .nav-pills {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.earning-date .bd-example .nav-pills .nav-link {
  color: #fff;
  min-width: auto;
  padding: 6px 20px;
}
.earning-date .bd-example .nav-pills .nav-link.active {
  background: #fff;
  box-shadow: none;
  color: #000;
  position: relative;
}
.earning-date .bd-example .nav-pills .nav-link.active::after {
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: 11px;
}
.earning-date .bd-example .tab-content {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.sale-view i {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
.project-task i {
  opacity: 0.5;
}
.project-task .label {
  border-radius: 15px;
  margin: 0;
  padding: 6px 16px;
}
.project-task .progress {
  height: 6px;
}
.card-event .label {
  border-radius: 15px;
  margin: 0;
  padding: 5px 16px;
}
.card-event i {
  bottom: 36px;
  position: absolute;
  right: 27px;
}
.bitcoin-wallet i {
  opacity: 0.5;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.summary-box .card-icon {
  opacity: 0.4;
}
.feature-card-box .feature-icon {
  border-radius: 10px;
  color: #fff;
  font-size: 35px;
  height: 70px;
  margin: 0 auto;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 70px;
}
.feature-card-box:hover .feature-icon {
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
}
.card .card-block code,
.card .card-body code {
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  margin: 5px;
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .user-designer [class*="col-"]:last-child {
    margin-top: 15px;
  }
  div.dataTables_wrapper div.dataTables_filter label {
    float: none !important;
    text-align: center;
  }
}
.offline-box iframe {
  border: 1px solid #ddd;
  width: 100%;
}
#task-container ul {
  overflow: hidden;
  padding: 0;
}
#task-container li {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 5px solid #04a9f5;
  color: #666;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: auto;
  margin-bottom: 20px;
  margin-right: 2%;
  min-height: 10px;
  overflow: auto;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  width: 49%;
}
#task-container li:nth-child(2n) {
  margin-right: 0;
}
#task-container li.complete {
  border-top: 9px solid #f44236;
  opacity: 1;
  transition: all ease-in 0.3s;
}
#task-container li.complete::before {
  background-size: 100%;
  content: "";
  height: 55px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 55px;
}
#task-container li.complete p {
  text-decoration: line-through;
}
@media screen and (max-width: 580px) {
  #task-container li {
    width: 100%;
  }
}
.new-task .to-do-list .cr {
  float: left;
  margin-right: 16px;
  top: 0;
}
.new-task label input[type="checkbox"] {
  display: none;
}
.checkbox-fade .cr {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  margin-right: 0.5em;
  position: relative;
  top: 0;
  width: 24px;
}
.task-panel .to-do-label {
  margin-bottom: 15px;
}
.task-panel .to-do-label:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
.done-task .captions,
.done-task span {
  color: #919aa3;
  text-decoration: line-through;
}
.to-do-list i {
  color: #ccc;
  font-size: 17px;
  opacity: 0;
}
.to-do-list:hover i {
  opacity: 1;
  transition: opacity ease-in 0.3s;
}
.note-card .note-box-aside {
  border-right: 1px solid #ddd;
}
.note-card .Note-header {
  padding: 20px 0;
}
.note-card #Note-pad {
  background: 0 0;
  border: 0;
  line-height: 35px;
  padding: 0 20px 0 50px;
  resize: none;
}
.note-card .note-write {
  background: linear-gradient(top, #98dcfa 0%, #e1f5fe 5%) 0 0;
  background-size: 100% 35px;
  position: relative;
}
.note-card .note-write::before {
  border-left: 1px solid #4fc3f7;
  bottom: 0;
  content: "";
  left: 32px;
  position: absolute;
  top: 0;
  width: 0;
}
.note-card .note-write::after {
  border-left: 1px solid #4fc3f7;
  bottom: 0;
  content: "";
  left: 34px;
  position: absolute;
  top: 0;
  width: 0;
}
.note-card .Note-delete {
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  right: 20px;
  transform: translateX(10px);
  transition: all ease-in 0.3s;
}
.note-card #Note-list li:hover .Note-delete {
  opacity: 1;
  transform: translateX(0);
}
.gallery-masonry .card-columns {
  column-count: 4;
}
@media screen and (max-width: 1400px) {
  .gallery-masonry .card-columns {
    column-count: 3;
  }
}
@media screen and (max-width: 992px) {
  .gallery-masonry .card-columns {
    column-count: 2;
  }
}
@media screen and (max-width: 575px) {
  .gallery-masonry .card-columns {
    column-count: 1;
  }
}
.job-meta-data i {
  color: #04a9f5;
  margin-right: 5px;
}
.task-data img {
  box-shadow: none;
  width: 40px;
}
.task-data i {
  color: #111;
}
.task-data .dropdown-toggle::after {
  color: #111;
}
.task-board-left .task-right-header-revision,
.task-board-left .task-right-header-status,
.task-board-left .task-right-header-users {
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
}
.task-board-left .taskboard-right-progress,
.task-board-left .taskboard-right-revision,
.task-board-left .taskboard-right-users {
  padding-top: 10px;
}
.task-board-left .taskboard-right-progress .progress {
  height: 9px;
  margin-bottom: 25px;
}
.task-board-left .user-box .media-object {
  cursor: pointer;
  height: 50px;
  width: 50px;
}
.task-board-left .user-box .media-left {
  position: relative;
}
.task-board-left .user-box .btn.btn-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.task-board-left .live-status {
  border-radius: 100%;
  bottom: 0;
  height: 8px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 8px;
}
.filter-bar .navbar {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 557px) {
  .filter-bar .navbar .f-text {
    display: block;
    width: 100%;
  }
  .filter-bar .navbar .f-view {
    padding-left: 24px;
  }
  .filter-bar .navbar .f-view span {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
.filter-bar .label {
  border-radius: 4px;
  font-size: 13px;
  padding: 3px 7px;
}
.filter-bar .task-detail {
  margin-bottom: 5px;
}
.filter-bar .card-task .task-list-table {
  display: inline-block;
}
.filter-bar .card-task .task-list-table img {
  box-shadow: none;
  width: 40px;
}
.filter-bar .card-task .task-list-table i {
  color: #111;
}
.filter-bar .card-task .task-board {
  float: right;
  margin-top: 5px;
}
.filter-bar .card-task .task-board .dropdown {
  display: inline-block;
}
.filter-bar .card-task .task-board .btn {
  font-size: 10px;
  margin: 0;
  padding: 4px 10px;
}
.assign-user img,
.task-comment img {
  box-shadow: none;
  width: 45px;
}
.invoice-contact {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  padding-top: 30px;
}
.invoice-table.table {
  padding-left: 20px;
}
.invoice-table.table td {
  border: 0;
  padding: 4px 0;
}
.invoive-info {
  display: flex;
  margin-bottom: 30px;
}
.invoive-info h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.invoive-info .invoice-order.table {
  padding-left: 0;
}
.invoive-info .invoice-order.table th {
  border: 0;
  padding: 4px 0;
}
.invoive-info .invoice-order.table th:first-child {
  padding-left: 0;
  width: 80px;
}
.invoice-total.table {
  background: #f3f3f3;
  padding: 30px 0;
}
.invoice-total.table th {
  border: 0;
  padding: 4px 0;
  text-align: right;
}
.invoice-total.table td {
  text-align: right;
}
.invoice-total.table tbody {
  float: right;
  padding-right: 20px;
}
.invoice-summary .label {
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 10px;
}
.invoice-list .btn {
  font-size: 12px;
  padding: 5px 10px;
}
.invoice-list .task-list-table {
  display: inline-block;
}
.datepicker-dropdown {
  background: #3f4d67;
  color: #fff;
  font-size: 14px;
  padding: 20px;
}
.datepicker-dropdown::after {
  border-bottom: 6px solid #3f4d67;
}
.datepicker-dropdown.datepicker-orient-top::after {
  border-top: 6px solid #3f4d67;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.highlighted,
.datepicker table tr td.today,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background-color: #333f54;
  color: #fff;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: rgba(255, 255, 255, 0.5803921569);
}
.syntax-output {
  border: 1px solid #eaeaea;
  border-radius: 0.25rem;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: #04a9f5;
  color: #fff;
  padding: 3px 9px !important;
}
.owl-carousel button:focus {
  color: #fff;
  outline: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #04a9f5;
  color: #fff;
}
.counter b {
  font-size: 24px;
}
.tour-mobile .error-block {
  display: none;
}
.message-mobile span {
  font-size: 16px;
}
.message-mobile .task-right-header-status {
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .message-mobile .task-right-header-status {
    display: none;
  }
}
.ck-content strong {
  font-weight: 600;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  background: #04a9f5 !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 3px 0.9em !important;
}
pre[class*="language-"]::after,
pre[class*="language-"]::before {
  display: none;
}
#chat-scroll {
  height: 280px;
  position: relative;
}
.msg-user-list.datta-scroll {
  height: calc(100vh - 300px);
  position: relative;
}
.msg-user-chat.datta-scroll {
  height: calc(100vh - 330px);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .note-card .note-box-aside {
    border: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .ch-block {
    display: none;
  }
  .msg-block.dis-chat .taskboard-right-progress {
    display: none;
  }
  .msg-block.dis-chat .ch-block {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .tour-mobile .error-block {
    display: block;
  }
  .tour-mobile .page-wrapper {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .horizontal-mobile {
    display: none;
  }
}
.form-group {
  margin-bottom: 0.25rem;
}
.button-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
}
.input-group .spinner {
  font-size: 0.7em;
  padding: 0.5em 0.4em;
}
.custom-select,
.input-group-text,
.form-control {
  background: #f4f7fa;
  font-size: 1.15rem;
  height: auto;
  padding: 10px 20px;
}
.custom-select.form-control-lg,
.input-group-text.form-control-lg,
.form-control.form-control-lg {
  font-size: 1.25rem;
}
.custom-select.form-control-sm,
.input-group-text.form-control-sm,
.form-control.form-control-sm {
  font-size: 0.875rem;
  height: calc(1.8125rem + 2px);
}
.custom-select.form-control-range,
.input-group-text.form-control-range,
.form-control.form-control-range {
  box-shadow: none;
}
.custom-select:focus,
.input-group-text:focus,
.form-control:focus {
  background: #f4f7fa;
}
.custom-select::placeholder,
.input-group-text::placeholder,
.form-control::placeholder {
  color: #aaaeb3;
  opacity: 1;
}
.custom-select:input-placeholder,
.input-group-text:input-placeholder,
.form-control:input-placeholder {
  color: #aaaeb3;
}
.custom-select::input-placeholder,
.input-group-text::input-placeholder,
.form-control::input-placeholder {
  color: #aaaeb3;
}
.custom-select.large,
.input-group-text.large,
.form-control.large {
  font-size: 2rem;
}
.input-group {
  background: #f4f7fa;
}
.input-group .input-group-text {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.input-group .input-group-text i {
  font-size: 20px;
}
.input-group .custom-file-label {
  margin-bottom: 0;
}
.input-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}
.cust-file-button .custom-file-label {
  height: calc(2.25rem + 8px);
  line-height: 2.5;
}
.cust-file-button .custom-file-label::after {
  height: 2.65rem;
  padding: 0.775rem 0.75rem;
}
.custom-select {
  height: calc(2.25rem + 9px);
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(3.375rem + 2px);
}
.minicolors .form-control {
  padding: 6px 12px 5px 44px;
}
.select2-container {
  width: 100% !important;
}
.tt-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  cursor: pointer;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.bootstrap-tagsinput {
  width: 100%;
}
.custom-file-label {
  height: auto;
}
.custom-file-label::after {
  height: auto;
  padding: 0.55rem 0.75rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-valid {
  background-position: calc(100% - 10px) calc(0.375em + 0.4875rem);
}
.was-validated .form-control:invalid ~ .invalid-feedback {
  background: #fff;
  margin-top: 0;
  padding-top: 0.25em;
}
.checkbox {
  margin-right: 5px;
  min-height: auto;
  padding: 10px 0;
  position: relative;
}
.checkbox [type="checkbox"] {
  display: none;
  margin: 0;
  width: 22px;
}
.checkbox [type="checkbox"] + .form-check-label,
.checkbox [type="checkbox"] + .cr {
  padding-left: 0;
}
.checkbox [type="checkbox"] + .form-check-label::before,
.checkbox [type="checkbox"] + .cr::before {
  background: #fff;
  border: 2px solid #e9eaec;
  border-radius: 3px;
  color: transparent;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 19px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  vertical-align: bottom;
  width: 22px;
  font-family: "feather";
  font-size: 15px;
  font-weight: 400;
}
.checkbox [type="checkbox"]:checked + .form-check-label::before,
.checkbox [type="checkbox"]:checked + .cr::before {
  background: #1dd5d2;
  border-color: #1dd5d2;
  color: #fff;
}
.checkbox [type="checkbox"].disabled + .form-check-label,
.checkbox [type="checkbox"]:disabled + .form-check-label,
.checkbox [type="checkbox"].disabled + .cr,
.checkbox [type="checkbox"]:disabled + .cr {
  opacity: 0.5;
}
.checkbox [type="checkbox"].disabled + .form-check-label::before,
.checkbox [type="checkbox"]:disabled + .form-check-label::before,
.checkbox [type="checkbox"].disabled + .cr::before,
.checkbox [type="checkbox"]:disabled + .cr::before {
  cursor: not-allowed;
}
.checkbox.checkbox-fill [type="checkbox"] + .form-check-label::after,
.checkbox.checkbox-fill [type="checkbox"] + .cr::after {
  background: transparent;
  border: 2px solid #e9eaec;
  border-radius: 2px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 22.5px;
  left: 3px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 8.5px;
  transition: all 0.2s ease-in-out;
  vertical-align: bottom;
  width: 22.5px;
}
.checkbox.checkbox-fill [type="checkbox"] + .form-check-label::before,
.checkbox.checkbox-fill [type="checkbox"] + .cr::before {
  background: transparent;
  content: "";
  font-size: 27px;
  opacity: 0;
}
.checkbox.checkbox-fill [type="checkbox"]:checked + .form-check-label::after,
.checkbox.checkbox-fill [type="checkbox"]:checked + .cr::after {
  opacity: 0;
}
.checkbox.checkbox-fill [type="checkbox"]:checked + .form-check-label::before,
.checkbox.checkbox-fill [type="checkbox"]:checked + .cr::before {
  background: transparent;
  border-color: transparent;
  color: #1dd5d2;
  opacity: 1;
}
.checkbox.checkbox-primary
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-primary input[type="checkbox"]:checked + .cr:before {
  background: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
}
.checkbox.checkbox-fill.checkbox-primary
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-fill.checkbox-primary
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  border-color: transparent;
  color: #04a9f5;
}
.checkbox.checkbox-danger
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-danger input[type="checkbox"]:checked + .cr:before {
  background: #f44236;
  border-color: #f44236;
  color: #fff;
}
.checkbox.checkbox-fill.checkbox-danger
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-fill.checkbox-danger
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  border-color: transparent;
  color: #f44236;
}
.checkbox.checkbox-success
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-success input[type="checkbox"]:checked + .cr:before {
  background: #1de9b6;
  border-color: #1de9b6;
  color: #fff;
}
.checkbox.checkbox-fill.checkbox-success
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-fill.checkbox-success
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  border-color: transparent;
  color: #1de9b6;
}
.checkbox.checkbox-warning
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-warning input[type="checkbox"]:checked + .cr:before {
  background: #f4c22b;
  border-color: #f4c22b;
  color: #fff;
}
.checkbox.checkbox-fill.checkbox-warning
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-fill.checkbox-warning
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  border-color: transparent;
  color: #f4c22b;
}
.checkbox.checkbox-info
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-info input[type="checkbox"]:checked + .cr:before {
  background: #3ebfea;
  border-color: #3ebfea;
  color: #fff;
}
.checkbox.checkbox-fill.checkbox-info
  input[type="checkbox"]:checked
  + .form-check-label:before,
.checkbox.checkbox-fill.checkbox-info
  input[type="checkbox"]:checked
  + .cr:before {
  background: transparent;
  border-color: transparent;
  color: #3ebfea;
}
.checkbox .form-check-label,
.checkbox .cr {
  cursor: pointer;
}
.radio {
  margin-right: 5px;
  min-height: auto;
  padding: 10px 0;
  position: relative;
}
.radio input[type="radio"] {
  display: none;
  margin: 0;
  width: 22px;
}
.radio input[type="radio"] + .form-check-label,
.radio input[type="radio"] + .cr {
  padding-left: 0;
}
.radio input[type="radio"] + .form-check-label::after,
.radio input[type="radio"] + .form-check-label::before,
.radio input[type="radio"] + .cr::after,
.radio input[type="radio"] + .cr::before {
  background: #fff;
  border-radius: 50%;
  color: transparent;
  content: "";
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  vertical-align: bottom;
}
.radio input[type="radio"] + .form-check-label::before,
.radio input[type="radio"] + .cr::before {
  border: 2px solid #e9eaec;
  height: 22px;
  width: 22px;
}
.radio input[type="radio"] + .form-check-label::after,
.radio input[type="radio"] + .cr::after {
  height: 12px;
  left: 5px;
  position: absolute;
  top: 13px;
  width: 12px;
}
.radio input[type="radio"]:checked + .form-check-label::before,
.radio input[type="radio"]:checked + .cr::before {
  border-color: #1dd5d2;
}
.radio input[type="radio"]:checked + .form-check-label::after,
.radio input[type="radio"]:checked + .cr::after {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.radio input[type="radio"]:disabled + .form-check-label,
.radio input[type="radio"]:disabled + .cr {
  cursor: not-allowed;
  opacity: 0.5;
}
.radio input[type="radio"]:disabled + .form-check-label::after,
.radio input[type="radio"]:disabled + .form-check-label::before,
.radio input[type="radio"]:disabled + .cr::after,
.radio input[type="radio"]:disabled + .cr::before {
  cursor: not-allowed;
}
.radio.radio-fill input[type="radio"] + .form-check-label::after,
.radio.radio-fill input[type="radio"] + .cr::after {
  height: 18px;
  left: 2px;
  top: 10px;
  width: 18px;
}
.radio.radio-primary input[type="radio"]:checked + .form-check-label::before,
.radio.radio-primary input[type="radio"]:checked + .cr::before {
  border-color: #04a9f5;
}
.radio.radio-primary input[type="radio"]:checked + .form-check-label::after,
.radio.radio-primary input[type="radio"]:checked + .cr::after {
  background: #04a9f5;
}
.radio.radio-danger input[type="radio"]:checked + .form-check-label::before,
.radio.radio-danger input[type="radio"]:checked + .cr::before {
  border-color: #f44236;
}
.radio.radio-danger input[type="radio"]:checked + .form-check-label::after,
.radio.radio-danger input[type="radio"]:checked + .cr::after {
  background: #f44236;
}
.radio.radio-success input[type="radio"]:checked + .form-check-label::before,
.radio.radio-success input[type="radio"]:checked + .cr::before {
  border-color: #1de9b6;
}
.radio.radio-success input[type="radio"]:checked + .form-check-label::after,
.radio.radio-success input[type="radio"]:checked + .cr::after {
  background: #1de9b6;
}
.radio.radio-warning input[type="radio"]:checked + .form-check-label::before,
.radio.radio-warning input[type="radio"]:checked + .cr::before {
  border-color: #f4c22b;
}
.radio.radio-warning input[type="radio"]:checked + .form-check-label::after,
.radio.radio-warning input[type="radio"]:checked + .cr::after {
  background: #f4c22b;
}
.radio.radio-info input[type="radio"]:checked + .form-check-label::before,
.radio.radio-info input[type="radio"]:checked + .cr::before {
  border-color: #3ebfea;
}
.radio.radio-info input[type="radio"]:checked + .form-check-label::after,
.radio.radio-info input[type="radio"]:checked + .cr::after {
  background: #3ebfea;
}
.radio .form-check-label,
.radio .cr {
  cursor: pointer;
}
@-moz-document url-prefix() {
  .radio input[type="radio"] + .form-check-label::after,
  .radio input[type="radio"] + .cr::after {
    top: 14px;
  }
}
.custom-controls-stacked .radio input[type="radio"] + .form-check-label::after,
.custom-controls-stacked .radio input[type="radio"] + .cr::after {
  top: 15px;
}
.radio .form-check,
.checkbox .form-check {
  margin-bottom: 6px;
  padding-left: 0;
}
.radio .form-check input[type="radio"] + .form-check-label::after,
.checkbox .form-check input[type="radio"] + .form-check-label::after {
  top: 5px;
}
.label {
  margin-bottom: 5px;
  margin-right: 5px;
  min-height: auto;
  padding: 4px 10px;
  position: relative;
}
.label.label-primary {
  background: #04a9f5;
  color: #fff;
}
.label.label-danger {
  background: #f44236;
  color: #fff;
}
.label.label-success {
  background: #1de9b6;
  color: #fff;
}
.label.label-warning {
  background: #f4c22b;
  color: #fff;
}
.label.label-info {
  background: #3ebfea;
  color: #fff;
}
.table {
  color: #888;
}
.table td,
.table th {
  border-top: 1px solid #eaeaea;
  padding: 1.05rem 0.75rem;
  white-space: nowrap;
}
.table [data-number="true"] {
  text-align: right;
}
.table [data-middle="true"] {
  color: #04a9f5;
  font-size: 1.5rem;
  font-weight: 700;
}
.table thead th {
  border-bottom: 1px solid #eaeaea;
}
.table tbody + tbody {
  border-top: 2px solid #eaeaea;
}
.table.table-sm th,
.table.table-sm td {
  padding: 0.35rem;
}
.table-bordered {
  border: 1px solid #eaeaea;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #eaeaea;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(4, 169, 245, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(4, 169, 245, 0.05);
}
.table .thead-dark th {
  background-color: #37474f;
  border-color: #222c31;
  color: #fff;
}
.table-dark {
  background-color: #37474f;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #222c31;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #334249;
}
.table-dark.table-hover tbody tr:hover {
  background-color: #2d3940;
}
table.dataTable.fixedHeader-floating {
  top: 0 !important;
}
@media screen and (max-width: 992px) {
  table.dataTable.fixedHeader-floating {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .fixedHeader-locked {
    display: none !important;
  }
}
.footable .pagination > .active > a,
.footable .pagination > .active > span {
  background-color: #04a9f5;
  border-color: #04a9f5;
}
.footable .pagination > .active > a:focus,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
  background-color: #04a9f5;
  border-color: #04a9f5;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  color: #222;
}
.footable-details.table,
.footable.table {
  margin-bottom: 0;
}
table.footable > tfoot > tr.footable-paging > td > span.label {
  margin-bottom: 0;
}
table.footable-paging-center > tfoot > tr.footable-paging > td {
  padding-bottom: 0;
}
.table-columned > tbody > tr > td {
  border: 0;
  border-left: 1px solid #eaeaea;
}
.table-columned > tbody > tr > th {
  border: 0;
}
.auth-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}
.auth-wrapper a,
.auth-wrapper p > a {
  color: #111;
  font-weight: 600;
}
.auth-wrapper .btn-auth-gen .btn-icon {
  align-items: center;
  display: flex;
  font-size: 45px;
  height: 140px;
  justify-content: center;
  width: 140px;
}
.auth-wrapper .btn-auth-gen .btn-icon small {
  font-size: 15px;
}
.auth-wrapper .input-group {
  background: transparent;
}
.auth-wrapper .card {
  margin-bottom: 0;
}
.auth-wrapper > div {
  z-index: 5;
}
.auth-wrapper .auth-content {
  padding: 15px;
  position: relative;
  width: 390px;
  z-index: 5;
}
.auth-wrapper .auth-content.multyform,
.auth-wrapper .auth-content.subscribe {
  width: 750px;
}
@media only screen and (max-width: 768px) {
  .auth-wrapper {
    max-width: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .auth-wrapper .card .card-body {
    padding: 30px 15px;
  }
}
.auth-wrapper .auth-icon {
  font-size: 30px;
}
.auth-wrapper .auth-icon::before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  background-clip: text;
  background-clip: inherit;
  -webkit-text-fill-color: transparent;
}
.auth-wrapper.offline {
  background-image: none;
}
.auth-wrapper.offline::before {
  display: none;
}
.auth-wrapper .auth-bg .r {
  border-radius: 50%;
  height: 300px;
  position: absolute;
  width: 300px;
}
.auth-wrapper .auth-bg .r:first-child {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  right: -100px;
  top: -100px;
}
.auth-wrapper .auth-bg .r:last-child {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
  bottom: -100px;
  left: -100px;
}
.auth-wrapper .auth-bg .r.s {
  height: 20px;
  width: 20px;
}
.auth-wrapper .auth-bg .r.s:nth-child(2) {
  background: #04a9f5;
  right: -150px;
  top: 150px;
}
.auth-wrapper .auth-bg .r.s:nth-child(3) {
  background: #1de9b6;
  bottom: 150px;
  left: -150px;
}
.auth-wrapper .auth-bg .r:nth-child(odd) {
  animation: floating 7s infinite;
}
.auth-wrapper .auth-bg .r:nth-child(even) {
  animation: floating 9s infinite;
}
.aut-bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aut-bg-img-side p {
  line-height: 2;
}
.aut-bg-img .custom-select,
.aut-bg-img .form-control,
.aut-bg-img-side .custom-select,
.aut-bg-img-side .form-control {
  background: transparent;
}
.auth-tabs .tab-content {
  overflow: hidden;
  position: relative;
}
.auth-tabs .tab-content .tab-pane > * {
  position: relative;
  z-index: 5;
}
.auth-tabs .tab-content .auth-icon {
  bottom: 0;
  font-size: 180px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  transform: rotate(-30deg);
  z-index: 1;
}
@keyframes floating {
  from {
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.btn-theme,
a.btn-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-color: #1de1c2;
  border-radius: 0.25rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 11px 25px;
}
.btn-theme:active,
.btn-theme:focus,
.btn-theme:not(:disabled):not(.disabled):active,
a.btn-theme:active,
a.btn-theme:focus,
a.btn-theme:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  box-shadow: none;
  color: #fff;
}
.btn-theme.active,
a.btn-theme.active {
  background-image: #fff !important;
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: #d6d6d6;
}
.btn-outline-theme {
  background-image: #fff !important;
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: #d6d6d6;
}
.btn-outline-theme:active,
.btn-outline-theme:focus,
.btn-outline-theme:not(:disabled):not(.disabled):active {
  background-image: #fff;
  border: 1px solid #eaeaea;
  color: #d6d6d6;
}
.btn-outline-theme.active {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%) !important;
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn-theme2 {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 14px 25px;
}
.btn-theme2:active,
.btn-theme2:focus,
.btn-theme2:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
  box-shadow: none;
  color: #fff;
}
.btn-theme2.active {
  background-image: #fff !important;
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: #d6d6d6;
}
.btn-outline-theme2 {
  background-image: #fff !important;
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: #d6d6d6;
}
.btn-outline-theme2:active,
.btn-outline-theme2:focus,
.btn-outline-theme2:not(:disabled):not(.disabled):active {
  background-image: #fff;
  border: 1px solid #eaeaea;
  color: #d6d6d6;
}
.btn-outline-theme2.active {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%) !important;
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn {
  border-radius: 0.25rem;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.btn > i {
  margin-right: 12px;
}
.btn.btn-icon,
.btn.drp-icon {
  height: 30px;
  padding: 8px 12px;
  width: 45px;
}
.btn.btn-icon > i,
.btn.drp-icon > i {
  margin-right: 0;
}
.btn.btn-icon.compact,
.btn.drp-icon.compact {
  height: 23px;
  padding: 4px;
  width: 30px;
}
.btn.drp-icon.dropdown-toggle::after {
  display: none;
}
.btn.drp-icon + .dropdown-menu {
  margin-left: -10px;
}
.btn:active,
.btn:focus {
  box-shadow: none;
}
.btn-square {
  border-radius: 0;
}
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.btn-rounded {
  border-radius: 30px;
}
.btn-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}
.btn-group-sm > .btn,
.btn-sm {
  font-size: 13px;
  padding: 6px 14px;
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 16px;
  padding: 13px 23px;
}
.shadow-1 {
  box-shadow: 0 7px 12px 0 rgba(62, 57, 107, 0.16);
}
.shadow-2 {
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}
.shadow-3 {
  box-shadow: 0 14px 24px 0 rgba(62, 57, 107, 0.26);
}
.shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(62, 57, 107, 0.3);
}
.shadow-5 {
  box-shadow: 0 20px 24px 0 rgba(62, 57, 107, 0.36);
}
.btn-primary {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
}
.btn-primary:hover {
  background-color: #038fcf;
  border-color: #0386c3;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0386c3;
  border-color: #037eb6;
  color: #fff;
}
.btn-secondary {
  background-color: #748892;
  border-color: #748892;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #62747d;
  border-color: #5d6e76;
  color: #fff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #748892;
  border-color: #748892;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #5d6e76;
  border-color: #57676f;
  color: #fff;
}
.btn-success {
  background-color: #1de9b6;
  border-color: #1de9b6;
  color: #fff;
}
.btn-success:hover {
  background-color: #14cc9e;
  border-color: #13c095;
  color: #fff;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #1de9b6;
  border-color: #1de9b6;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #13c095;
  border-color: #12b58c;
  color: #fff;
}
.btn-info {
  background-color: #3ebfea;
  border-color: #3ebfea;
  color: #fff;
}
.btn-info:hover {
  background-color: #1cb4e6;
  border-color: #18acdd;
  color: #fff;
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #3ebfea;
  border-color: #3ebfea;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #18acdd;
  border-color: #17a3d1;
  color: #fff;
}
.btn-warning {
  background-color: #f4c22b;
  border-color: #f4c22b;
  color: #fff;
}
.btn-warning:hover {
  background-color: #ecb50c;
  border-color: #e0ab0c;
  color: #fff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f4c22b;
  border-color: #f4c22b;
  color: #fff;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0ab0c;
  border-color: #d4a20b;
  color: #fff;
}
.btn-danger {
  background-color: #f44236;
  border-color: #f44236;
  color: #fff;
}
.btn-danger:hover {
  background-color: #f22012;
  border-color: #ea1b0d;
  color: #fff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #f44236;
  border-color: #f44236;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ea1b0d;
  border-color: #de190c;
  color: #fff;
}
.btn-light {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #37474f;
}
.btn-light:hover {
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  color: #37474f;
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #37474f;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #d9d9d9;
  border-color: #d2d2d2;
  color: #37474f;
}
.btn-dark {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.btn-dark:hover {
  background-color: #273338;
  border-color: #222c31;
  color: #fff;
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #222c31;
  border-color: #1d2529;
  color: #fff;
}
.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #04a9f5;
  color: #04a9f5;
}
.btn-outline-primary:hover {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #04a9f5;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
}
.btn-outline-secondary {
  background-color: transparent;
  background-image: none;
  border-color: #748892;
  color: #748892;
}
.btn-outline-secondary:hover {
  background-color: #748892;
  border-color: #748892;
  color: #fff;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #748892;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #748892;
  border-color: #748892;
  color: #fff;
}
.btn-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #1de9b6;
  color: #1de9b6;
}
.btn-outline-success:hover {
  background-color: #1de9b6;
  border-color: #1de9b6;
  color: #fff;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #1de9b6;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #1de9b6;
  border-color: #1de9b6;
  color: #fff;
}
.btn-outline-info {
  background-color: transparent;
  background-image: none;
  border-color: #3ebfea;
  color: #3ebfea;
}
.btn-outline-info:hover {
  background-color: #3ebfea;
  border-color: #3ebfea;
  color: #fff;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #3ebfea;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #3ebfea;
  border-color: #3ebfea;
  color: #fff;
}
.btn-outline-warning {
  background-color: transparent;
  background-image: none;
  border-color: #f4c22b;
  color: #f4c22b;
}
.btn-outline-warning:hover {
  background-color: #f4c22b;
  border-color: #f4c22b;
  color: #fff;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #f4c22b;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #f4c22b;
  border-color: #f4c22b;
  color: #fff;
}
.btn-outline-danger {
  background-color: transparent;
  background-image: none;
  border-color: #f44236;
  color: #f44236;
}
.btn-outline-danger:hover {
  background-color: #f44236;
  border-color: #f44236;
  color: #fff;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #f44236;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #f44236;
  border-color: #f44236;
  color: #fff;
}
.btn-outline-light {
  background-color: transparent;
  background-image: none;
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.btn-outline-light:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #37474f;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f2f2f2;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #37474f;
}
.btn-outline-dark {
  background-color: transparent;
  background-image: none;
  border-color: #37474f;
  color: #37474f;
}
.btn-outline-dark:hover {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #37474f;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.btn-glow-primary {
  box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56),
    0 6px 11px 2px rgba(4, 169, 245, 0.2);
}
.btn-glow-primary:hover {
  box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56),
    0 4px 9px 2px rgba(4, 169, 245, 0.1);
}
.btn-glow-primary:not(:disabled):not(.disabled).active,
.btn-glow-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-primary.dropdown-toggle,
.btn-glow-primary.active,
.btn-glow-primary:focus {
  box-shadow: none;
}
.btn-glow-secondary {
  box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56),
    0 6px 11px 2px rgba(116, 136, 146, 0.2);
}
.btn-glow-secondary:hover {
  box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56),
    0 4px 9px 2px rgba(116, 136, 146, 0.1);
}
.btn-glow-secondary:not(:disabled):not(.disabled).active,
.btn-glow-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-secondary.dropdown-toggle,
.btn-glow-secondary.active,
.btn-glow-secondary:focus {
  box-shadow: none;
}
.btn-glow-success {
  box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56),
    0 6px 11px 2px rgba(29, 233, 182, 0.2);
}
.btn-glow-success:hover {
  box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56),
    0 4px 9px 2px rgba(29, 233, 182, 0.1);
}
.btn-glow-success:not(:disabled):not(.disabled).active,
.btn-glow-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-success.dropdown-toggle,
.btn-glow-success.active,
.btn-glow-success:focus {
  box-shadow: none;
}
.btn-glow-info {
  box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56),
    0 6px 11px 2px rgba(62, 191, 234, 0.2);
}
.btn-glow-info:hover {
  box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56),
    0 4px 9px 2px rgba(62, 191, 234, 0.1);
}
.btn-glow-info:not(:disabled):not(.disabled).active,
.btn-glow-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-info.dropdown-toggle,
.btn-glow-info.active,
.btn-glow-info:focus {
  box-shadow: none;
}
.btn-glow-warning {
  box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56),
    0 6px 11px 2px rgba(244, 194, 43, 0.2);
}
.btn-glow-warning:hover {
  box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56),
    0 4px 9px 2px rgba(244, 194, 43, 0.1);
}
.btn-glow-warning:not(:disabled):not(.disabled).active,
.btn-glow-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-warning.dropdown-toggle,
.btn-glow-warning.active,
.btn-glow-warning:focus {
  box-shadow: none;
}
.btn-glow-danger {
  box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56),
    0 6px 11px 2px rgba(244, 66, 54, 0.2);
}
.btn-glow-danger:hover {
  box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56),
    0 4px 9px 2px rgba(244, 66, 54, 0.1);
}
.btn-glow-danger:not(:disabled):not(.disabled).active,
.btn-glow-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-danger.dropdown-toggle,
.btn-glow-danger.active,
.btn-glow-danger:focus {
  box-shadow: none;
}
.btn-glow-light {
  box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56),
    0 6px 11px 2px rgba(242, 242, 242, 0.2);
}
.btn-glow-light:hover {
  box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56),
    0 4px 9px 2px rgba(242, 242, 242, 0.1);
}
.btn-glow-light:not(:disabled):not(.disabled).active,
.btn-glow-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-light.dropdown-toggle,
.btn-glow-light.active,
.btn-glow-light:focus {
  box-shadow: none;
}
.btn-glow-dark {
  box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56),
    0 6px 11px 2px rgba(55, 71, 79, 0.2);
}
.btn-glow-dark:hover {
  box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56),
    0 4px 9px 2px rgba(55, 71, 79, 0.1);
}
.btn-glow-dark:not(:disabled):not(.disabled).active,
.btn-glow-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-glow-dark.dropdown-toggle,
.btn-glow-dark.active,
.btn-glow-dark:focus {
  box-shadow: none;
}
.drp-icon .btn {
  height: 45px;
  padding: 10px 12px;
  width: 45px;
}
.drp-icon .btn > i {
  margin-right: 0;
}
.drp-icon .btn.dropdown-toggle::after {
  display: none;
}
.drp-icon + .dropdown-menu {
  margin-left: -10px;
}
.drp-icon.btn-rounded .btn.dropdown-toggle {
  border-radius: 30px;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.swal-footer {
  text-align: center;
}
.alert {
  border-radius: 0;
  padding: 15px 20px;
  position: relative;
}
.alert-link {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.alert-link:hover {
  text-decoration: underline;
}
.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissible .close {
  padding: 14px 10px;
}
.alert-primary {
  border-color: #b9e7fc;
  color: #1c7aa5;
}
.alert-primary hr {
  border-top-color: #a1dffb;
}
.alert-primary .alert-link {
  color: #155a79;
}
.alert-secondary {
  border-color: #d8dee0;
  color: #576972;
}
.alert-secondary hr {
  border-top-color: #cad2d5;
}
.alert-secondary .alert-link {
  color: #414e55;
}
.alert-success {
  border-color: #c0f9eb;
  color: #299b85;
}
.alert-success hr {
  border-top-color: #a9f7e4;
}
.alert-success .alert-link {
  color: #1e7362;
}
.alert-info {
  border-color: #c9edf9;
  color: #3b85a0;
}
.alert-info hr {
  border-top-color: #b2e5f6;
}
.alert-info .alert-link {
  color: #2d667b;
}
.alert-warning {
  border-color: #fceec4;
  color: #99873c;
}
.alert-warning hr {
  border-top-color: #fbe7ac;
}
.alert-warning .alert-link {
  color: #74672e;
}
.alert-danger {
  border-color: #fccac7;
  color: #994442;
}
.alert-danger hr {
  border-top-color: #fbb3af;
}
.alert-danger .alert-link {
  color: #753433;
}
.alert-light {
  border-color: #fbfbfb;
  color: #98a0a4;
}
.alert-light hr {
  border-top-color: #eee;
}
.alert-light .alert-link {
  color: #7d878c;
}
.alert-dark {
  border-color: #c7cbce;
  color: #37474f;
}
.alert-dark hr {
  border-top-color: #b9bec2;
}
.alert-dark .alert-link {
  color: #222c31;
}
.breadcrumb {
  background-color: #f4f7fa;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  color: #04a9f5;
}
.breadcrumb-item.active {
  color: #111;
}
.page-item.active .page-link {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #f4f7fa;
  border-radius: 0;
  font-size: 10px;
  height: 12px;
  overflow: visible;
}
.progress-bar {
  background-color: #04a9f5;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.progress-bar.progress-c-blue {
  background: #04a9f5;
}
.progress-bar.progress-c-red {
  background: #f44236;
}
.progress-bar.progress-c-green {
  background: #1de9b6;
}
.progress-bar.progress-c-yellow {
  background: #f4c22b;
}
.progress-bar.progress-c-purple {
  background: #a389d4;
}
.progress-bar.progress-c-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar.progress-c-theme2 {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.progress-bar.bg-progress-c-theme {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
}
.progress-bar.bg-progress-c-theme2 {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  display: block;
  position: absolute;
}
.tooltip .arrow::before {
  border: 0;
  color: #000;
  content: "m";
  font-family: "pct";
  font-size: 20px;
  left: 0;
  line-height: 0.3;
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.46);
}
.bs-tooltip-right .arrow::before {
  border: 0;
  content: "j";
  left: -7px;
  text-shadow: -2px 0 3px rgba(220, 220, 220, 0.46);
  top: 2.6px;
}
.bs-tooltip-right .tooltip-inner {
  border-radius: 15px 20px 20px 15px;
}
.bs-tooltip-bottom .arrow::before {
  border: 0;
  content: "l";
  text-shadow: 0 -2px 3px rgba(220, 220, 220, 0.46);
}
.bs-tooltip-left .arrow::before {
  border: 0;
  content: "k";
  left: -8px;
  text-shadow: 2px 0 3px rgba(220, 220, 220, 0.46);
  top: 3.6px;
}
.bs-tooltip-left .tooltip-inner {
  border-radius: 20px 15px 15px 20px;
}
.tooltip-inner {
  border-radius: 20px;
  box-shadow: 0 0 15px #dcdcdc;
  padding: 15px;
  text-align: left;
}
.popover {
  border: 0;
  border-radius: 15px;
  box-shadow: 0 0 15px #dcdcdc;
  left: 0;
  top: 0;
}
.popover .arrow::after {
  display: none;
}
.popover .arrow::before {
  border: 0;
  color: #fff;
  content: "m";
  font-family: "pct";
  font-size: 20px;
  left: 0;
  line-height: 0.3;
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
  top: -1px;
}
.popover .popover-header {
  background: transparent;
  border-bottom-color: #f4f7fa;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  content: "m";
  text-shadow: 0 2px 3px rgba(220, 220, 220, 0.7);
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  border: 0;
  content: "j";
  left: -4px;
  text-shadow: -2px 0 3px rgba(220, 220, 220, 0.46);
  top: 2.6px;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  border: 0;
  content: "l";
  text-shadow: 0 -2px 3px rgba(220, 220, 220, 0.46);
  top: 3px;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  border: 0;
  content: "k";
  left: -8px;
  text-shadow: 2px 0 3px rgba(220, 220, 220, 0.46);
  top: 3.6px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  font-size: clamp(16px, 10vw, 18px);
  padding: 10px 24px;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  opacity: 0.7;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
  color: #888;
}
.nav-tabs .nav-link:hover {
  color: #04a9f5;
}
.nav-tabs .nav-link.disabled {
  opacity: 0.7;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 0;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
  color: #111;
}
.nav-pills {
  background-color: transparent;
  padding: 10px;
}
.nav-pills .nav-link {
  border-radius: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #04a9f5;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content {
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 35px 30px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
@media screen and (max-width: 480px) {
  .modal-footer {
    justify-content: center;
  }
}
.tooltip {
  z-index: 1073;
}
.board {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.board .close {
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 15px;
  margin: 4px;
  overflow: hidden;
  position: relative;
  width: 15px;
}
.board .close:hover::before,
.board .close:hover::after {
  background: #f44236;
  color: #f44236;
}
.board .close::before,
.board .close::after {
  background: #f44236;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.board .close::before {
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
}
.board .close::after {
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.board .main-header {
  background-color: #1ab188;
  color: #fff;
  cursor: pointer;
  height: 50px;
}
.board .main-header h1 {
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  line-height: 230px;
  text-transform: uppercase;
}
.board .main-header .main-header__text {
  padding: 15px;
}
.board .note {
  background: #ffda65;
  cursor: grab;
  display: inline-block;
  height: auto !important;
  margin: 8px 8px 0 0;
  width: 250px;
}
.board .note .note__textarea {
  background: #ffda65;
  border: 0;
  box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  height: 75%;
  outline: 0;
  overflow: auto;
  resize: vertical;
  width: 98%;
}
.board .note .note__content {
  font-size: 16px;
  padding: 5px;
  padding-bottom: 25px;
}
.board .note .note__header {
  background: #ffd248;
  height: 40px;
  width: 100%;
}
.board .note .note__footer {
  bottom: 0;
  position: relative;
}
.board .note .note__footer .note__fold {
  border-left: 40px solid #ffae17;
  border-top: 40px solid #ffc43a;
  display: inline-block;
  float: left;
}
.board .note .note__footer .note__save {
  background: #ffc43a;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: calc(100% - 40px);
}
.board .note .note__footer .note__save:hover {
  background: #ffc43d;
}
.board .wrapper-tooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transform: translateY(0);
  transform: translateY(0);
  transform: translateY(0);
  transform: translateY(0);
}
.board .wrapper-tooltip .tooltip {
  transform: translateY(10px);
  transform: translateY(10px);
  transform: translateY(10px);
  transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition: 2px 2px 6px rgba(0, 0, 0, 0.28);
  transition: 2px 2px 6px rgba(0, 0, 0, 0.28);
  transition: 2px 2px 6px rgba(0, 0, 0, 0.28);
  transition: 2px 2px 6px rgba(0, 0, 0, 0.28);
  transition: 2px 2px 6px rgba(0, 0, 0, 0.28);
  background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: block;
  left: 0;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: relative;
  top: -50px;
  width: 100%;
  z-index: 999;
}
.board .wrapper-tooltip .tooltip::before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.board .wrapper-tooltip .tooltip::after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 90%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.board .fadein {
  animation: fadein 3s;
  text-align: center;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.masonry-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: 10px;
  width: 80%;
}
.masonry-container p {
  background: #222;
  color: #efefef;
  font-family: monospace;
  padding: 4px;
  text-align: center;
}
.masonry {
  align-content: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 100%;
}
.column {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
.tile {
  margin: 0.75rem;
}
.tile img {
  border-radius: calc(0.25rem - 1px);
  width: 100%;
}
.grid {
  clear: both;
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
  padding: 1em 0 4em;
  position: relative;
  text-align: center;
}
.grid figure {
  background: #3085a3;
  cursor: pointer;
  float: left;
  height: auto;
  margin: 10px 1%;
  max-height: 360px;
  max-width: 480px;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 48%;
}
.grid figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 0.8;
  position: relative;
}
.grid figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  height: 100%;
  left: 0;
  padding: 2em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
.grid figure figcaption::after,
.grid figure figcaption::before {
  pointer-events: none;
}
.grid figure figcaption > a {
  font-size: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 1000;
}
.grid figure h2 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  word-spacing: -0.15em;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure p {
  font-size: 68.5%;
  letter-spacing: 1px;
  margin: 0;
}
figure.effect-julia {
  background: #2f3238;
}
figure.effect-julia img {
  backface-visibility: hidden;
  height: 400px;
  max-width: none;
  transition: opacity 1s, transform 1s;
}
figure.effect-julia figcaption {
  text-align: left;
}
figure.effect-julia h2 {
  padding: 0.5em 0;
  position: relative;
}
figure.effect-julia p {
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  display: inline-block;
  font-size: 75%;
  font-weight: 500;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  text-transform: none;
  transform: translate3d(-360px, 0, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-julia p:first-child {
  transition-delay: 0.15s;
}
figure.effect-julia p:nth-of-type(2) {
  transition-delay: 0.1s;
}
figure.effect-julia p:nth-of-type(3) {
  transition-delay: 0.05s;
}
figure.effect-julia:hover p:first-child {
  transition-delay: 0s;
}
figure.effect-julia:hover p:nth-of-type(2) {
  transition-delay: 0.05s;
}
figure.effect-julia:hover p:nth-of-type(3) {
  transition-delay: 0.1s;
}
figure.effect-julia:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
figure.effect-julia:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-goliath {
  background: #df4e4e;
}
figure.effect-goliath h2,
figure.effect-goliath img {
  transition: transform 0.35s;
}
figure.effect-goliath img {
  backface-visibility: hidden;
}
figure.effect-goliath h2 {
  bottom: 0;
  left: 0;
  padding: 30px;
  position: absolute;
}
figure.effect-goliath p {
  bottom: 0;
  font-size: 90%;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  text-transform: none;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-goliath:hover img {
  transform: translate3d(0, -80px, 0);
}
figure.effect-goliath:hover h2 {
  transform: translate3d(0, -100px, 0);
}
figure.effect-goliath:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-hera {
  background: #303fa9;
}
figure.effect-hera h2 {
  font-size: 158.75%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50%;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-hera p {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50%;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-hera figcaption::before {
  border: 2px solid #fff;
  content: "";
  height: 200px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  transform-origin: 50%;
  transition: opacity 0.35s, transform 0.35s;
  width: 200px;
}
figure.effect-hera p {
  font-size: 121%;
  line-height: 2;
  text-transform: none;
  width: 100px;
}
figure.effect-hera p a {
  color: #fff;
}
figure.effect-hera p a:focus,
figure.effect-hera p a:hover {
  opacity: 0.6;
}
figure.effect-hera p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-hera p a:first-child i {
  transform: translate3d(-60px, -60px, 0);
}
figure.effect-hera p a:nth-child(2) i {
  transform: translate3d(60px, -60px, 0);
}
figure.effect-hera p a:nth-child(3) i {
  transform: translate3d(-60px, 60px, 0);
}
figure.effect-hera p a:nth-child(4) i {
  transform: translate3d(60px, 60px, 0);
}
figure.effect-hera:hover figcaption::before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(1, 1, 1);
}
figure.effect-hera:hover h2 {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
figure.effect-hera:hover p i:empty {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-winston {
  background: #162633;
  text-align: left;
}
figure.effect-winston img {
  backface-visibility: hidden;
  transition: opacity 0.45s;
}
figure.effect-winston figcaption::before {
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
  transform-origin: 0 100%;
  transition: opacity 0.45s, transform 0.45s;
  width: 100%;
}
figure.effect-winston h2 {
  transform: translate3d(0, 20px, 0);
  transition: transform 0.35s;
}
figure.effect-winston p {
  bottom: 0;
  padding: 0 1.5em 7% 0;
  position: absolute;
  right: 0;
}
figure.effect-winston a {
  color: #5d504f;
  font-size: 170%;
  margin: 0 10px;
}
figure.effect-winston a:focus,
figure.effect-winston a:hover {
  color: #cc6055;
}
figure.effect-winston p a i {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-winston:hover img {
  opacity: 0.6;
}
figure.effect-winston:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  transform: rotate3d(0, 0, 1, 20deg);
}
figure.effect-winston:hover p i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover p a:nth-child(3) i {
  transition-delay: 0.05s;
}
figure.effect-winston:hover p a:nth-child(2) i {
  transition-delay: 0.1s;
}
figure.effect-winston:hover p a:first-child i {
  transition-delay: 0.15s;
}
figure.effect-selena {
  background: #000;
}
figure.effect-selena img {
  opacity: 0.95;
  transform-origin: 50% 50%;
  transition: transform 0.35s;
}
figure.effect-selena:hover img {
  transform: scale3d(0.95, 0.95, 1);
}
figure.effect-selena h2 {
  transform: translate3d(0, 20px, 0);
  transition: transform 0.35s;
}
figure.effect-selena p {
  opacity: 0;
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform-origin: 50% 0;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-selena:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-selena:hover p {
  opacity: 1;
  transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}
figure.effect-terry {
  background: #34495e;
}
figure.effect-terry figcaption {
  padding: 1em;
}
figure.effect-terry figcaption::after,
figure.effect-terry figcaption::before {
  border-color: #101010;
  border-style: solid;
  content: "";
  height: 200%;
  position: absolute;
  transition: transform 0.35s;
  width: 200%;
}
figure.effect-terry figcaption::before {
  border-width: 0 70px 60px 0;
  bottom: 0;
  right: 0;
  transform: translate3d(70px, 60px, 0);
}
figure.effect-terry figcaption::after {
  border-width: 15px 0 0 15px;
  left: 0;
  top: 0;
  transform: translate3d(-15px, -15px, 0);
}
figure.effect-terry img,
figure.effect-terry p a {
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-terry img {
  opacity: 0.85;
}
figure.effect-terry h2 {
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  position: absolute;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.35s;
  width: 50%;
}
figure.effect-terry p {
  clear: both;
  float: right;
  font-size: 111%;
  text-align: left;
  text-transform: none;
}
figure.effect-terry p a {
  color: #fff;
  display: block;
  margin-bottom: 1em;
  opacity: 0;
  transform: translate3d(90px, 0, 0);
}
figure.effect-terry p a:focus,
figure.effect-terry p a:hover {
  color: #f3cf3f;
}
figure.effect-terry:hover figcaption::after,
figure.effect-terry:hover figcaption::before {
  transform: translate3d(0, 0, 0);
}
figure.effect-terry:hover img {
  opacity: 0.6;
}
figure.effect-terry:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-terry:hover p a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-terry:hover p a:first-child {
  transition-delay: 0.025s;
}
figure.effect-terry:hover p a:nth-child(2) {
  transition-delay: 0.05s;
}
figure.effect-terry:hover p a:nth-child(3) {
  transition-delay: 0.075s;
}
figure.effect-terry:hover p a:nth-child(4) {
  transition-delay: 0.1s;
}
figure.effect-phoebe {
  background: #675983;
}
figure.effect-phoebe img {
  opacity: 0.85;
  transition: opacity 0.35s;
}
figure.effect-phoebe:hover img {
  opacity: 0.6;
}
figure.effect-phoebe figcaption::before {
  background-size: 100% 112%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(5, 2.5, 1);
  transform-origin: 50% 50%;
  transition: opacity 0.35s, transform 0.35s;
  width: 100%;
}
figure.effect-phoebe:hover figcaption::before {
  opacity: 0.6;
  transform: scale3d(1, 1, 1);
}
figure.effect-phoebe h2 {
  margin-top: 1em;
  transform: translate3d(0, 40px, 0);
  transition: transform 0.35s;
}
figure.effect-phoebe:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-phoebe p a {
  color: #fff;
  display: inline-block;
  font-size: 140%;
  opacity: 0;
  position: relative;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-phoebe p a:first-child {
  transform: translate3d(-60px, -60px, 0);
}
figure.effect-phoebe p a:nth-child(2) {
  transform: translate3d(0, 60px, 0);
}
figure.effect-phoebe p a:nth-child(3) {
  transform: translate3d(60px, -60px, 0);
}
figure.effect-phoebe:hover p a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-apollo {
  background: #3498db;
}
figure.effect-apollo img {
  opacity: 0.95;
  transform: scale3d(1.05, 1.05, 1);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-apollo figcaption::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transition: transform 0.6s;
  width: 100%;
}
figure.effect-apollo p {
  border-right: 4px solid #fff;
  bottom: 0;
  margin: 3em;
  max-width: 150px;
  opacity: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  text-align: right;
  transition: opacity 0.35s;
}
figure.effect-apollo h2 {
  text-align: left;
}
figure.effect-apollo:hover img {
  opacity: 0.6;
  transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
  opacity: 1;
  transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-kira {
  background: #fff;
  text-align: left;
}
figure.effect-kira img {
  transition: opacity 0.35s;
}
figure.effect-kira figcaption {
  z-index: 1;
}
figure.effect-kira p {
  font-size: 100%;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0;
  padding: 2.25em 0.5em;
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-kira p a {
  color: #101010;
  margin: 0 0.5em;
}
figure.effect-kira p a:focus,
figure.effect-kira p a:hover {
  opacity: 0.6;
}
figure.effect-kira figcaption::before {
  background: #fff;
  content: "";
  height: 4.1em;
  left: 2em;
  position: absolute;
  right: 2em;
  top: 14px;
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform-origin: 50% 0;
  transition: opacity 0.35s, transform 0.35s;
  z-index: -1;
}
figure.effect-kira:hover img {
  opacity: 0.5;
}
figure.effect-kira:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-kira:hover figcaption::before {
  opacity: 0.7;
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
}
figure.effect-steve {
  background: #000;
  overflow: visible;
  z-index: auto;
}
figure.effect-steve::before,
figure.effect-steve h2::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.35s;
  width: 100%;
  z-index: -1;
}
figure.effect-steve::before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}
figure.effect-steve figcaption {
  z-index: 1;
}
figure.effect-steve img {
  opacity: 1;
  transform: perspective(1000px) translate3d(0, 0, 0);
  transition: transform 0.35s;
}
figure.effect-steve h2,
figure.effect-steve p {
  background: #fff;
  color: #2d434e;
}
figure.effect-steve h2 {
  margin-top: 2em;
  padding: 0.25em;
  position: relative;
}
figure.effect-steve h2::before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
figure.effect-steve p {
  font-weight: 800;
  margin-top: 1em;
  opacity: 0;
  padding: 0.5em;
  transform: scale3d(0.9, 0.9, 1);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-steve:hover::before {
  opacity: 1;
}
figure.effect-steve:hover img {
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
figure.effect-steve:hover h2::before {
  opacity: 0;
}
figure.effect-steve:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
figure.effect-moses {
  background: linear-gradient(-45deg, #ec65b7 0%, #05e0d8 100%);
}
figure.effect-moses img {
  opacity: 0.85;
  transition: opacity 0.35s;
}
figure.effect-moses h2,
figure.effect-moses p {
  border: 2px solid #fff;
  height: 50%;
  padding: 20px;
  width: 50%;
}
figure.effect-moses h2 {
  height: 50%;
  padding: 20px;
  text-align: left;
  transform: translate3d(10px, 10px, 0);
  transition: transform 0.35s;
  width: 50%;
}
figure.effect-moses p {
  float: right;
  opacity: 0;
  padding: 20px;
  text-align: right;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-moses:hover h2 {
  transform: translate3d(0, 0, 0);
}
figure.effect-moses:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-moses:hover img {
  opacity: 0.6;
}
figure.effect-jazz {
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
figure.effect-jazz img {
  opacity: 0.9;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform-origin: 50% 50%;
  width: 100%;
}
figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  transform: scale3d(0.8, 0.8, 1);
}
figure.effect-jazz h2 {
  padding-top: 26%;
  transition: transform 0.35s;
}
figure.effect-jazz p {
  font-size: 0.85em;
  opacity: 0;
  padding: 0.5em 2em;
  text-transform: none;
}
figure.effect-jazz:hover img {
  opacity: 0.7;
  transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
figure.effect-ming {
  background: #030c17;
}
figure.effect-ming img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
  border: 2px solid #fff;
  bottom: 30px;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  left: 30px;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: scale3d(1.4, 1.4, 1);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-ming h2 {
  margin: 20% 0 10px;
  transition: transform 0.35s;
}
figure.effect-ming p {
  opacity: 0;
  padding: 1em;
  transform: scale(1.5);
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-ming:hover h2 {
  transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
  opacity: 0.4;
}
figure.effect-lexi {
  background: linear-gradient(-45deg, #000 0%, #fff 100%);
}
figure.effect-lexi img {
  backface-visibility: hidden;
  margin: -10px 0 0 -10px;
  max-width: none;
  opacity: 0.9;
  transform: translate3d(10px, 10px, 0);
  transition: opacity 0.35s, transform 0.35s;
  width: calc(100% + 10px);
}
figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-lexi figcaption::before {
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -100px;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: "";
  height: 300px;
  opacity: 0;
  position: absolute;
  right: -100px;
  transform: scale3d(0.5, 0.5, 1);
  transform-origin: 50% 50%;
  width: 300px;
}
figure.effect-lexi:hover img {
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
}
figure.effect-lexi h2 {
  text-align: left;
  transform: translate3d(5px, 5px, 0);
  transition: transform 0.35s;
}
figure.effect-lexi p {
  bottom: 0;
  opacity: 0;
  padding: 0 1.5em 1.5em 0;
  position: absolute;
  right: 0;
  text-align: right;
  transform: translate3d(20px, 20px, 0);
  width: 140px;
}
figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-duke {
  background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}
figure.effect-duke img,
figure.effect-duke p {
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
  opacity: 0.1;
  transform: scale3d(2, 2, 1);
}
figure.effect-duke h2 {
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% 100%;
  transition: transform 0.35s;
}
figure.effect-duke p {
  border: 2px solid #fff;
  bottom: 0;
  font-size: 90%;
  left: 0;
  margin: 20px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  text-transform: none;
  transform: scale3d(0.8, 0.8, 1);
  transform-origin: 50% -100%;
}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 920px) {
  figure.effect-terry h2 {
    font-size: 120%;
    padding: 0.75em 10px;
  }
}
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .grid figure {
    min-width: auto;
  }
  .grid figure h2 {
    font-size: 30px;
  }
}
.header-chat,
.header-user-list {
  background-color: #fff;
  border-radius: 0;
  height: 100%;
  position: fixed;
  right: -350px;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 350px;
  z-index: 1030;
}
.header-chat .main-friend-cont,
.header-user-list .main-friend-cont {
  height: calc(100vh - 166px);
}
.header-chat .main-friend-cont .main-friend-list,
.header-user-list .main-friend-cont .main-friend-list {
  height: calc(100vh - 85px);
}
.header-chat .h-list-header,
.header-user-list .h-list-header {
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
}
.header-chat .h-list-body,
.header-user-list .h-list-body {
  padding: 20px 0;
}
.header-chat.open,
.header-user-list.open {
  box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  right: 0;
}
.header-user-list.open .h-close-text {
  left: -99px;
  position: absolute;
  top: 111px;
}
.header-user-list.open .h-close-text i {
  color: #1de9b6;
  font-size: 25px;
  left: 73px;
  position: absolute;
  top: 23px;
  z-index: 1003;
}
.header-user-list.open .h-close-text::after {
  color: #fff;
  content: "a";
  font-family: "pct";
  font-size: 150px;
  left: 6px;
  line-height: 0;
  position: absolute;
  text-shadow: -4px 0 7px rgba(69, 90, 100, 0.12);
  top: 35px;
  z-index: 1001;
}
.header-user-list.open.msg-open::after {
  color: rgba(4, 169, 245, 0.1);
}
.h-list-header .form-control:active,
.h-list-header .form-control:focus,
.h-list-header .form-control:hover {
  box-shadow: none;
  outline: 0;
}
.h-list-body {
  position: relative;
}
.h-list-body .userlist-box {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 15px 20px;
  position: relative;
}
.h-list-body .userlist-box::after {
  background: #f3f4f9;
  bottom: 0;
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  width: calc(100% - 40px);
}
.h-list-body .userlist-box.active {
  background: #e0f5fe;
}
.h-list-body .userlist-box .media-left {
  padding-right: 10px;
}
.h-list-body .userlist-box .media-object {
  display: inline-block;
  width: 50px;
}
.h-list-body .userlist-box .chat-header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.h-list-body .userlist-box .chat-header small {
  font-size: 90%;
  margin-top: 5px;
}
.h-list-body .userlist-box .live-status {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 100%;
  color: #fff;
  height: 25px;
  padding: 2px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 35px;
  width: 25px;
}
.header-chat .h-list-header {
  position: relative;
  text-align: center;
}
.header-chat .h-list-header h6 {
  margin: 5px 0;
}
.header-chat .h-list-header .h-back-user-list {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.header-chat .main-chat-cont {
  height: calc(100vh - 166px);
}
.header-chat .h-list-body {
  background: #e0f5fe;
  height: 100%;
}
.header-chat .h-list-footer {
  background: #e0f5fe;
  bottom: 0;
  padding: 20px 15px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
}
.header-chat .h-list-footer .input-group {
  background: #fff;
  border: 0;
  border-radius: 20px 0 10px 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  padding: 7px;
  width: calc(100% - 40px);
}
.header-chat .h-list-footer .input-group .form-control,
.header-chat .h-list-footer .input-group .input-group-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.header-chat .h-list-footer .input-group .btn-send:active,
.header-chat .h-list-footer .input-group .btn-send:focus,
.header-chat .h-list-footer .input-group .btn-send:hover,
.header-chat .h-list-footer .input-group .form-control:active,
.header-chat .h-list-footer .input-group .form-control:focus,
.header-chat .h-list-footer .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
}
.header-chat .h-list-footer .input-group .btn-attach {
  border-radius: 50%;
  margin-right: 5px;
  padding: 5px;
}
.header-chat .h-list-footer .input-group .btn-attach > i {
  margin-right: 0;
}
.header-chat .h-list-footer .input-group .btn-send {
  border-radius: 50%;
  margin-left: 5px;
  padding: 10px;
  position: absolute;
  right: -45px;
  top: 2px;
  z-index: 99;
}
.header-chat .h-list-footer .input-group .btn-send i {
  margin-right: 0;
}
.header-chat .h-list-footer .input-group .btn-send .input-group-text {
  color: #fff;
}
.header-chat .h-list-footer .input-group .form-control {
  transition: all 0.3s ease-in-out;
  width: 0;
}
.header-chat .h-list-footer .input-group::after {
  color: #fff;
  content: "g";
  font-family: "pct";
  font-size: 35px;
  line-height: 0;
  position: absolute;
  right: -23px;
  text-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
  top: 18px;
  z-index: 1001;
}
.h-list-body .chat-messages {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.h-list-body .chat-messages .photo-table {
  padding-right: 15px;
}
.h-list-body .chat-messages .photo-table img {
  display: inline-block;
  margin-bottom: 5px;
  width: 50px;
}
.h-list-body .chat-messages .chat-menu-content > div,
.h-list-body .chat-messages .chat-menu-reply > div {
  display: inline-block;
  overflow: visible;
  position: relative;
}
.h-list-body .chat-messages .chat-menu-content > div .chat-cont,
.h-list-body .chat-messages .chat-menu-reply > div .chat-cont {
  padding: 15px 20px;
}
.h-list-body .chat-messages .chat-menu-content .chat-time,
.h-list-body .chat-messages .chat-menu-reply .chat-time {
  margin: 9px 8px 0 10px;
}
.h-list-body .chat-messages .chat-menu-reply {
  text-align: right;
}
.h-list-body .chat-messages .chat-menu-reply > div p {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
  margin-right: 25px;
}
.h-list-body .chat-messages .chat-menu-reply > div p:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.h-list-body .chat-messages .chat-menu-reply > div p:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
}
.h-list-body .chat-messages .chat-menu-reply > div::before {
  bottom: 19px;
  color: #fff;
  content: "f";
  font-family: "pct";
  font-size: 30px;
  line-height: 0;
  position: absolute;
  right: 5px;
  text-shadow: 7px 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.h-list-body .chat-messages .chat-menu-content > div p {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  border-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-bottom: 4px;
}
.h-list-body .chat-messages .chat-menu-content > div p:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}
.h-list-body .chat-messages .chat-menu-content > div p:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.h-list-body .chat-messages .chat-menu-content > div::before {
  color: #1ec9de;
  content: "h";
  font-family: "pct";
  font-size: 30px;
  left: -20px;
  line-height: 0;
  position: absolute;
  text-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
  top: 15px;
  z-index: 1001;
}
.msg-card .msg-user-list {
  height: calc(100vh - 300px);
}
.msg-card .msg-user-chat {
  background: #e0f5fe;
  height: calc(100vh - 330px);
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 25px;
}
.msg-card .msg-block > .row > div::before {
  background: #f1f1f1;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.msg-card .msg-block > .row > div:first-child::before {
  right: 0;
}
.msg-card .msg-block > .row > div:last-child::before {
  left: -1px;
}
.main-friend-chat {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .msg-card .msg-block > .row > div::before {
    background: none;
  }
}
@media only screen and (max-width: 991px) {
  .pcoded-header {
    color: #3f4d67;
  }
}
pre[class*="language-"] code {
  font-size: 14px;
}
pre[class*="language-"] [class*="language-"],
pre[class*="language-"] .language-markup {
  background-color: transparent;
  display: block;
  padding: 10px 15px;
}
pre.line-numbers {
  counter-reset: linenumber;
  padding-left: 3.8em;
  position: relative;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  font-size: 100%;
  left: -3.8em;
  letter-spacing: -1px;
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  width: 3em;
}
.line-numbers-rows > span {
  counter-increment: linenumber;
  display: block;
  pointer-events: none;
}
.line-numbers-rows > span::before {
  content: counter(linenumber);
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
div.code-toolbar {
  position: relative;
}
div.code-toolbar > .toolbar {
  opacity: 0;
  position: absolute;
  right: 0.2em;
  top: 0.3em;
  transition: opacity 0.3s ease-in-out;
}
div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
div.code-toolbar > .toolbar a {
  cursor: pointer;
}
div.code-toolbar > .toolbar button {
  border: 0;
  font: inherit;
  line-height: normal;
  overflow: visible;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  border-radius: 0.5em;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  color: #bbb;
  font-size: 0.8em;
  padding: 0 0.5em;
}
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar span:hover {
  color: inherit;
  text-decoration: none;
}
.tool-bottom .tool-item:first-child,
.tool-top .tool-item:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.tool-bottom .tool-item:last-child,
.tool-top .tool-item:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tool-left .tool-item:first-child,
.tool-left .tool-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tool-left .tool-item:last-child,
.tool-left .tool-item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.toolbar-primary .tool-item {
  background: #04a9f5;
}
.toolbar-primary .tool-item.selected,
.toolbar-primary .tool-item:hover {
  background: #0386c3;
}
.toolbar-primary.tool-top .arrow {
  border-color: #04a9f5 transparent transparent;
}
.toolbar-primary.tool-bottom .arrow {
  border-color: transparent transparent #04a9f5;
}
.toolbar-primary.tool-left .arrow {
  border-color: transparent transparent transparent #04a9f5;
}
.toolbar-primary.tool-right .arrow {
  border-color: transparent #04a9f5 transparent transparent;
}
.btn-toolbar-primary.pressed {
  background-color: #04a9f5;
}
.toolbar-warning .tool-item {
  background: #f4c22b;
}
.toolbar-warning .tool-item.selected,
.toolbar-warning .tool-item:hover {
  background: #e0ab0c;
}
.toolbar-warning.tool-top .arrow {
  border-color: #f4c22b transparent transparent;
}
.toolbar-warning.tool-bottom .arrow {
  border-color: transparent transparent #f4c22b;
}
.toolbar-warning.tool-left .arrow {
  border-color: transparent transparent transparent #f4c22b;
}
.toolbar-warning.tool-right .arrow {
  border-color: transparent #f4c22b transparent transparent;
}
.btn-toolbar-warning.pressed {
  background-color: #f4c22b;
}
.toolbar-light .tool-item {
  background: #d6d6d6;
}
.toolbar-light .tool-item.selected,
.toolbar-light .tool-item:hover {
  background: #bdbdbd;
}
.toolbar-light.tool-top .arrow {
  border-color: #d6d6d6 transparent transparent;
}
.toolbar-light.tool-bottom .arrow {
  border-color: transparent transparent #d6d6d6;
}
.toolbar-light.tool-left .arrow {
  border-color: transparent transparent transparent #d6d6d6;
}
.toolbar-light.tool-right .arrow {
  border-color: transparent #d6d6d6 transparent transparent;
}
.btn-toolbar-light.pressed {
  background-color: #d6d6d6;
}
.toolbar-danger .tool-item {
  background: #f44236;
}
.toolbar-danger .tool-item.selected,
.toolbar-danger .tool-item:hover {
  background: #ea1b0d;
}
.toolbar-danger.tool-top .arrow {
  border-color: #f44236 transparent transparent;
}
.toolbar-danger.tool-bottom .arrow {
  border-color: transparent transparent #f44236;
}
.toolbar-danger.tool-left .arrow {
  border-color: transparent transparent transparent #f44236;
}
.toolbar-danger.tool-right .arrow {
  border-color: transparent #f44236 transparent transparent;
}
.btn-toolbar-danger.pressed {
  background-color: #f44236;
}
.toolbar-success .tool-item {
  background: #1de9b6;
}
.toolbar-success .tool-item.selected,
.toolbar-success .tool-item:hover {
  background: #13c095;
}
.toolbar-success.tool-top .arrow {
  border-color: #1de9b6 transparent transparent;
}
.toolbar-success.tool-bottom .arrow {
  border-color: transparent transparent #1de9b6;
}
.toolbar-success.tool-left .arrow {
  border-color: transparent transparent transparent #1de9b6;
}
.toolbar-success.tool-right .arrow {
  border-color: transparent #1de9b6 transparent transparent;
}
.btn-toolbar-success.pressed {
  background-color: #1de9b6;
}
.toolbar-dark .tool-item {
  background: #37474f;
}
.toolbar-dark .tool-item.selected,
.toolbar-dark .tool-item:hover {
  background: #222c31;
}
.toolbar-dark.tool-top .arrow {
  border-color: #37474f transparent transparent;
}
.toolbar-dark.tool-bottom .arrow {
  border-color: transparent transparent #37474f;
}
.toolbar-dark.tool-left .arrow {
  border-color: transparent transparent transparent #37474f;
}
.toolbar-dark.tool-right .arrow {
  border-color: transparent #37474f transparent transparent;
}
.btn-toolbar-dark.pressed {
  background-color: #37474f;
}
.toolbar-info .tool-item {
  background: #3ebfea;
}
.toolbar-info .tool-item.selected,
.toolbar-info .tool-item:hover {
  background: #18acdd;
}
.toolbar-info.tool-top .arrow {
  border-color: #3ebfea transparent transparent;
}
.toolbar-info.tool-bottom .arrow {
  border-color: transparent transparent #3ebfea;
}
.toolbar-info.tool-left .arrow {
  border-color: transparent transparent transparent #3ebfea;
}
.toolbar-info.tool-right .arrow {
  border-color: transparent #3ebfea transparent transparent;
}
.btn-toolbar-info.pressed {
  background-color: #3ebfea;
}
.switch input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.switch input[type="checkbox"] + .form-check-label,
.switch input[type="checkbox"] + .cr {
  border: 1px solid #e9eaec;
  border-radius: 60px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  top: 12px;
  transition: 0.4s ease;
  width: 35px;
  z-index: 0;
}
.switch input[type="checkbox"] + .form-check-label::after,
.switch input[type="checkbox"] + .form-check-label::before,
.switch input[type="checkbox"] + .cr::after,
.switch input[type="checkbox"] + .cr::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.switch input[type="checkbox"] + .form-check-label::before,
.switch input[type="checkbox"] + .cr::before {
  border-radius: 30px;
  height: 20px;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  width: 35px;
}
.switch input[type="checkbox"] + .form-check-label::after,
.switch input[type="checkbox"] + .cr::after {
  background: #f7f7f7;
  border-radius: 60px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04),
    0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  height: 19px;
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  width: 19px;
}
.switch input[type="checkbox"]:checked + .form-check-label::before,
.switch input[type="checkbox"]:checked + .cr::before {
  background: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.switch input[type="checkbox"]:checked + .form-check-label::after,
.switch input[type="checkbox"]:checked + .cr::after {
  left: 16px;
}
.switch input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
  filter: grayscale(0.4);
  opacity: 0.5;
}
.switch.switch-primary
  input[type="checkbox"]:checked
  + .form-check-label:before,
.switch.switch-primary input[type="checkbox"]:checked + .cr:before {
  background: #04a9f5;
}
.switch.switch-danger input[type="checkbox"]:checked + .form-check-label:before,
.switch.switch-danger input[type="checkbox"]:checked + .cr:before {
  background: #f44236;
}
.switch.switch-success
  input[type="checkbox"]:checked
  + .form-check-label:before,
.switch.switch-success input[type="checkbox"]:checked + .cr:before {
  background: #1de9b6;
}
.switch.switch-warning
  input[type="checkbox"]:checked
  + .form-check-label:before,
.switch.switch-warning input[type="checkbox"]:checked + .cr:before {
  background: #f4c22b;
}
.switch.switch-info input[type="checkbox"]:checked + .form-check-label:before,
.switch.switch-info input[type="checkbox"]:checked + .cr:before {
  background: #3ebfea;
}
.switch.switch-alternative
  input[type="checkbox"]:checked
  + .form-check-label::before,
.switch.switch-alternative input[type="checkbox"]:checked + .cr::before {
  background: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
}
.switch .invalid-feedback {
  position: absolute;
  top: calc(100% + 15px);
  width: max-content;
}
.switch .form-check input[type="checkbox"] + .form-check-label {
  top: 4px;
}
.wizard-container {
  z-index: 3;
}
.wizard-container .wizard-navigation {
  position: relative;
}
.wizard-card .moving-tab {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 500;
  left: 0;
  padding: 16px 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -6px;
}
.wizard-card[data-color="wizard-primary"] .moving-tab {
  background-color: #04a9f5;
  box-shadow: 0 16px 26px -10px rgba(4, 169, 245, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(4, 169, 245, 0.2);
}
.wizard-card[data-color="wizard-danger"] .moving-tab {
  background-color: #f44236;
  box-shadow: 0 16px 26px -10px rgba(244, 66, 54, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 66, 54, 0.2);
}
.wizard-card[data-color="wizard-success"] .moving-tab {
  background-color: #1de9b6;
  box-shadow: 0 16px 26px -10px rgba(29, 233, 182, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29, 233, 182, 0.2);
}
.wizard-card[data-color="wizard-warning"] .moving-tab {
  background-color: #f4c22b;
  box-shadow: 0 16px 26px -10px rgba(244, 194, 43, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 194, 43, 0.2);
}
.wizard-card[data-color="wizard-info"] .moving-tab {
  background-color: #3ebfea;
  box-shadow: 0 16px 26px -10px rgba(62, 191, 234, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(62, 191, 234, 0.2);
}
.wizard-card .wizard-footer .checkbox {
  margin-top: 16px;
}
.wizard-card .disabled {
  display: none;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  border: 0;
  border-radius: 0;
  color: #555;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 18px;
  min-width: 100px;
  padding: 11px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.nav-pills > li.active > a {
  background-color: inherit;
}
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: inherit;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color: inherit;
}
.nav-pills > li i {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}
.sw-theme-default {
  box-shadow: none;
}
.sw-theme-default > ul.step-anchor > li a,
.sw-theme-default > ul.step-anchor > li a > h6,
.sw-theme-default > ul.step-anchor > li a:hover {
  color: #eaeaea;
}
.sw-theme-default > ul.step-anchor > li.done a > h6 {
  color: initial;
}
.sw-theme-default > ul.step-anchor > li.active a,
.sw-theme-default > ul.step-anchor > li.active a h6 {
  color: #04a9f5;
}
.sw-theme-default > ul.step-anchor > li > a.nav-link::after {
  background: #04a9f5;
}
.sw-theme-default > ul.step-anchor > li.done > a.nav-link::after {
  background: #eaeaea;
}
.sw-theme-default .step-anchor,
.sw-theme-default .sw-container {
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sw-theme-default .step-anchor {
  margin-bottom: 30px;
}
.sw-theme-default .step-anchor li > a {
  padding: 15px 25px;
}
.sw-theme-default .sw-container .step-content {
  padding: 35px 30px;
}
.sw-theme-default .sw-toolbar {
  background: transparent;
  padding: 10px;
}
.sw-theme-default .step-content + .sw-toolbar {
  padding-top: 0;
}
.sw-theme-arrows .sw-container,
.sw-theme-circles .sw-container,
.sw-theme-dots .sw-container {
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sw-theme-arrows .sw-container .step-content,
.sw-theme-circles .sw-container .step-content,
.sw-theme-dots .sw-container .step-content {
  padding: 35px 30px;
}
.sw-theme-arrows .sw-toolbar-bottom,
.sw-theme-circles .sw-toolbar-bottom,
.sw-theme-dots .sw-toolbar-bottom {
  padding: 10px;
}
.sw-theme-arrows .step-anchor,
.sw-theme-circles .step-anchor,
.sw-theme-dots .step-anchor {
  margin-bottom: 30px;
}
.sw-theme-dots > ul.step-anchor > li > a::after {
  bottom: 0;
  left: 42%;
}
@media screen and (max-width: 768px) {
  .sw-theme-dots > ul.step-anchor > li > a::after {
    left: -40px;
    top: -42px;
  }
  .sw-theme-arrows > ul.step-anchor > li > a {
    padding-right: 15px;
  }
}
.sw-vertical-left,
.sw-vertical-right {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .sw-vertical-left.sw-main,
  .sw-vertical-right.sw-main {
    flex-direction: row;
  }
  .sw-vertical-left .step-anchor,
  .sw-vertical-right .step-anchor {
    align-self: flex-start;
    flex-direction: column;
    min-width: 200px;
  }
  .sw-vertical-left .step-anchor li,
  .sw-vertical-right .step-anchor li {
    flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .sw-vertical-left.sw-main,
  .sw-vertical-right.sw-main {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .sw-vertical-left {
    flex-direction: row-reverse;
  }
  .sw-vertical-left .sw-done-icon,
  .sw-vertical-left .sw-icon,
  .sw-vertical-left .sw-number {
    left: 2rem;
  }
  .sw-vertical-left .step-anchor {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .sw-vertical-right {
    flex-direction: row-reverse;
  }
  .sw-vertical-right .sw-done-icon,
  .sw-vertical-right .sw-icon,
  .sw-vertical-right .sw-number {
    right: 2rem;
  }
  .sw-vertical-right .step-anchor {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .sw-vertical-right .step-anchor {
    margin: 30px 0 0;
  }
}
.nvtooltip {
  position: fixed !important;
}
.peity-chart + .peity {
  height: 250px;
  width: 100%;
}
.radial-bar {
  background-clip: content-box;
  background-color: transparent;
  border-radius: 50%;
  box-sizing: content-box;
  box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-size: 18px;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
  width: 80px;
}
.radial-bar::after {
  background-color: #fff;
  border-radius: 50%;
  color: #455a64;
  content: attr(data-label);
  display: inline-block;
  font-weight: 500;
  height: 56px;
  left: 0;
  line-height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 56px;
  z-index: 55;
}
.radial-bar > img {
  border-radius: 50%;
  color: #455a64;
  display: inline-block;
  font-weight: 500;
  height: 56px;
  left: 0;
  line-height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 56px;
}
.radial-bar > img {
  z-index: 102;
}
.radial-bar.radial-bar-0 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-5 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-10 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-15 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-20 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-25 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-30 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-35 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-40 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-45 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-50 {
  background-image: linear-gradient(
      270deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-55 {
  background-image: linear-gradient(
      288deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-60 {
  background-image: linear-gradient(
      306deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-65 {
  background-image: linear-gradient(
      324deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-70 {
  background-image: linear-gradient(
      342deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-75 {
  background-image: linear-gradient(
      360deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-80 {
  background-image: linear-gradient(
      378deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-85 {
  background-image: linear-gradient(
      396deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-90 {
  background-image: linear-gradient(
      414deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-95 {
  background-image: linear-gradient(
      432deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-100 {
  background-image: linear-gradient(
      450deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-0 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-5 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-10 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-15 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-20 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-25 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-30 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-35 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-40 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-45 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-50 {
  background-image: linear-gradient(
      270deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-55 {
  background-image: linear-gradient(
      288deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-60 {
  background-image: linear-gradient(
      306deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-65 {
  background-image: linear-gradient(
      324deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-70 {
  background-image: linear-gradient(
      342deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-75 {
  background-image: linear-gradient(
      360deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-80 {
  background-image: linear-gradient(
      378deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-85 {
  background-image: linear-gradient(
      396deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-90 {
  background-image: linear-gradient(
      414deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-95 {
  background-image: linear-gradient(
      432deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-primary.radial-bar-100 {
  background-image: linear-gradient(
      450deg,
      #04a9f5 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #04a9f5 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-0 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-5 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-10 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-15 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-25 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-30 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-35 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-40 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-45 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-50 {
  background-image: linear-gradient(
      270deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-55 {
  background-image: linear-gradient(
      288deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-60 {
  background-image: linear-gradient(
      306deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-65 {
  background-image: linear-gradient(
      324deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-70 {
  background-image: linear-gradient(
      342deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-75 {
  background-image: linear-gradient(
      360deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-80 {
  background-image: linear-gradient(
      378deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-85 {
  background-image: linear-gradient(
      396deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-90 {
  background-image: linear-gradient(
      414deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-95 {
  background-image: linear-gradient(
      432deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-danger.radial-bar-100 {
  background-image: linear-gradient(
      450deg,
      #f44236 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f44236 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-0 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-5 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-10 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-15 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-20 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-25 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-30 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-35 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-40 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-45 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-50 {
  background-image: linear-gradient(
      270deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-55 {
  background-image: linear-gradient(
      288deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-60 {
  background-image: linear-gradient(
      306deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-65 {
  background-image: linear-gradient(
      324deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-70 {
  background-image: linear-gradient(
      342deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-75 {
  background-image: linear-gradient(
      360deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-80 {
  background-image: linear-gradient(
      378deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-85 {
  background-image: linear-gradient(
      396deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-90 {
  background-image: linear-gradient(
      414deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-95 {
  background-image: linear-gradient(
      432deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-success.radial-bar-100 {
  background-image: linear-gradient(
      450deg,
      #1de9b6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #1de9b6 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-0 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-5 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-10 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-15 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-20 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-25 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-30 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-35 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-40 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-45 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-50 {
  background-image: linear-gradient(
      270deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-55 {
  background-image: linear-gradient(
      288deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-60 {
  background-image: linear-gradient(
      306deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-65 {
  background-image: linear-gradient(
      324deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-70 {
  background-image: linear-gradient(
      342deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-75 {
  background-image: linear-gradient(
      360deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-80 {
  background-image: linear-gradient(
      378deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-85 {
  background-image: linear-gradient(
      396deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-90 {
  background-image: linear-gradient(
      414deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-95 {
  background-image: linear-gradient(
      432deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-warning.radial-bar-100 {
  background-image: linear-gradient(
      450deg,
      #f4c22b 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #f4c22b 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-0 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-5 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(108deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-10 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(126deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-15 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(144deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-20 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(162deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-25 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(180deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-30 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-35 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(216deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-40 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(234deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-45 {
  background-image: linear-gradient(
      90deg,
      #d6d6d6 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-50 {
  background-image: linear-gradient(
      270deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-55 {
  background-image: linear-gradient(
      288deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-60 {
  background-image: linear-gradient(
      306deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-65 {
  background-image: linear-gradient(
      324deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-70 {
  background-image: linear-gradient(
      342deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-75 {
  background-image: linear-gradient(
      360deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-80 {
  background-image: linear-gradient(
      378deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-85 {
  background-image: linear-gradient(
      396deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-90 {
  background-image: linear-gradient(
      414deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-95 {
  background-image: linear-gradient(
      432deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar.radial-bar-info.radial-bar-100 {
  background-image: linear-gradient(
      450deg,
      #3ebfea 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #3ebfea 50%, #d6d6d6 50%, #d6d6d6);
}
.radial-bar-lg {
  font-size: 20px;
  height: 100px;
  width: 100px;
}
.radial-bar-lg > img,
.radial-bar-lg::after {
  height: 70px;
  line-height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  width: 70px;
}
.radial-bar-sm {
  font-size: 12px;
  height: 60px;
  width: 60px;
}
.radial-bar-sm > img,
.radial-bar-sm::after {
  height: 40px;
  line-height: 42px;
  margin-left: 10px;
  margin-top: 10px;
  width: 40px;
}
.radial-bar-xs {
  font-size: 10px;
  height: 35px;
  width: 35px;
}
.radial-bar-xs > img,
.radial-bar-xs::after {
  height: 25px;
  line-height: 25px;
  margin-left: 5.5px;
  margin-top: 4.5px;
  width: 25px;
}
.i-main .i-block {
  align-items: center;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  display: inline-flex;
  height: 70px;
  justify-content: center;
  margin: 5px;
  position: relative;
  width: 70px;
}
.i-main .i-block i {
  font-size: 30px;
}
.i-main .i-block label {
  display: none;
  margin-bottom: 0;
}
.i-main .i-block span.ic-badge {
  bottom: 0;
  position: absolute;
  right: 0;
}
.i-main .i-block .flag-icon-background {
  height: 40px;
  width: 40px;
}
.external-events .fc-event {
  background: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
  cursor: move;
  margin-top: 5px;
  padding: 5px 18px;
}
.calendar a:not([href]):not([tabindex]),
.calendar a:not([href]):not([tabindex]):focus,
.calendar a:not([href]):not([tabindex]):hover {
  color: #fff;
}
.calendar .fc-event,
.calendar .fc-event:hover {
  background: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
  cursor: move;
  margin-top: 2px;
  padding: 5px 18px;
}
.calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  color: #888;
}
.dropzone {
  background: rgba(204, 204, 204, 0.15);
  border: 1px solid rgba(42, 42, 42, 0.05);
  border-radius: 5px;
  box-shadow: inset 0 0 5px 0 rgba(43, 43, 43, 0.1);
  min-height: 150px;
  padding: 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  color: #888;
  font-size: 18px;
  margin: 4em 0;
  text-align: center;
}
.dropzone .dz-preview {
  border-radius: 5px;
  box-shadow: 0 13px 6px -8px rgba(0, 0, 0, 0.3), 0 0 4px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0.5rem;
  min-height: 100px;
  position: relative;
  vertical-align: top;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
  border-radius: 5px;
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: center;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  left: 0;
  line-height: 150%;
  max-width: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 2em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 20;
}
.dropzone .dz-preview .dz-details .dz-size {
  font-size: 16px;
  margin-bottom: 1em;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(200, 200, 200, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 0 0.4em;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 0 0.4em;
}
.dropzone .dz-preview:hover .dz-image img {
  filter: blur(8px);
  transform: scale(1.05, 1.05);
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  display: block;
  padding: 4px;
  width: 100%;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  display: block;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 500;
}
.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  height: 54px;
  width: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  height: 16px;
  left: 50%;
  margin-left: -40px;
  margin-top: -8px;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: scale(1);
  width: 80px;
  z-index: 1000;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 300ms ease-in-out;
  width: 0;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  background: #f44236;
  background: linear-gradient(to bottom, #f44236, #f44236);
  border-radius: 5px;
  color: #fff;
  display: block;
  display: none;
  font-size: 13px;
  left: -10px;
  opacity: 0;
  padding: 0.5em 1.2em;
  pointer-events: none;
  position: absolute;
  top: 130px;
  transition: opacity 0.3s ease;
  width: 140px;
  z-index: 1000;
}
.dropzone .dz-preview .dz-error-message::after {
  border-bottom: 6px solid #f44236;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  left: 64px;
  position: absolute;
  top: -6px;
  width: 0;
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}/*
body.datta-dark {
  background: #212224;
  color: #fff;
}
body.datta-dark .text-important {
  color: #fff !important;
}
body.datta-dark .menu-highlighter {
  color: #04a9f5 !important;
}
body.datta-dark .layout-6 .pcoded-content {
  background: #212224;
}
body.datta-dark h1,
body.datta-dark h2,
body.datta-dark h3,
body.datta-dark h4,
body.datta-dark h5,
body.datta-dark h6 {
  color: #fff;
}
body.datta-dark .btn {
  color: #fff;
}
body.datta-dark .dashboard-title {
  font-weight: 500 !important;
  color: #a7a7a7;
}
body.datta-dark .dashboard-description {
  font-size: 0.8em;
  font-weight: 500;
  color: #eee;
  padding-bottom: 10px;
}
body.datta-dark .data-emphasis {
  color: #d3d3d3;
  background-color: #3f4d67;
  text-decoration: none;
}
body.datta-dark .text-card-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #0056b3;
}
body.datta-dark .text-link {
  color: #fff;
}
body.datta-dark .text-dark {
  color: #fff !important;
}
body.datta-dark .text-c-green {
  color: #1de9b6;
}
body.datta-dark .text-c-purple {
  color: #a389d4;
}
body.datta-dark .text-c-blue {
  color: #04a9f5;
}
body.datta-dark .text-c-red {
  color: #f44236;
}
body.datta-dark .text-c-red:hover {
  color: #f44236;
}
body.datta-dark .text-muted {
  color: #e6e6e6 !important;
}
body.datta-dark .dark-border-bottom {
  border-bottom: 5px solid #2b2c2f;
}
body.datta-dark hr {
  border-top-color: #282a2c;
}
body.datta-dark .bg-light,
body.datta-dark .bg-white {
  background-color: #282a2c !important;
}
body.datta-dark .bg-header-dark {
  background-color: #323437;
}
body.datta-dark .text-white {
  color: #fff !important;
}
body.datta-dark .modal-backdrop {
  background-color: #696969;
}
body.datta-dark #timer.text-white,
body.datta-dark .btn-theme,
body.datta-dark .text-white i,
body.datta-dark a.btn-theme,
body.datta-dark i.text-white {
  color: #fff !important;
}
body.datta-dark .label.text-white,
body.datta-dark .send-chat .text-white {
  color: #fff !important;
}
body.datta-dark .datta-scroll > .scroll-element .scroll-bar {
  background-color: #090909;
}
body.datta-dark .page-header {
  color: #fff;
}
body.datta-dark .page-header .breadcrumb > .breadcrumb-item {
  color: #fff;
}
body.datta-dark .page-header .breadcrumb > .breadcrumb-item a {
  color: #fff;
}
body.datta-dark .page-header .breadcrumb:last-child a {
  color: #fff;
}
body.datta-dark .breadcrumb-item a {
  color: #fff;
}
body.datta-dark .breadcrumb-item:last-child a {
  color: #fff;
}
body.datta-dark text {
  fill: #fff !important;
}
body.datta-dark .dropdown-item,
body.datta-dark .page-link,
body.datta-dark .text-secondary {
  color: #fff !important;
}
body.datta-dark a {
  color: #fff;
}
body.datta-dark a.text-secondary {
  color: #fff !important;
}
body.datta-dark a.text-secondary:focus,
body.datta-dark a.text-secondary:hover {
  color: #fff;
}
body.datta-dark a.text-secondary.btn,
body.datta-dark a.text-secondary.btn:active,
body.datta-dark a.text-secondary.btn:focus,
body.datta-dark a.text-secondary.btn:hover {
  color: #fff !important;
}
body.datta-dark .button-cancel {
  background: url("../images/icons/cancel-white.png") no-repeat;
  width: 24px;
  height: 24px;
}
body.datta-dark .btn-white {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
body.datta-dark .btn-dark {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
body.datta-dark .btn-glow-dark:hover {
  box-shadow: 0 1px 4px 2px rgba(255, 255, 255, 0.56),
    0 4px 9px 2px rgba(255, 255, 255, 0.1);
}
body.datta-dark .btn-outline-dark {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
body.datta-dark .btn-outline-dark:focus,
body.datta-dark .btn-outline-dark:hover {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
body.datta-dark .btn-outline-dark:disabled,
body.datta-dark .btn-outline-dark .disabled {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
body.datta-dark .dropdown-divider,
body.datta-dark .table-bordered {
  border: 1px solid #282a2c;
}
body.datta-dark .list-group-item,
body.datta-dark .card {
  background: #323437;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
}
body.datta-dark .list-group-item .card-header,
body.datta-dark .card .card-header {
  background-color: #323437 !important;
  border-bottom: 1px solid #2b2c2f;
}
body.datta-dark .list-group-item .card-header h5,
body.datta-dark .card .card-header h5 {
  color: #f2f2f2 !important;
}
body.datta-dark .list-group-item .card-header h5:after,
body.datta-dark .card .card-header h5:after {
  background-color: #46484c;
}
body.datta-dark
  .list-group-item
  .card-header
  .card-header-right
  .btn.dropdown-toggle,
body.datta-dark .card .card-header .card-header-right .btn.dropdown-toggle {
  color: #fff;
}
body.datta-dark .list-group-item .card-body,
body.datta-dark .card .card-body {
  background-color: #323437 !important;
  border-bottom: 1px solid #2b2c2f;
}
body.datta-dark .list-group-item .card-footer,
body.datta-dark .card .card-footer {
  border-top: 1px solid #2d2f31;
  background: transparent;
}
body.datta-dark .list-group-item.card-load .card-loader,
body.datta-dark .card.card-load .card-loader {
  background-color: rgba(33, 34, 36, 0.8);
}
body.datta-dark .list-group-item.card-load .card-loader i,
body.datta-dark .card.card-load .card-loader i {
  color: #04a9f5;
}
body.datta-dark .dropdown-menu {
  background-color: #323437;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
}
body.datta-dark .dropdown-menu.show::before {
  color: #323437;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.08);
}
body.datta-dark .dropdown-menu > li > a {
  color: #fff;
}
body.datta-dark .dropdown-menu > li.active,
body.datta-dark .dropdown-menu > li:active,
body.datta-dark .dropdown-menu > li:focus,
body.datta-dark .dropdown-menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.datta-dark .dropdown-menu > li.active > a,
body.datta-dark .dropdown-menu > li:active > a,
body.datta-dark .dropdown-menu > li:focus > a,
body.datta-dark .dropdown-menu > li:hover > a {
  background: transparent;
}
body.datta-dark .dropdown-item:focus,
body.datta-dark .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body.datta-dark .pcoded-navbar {
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.08);
}
body.datta-dark .pcoded-navbar .mobile-menu span::after,
body.datta-dark .pcoded-navbar .mobile-menu span::before {
  background-color: #fff;
}
body.datta-dark .pcoded-header {
  color: #fff;
}
body.datta-dark .pcoded-header .dropdown-menu {
  color: #fff;
}
body.datta-dark .pcoded-header .dropdown-menu a {
  color: #fff;
}
body.datta-dark .pcoded-header .dropdown-menu > li > a {
  color: #fff;
}
body.datta-dark .pcoded-header .dropdown-menu > li.active > a,
body.datta-dark .pcoded-header .dropdown-menu > li:active > a,
body.datta-dark .pcoded-header .dropdown-menu > li:focus > a,
body.datta-dark .pcoded-header .dropdown-menu > li:hover > a {
  background: transparent;
}
body.datta-dark .pcoded-header .input-group .input-group-text,
body.datta-dark .pcoded-header a,
body.datta-dark .pcoded-header .btn,
body.datta-dark .pcoded-header.dropdown-toggle {
  color: #fff;
}
body.datta-dark .pcoded-header .input-group .input-group-text:hover,
body.datta-dark .pcoded-header a:hover,
body.datta-dark .pcoded-header .btn:hover,
body.datta-dark .pcoded-header.dropdown-toggle:hover {
  color: #fff;
}
body.datta-dark .pcoded-header .main-search .input-group {
  background: transparent;
}
body.datta-dark .pcoded-header .main-search .input-group .input-group-text {
  color: rgba(255, 255, 255, 0.8);
}
body.datta-dark .pcoded-header .main-search .search-close > .input-group-text {
  color: #fff;
}
body.datta-dark .pcoded-header .main-search.open .input-group {
  background: #2d2f31;
  border-color: #999;
}
body.datta-dark
  .pcoded-header
  .main-search.open
  .input-group
  .search-btn
  .input-group-text {
  color: #fff;
}
body.datta-dark .pcoded-header .dropdown.show::before {
  color: #323437;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12);
}
body.datta-dark .pcoded-header .dropdown .notification .noti-head {
  border-bottom: 1px solid #2d2f31;
}
body.datta-dark
  .pcoded-header
  .dropdown
  .notification
  .noti-body
  li.notification:hover {
  background: rgba(4, 169, 245, 0.1);
}
body.datta-dark .pcoded-header .dropdown .notification .noti-body li p strong {
  color: #fff;
}
body.datta-dark .pcoded-header .dropdown .notification .noti-footer {
  border-top: 1px solid #2d2f31;
}
body.datta-dark .pcoded-header .dropdown .profile-notification .pro-head {
  background: #46484c;
  color: #fff;
}
body.datta-dark
  .pcoded-header
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
body.datta-dark .pcoded-header .dropdown.drp-user.show::before {
  color: #46484c;
}
body.datta-dark .pcoded-header .dropdown .pro-body li a:hover {
  background: rgba(255, 255, 255, 0.1);
  background: transparent;
}
body.datta-dark .header-chat,
body.datta-dark .header-user-list {
  background-color: #282a2c;
}
body.datta-dark .header-chat .h-list-header,
body.datta-dark .header-user-list .h-list-header {
  border-bottom: 1px solid #1a1a1c;
}
body.datta-dark .header-chat .h-list-header .input-group,
body.datta-dark .header-user-list .h-list-header .input-group {
  background: transparent;
}
body.datta-dark .header-chat .h-list-header a,
body.datta-dark .header-user-list .h-list-header a {
  color: #fff;
}
body.datta-dark .header-chat .h-list-header .form-control,
body.datta-dark .header-user-list .h-list-header .form-control {
  background: #323437;
  color: #fff;
}
body.datta-dark .header-chat.open,
body.datta-dark .header-user-list.open {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
body.datta-dark .header-user-list .h-list-body .userlist-box::after {
  background: #1a1a1c;
}
body.datta-dark .header-user-list .h-list-body .userlist-box .live-status {
  background: #1dc4e9;
  color: #111;
}
body.datta-dark .header-user-list .h-list-body .userlist-box .text-c-green {
  color: #1dc4e9;
}
body.datta-dark .header-user-list.open .h-close-text i {
  color: #fff;
}
body.datta-dark .header-user-list.open .h-close-text::after {
  color: #282a2c;
  text-shadow: -4px 0 7px rgba(0, 0, 0, 0.12);
}
body.datta-dark .header-user-list.open.msg-open::after {
  color: rgba(4, 169, 245, 0.1);
}
body.datta-dark .header-chat .h-list-body {
  background: #212224;
}
body.datta-dark
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-reply
  > div
  p {
  background: #2d2f31;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
body.datta-dark
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-reply
  > div::before {
  color: #2d2f31;
  text-shadow: 7px 10px 20px rgba(0, 0, 0, 0.1);
}
body.datta-dark
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-content
  > div
  p {
  background: #0d0e0f;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
body.datta-dark
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-content
  > div::before {
  color: #0d0e0f;
  text-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
}
body.datta-dark .header-chat .h-list-footer {
  background: #212224;
}
body.datta-dark .header-chat .h-list-footer .input-group {
  background: #393b3f;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
body.datta-dark .header-chat .h-list-footer .input-group .form-control,
body.datta-dark .header-chat .h-list-footer .input-group .input-group-text {
  background: transparent;
  color: #fff;
}
body.datta-dark
  .header-chat
  .h-list-footer
  .input-group
  .btn-send
  .input-group-text {
  color: #fff;
}
body.datta-dark .header-chat .h-list-footer .input-group::after {
  color: #393b3f;
  text-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
}
body.datta-dark .header-chat .h-list-footer .input-group .btn-primary {
  background: #101011;
  border-color: #101011;
}
body.datta-dark .header-chat .h-list-footer .input-group .btn-success {
  background: #212224;
  border-color: #212224;
}
body.datta-dark .border-bottom {
  border-bottom: 1px solid #2d2f31 !important;
}
body.datta-dark .border-top {
  border-top: 1px solid #2d2f31 !important;
}
body.datta-dark .task-list::after {
  background: #2d2f31;
}
body.datta-dark .table {
  color: #fff;
}
body.datta-dark .table td {
  border-top: 1px solid #2d2f31;
}
body.datta-dark .table thead th {
  border-bottom: 1px solid #2d2f31;
}
body.datta-dark .tooltip-inner {
  box-shadow: 0 0 15px rgba(17, 17, 17, 0.41);
}
body.datta-dark .tooltip .arrow::before {
  text-shadow: 0 2px 3px rgba(17, 17, 17, 0.41);
}
body.datta-dark .card .card-block code,
body.datta-dark .card .card-body code {
  background: #212224;
}
body.datta-dark .breadcrumb {
  background: #212224;
}
body.datta-dark .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
body.datta-dark .page-link {
  background-color: #212224;
  border: 1px solid #090909;
  color: #04a9f5;
}
body.datta-dark .page-link:hover {
  background-color: #090909;
  border: 1px solid #090909;
}
body.datta-dark .page-item.disabled .page-link {
  background-color: #212224;
  border: 1px solid #212224;
}
body.datta-dark .blockquote {
  border-left-color: #212224;
}
body.datta-dark .blockquote.text-right {
  border-right-color: #212224;
}
body.datta-dark .blockquote-footer {
  color: #e6e6e6;
}
body.datta-dark .table th,
body.datta-dark .table thead th,
body.datta-dark .table-bordered td,
body.datta-dark .table-bordered th {
  border-color: #2d2f31;
}
body.datta-dark .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #212224;
}
body.datta-dark .footable .label-default,
body.datta-dark .footable .pagination > .disabled > a,
body.datta-dark .footable .pagination > li > a,
body.datta-dark .footable.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(9, 9, 9, 0.25);
  border: 1px solid #2d2f31;
  color: #e6e6e6;
}
body.datta-dark .footable.table > tbody > tr > td,
body.datta-dark .footable.table > tfoot > tr > td {
  border-top: 1px solid #2d2f31;
}
body.datta-dark .footable.table > thead > tr > th {
  border-bottom: 2px solid #282a2c;
}
body.datta-dark .footable-details.table-hover > tbody > tr:hover,
body.datta-dark .footable.table-hover > tbody > tr:hover {
  background: #212224;
}
body.datta-dark .table-hover tbody tr:hover {
  color: #888;
}
body.datta-dark .form-material .form-control {
  border-color: #212224;
}
body.datta-dark table.dataTable.table-striped.DTFC_Cloned tbody {
  background-color: #1a1a1c;
}
body.datta-dark table.DTFC_Cloned tr {
  background-color: #323437;
}
body.datta-dark .highcharts-background {
  fill: #323437 !important;
}
body.datta-dark .progress {
  background-color: #1a1a1c;
}
body.datta-dark .nav-tabs .nav-link {
  background: #212224 !important;
  color: #fff;
}
body.datta-dark .nav-tabs .nav-item.show .nav-link,
body.datta-dark .nav-tabs .nav-link.active {
  background: #323437 !important;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
body.datta-dark ul.nc-pills li.nav-item {
  border: solid thin #535353;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
body.datta-dark .nav-pills {
  background: transparent;
}
body.datta-dark .nav-pills .nav-link {
  color: #fff;
}
body.datta-dark .nav-pills .nav-link.active,
body.datta-dark .nav-pills .show > .nav-link {
  background: #04a9f5;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff !important;
}
body.datta-dark .nav-tabs .nav-link,
body.datta-dark .tab-content {
  background: #323437;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
}
body.datta-dark .form-control-plaintext {
  color: #fff;
}
body.datta-dark .input-group-text {
  border-color: #1a1a1c;
}
body.datta-dark .custom-file-label,
body.datta-dark .custom-select,
body.datta-dark .form-control {
  background: #282a2c;
  border-color: #1a1a1c;
  color: #fff;
}
body.datta-dark .custom-file-label:focus,
body.datta-dark .custom-select:focus,
body.datta-dark .form-control:focus {
  background: #262729;
  color: #fff;
}
body.datta-dark .input-group .percentComponentDecimal {
  background: #323437;
  color: #bfbfbf;
}
body.datta-dark .input-group .percentComponentWhole {
  background: #323437;
  color: #bfbfbf;
}
body.datta-dark .switch input[type="checkbox"] + .cr {
  border: 1px solid #fff;
}
body.datta-dark .custom-file-label::after {
  background-color: #1a1a1c;
  border-left: 1px solid #282a2c;
  color: #fff;
}
body.datta-dark .form-control:disabled,
body.datta-dark .form-control[readonly] {
  background: #232527;
  color: #f7f7f7;
}
body.datta-dark .bootstrap-tagsinput {
  background: #282a2c;
  border: 1px solid #282a2c;
}
body.datta-dark .input-group {
  background-color: #282a2c;
}
body.datta-dark .dtp-content text {
  fill: #000 !important;
}
body.datta-dark .select2-container--default .select2-selection--multiple,
body.datta-dark .select2-container--default .select2-selection--single {
  background: #282a2c;
  border: 1px solid #212224;
}
body.datta-dark
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered,
body.datta-dark
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}
body.datta-dark
  .select2-container--default.select2-container--disabled
  .select2-selection--single {
  background: #282a2c;
}
body.datta-dark .ms-container .ms-list {
  border: 1px solid #212224;
}
body.datta-dark .ms-container .ms-optgroup-label {
  color: #fff;
}
body.datta-dark .ms-container .ms-selectable,
body.datta-dark .ms-container .ms-selection {
  background: #282a2c;
  color: #fff;
}
body.datta-dark .ms-container .ms-selectable li.ms-elem-selectable,
body.datta-dark .ms-container .ms-selectable li.ms-elem-selection,
body.datta-dark .ms-container .ms-selection li.ms-elem-selectable,
body.datta-dark .ms-container .ms-selection li.ms-elem-selection {
  background: #282a2c;
  border-bottom: 1px solid #212224;
  color: #fff;
}
body.datta-dark .sw-theme-default .step-anchor {
  background: #282a2c;
}
body.datta-dark .sw-theme-default .step-content,
body.datta-dark .sw-theme-default .sw-container {
  background: #282a2c;
}
body.datta-dark .sw-theme-default ul.step-anchor > li a {
  background: #282a2c;
  color: #fff;
}
body.datta-dark .sw-theme-default ul.step-anchor > li a > h6,
body.datta-dark .sw-theme-default ul.step-anchor > li a p {
  color: #fff !important;
}
body.datta-dark .sw-theme-arrows .sw-container,
body.datta-dark .sw-theme-circles .sw-container,
body.datta-dark .sw-theme-dots .sw-container {
  background: #282a2c;
}
body.datta-dark .sw-theme-arrows {
  border: 1px solid #232527;
}
body.datta-dark .sw-theme-arrows .step-content,
body.datta-dark .sw-theme-arrows .sw-container {
  background: #282a2c;
}
body.datta-dark .sw-theme-arrows ul.step-anchor > li a {
  background: #282a2c;
  color: #fff;
}
body.datta-dark .sw-theme-arrows ul.step-anchor > li a > h6,
body.datta-dark .sw-theme-arrows ul.step-anchor > li a p {
  color: #fff;
}
body.datta-dark .sw-theme-arrows ul.step-anchor > li a::after {
  border-left: 30px solid #282a2c;
}
body.datta-dark .sw-theme-arrows ul.step-anchor > li a::before {
  border-left: 30px solid #101011;
}
body.datta-dark .sw-theme-arrows > ul.step-anchor {
  background: #282a2c;
  border: 1px solid #232527;
}
body.datta-dark
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #232527;
  border: 1px solid #323437;
}
body.datta-dark
  .sw-theme-default
  > ul.step-anchor
  > li.done
  > a.nav-link::after {
  background: #393b3f;
}
body.datta-dark .sw-theme-default > ul.step-anchor > li > a.nav-link::after {
  background: #101011;
}
body.datta-dark .sw-theme-dots .step-content,
body.datta-dark .sw-theme-dots .sw-toolbar,
body.datta-dark .sw-theme-dots > ul.step-anchor {
  background: #282a2c;
}
body.datta-dark .sw-theme-arrows > ul.step-anchor > li.done > a {
  background: #282a2c !important;
}
body.datta-dark .sw-theme-arrows > ul.step-anchor > li.done > a::after {
  border-left: 30px solid #282a2c !important;
}
body.datta-dark .sw-theme-arrows > ul.step-anchor > li.active > a {
  background: #101011 !important;
}
body.datta-dark .sw-theme-arrows > ul.step-anchor > li.active > a::after {
  border-left: 30px solid #101011 !important;
}
body.datta-dark .sw-theme-dots > ul.step-anchor > li.done > a {
  color: #fff;
}
body.datta-dark .ck.ck-editor__main > .ck-editor__editable {
  background: #282a2c !important;
}
body.datta-dark .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #232527 !important;
}
body.datta-dark .ck.ck-toolbar__separator {
  background: #101011;
}
body.datta-dark .document-editor__editable-container {
  background: #212224;
}
body.datta-dark
  .document-editor__editable-container
  .ck-editor__editable.ck-editor__editable_inline {
  background: #212224;
  border: 1px solid #101011;
}
body.datta-dark .document-editor {
  border: 1px solid #101011;
}
body.datta-dark .ck-content .table table,
body.datta-dark .ck-content .table table td,
body.datta-dark .ck-content .table table th {
  background: #212224;
  border-color: #101011;
}
body.datta-dark .ck.ck-toolbar {
  background: #212224;
  border: 1px solid #212224;
}
body.datta-dark .document-editor__toolbar {
  border-bottom: 1px solid #101011;
}
body.datta-dark .ck.ck-button .ck-button__label,
body.datta-dark .ck.ck-icon {
  color: #fff;
}
body.datta-dark .fc-state-default {
  background-color: #212224 !important;
  background-image: none;
  box-shadow: none !important;
  color: #fff !important;
  text-shadow: none !important;
}
body.datta-dark .fc-unthemed td.fc-today {
  background: #212224;
}
body.datta-dark .h-list-body .chat-messages .chat-menu-reply > div::before {
  color: #101011;
}
body.datta-dark .h-list-body .chat-messages .chat-menu-reply > div p {
  background: #101011;
}
body.datta-dark table.dataTable.fixedHeader-floating,
body.datta-dark table.dataTable.fixedHeader-locked {
  background: #212224;
}
body.datta-dark table.dataTable tbody tr {
  background-color: transparent;
}
body.datta-dark table.dataTable.table-hover tbody tr:hover {
  background-color: rgba(4, 169, 245, 0.05);
}
body.datta-dark .was-validated .form-control:invalid ~ .invalid-feedback {
  background: transparent;
}
body.datta-dark .fc-unthemed .fc-content,
body.datta-dark .fc-unthemed .fc-divider,
body.datta-dark .fc-unthemed .fc-list-view,
body.datta-dark .fc-unthemed .fc-popover,
body.datta-dark .fc-unthemed .fc-row,
body.datta-dark .fc-unthemed fc-list-heading td,
body.datta-dark .fc-unthemed tbody,
body.datta-dark .fc-unthemed td,
body.datta-dark .fc-unthemed th,
body.datta-dark .fc-unthemed thead {
  border-color: #282a2c;
}
body.datta-dark .fc-unthemed .fc-divider,
body.datta-dark .fc-unthemed .fc-list-heading td,
body.datta-dark .fc-unthemed .fc-popover .fc-header {
  background-color: #282a2c;
}
body.datta-dark .i-main .i-block {
  border: 1px solid #212224;
}
body.datta-dark .invoice-total.table {
  background: #282a2c;
}
body.datta-dark .filter-bar .navbar {
  background: #282a2c;
}
body.datta-dark .task-board-left .task-right-header-revision,
body.datta-dark .task-board-left .task-right-header-status,
body.datta-dark .task-board-left .task-right-header-users {
  border-color: #282a2c;
}
body.datta-dark .h-list-body .userlist-box::after {
  background: #282a2c;
}
body.datta-dark .h-list-body .userlist-box.active {
  background: #282a2c;
}
body.datta-dark .msg-card .msg-block > .row > div::before {
  background: #282a2c;
}
body.datta-dark .msg-card .msg-user-chat {
  background: #282a2c;
}
body.datta-dark .note-card .note-box-aside {
  border-right: 1px solid #282a2c;
}
body.datta-dark .note-card .note-write {
  background: #282a2c;
}
body.datta-dark .note-card .note-write::after,
body.datta-dark .note-card .note-write::before {
  border-left: 1px solid #232527;
}
body.datta-dark .note-card .list-group-item,
body.datta-dark .note-card .list-group-item.active {
  background: #282a2c;
  border-color: #232527;
  color: #fff;
}
body.datta-dark .filter-bar .card-task .task-list-table i {
  color: #fff;
}
body.datta-dark .task-data .dropdown-toggle::after,
body.datta-dark .task-data i {
  color: #fff;
}
body.datta-dark .table-columned > tbody > tr > td {
  border-left: 1px solid #2b2c2f;
}
body.datta-dark #task-container li {
  background: #212224;
  border: 1px solid #212224;
  border-top: 5px solid #2d2f31;
  color: #fff;
}
body.datta-dark .Active-visitor .card-active > div + div,
body.datta-dark .card-social .card-active > div + div {
  border-left: 1px solid #282a2c;
}
body.datta-dark .earning-date .bd-example .nav-pills .nav-link {
  color: #fff;
}
body.datta-dark .bd-example-modal,
body.datta-dark .bd-example-row {
  background: #282a2c;
}
body.datta-dark pre[class*="language-"] > code {
  box-shadow: -1px 0 0 0 #232527, 0 0 0 1px #282a2c;
}
body.datta-dark .modal-content {
  background: #212224;
  border: 1px solid #2d2f31;
}
body.datta-dark .modal-header {
  border-bottom: 1px solid #2d2f31;
}
body.datta-dark .modal-footer {
  border-top: 1px solid #2d2f31;
}
body.datta-dark .close {
  color: #fff;
  text-shadow: none;
}
body.datta-dark .grid-stack {
  background: #282a2c;
}
body.datta-dark .slider-track {
  background: #212224;
}
body.datta-dark :not(pre) > code[class*="language-"],
body.datta-dark pre[class*="language-"] {
  background: #212224;
}
body.datta-dark .card .card-body pre[class*="language-"] > code,
body.datta-dark .card .card-block pre[class*="language-"] > code {
  background: #212224;
  background-attachment: local;
  background-origin: content-box;
  background-size: 3em 3em;
  box-shadow: -1px 0 0 0 #04a9f5, 0 0 0 1px #2d2f31;
}
body.datta-dark code[class*="language-"],
body.datta-dark pre[class*="language-"] {
  color: #fff;
}
body.datta-dark .token.entity,
body.datta-dark .token.operator,
body.datta-dark .token.url,
body.datta-dark .token.variable {
  background: transparent;
}
body.datta-dark .nestable-lists {
  border-bottom: 2px solid #282a2c;
  border-top: 2px solid #282a2c;
}
body.datta-dark #nestable2 .dd-item > button::before,
body.datta-dark .dd-item > button {
  color: #fff;
}
body.datta-dark #nestable2 .dd-handle,
body.datta-dark .dd-handle {
  border: 1px solid #212224;
  color: #fff;
}
body.datta-dark #nestable2 .dd-handle:hover,
body.datta-dark .dd-handle:hover {
  background: #212224;
  color: #fff;
}
body.datta-dark .dd-placeholder {
  background: #282a2c;
  border-color: #fff;
}
body.datta-dark .dd3-content,
body.datta-dark .dd3-handle {
  background: #212224;
  border: 1px solid #323437;
  color: #fff;
}
body.datta-dark .dd3-content:hover {
  background: #212224;
  color: #fff;
}
body.datta-dark .dropzone .dz-message {
  color: #fff;
}
body.datta-dark .chat-sanders .form-control,
body.datta-dark .jstree-default .jstree-clicked {
  background: #212224;
}
body.datta-dark .chat-sanders .card-header {
  background: linear-gradient(-135deg, #323437 0%, #212224 100%);
}
body.datta-dark .earning-date .bd-example .nav-pills .nav-link.active {
  background: #212224;
  color: #fff;
}
body.datta-dark .earning-date .bd-example .nav-pills .nav-link.active::after {
  border-bottom: 5px solid #212224;
}
body.datta-dark .datepicker {
  background: #212224 !important;
  color: #fff;
}
body.datta-dark .datepicker-dropdown.datepicker-orient-bottom::before {
  border-bottom-color: #212224 !important;
}
body.datta-dark .datepicker-dropdown.datepicker-orient-bottom::after {
  border-bottom: 6px solid #212224 !important;
}
body.datta-dark .datepicker-dropdown.datepicker-orient-top::before {
  display: none;
}
body.datta-dark .datepicker-dropdown.datepicker-orient-top::after {
  border-top: 6px solid #212224 !important;
}
body.datta-dark .dtp table.dtp-picker-days tr > td > a.selected {
  color: #fff !important;
}
body.datta-dark .style-block .nav-pills {
  background: transparent;
}
body.datta-dark .offline-box iframe {
  border: 1px solid #212224;
}
body.datta-dark .chat-sanders .received-chat .msg {
  background: #212224;
}
body.datta-dark .chat-sanders .received-chat .msg::after {
  border-bottom-color: #212224;
}
body.datta-dark .trash {
  background: #212224;
  border-color: #323437;
}
body.datta-dark .syntax-output {
  border-color: #212224;
}
body.datta-dark .syntax-output pre {
  color: #fff;
}
body.datta-dark .ck-content .image > figcaption {
  background: #323437 !important;
  color: #fff !important;
}
body.datta-dark .message-mobile .task-right-header-status {
  border-bottom: 1px solid #282a2c;
}
body.datta-dark .menu-styler {
  color: #888;
}
body.datta-dark .menu-styler h5,
body.datta-dark .menu-styler h6 {
  color: #111;
  font-weight: 400;
}
body.datta-dark .menu-styler hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.datta-dark .menu-styler .nav-pills {
  box-shadow: none;
}
body.datta-dark .menu-styler .tab-content {
  background-color: rgba(4, 169, 245, 0.03);
}
body.datta-dark .menu-styler .theme-color > a[data-value="reset"] {
  color: #fff !important;
}
body.datta-dark .pcoded-navbar.theme-horizontal ~ .pcoded-header {
  color: rgba(255, 255, 255, 0.8);
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .profile-notification
  li
  > a {
  color: #888;
}
body.datta-dark .pcoded-navbar.theme-horizontal ~ .pcoded-header .b-title {
  color: #fff;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-menu {
  color: #888;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-menu
  a {
  color: #888;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-menu
  > li
  > a {
  color: #888;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-menu
  > li.active,
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-menu
  > li:active,
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-menu
  > li:focus,
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-menu
  > li:hover {
  color: #888;
}
body.datta-dark .pcoded-navbar.theme-horizontal ~ .pcoded-header a,
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
body.datta-dark .pcoded-navbar.theme-horizontal ~ .pcoded-header a:hover,
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown-toggle:hover {
  color: #fff;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .main-search.open
  .input-group
  .search-btn
  .input-group-text {
  color: #fff;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown
  .profile-notification
  .pro-head {
  color: #fff;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  color: #fff;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header.header-default {
  background: #212224;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header.header-default
  .b-bg {
  background: #fff;
}
body.datta-dark
  .pcoded-navbar.theme-horizontal
  ~ .pcoded-header.header-default
  .b-bg
  i {
  background-clip: text;
  background-image: #212224;
  color: #1de9b6;
  -webkit-text-fill-color: unset;
}
@media only screen and (max-width: 991px) {
  body.datta-dark .pcoded-header {
    background: #323437;
    color: #fff;
  }
  body.datta-dark .pcoded-header > .collapse:not(.show) {
    background: #393b3f;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  }
}
body.datta-dark .input-group .percent-component-decimal,
body.datta-dark .input-group .percent-component-whole {
  background: #323437 !important;
  color: #fff !important;
}
body.datta-dark .rc-slider .rc-slider-rail {
  background: #212224;
}
body.datta-dark .rc-slider .rc-slider-dot {
  background: #323437;
  border-color: #212224;
}
body.datta-dark .rc-slider .rc-slider-dot-active {
  background: #323437;
  border-color: #5872a1;
}
body.datta-dark .rc-slider .rc-slider-track {
  background: #5872a1;
  border-color: #5872a1;
}
body.datta-dark .rc-slider .rc-slider-handle {
  background: #99a9c7 !important;
  border-color: #99a9c7 !important;
}
body.datta-dark .rc-slider .rc-slider-mark-text {
  color: #fff;
}
body.datta-dark #search input {
  color: #000;
}
body.datta-dark .error-border {
  border: 2px solid #f00;
}
body.datta-dark .nav-item .nav-link.scenario-sandbox {
  background-color: #6494ed;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
}
body.datta-dark .nav-item .nav-link.scenario-sandbox.active {
  border-bottom: solid 6px #04a9f5;
  box-shadow: none;
}
body.datta-dark .nav-item .nav-link.scenario-saved {
  background-color: #00008b;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
}
body.datta-dark .nav-item .nav-link.scenario-saved.active {
  border-bottom: solid 6px #04a9f5;
  box-shadow: none;
}
body.datta-dark .nav-item .nav-link.print-icon {
  background-color: #3f4d67;
  color: #fff;
}
body.datta-dark .nav-item .nav-link.add-scenario {
  background-color: #6494ed;
  color: #fff;
  min-width: 50px;
}*/
#scenarioContextMenu {
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#scenarioContextMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#scenarioContextMenu ul li {
  padding: 5px 10px;
  cursor: pointer;
}
#scenarioContextMenu ul li:hover {
  background-color: #f0f0f0;
}
@keyframes breathingEffect {
  0%,
  100% {
    box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 8px 3px rgba(255, 255, 255, 0.2);
  }
}
.breathing-effect {
  animation: breathingEffect 1.5s ease-in-out infinite;
}
body.datta-rtl {
  direction: rtl;
  text-align: right;
}
body.datta-rtl .datta-scroll > .scroll-element.scroll-y {
  left: 6px;
  right: auto;
}
body.datta-rtl .card .card-header h5 {
  margin-left: 10px;
  margin-right: 0;
}
body.datta-rtl .card .card-header h5::after {
  left: auto;
  right: -25px;
}
body.datta-rtl .card .card-header .card-header-right {
  display: none;
  left: 10px;
  right: auto;
}
body.datta-rtl .mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}
body.datta-rtl .ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
body.datta-rtl .float-left {
  float: right !important;
}
body.datta-rtl .float-right {
  float: left !important;
}
body.datta-rtl .text-right {
  text-align: left !important;
}
body.datta-rtl .list-group {
  padding-right: 0;
}
body.datta-rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 8px;
}
body.datta-rtl .pcoded-header {
  margin-left: auto;
  margin-right: 264px;
}
body.datta-rtl .pcoded-header .input-group .input-group-text {
  margin-left: 0;
  margin-right: auto;
}
body.datta-rtl .pcoded-header .navbar-nav {
  padding-right: 0;
}
body.datta-rtl .pcoded-header .navbar-nav > li:first-child {
  padding-left: 12px;
  padding-right: 25px;
}
body.datta-rtl .pcoded-header .navbar-nav > li:last-child {
  padding-left: 30px;
  padding-right: 12px;
}
body.datta-rtl .pcoded-header .mr-auto .dropdown-menu {
  margin-left: auto;
  margin-right: -20px;
}
body.datta-rtl .pcoded-header .ml-auto .dropdown-menu {
  margin-left: -20px;
  margin-right: auto;
}
body.datta-rtl .pcoded-header .main-search.open .input-group {
  padding: 5px 20px 5px 5px;
}
body.datta-rtl .pcoded-header .main-search.open .input-group .search-btn {
  margin-left: auto;
  margin-right: 5px;
}
body.datta-rtl .pcoded-header .dropdown .dropdown-toggle {
  padding-left: 15px;
  padding-right: 0;
}
body.datta-rtl .pcoded-header .dropdown .dropdown-toggle::after {
  left: 0;
  right: auto !important;
}
body.datta-rtl .pcoded-header .dropdown.show::before {
  left: 0;
  right: -5px;
}
body.datta-rtl .pcoded-header .dropdown .notification .noti-body img {
  margin-left: 20px;
  margin-right: auto;
}
body.datta-rtl .pcoded-header .dropdown .notification .noti-body li .n-time {
  float: left;
}
body.datta-rtl .pcoded-header .dropdown .notification ul {
  padding-right: 0;
}
body.datta-rtl .pcoded-header .dropdown .profile-notification .pro-head img {
  margin-left: 10px;
  margin-right: auto;
}
body.datta-rtl
  .pcoded-header
  .dropdown
  .profile-notification
  .pro-head
  .dud-logout {
  left: 0;
  padding-left: 0;
  right: auto;
}
body.datta-rtl .b-brand .b-title {
  margin-left: 0;
  margin-right: 10px;
}
body.datta-rtl .pcoded-navbar {
  direction: rtl;
  text-align: right;
}
body.datta-rtl .pcoded-navbar ul {
  padding-left: 0;
  padding-right: 0;
}
body.datta-rtl .pcoded-navbar .mobile-menu {
  left: 10px;
  right: auto;
}
body.datta-rtl .pcoded-navbar .pcoded-badge {
  left: 35px;
  right: auto;
}
body.datta-rtl .pcoded-navbar .pcoded-inner-navbar li > a {
  text-align: right;
}
body.datta-rtl
  .pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  > a::after {
  left: 20px;
  right: auto;
}
body.datta-rtl
  .pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a {
  padding: 7px 60px 7px 7px;
  text-align: right;
}
body.datta-rtl
  .pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  left: auto;
  right: 35px;
}
body.datta-rtl
  .pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  .pcoded-submenu
  > li
  > a {
  padding: 7px 80px 7px 7px;
}
body.datta-rtl
  .pcoded-navbar
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  .pcoded-submenu
  > li
  > a::before {
  left: auto;
  right: 55px;
}
body.datta-rtl .pcoded-navbar .pcoded-inner-navbar > li a .pcoded-micon {
  margin-left: 7px;
  margin-right: 0;
}
body.datta-rtl .pcoded-navbar .pcoded-inner-navbar > li.active::after,
body.datta-rtl .pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger::after {
  left: auto;
  right: 0;
}
body.datta-rtl .pcoded-navbar.navbar-collapsed .header-logo .logo-thumb {
  left: auto;
  right: calc((80px / 2) - 20px);
}
body.datta-rtl .pcoded-navbar.navbar-collapsed .pcoded-menu-caption::after {
  left: auto;
  right: 15px;
}
body.datta-rtl .pcoded-navbar.navbar-collapsed ~ .pcoded-header,
body.datta-rtl .pcoded-navbar.navbar-collapsed ~ .pcoded-main-container {
  margin-left: auto;
  margin-right: 80px;
}
body.datta-rtl .pcoded-navbar.navbar-collapsed:hover .header-logo .mobile-menu {
  left: 0;
  right: auto;
}
body.datta-rtl
  .pcoded-navbar.navbar-collapsed
  .pcoded-inner-navbar
  > li.pcoded-hasmenu
  > a::after {
  left: 12px;
  right: auto;
}
body.datta-rtl .pcoded-navbar.mob-open ~ .pcoded-header,
body.datta-rtl .pcoded-navbar.mob-open ~ .pcoded-main-container,
body.datta-rtl .pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header,
body.datta-rtl .pcoded-navbar.navbar-collapsed:hover ~ .pcoded-main-container {
  margin-left: auto;
  margin-right: 80px;
}
body.datta-rtl .pcoded-navbar.mob-open ~ .pcoded-header::before,
body.datta-rtl .pcoded-navbar.mob-open ~ .pcoded-main-container::before,
body.datta-rtl .pcoded-navbar.navbar-collapsed:hover ~ .pcoded-header::before,
body.datta-rtl
  .pcoded-navbar.navbar-collapsed:hover
  ~ .pcoded-main-container::before {
  left: auto;
  right: 0;
}
body.datta-rtl .pcoded-main-container {
  margin-left: 0;
  margin-right: 264px;
}
body.datta-rtl .dropdown .dropdown-menu {
  left: auto;
  text-align: right;
}
body.datta-rtl .dropdown .dropdown-menu.dropdown-menu-right {
  left: 0;
  right: auto;
}
body.datta-rtl .note-card .note-box-aside {
  border-left: 1px solid #eaeaea;
  border-right: 0;
}
body.datta-rtl .header-chat,
body.datta-rtl .header-user-list {
  left: -350px;
  right: auto;
}
body.datta-rtl .header-chat.open,
body.datta-rtl .header-user-list.open {
  left: 0;
  right: auto;
}
body.datta-rtl .header-user-list .h-list-body .userlist-box .media-left {
  padding-left: 10px;
  padding-right: 0;
}
body.datta-rtl .header-user-list .h-list-body .userlist-box .live-status {
  left: 20px;
  right: auto;
}
body.datta-rtl .header-user-list.open .h-close-text {
  left: auto;
  right: -99px;
  transform: rotate(180deg);
}
body.datta-rtl .header-chat .h-list-header .h-back-user-list {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
body.datta-rtl .header-chat .h-list-body .chat-messages .photo-table {
  padding-left: 15px;
  padding-right: 0;
}
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-content
  .chat-time,
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-reply
  .chat-time {
  margin: 9px 10px 0 8px;
}
body.datta-rtl .header-chat .h-list-body .chat-messages .chat-menu-reply {
  text-align: left;
}
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-reply
  > div
  p {
  margin-left: 25px;
  margin-right: 0;
}
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-reply
  > div
  p:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
}
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-reply
  > div::before {
  content: "e";
  left: 5px;
  right: auto;
}
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-content
  > div
  p {
  border-radius: 4px;
}
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-content
  > div
  p:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
body.datta-rtl
  .header-chat
  .h-list-body
  .chat-messages
  .chat-menu-content
  > div::before {
  color: #1de9b6;
  content: "g";
  left: auto;
  right: -20px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
body.datta-rtl .header-chat .h-list-footer .input-group {
  border-radius: 0 20px 20px 10px;
}
body.datta-rtl .header-chat .h-list-footer .input-group .btn-attach {
  margin-left: 5px;
  margin-right: 0;
}
body.datta-rtl .header-chat .h-list-footer .input-group .btn-attach > i {
  margin-left: 0;
}
body.datta-rtl .header-chat .h-list-footer .input-group .btn-send {
  left: -45px;
  margin-left: 0;
  margin-right: 5px;
  right: auto;
}
body.datta-rtl .header-chat .h-list-footer .input-group .btn-send i {
  margin-left: 0;
}
body.datta-rtl .header-chat .h-list-footer .input-group::after {
  content: "h";
  left: -23px;
  right: auto;
  text-shadow: -4px 10px 20px rgba(0, 0, 0, 0.1);
}
body.datta-rtl .menu-styler h6::after {
  left: auto;
  right: 0;
}
body.datta-rtl .menu-styler .style-toggler > a {
  left: 0;
  right: auto;
}
body.datta-rtl .menu-styler .style-toggler > a::before {
  content: "b";
  left: -45px;
  right: auto;
  text-shadow: 1px 0 8px rgba(4, 169, 245, 0.9), 6px 0 8px rgba(0, 0, 0, 0.1);
  transform: rotate(0deg);
}
body.datta-rtl .menu-styler .style-toggler > a::after {
  left: 4px;
  right: auto;
}
body.datta-rtl .menu-styler.open .style-toggler > a {
  left: 400px;
  right: auto;
}
body.datta-rtl .menu-styler.open .style-toggler > a::before {
  right: auto;
}
body.datta-rtl .menu-styler.open .style-toggler > a::after {
  content: "";
  right: auto;
}
body.datta-rtl .menu-styler.open .style-block {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  left: 0;
  right: auto;
}
body.datta-rtl .menu-styler .style-block {
  left: -400px;
  right: auto;
}
body.datta-rtl .menu-styler .theme-color > a {
  margin-left: 5px;
  margin-right: 0;
}
body.datta-rtl .menu-styler .theme-color > a span::before {
  left: auto;
  right: 0;
}
body.datta-rtl .menu-styler .theme-color > a span::after {
  left: 0;
  right: auto;
}
body.datta-rtl .menu-styler .theme-color > a.active::before {
  left: auto;
  right: 14px;
}
body.datta-rtl .menu-styler .theme-color > a.active::after {
  left: auto;
  right: 0;
}
body.datta-rtl .menu-styler .theme-color.small > a.active::before {
  right: 5px;
}
body.datta-rtl .checkbox {
  margin-left: 5px;
  margin-right: 0;
}
body.datta-rtl .checkbox input[type="checkbox"] + .cr {
  padding-right: 0;
}
body.datta-rtl .checkbox input[type="checkbox"] + .cr::before {
  margin-left: 10px;
  margin-right: 0;
}
body.datta-rtl .checkbox.checkbox-fill input[type="checkbox"] + .cr::after {
  left: auto;
  margin-left: 10px;
  margin-right: 0;
  right: 3px;
}
body.datta-rtl .radio {
  margin-left: 5px;
  margin-right: 0;
}
body.datta-rtl .radio input[type="radio"] + .cr {
  padding-right: 0;
}
body.datta-rtl .radio input[type="radio"] + .cr::after,
body.datta-rtl .radio input[type="radio"] + .cr::before {
  margin-left: 10px;
  margin-right: 0;
}
body.datta-rtl .radio input[type="radio"] + .cr::after {
  left: auto;
  right: 5px;
}
body.datta-rtl .radio.radio-fill input[type="radio"] + .cr::after {
  left: auto;
  right: 2px;
}
body.datta-rtl .menu-styler .radio input[type="radio"] + .cr {
  margin-right: 0;
}
body.datta-rtl .custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
}
body.datta-rtl .custom-control .custom-control-label::after,
body.datta-rtl .custom-control .custom-control-label::before {
  left: auto;
  right: -1.5rem;
}
body.datta-rtl .task-list::after {
  right: 30px;
}
body.datta-rtl .task-list li {
  padding-left: 0;
  padding-right: 55px;
}
body.datta-rtl .task-list .task-icon {
  right: 22px;
}
body.datta-rtl .dashboard-kit li {
  margin-left: 3px;
  margin-right: 0;
}
body.datta-rtl .alert-dismissible {
  padding-left: 40px;
  padding-right: 20px;
}
body.datta-rtl .alert-dismissible .close {
  left: 0;
  right: auto;
}
body.datta-rtl .dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0.255em;
}
body.datta-rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
body.datta-rtl .btn-group > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
body.datta-rtl .btn-group > .btn:not(:first-child),
body.datta-rtl .btn-group > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
body.datta-rtl .btn-group .btn + .btn,
body.datta-rtl .btn-group .btn + .btn-group,
body.datta-rtl .btn-group .btn-group + .btn,
body.datta-rtl .btn-group .btn-group + .btn-group,
body.datta-rtl .btn-group-vertical .btn + .btn,
body.datta-rtl .btn-group-vertical .btn + .btn-group,
body.datta-rtl .btn-group-vertical .btn-group + .btn,
body.datta-rtl .btn-group-vertical .btn-group + .btn-group {
  margin-left: 0;
  margin-right: -1px;
}
body.datta-rtl .dropdown-toggle-split::after,
body.datta-rtl .dropright .dropdown-toggle-split::after,
body.datta-rtl .dropup .dropdown-toggle-split::after {
  margin-right: 0;
}
body.datta-rtl [class*="language"] {
  direction: ltr;
}
body.datta-rtl .nav-tabs {
  padding-right: 0;
}
body.datta-rtl .list-inline,
body.datta-rtl .list-unstyled {
  padding-right: 0;
}
body.datta-rtl .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
body.datta-rtl .btn {
  margin-left: 10px;
  margin-right: 0;
}
body.datta-rtl .label {
  margin-left: 5px;
  margin-right: 0;
}
body.datta-rtl .input-group .btn {
  margin-left: 0;
}
body.datta-rtl .input-group > .custom-select + .custom-file,
body.datta-rtl .input-group > .custom-select + .custom-select,
body.datta-rtl .input-group > .custom-select + .form-control,
body.datta-rtl .input-group > .form-control + .custom-file,
body.datta-rtl .input-group > .form-control + .custom-select,
body.datta-rtl .input-group > .form-control + .form-control,
body.datta-rtl .input-group > .custom-file + .custom-file,
body.datta-rtl .input-group > .custom-file + .custom-select,
body.datta-rtl .input-group > .custom-file + .form-control {
  margin-left: 0;
  margin-right: -1px;
}
body.datta-rtl .input-group > .form-control:not(:last-child),
body.datta-rtl .input-group > .custom-select:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
body.datta-rtl .input-group > .form-control:not(:first-child),
body.datta-rtl .input-group > .custom-select:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
body.datta-rtl .input-group > .custom-file:not(:last-child) .custom-file-label,
body.datta-rtl
  .input-group
  > .custom-file:not(:last-child)
  .custom-file-label::after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
body.datta-rtl
  .input-group
  > .custom-file:not(:first-child)
  .custom-file-label {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
body.datta-rtl .input-group-append .btn + .btn,
body.datta-rtl .input-group-append .btn + .input-group-text,
body.datta-rtl .input-group-append .input-group-text + .btn,
body.datta-rtl .input-group-append .input-group-text + .input-group-text,
body.datta-rtl .input-group-prepend .btn + .btn,
body.datta-rtl .input-group-prepend .btn + .input-group-text,
body.datta-rtl .input-group-prepend .input-group-text + .btn,
body.datta-rtl .input-group-prepend .input-group-text + .input-group-text {
  margin-left: 0;
  margin-right: -1px;
}
body.datta-rtl .input-group-prepend {
  margin-left: -1px;
  margin-right: 0;
}
body.datta-rtl .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}
body.datta-rtl
  .input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
body.datta-rtl
  .input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
body.datta-rtl .input-group > .input-group-append:not(:last-child) > .btn,
body.datta-rtl
  .input-group
  > .input-group-append:not(:last-child)
  > .input-group-text,
body.datta-rtl .input-group > .input-group-prepend > .btn,
body.datta-rtl .input-group > .input-group-prepend > .input-group-text {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
body.datta-rtl .input-group > .input-group-append > .btn,
body.datta-rtl .input-group > .input-group-append > .input-group-text,
body.datta-rtl
  .input-group
  > .input-group-prepend:first-child
  > .btn:not(:first-child),
body.datta-rtl
  .input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
body.datta-rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
body.datta-rtl
  .input-group
  > .input-group-prepend:not(:first-child)
  > .input-group-text {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
body.datta-rtl .custom-file-label {
  width: 100%;
}
body.datta-rtl .custom-file-label::after {
  border-left: 0;
  border-right: 1px solid #ced4da;
  left: 0;
  right: auto;
}
body.datta-rtl table > tbody > tr > td > span.footable-toggle {
  margin-left: 8px;
  margin-right: 0;
}
body.datta-rtl .select-card select {
  display: none;
}
body.datta-rtl .minicolors-slider {
  right: 152px;
}
body.datta-rtl .minicolors-opacity-slider {
  right: 173px;
}
body.datta-rtl .dial-chart {
  direction: ltr;
}
body.datta-rtl .job-meta-data i {
  margin-left: 5px;
  margin-right: 0;
}
body.datta-rtl .invoice-table.table {
  padding-left: 0;
  padding-right: 20px;
}
body.datta-rtl .h-list-body .userlist-box .media-left {
  padding-left: 10px;
}
body.datta-rtl .h-list-body .chat-messages .photo-table {
  padding-left: 15px;
  padding-right: 0;
}
body.datta-rtl .note {
  float: right;
}
body.datta-rtl .task-board-left .user-box .media-left {
  margin-left: 10px;
  margin-right: 0;
}
body.datta-rtl .task-board-left .btn {
  margin: 0;
}
body.datta-rtl .task-attachment .file-attach {
  margin-left: 20px;
  margin-right: 0;
}
body.datta-rtl .btn-msg-send {
  margin: 0;
}
body.datta-rtl .assign-user .media-left,
body.datta-rtl .task-comment .media-left {
  margin-left: 16px;
  margin-right: 0 !important;
}
body.datta-rtl .task-comment .btn {
  margin: 0;
}
body.datta-rtl div.dataTables_wrapper div.dataTables_filter {
  margin-top: 10px;
}
body.datta-rtl div.dataTables_wrapper div.dataTables_filter input {
  margin-right: 7px;
}
body.datta-rtl div.dataTables_wrapper div.dataTables_filter label {
  float: left;
}
body.datta-rtl .form-material .right-icon-control .form-icon {
  left: 0;
  right: auto;
}
body.datta-rtl .form-material .right-icon-control .form-icon .btn {
  margin-left: 0;
  margin-right: 10px;
}
body.datta-rtl .note-bar .photo-table,
body.datta-rtl .widget-lorem .photo-table,
body.datta-rtl .widget-timeline .photo-table,
body.datta-rtl .widget-todo .photo-table {
  margin-left: 16px;
  margin-right: 0 !important;
}
body.datta-rtl .to-do .to-do-button {
  left: 22px;
  right: auto;
}
body.datta-rtl .ticket-customer i {
  left: 32px;
  right: auto;
}
body.datta-rtl .card-event i {
  left: 27px;
  right: auto;
}
body.datta-rtl .bitcoin-wallet i {
  left: 50px;
  right: auto;
}
body.datta-rtl .Active-visitor .card-active > div + div,
body.datta-rtl .card-social .card-active > div + div {
  border-left: 0 !important;
  border-right: 1px solid #eaeaea;
}
body.datta-rtl .br-theme-bars-reversed .br-widget .br-current-rating {
  text-align: left;
}
body.datta-rtl .jstree-default .jstree-node {
  background-position: -320px -4px;
}
body.datta-rtl .sw-theme-dots > ul.step-anchor > li > a::after {
  right: 49%;
}
body.datta-rtl .dtp > .dtp-content {
  margin-right: -150px;
  right: 50%;
}
body.datta-rtl .note-card .Note-delete {
  left: 10px;
}
body.datta-rtl .filter-bar .nav {
  padding-right: 0;
}
body.datta-rtl .footable .pagination {
  padding: 0;
}
body.datta-rtl .h-list-body .chat-messages .chat-menu-content > div::before {
  color: #1de9b6;
  content: "g";
  font-family: "pct";
  left: auto;
  right: -19px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
body.datta-rtl .h-list-body .chat-messages .chat-menu-content p:first-child {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 0 !important;
}
body.datta-rtl .h-list-body .chat-messages .chat-menu-reply {
  text-align: left;
}
body.datta-rtl .h-list-body .chat-messages .chat-menu-reply > div::before {
  content: "e";
  left: 5px;
  right: auto;
}
body.datta-rtl .h-list-body .chat-messages .chat-menu-reply > div p:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
}
body.datta-rtl .h-list-body .chat-messages .chat-menu-reply > div .chat-cont {
  margin-left: 25px;
  margin-right: 0;
}
body.datta-rtl .chat-sanders .send-chat .msg::after {
  border-bottom-color: transparent;
  border-top-color: #1dc8e5;
  left: -12px;
  right: auto;
}
body.datta-rtl .chat-sanders .received-chat .msg::after {
  left: auto;
  right: -12px;
  transform: rotate(90deg);
}
body.datta-rtl .form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}
body.datta-rtl .form-check input {
  margin-right: -20px;
}
body.datta-rtl .form-check-input {
  margin-right: 0;
}
body.datta-rtl .form-check-input + label {
  margin-right: 1.3rem;
}
body.datta-rtl .bs-tooltip-right .arrow::before {
  left: auto;
  right: -8px;
}
body.datta-rtl .br-theme-bars-1to10 .br-widget .br-current-rating,
body.datta-rtl .br-theme-bars-1to10 .br-widget a,
body.datta-rtl .br-theme-bars-movie .br-widget a,
body.datta-rtl .br-theme-bars-reversed .br-widget .br-current-rating,
body.datta-rtl .br-theme-bars-reversed .br-widget a,
body.datta-rtl .br-theme-bars-square .br-widget a,
body.datta-rtl .br-theme-css-stars .br-widget a {
  float: right;
}
body.datta-rtl .br-theme-bars-reversed .br-widget .br-current-rating {
  text-align: right;
}
body.datta-rtl .tool-container.tool-top .arrow {
  margin-right: -7px;
}
body.datta-rtl .sw-theme-arrows > ul.step-anchor > li:first-child > a {
  padding-left: 30px;
  padding-right: 15px;
}
body.datta-rtl .minicolors .form-control {
  padding: 6px 44px 5px 12px;
}
body.datta-rtl .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
}
body.datta-rtl .minicolors-position-left .minicolors-panel {
  right: 0;
}
body.datta-rtl
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
body.datta-rtl .mce-menu.mce-menu-align .mce-caret,
body.datta-rtl .mce-menu.mce-menu-align .mce-menu-shortcut {
  left: 0;
  right: auto;
}
body.datta-rtl .mce-menu-item .mce-caret {
  margin-left: 6px;
}
body.datta-rtl .ux-designer .btn {
  left: 20px;
  right: auto;
}
body.datta-rtl .owl-carousel {
  direction: ltr;
}
body.datta-rtl .ps--active-x > .ps__rail-x,
body.datta-rtl .ps--active-y > .ps__rail-y {
  right: calc(100% - 15px) !important;
}
body.datta-rtl.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  > li
  > a {
  padding: 12px 20px 12px 10px;
}
body.datta-rtl.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a {
  padding: 7px 40px 7px 7px;
}
body.datta-rtl.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a::before {
  right: 20px;
}
body.datta-rtl.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  .pcoded-submenu
  > li
  > a {
  padding: 7px 60px 7px 7px;
}
body.datta-rtl.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  .pcoded-submenu
  > li
  > a::before {
  right: 40px;
}
body.datta-rtl.layout-1
  .pcoded-navbar
  .side-content
  .sidelink
  .pcoded-inner-navbar
  li.pcoded-menu-caption::after {
  left: auto;
  right: 18px;
}
body.datta-rtl.layout-1 .pcoded-navbar .sidemenu {
  box-shadow: inset 1px 0 0 0 rgba(169, 183, 208, 0.2);
  right: auto;
}
body.datta-rtl.layout-1 .pcoded-navbar .sidemenu li.active::after {
  left: 0;
  right: auto;
}
body.datta-rtl.layout-1 .pcoded-navbar[class*="navbar-"] .sidemenu {
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.3);
}
body.datta-rtl.layout-1 .pcoded-navbar.menu-light .sidemenu {
  box-shadow: inset 1px 0 0 0 rgba(169, 183, 208, 0.4);
}
body.datta-rtl.layout-1 .pcoded-navbar .toggle-sidemenu {
  border-radius: 0 0 5px;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
body.datta-rtl.layout-1 .pcoded-navbar.hide-sidemenu .sidemenu {
  left: auto;
  right: -80px;
}
body.datta-rtl .p-l-0 {
  padding-left: 0;
  padding-right: 0;
}
body.datta-rtl .p-l-0[class*="col"] {
  padding-left: 15px;
}
body.datta-rtl .p-r-0 {
  padding-left: 0;
  padding-right: 0;
}
body.datta-rtl .p-r-0[class*="col"] {
  padding-right: 15px;
}
body.datta-rtl .m-l-0 {
  margin-left: 0;
  margin-right: 0;
}
body.datta-rtl .m-r-0 {
  margin-left: 0;
  margin-right: 0;
}
body.datta-rtl .p-l-5 {
  padding-left: 0;
  padding-right: 5px;
}
body.datta-rtl .p-r-5 {
  padding-left: 5px;
  padding-right: 0;
}
body.datta-rtl .m-l-5 {
  margin-left: 0;
  margin-right: 5px;
}
body.datta-rtl .m-r-5 {
  margin-left: 5px;
  margin-right: 0;
}
body.datta-rtl .p-l-10 {
  padding-left: 0;
  padding-right: 10px;
}
body.datta-rtl .p-r-10 {
  padding-left: 10px;
  padding-right: 0;
}
body.datta-rtl .m-l-10 {
  margin-left: 0;
  margin-right: 10px;
}
body.datta-rtl .m-r-10 {
  margin-left: 10px;
  margin-right: 0;
}
body.datta-rtl .p-l-15 {
  padding-left: 0;
  padding-right: 15px;
}
body.datta-rtl .p-r-15 {
  padding-left: 15px;
  padding-right: 0;
}
body.datta-rtl .m-l-15 {
  margin-left: 0;
  margin-right: 15px;
}
body.datta-rtl .m-r-15 {
  margin-left: 15px;
  margin-right: 0;
}
body.datta-rtl .p-l-20 {
  padding-left: 0;
  padding-right: 20px;
}
body.datta-rtl .p-r-20 {
  padding-left: 20px;
  padding-right: 0;
}
body.datta-rtl .m-l-20 {
  margin-left: 0;
  margin-right: 20px;
}
body.datta-rtl .m-r-20 {
  margin-left: 20px;
  margin-right: 0;
}
body.datta-rtl .p-l-25 {
  padding-left: 0;
  padding-right: 25px;
}
body.datta-rtl .p-r-25 {
  padding-left: 25px;
  padding-right: 0;
}
body.datta-rtl .m-l-25 {
  margin-left: 0;
  margin-right: 25px;
}
body.datta-rtl .m-r-25 {
  margin-left: 25px;
  margin-right: 0;
}
body.datta-rtl .p-l-30 {
  padding-left: 0;
  padding-right: 30px;
}
body.datta-rtl .p-r-30 {
  padding-left: 30px;
  padding-right: 0;
}
body.datta-rtl .m-l-30 {
  margin-left: 0;
  margin-right: 30px;
}
body.datta-rtl .m-r-30 {
  margin-left: 30px;
  margin-right: 0;
}
body.datta-rtl .p-l-35 {
  padding-left: 0;
  padding-right: 35px;
}
body.datta-rtl .p-r-35 {
  padding-left: 35px;
  padding-right: 0;
}
body.datta-rtl .m-l-35 {
  margin-left: 0;
  margin-right: 35px;
}
body.datta-rtl .m-r-35 {
  margin-left: 35px;
  margin-right: 0;
}
body.datta-rtl .p-l-40 {
  padding-left: 0;
  padding-right: 40px;
}
body.datta-rtl .p-r-40 {
  padding-left: 40px;
  padding-right: 0;
}
body.datta-rtl .m-l-40 {
  margin-left: 0;
  margin-right: 40px;
}
body.datta-rtl .m-r-40 {
  margin-left: 40px;
  margin-right: 0;
}
body.datta-rtl .p-l-45 {
  padding-left: 0;
  padding-right: 45px;
}
body.datta-rtl .p-r-45 {
  padding-left: 45px;
  padding-right: 0;
}
body.datta-rtl .m-l-45 {
  margin-left: 0;
  margin-right: 45px;
}
body.datta-rtl .m-r-45 {
  margin-left: 45px;
  margin-right: 0;
}
body.datta-rtl .p-l-50 {
  padding-left: 0;
  padding-right: 50px;
}
body.datta-rtl .p-r-50 {
  padding-left: 50px;
  padding-right: 0;
}
body.datta-rtl .m-l-50 {
  margin-left: 0;
  margin-right: 50px;
}
body.datta-rtl .m-r-50 {
  margin-left: 50px;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  body.datta-rtl .pcoded-header .mobile-menu {
    left: 0;
    right: auto;
  }
  body.datta-rtl .pcoded-header .mobile-menu {
    left: 20px;
    right: auto;
  }
  body.datta-rtl .pcoded-navbar {
    margin-left: 0;
    margin-right: -264px;
  }
  body.datta-rtl .pcoded-navbar ~ .pcoded-header,
  body.datta-rtl .pcoded-navbar ~ .pcoded-main-container {
    margin-right: 0;
  }
  body.datta-rtl .pcoded-navbar.mob-open {
    margin-right: 0;
  }
  body.datta-rtl .pcoded-navbar.mob-open ~ .pcoded-header,
  body.datta-rtl .pcoded-navbar.mob-open ~ .pcoded-main-container {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.datta-rtl .sw-theme-dots > ul.step-anchor::before {
    margin-left: 10px;
    margin-right: 0;
    right: 1px;
  }
  body.datta-rtl .sw-theme-dots > ul.step-anchor > li > a::before {
    margin-right: 10px;
    right: -23px;
  }
  body.datta-rtl .sw-theme-dots > ul.step-anchor > li > a::after {
    right: -40px;
  }
}
@media only screen and (max-width: 991px) {
  body.datta-rtl .pcoded-header .m-header .mobile-menu {
    right: auto;
  }
  body.datta-rtl .pcoded-header .m-header .b-brand {
    margin-left: 0;
    margin-right: 20px;
  }
  body.datta-rtl .pcoded-header .navbar-nav.mr-auto li.nav-item:not(.dropdown) {
    padding-left: 0;
    padding-right: 20px;
  }
  body.datta-rtl .pcoded-header #mobile-header {
    left: 20px;
    right: auto;
  }
  body.datta-rtl .pcoded-header .ml-auto {
    float: left;
  }
}
@media only screen and (max-width: 575px) {
  body.datta-rtl .pcoded-header .dropdown .dropdown-menu {
    left: 0;
    margin-left: auto;
    right: 0;
  }
}
body {
  padding-top: 85px;
  font-size: 1rem;
}
.hide {
  display: none !important;
}
.text-card-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #0056b3;
}
.text-large {
  font-size: clamp(16px, 10vw, 18px) !important;
}
.text-medium {
  font-size: 1.15rem !important;
}
.text-small {
  font-size: 0.85em !important;
}
.text-underlined {
  text-decoration: underline !important;
}
.text-gray {
  color: #808080;
}
.text-link {
  color: #0056b3;
}
.text-blurred {
  color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.text-c-red {
  color: #f44236;
}
.text-c-red:hover {
  color: #f44236;
}
.text-center-align {
  text-align: center !important;
  vertical-align: middle !important;
}
.text-vertical-align {
  vertical-align: middle !important;
}
.justify-content-left {
  justify-content: left !important;
  text-align: left;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.full-width {
  width: 100% !important;
}
.text-important {
  color: #04a9f5 !important;
}
.menu-highlighter {
  color: #00f !important;
}
.cursor-pointer {
  cursor: pointer;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.pl-5-5 {
  padding-left: 3.5rem !important;
}
.bg-header-dark {
  background-color: #3f4d67;
}
.nc-fieldset {
  border: 2px solid #007bff;
  border-radius: 8px;
  padding: 10px 15px 5px 15px;
  margin-bottom: 20px;
}
.nc-legend {
  padding: 0 10px;
  font-weight: bold;
  width: max-content;
  font-size: 1.3rem;
}
.graph-window-size {
  height: 420px;
  width: 100%;
}
.data-emphasis {
  text-decoration: none;
  color: #04a9f5;
}
.ui-autocomplete {
  z-index: 1050 !important;
}
.ui-autocomplete.ui-front {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1050 !important;
  width: 300px;
  margin-top: 31px;
}
.button-browse {
  background: url("../images/icons/browse.png") no-repeat;
  width: 42px;
  height: 42px;
}
.button-settings {
  background: url("../images/icons/settings.png") no-repeat;
  width: 42px;
  height: 42px;
}
.button-cancel {
  background: url("../images/icons/cancel.png") no-repeat;
  width: 24px;
  height: 24px;
}
.button-folder {
  background: url("../images/icons/folder.png") no-repeat;
  width: 42px;
  height: 42px;
}
.button-folder:hover {
  background: url("../images/icons/folder-open.png") no-repeat;
  width: 42px;
  height: 42px;
}
.button-help {
  background: url("../images/icons/help.png") no-repeat;
  width: 42px;
  height: 42px;
}
.button-save {
  background: url("../images/icons/save.png") no-repeat;
}
.button-refresh {
  background: url("../images/icons/loading.png") no-repeat;
}
.button-delete {
  background: url("../images/icons/trash.png") no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
}
.button-edit {
  background: url("../images/icons/pencil.png") no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
}
.button-computer {
  width: 24px;
  height: 24px;
  border: 0;
  position: absolute;
  bottom: 0;
  background-image: url("../images/icons/computer.png");
  background-color: transparent;
}
.btn-primary.k-button {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
}
.btn-primary.k-button:hover {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.k-button {
  background-color: #fff;
  border-color: #282828;
  color: #000;
}
.btn-white.k-button:hover {
  background-color: #fff;
  border-color: #282828;
  color: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.btn-dark.k-button {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
}
.btn-dark.k-button:hover {
  background-color: #37474f;
  border-color: #37474f;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.edit-button.k-button {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-button.k-button:hover {
  background-color: #04a9f5;
  border-color: #04a9f5;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.delete-button.k-button {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete-button.k-button:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.duplicate-button.k-button {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.duplicate-button.k-button:hover {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
  color: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.list-group-item.compact {
  padding: 0.45rem 1.25rem;
}
.icon-estate-planning {
  width: 24px;
  height: 24px;
  border: 0;
}
.icon-estate-planning.active {
  background: url("../images/icons/estate-planning-active.png") no-repeat;
}
.icon-estate-planning.inactive {
  background: url("../images/icons/estate-planning-inactive.png") no-repeat;
}
.icon-estate-planning.dark {
  background: url("../images/icons/estate-planning-dark.png") no-repeat;
}
.icon-estate-planning.light {
  background: url("../images/icons/estate-planning-light.png") no-repeat;
}
.icon-financial-planning {
  width: 24px;
  height: 24px;
  border: 0;
}
.icon-financial-planning.active {
  background: url("../images/icons/financial-planning-active.png") no-repeat;
}
.icon-financial-planning.inactive {
  background: url("../images/icons/financial-planning-inactive.png") no-repeat;
}
.icon-financial-planning.dark {
  background: url("../images/icons/financial-planning-dark.png") no-repeat;
}
.icon-financial-planning.light {
  background: url("../images/icons/financial-planning-light.png") no-repeat;
}
.icon-trend {
  background: url("../images/icons/trend.png") no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
}
.switch-icon-moon {
  background: url("../images/icons/moon.png") no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
}
.switch-icon-sun {
  background: url("../images/icons/sun.png") no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
}
.width25 {
  width: 25% !important;
}
.dashboard-title {
  font-weight: 500 !important;
  color: #555;
}
.dashboard-description {
  font-size: 0.8em;
  font-weight: 500;
  color: #888;
  padding-bottom: 10px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.3rem;
  line-height: inherit;
  white-space: nowrap;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .switch-slider {
  background-color: #2196f3;
}
input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch-slider.round {
  border-radius: 34px;
}
.switch-slider.round:before {
  border-radius: 50%;
}
.slider-handle {
  background-color: #99a9c7 !important;
  border-color: #99a9c7 !important;
}
.table td,
.table th {
  padding: 0.65rem;
}
.tab-content .loader .loader-inner {
  left: 150%;
  top: 90px;
  transform: scale(3);
}
.card-body .tab-content {
  box-shadow: none;
  padding: 20px 0;
}
.card-body .nav-pills {
  box-shadow: none;
  padding-left: 10px;
  padding-right: 0;
}
.navbar-dark .navbar-nav .nav-item.active a {
  color: #04a9f5;
}
ul.nc-pills li.nav-item {
  border: solid thin #e6e6e2;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.nav-item.active a {
  color: #04a9f5;
}
.nav-item a {
  color: #eee;
}
.nav-item.nav-link {
  color: #a2a2a2;
  font-size: clamp(18px, 10vw, 22px);
}
.nav-item.nav-link :not(:first-child) {
  margin-left: 10px;
}
.nav-item.nav-link:hover {
  color: #eee;
}
.nav-item .nav-link.scenario-sandbox {
  background-color: #6494ed;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
}
.nav-item .nav-link.scenario-sandbox.active {
  border-bottom: solid 6px #04a9f5;
  box-shadow: none;
}
.nav-item .nav-link.scenario-saved {
  background-color: #00008b;
  color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
}
.nav-item .nav-link.scenario-saved.active {
  border-bottom: solid 6px #04a9f5;
  box-shadow: none;
}
.nav-item .nav-link.print-icon {
  background-color: #3f4d67;
  color: #fff;
}
.nav-item .nav-link.add-scenario {
  background-color: #6494ed;
  color: #fff;
  min-width: 50px;
}
@keyframes breathingEffect {
  0%,
  100% {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
  }
}
.breathing-effect {
  animation: breathingEffect 1.5s ease-in-out infinite;
}
.rc-slider {
  height: 65px;
}
.rc-slider .rc-slider-mark-text {
  font-size: 18px;
}
.input-group .percent-component-decimal,
.input-group .percent-component-whole {
  background-color: rgba(206, 212, 218, 0.5);
  border-left: 0;
  color: rgba(49, 49, 49, 0.5);
  font-size: 1.5rem;
}
.input-group .percent-component-decimal {
  border-radius: 0;
  border-right: 0;
}
.list-group-item-primary {
  background-color: #04a9f5;
}
.list-group-item-info {
  background-color: #3ebfea;
}
.search {
  --search-radius: 40px;
  background: transparent;
}
.search .search-input {
  background: #fff;
  border-radius: var(--search-radius) !important;
  color: #000;
  font-size: 1rem;
  padding-left: 15px;
  text-align: left;
}
.search .icon-search {
  color: #000;
  font-size: 1.5rem;
  left: 2%;
  position: absolute;
  top: 25%;
  z-index: 100;
}
.search .icon-x {
  color: #000;
  display: none;
  font-size: 1.5rem;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 100;
}
.search .search-input:not(:placeholder-shown) .icon-x {
  display: block;
}
.search .search-button-home {
  background: #ff8c00;
  border-radius: var(--search-radius);
  height: calc(var(--search-radius) + 4px);
  position: absolute;
  right: 18px;
  transition: 0.6s;
  width: calc(var(--search-radius) + 4px) !important;
  z-index: 1000;
}
.search .search-button-home i {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  opacity: 0;
  padding-left: 10px;
  transition: 0.6s;
}
.search .search-button-home :first-child {
  opacity: 1;
  padding-top: 5px;
}
.search .search-button-home :not(:first-child) {
  padding-top: 12px;
}
.search .search-button-home :not(:first-child):hover {
  font-size: 2.2rem;
  padding-left: 4px;
}
.search .search-options {
  background: #ff8c00;
  border-radius: var(--search-radius);
  height: calc(var(--search-radius) + 4px);
  position: absolute;
  right: 1px;
  top: 1px;
  transition: 0.6s;
  width: calc(var(--search-radius) + 4px) !important;
  z-index: 1000;
}
.search .search-options i {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  opacity: 0;
  padding-left: 10px;
  transition: 0.6s;
}
.search .search-options :first-child {
  opacity: 1;
  padding-top: 5px;
}
.search .search-options :not(:first-child) {
  padding-top: 12px;
}
.search .search-options :not(:first-child):hover {
  font-size: 2.2rem;
  padding-left: 4px;
}
.search .search-options:hover i {
  opacity: 1;
}
.k-grid-dark .k-grid-toolbar,
.k-grid-dark .k-grid-content,
.k-grid-dark .k-grid-header,
.k-grid-dark .k-grid-pager,
.k-grid-dark .k-button,
.k-grid-dark .k-grid-edit,
.k-grid-dark .k-grid-delete {
  background-color: #323437;
  color: #fff;
}
.k-grid-dark .k-grid-toolbar {
  border-bottom: solid thin #fff;
}
.k-grid-dark .k-grid-content tr td {
  color: #ddd;
}
@keyframes a {
  0% {
    background: transparent;
  }
  50% {
    background: #ff8c00;
  }
  100% {
    background: transparent;
  }
}
@keyframes b {
  0% {
    background: #ff8c00;
  }
  50% {
    background: transparent;
  }
  100% {
    background: #ff8c00;
  }
}
p {
  font-size: clamp(16px, 10vw, 18px);
}
.react-datepicker-wrapper {
  width: 100%;
}
input {
  text-align: right;
}
select:not([size]) {
  text-align-last: right;
}
.justify-content-center {
  display: flex;
  justify-content: center;
}
.center-align {
  text-align: center;
  vertical-align: middle;
}
.error-border {
  border: 2px solid #f00;
}
#scenarioContextMenu {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#scenarioContextMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#scenarioContextMenu ul li {
  padding: 5px 10px;
  cursor: pointer;
}
#scenarioContextMenu ul li:hover {
  background-color: #f0f0f0;
}
