body,
html {
  font-size: 13px;
  width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  background-color: #f4f7fc;
  font-weight: 400;
  color: #384c6d;
  line-height: 1.6;
}
a,
a:hover {
  color: #037afb;
}
p {
  line-height: 1.6;
}
small {
  font-size: 80%;
  font-weight: 400;
}
menu {
  padding-left: 0;
}
a,
body,
span,
text {
  font-family: Poppins, sans-serif;
}
a:active,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none !important;
}
.bold,
b,
strong {
  font-weight: 600;
}
.divider {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #dfe7f5;
  margin: 30px 0;
}
.no-s {
  margin: 0 !important;
  padding: 0 !important;
}
.no-m {
  margin: 0;
}
.no-p {
  padding: 0;
}
.m {
  margin: 15px;
}
.m-t-xxs {
  margin-top: 5px;
}
.m-r-xxs {
  margin-right: 5px;
}
.m-b-xxs {
  margin-bottom: 5px;
}
.m-l-xxs {
  margin-left: 5px;
}
.m-t-xs {
  margin-top: 10px;
}
.m-r-xs {
  margin-right: 10px;
}
.m-b-xs {
  margin-bottom: 10px;
}
.m-l-xs {
  margin-left: 10px;
}
.m-t-sm {
  margin-top: 15px;
}
.m-r-sm {
  margin-right: 15px;
}
.m-b-sm {
  margin-bottom: 15px;
}
.m-l-sm {
  margin-left: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-r-md {
  margin-right: 20px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-l-md {
  margin-left: 20px;
}
.m-t-lg {
  margin-top: 25px;
}
.m-r-lg {
  margin-right: 25px;
}
.m-b-lg {
  margin-bottom: 25px;
}
.m-l-lg {
  margin-left: 25px;
}
.m-t-xxl {
  margin-top: 30px;
}
.m-r-xxl {
  margin-right: 30px;
}
.m-b-xxl {
  margin-bottom: 30px;
}
.m-l-xxl {
  margin-left: 30px;
}
.m-t-n-xxs {
  margin-top: -5px;
}
.m-r-n-xxs {
  margin-right: -5px;
}
.m-b-n-xxs {
  margin-bottom: -5px;
}
.m-l-n-xxs {
  margin-left: -5px;
}
.m-t-n-xs {
  margin-top: -10px;
}
.m-r-n-xs {
  margin-right: -10px;
}
.m-b-n-xs {
  margin-bottom: -10px;
}
.m-l-n-xs {
  margin-left: -10px;
}
.m-t-n-sm {
  margin-top: -15px;
}
.m-r-n-sm {
  margin-right: -15px;
}
.m-b-n-sm {
  margin-bottom: -15px;
}
.m-l-n-sm {
  margin-left: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-t-n-lg {
  margin-top: -25px;
}
.m-r-n-lg {
  margin-right: -25px;
}
.m-b-n-lg {
  margin-bottom: -25px;
}
.m-l-n-lg {
  margin-left: -25px;
}
.m-t-n-xxl {
  margin-top: -30px;
}
.m-r-n-xxl {
  margin-right: -30px;
}
.m-b-n-xxl {
  margin-bottom: -30px;
}
.m-l-n-xxl {
  margin-left: -30px;
}
.p {
  padding: 15px;
}
.p-h-xxs {
  padding-left: 5px;
  padding-right: 5px;
}
.p-h-xs {
  padding-left: 10px;
  padding-right: 10px;
}
.p-h-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.no-p-h {
  padding-left: 0;
  padding-right: 0;
}
.no-p-v {
  padding-top: 0;
  padding-bottom: 0;
}
.p-h-md {
  padding-left: 20px;
  padding-right: 20px;
}
.p-h-lg {
  padding-left: 25px;
  padding-right: 25px;
}
.p-h-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.p-v-xxs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-v-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-v-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-v-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-v-lg {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-v-xxl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
}
.w-xxs {
  width: 50px;
}
.w-xs {
  width: 90px;
}
.w-sm {
  width: 140px;
}
.w {
  width: 200px;
}
.w-md {
  width: 240px;
}
.w-lg {
  width: 280px;
}
.w-xl {
  width: 330px;
}
.w-xxl {
  width: 370px;
}
.w-auto {
  width: auto;
}
.h-auto {
  height: auto;
}
.no-b {
  border: 0 !important;
}
.b {
  border: 1px solid #e6e6e6;
}
.b-t {
  border-top: 1px solid #e6e6e6;
}
.b-r {
  border-right: 1px solid #e6e6e6;
}
.b-b {
  border-bottom: 1px solid #e6e6e6;
}
.b-l {
  border-left: 1px solid #e6e6e6;
}
.b-default {
  border-color: #e6e6e6;
}
.b-primary {
  border-color: #037afb;
}
.b-info {
  border-color: #5780f7;
}
.b-success {
  border-color: #59bb56;
}
.b-warning {
  border-color: #facc35;
}
.b-danger {
  border-color: #eb463f;
}
.b-2 {
  border-width: 2px;
}
.b-3 {
  border-width: 3px;
}
.b-4 {
  border-width: 4px;
}
.b-n-t {
  border-top: 0;
}
.b-n-r {
  border-right: 0;
}
.b-n-b {
  border-bottom: 0;
}
.b-n-l {
  border-left: 0;
}
.no-r {
  border-radius: 0 !important;
}
.r {
  border-radius: 2px;
}
.r-t-l {
  border-top-left-radius: 2px;
}
.r-t-r {
  border-top-right-radius: 2px;
}
.r-b-l {
  border-bottom-left-radius: 2px;
}
.r-b-r {
  border-bottom-right-radius: 2px;
}
.no-r-t-l {
  border-top-left-radius: 0 !important;
}
.no-r-t-r {
  border-top-right-radius: 0 !important;
}
.no-r-b-l {
  border-bottom-left-radius: 0 !important;
}
.no-r-b-r {
  border-bottom-right-radius: 0 !important;
}
.bg-primary {
  background-color: #037afb !important;
}
.bg-secondary {
  background-color: #e6e6e6 !important;
}
.bg-success {
  background-color: #06ba54 !important;
}
.bg-danger {
  background-color: #eb3f3f !important;
}
.bg-warning {
  background-color: #ffcd36 !important;
}
.bg-info {
  background-color: #5780f7 !important;
}
.bg-light {
  background-color: #f4f4f5 !important;
}
.bg-dark {
  background-color: #37414d !important;
}
.text-primary {
  color: #037afb !important;
}
.text-secondary {
  color: #e6e6e6 !important;
}
.text-success {
  color: #06ba54 !important;
}
.text-danger {
  color: #eb3f3f !important;
}
.text-warning {
  color: #ffcd36 !important;
}
.text-info {
  color: #5780f7 !important;
}
.text-light {
  color: #f4f4f5 !important;
}
.text-dark {
  color: #37414d !important;
}
.lime-header {
  /* padding: 30px; */
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
  display: block;
}
.header-fixed .lime-header {
  position: fixed;
  top: 0;
  width: 100%;
}
.lime-header.scroll-header {
  padding: 0 30px;
  background: #037afb;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
}
.sidebar-show .lime-header {
  transform: translateX(300px);
}
.lime-header .navbar {
  padding: 8px 13px;
}
.lime-header .navbar-brand {
  color: #037afb;
  font-size: 22px;
  font-weight: 700;
  margin-right: 25px;
}
.lime-header.scroll-header .navbar-brand {
  color: #fff;
}
.navbar-toggler {
  padding: 0;
  line-height: 32px;
  font-size: 24px;
  border: none;
  color: #7d7d83;
  outline: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-toggler:hover {
  color: #000;
}
.lime-header .search {
  width: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.lime-header .search input {
  border: none;
  padding: 15px 15px 15px 50px;
  height: 50px;
  width: 100%;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.95;
  color: #838d91;
  border-radius: 4px;
}
.lime-header .search input:active,
.lime-header .search input:focus,
.lime-header .search:hover input {
  opacity: 1;
  outline: 0 none !important;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  background: rgba(255, 255, 255, 1);
}
.lime-header .search input::-webkit-input-placeholder {
  color: rgba(131, 141, 145, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lime-header .search:before {
  display: block;
  content: "search";
  font-family: "Material Icons";
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: absolute;
  z-index: 99;
  color: rgba(131, 141, 145, 0.6);
}
.lime-header .navbar-nav > li > a {
  font-size: 13px;
  color: #7d7d83;
  line-height: 30px;
  padding: 10px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lime-header.scroll-header .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}
.lime-header .navbar-nav > li.show > a,
.lime-header .navbar-nav > li > a:hover {
  color: #000;
}
.lime-header.scroll-header .navbar-nav > li.show > a,
.lime-header.scroll-header .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.lime-header .navbar-nav > li > a > i {
  font-size: 21px;
  vertical-align: middle;
}
.lime-header .navbar-nav .dropdown a.dropdown-toggle::after {
  display: none;
}
.lime-header .navbar-nav .dropdown .dropdown-menu {
  position: absolute;
  background: #fff;
  padding: 8px 0;
  margin-top: 12px;
  list-style-type: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  z-index: 99;
  display: block;
  border: none;
}
.lime-header .navbar-nav .dropdown.show .dropdown-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.lime-header .navbar-nav .dropdown .dropdown-menu a {
  color: #838d91;
  padding: 8px 16px;
  display: block;
  margin: 0;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lime-header .navbar-nav .dropdown .dropdown-menu a:hover {
  background: #f4f7fc;
  color: #037afb;
}
.lime-header .navbar-nav .dropdown .dropdown-menu li.divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  margin: 8px 0;
}
.material-design-hamburger a {
  display: block;
  border: none;
  background: 0 0;
  outline: 0;
  margin-right: 10px;
}
.material-design-hamburger__icon {
  padding: 15px;
  cursor: pointer;
  background: 0 0;
  border: none;
}
.material-design-hamburger__icon:active,
.material-design-hamburger__icon:focus {
  outline: 0;
}
.material-design-hamburger__layer {
  display: block;
  width: 13px;
  height: 2px;
  background: #7d7d83;
  position: relative;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.material-design-hamburger:hover .material-design-hamburger__layer {
  background: #000;
}
.lime-header.scroll-header .material-design-hamburger__layer {
  background: rgba(255, 255, 255, 0.8);
}
.lime-header.scroll-header
  .material-design-hamburger:hover
  .material-design-hamburger__layer {
  background: rgba(255, 255, 255, 1);
}
.material-design-hamburger__layer:after,
.material-design-hamburger__layer:before {
  display: block;
  width: inherit;
  height: 2px;
  position: absolute;
  background: inherit;
  left: 0;
  content: "";
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.material-design-hamburger__layer:before {
  bottom: 250%;
}
.material-design-hamburger__layer:after {
  top: 250%;
}
.material-design-hamburger__icon--to-arrow {
  animation-name: material-design-hamburger__icon--slide;
  animation-fill-mode: forwards;
}
.material-design-hamburger__icon--to-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before;
  animation-fill-mode: forwards;
  bottom: 200%;
}
.material-design-hamburger__icon--to-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after;
  animation-fill-mode: forwards;
  top: 200%;
}
.material-design-hamburger__icon--from-arrow {
  animation-name: material-design-hamburger__icon--slide-from;
}
.material-design-hamburger__icon--from-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before-from;
}
.material-design-hamburger__icon--from-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after-from;
}
@keyframes material-design-hamburger__icon--slide {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes material-design-hamburger__icon--slide-before {
  100% {
    transform: rotate(45deg);
    margin: -5% 40%;
    width: 75%;
  }
}
@keyframes material-design-hamburger__icon--slide-after {
  100% {
    transform: rotate(-45deg);
    margin: -5% 40%;
    width: 75%;
  }
}
@keyframes material-design-hamburger__icon--slide-from {
  0% {
    transform: rotate(-180deg);
  }
}
@keyframes material-design-hamburger__icon--slide-before-from {
  0% {
    transform: rotate(45deg);
    margin: -5% 40%;
    width: 75%;
  }
}
@keyframes material-design-hamburger__icon--slide-after-from {
  0% {
    transform: rotate(-45deg);
    margin: -5% 40%;
    width: 75%;
  }
}
.lime-sidebar {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  width: 300px;
  z-index: 999;
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.sidebar-show .lime-sidebar {
  transform: translateX(0);
  opacity: 1;
}
.lime-sidebar .lime-sidebar-inner {
  padding: 57px 50px;
}
.lime-sidebar .lime-sidebar-inner,
.lime-sidebar .slimScrollDiv {
  height: 100% !important;
}
.lime-sidebar .lime-sidebar-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.lime-sidebar .lime-sidebar-inner ul li {
  display: block;
  overflow: hidden;
}
.lime-sidebar .lime-sidebar-inner ul li a {
  display: block;
  color: rgba(27, 29, 93, 0.5);
  margin: 9px 0;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lime-sidebar .lime-sidebar-inner ul li a:hover,
.lime-sidebar .lime-sidebar-inner ul li.open > a {
  color: rgba(27, 29, 93, 1);
}
.lime-sidebar .lime-sidebar-inner ul li a i:not(.has-sub-menu) {
  font-size: 18px;
  vertical-align: top;
  margin-right: 10px;
}
.lime-sidebar .lime-sidebar-inner ul li a i.has-sub-menu {
  vertical-align: middle;
  font-size: 19px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lime-sidebar .lime-sidebar-inner ul li.open > a > i.has-sub-menu {
  transform: rotate(-90deg);
}
.lime-sidebar .lime-sidebar-inner ul li a.active {
  color: #037afb;
}
.lime-sidebar .lime-sidebar-inner ul li.sidebar-title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(131, 141, 145, 1);
  font-size: 12px;
  margin: 40px 0 10px 0;
  display: block;
  overflow: hidden;
  float: none;
}
.lime-sidebar .lime-sidebar-inner ul li.sidebar-title:first-child {
  margin-top: 0;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu {
  margin-left: 8px;
  border-left: 2px solid #f1f1f1;
  display: none;
  position: relative;
  overflow: hidden;
  padding: 8px 0 8px 18px;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li a {
  font-size: 12px;
  margin: 6px 0;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li {
  display: block;
  overflow: hidden;
}
.lime-sidebar .lime-sidebar-inner ul li ul.sub-menu li a.active {
  color: rgba(27, 29, 93, 1);
}
.lime-sidebar .lime-sidebar-inner ul li.active-page > a {
  color: #037afb;
}
.theme-settings-sidebar {
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 300px;
  display: block;
  position: fixed;
  z-index: 100;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.show-theme-settings .theme-settings-sidebar {
  transform: translateX(0);
}
.theme-settings-sidebar .theme-settings-inner {
  padding: 57px 50px;
}
.theme-settings-sidebar .theme-sidebar-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(131, 141, 145, 1);
  margin-bottom: 20px;
  display: block;
}
.theme-settings-sidebar .themes-info {
  color: rgba(131, 141, 145, 1);
}
.theme-settings-sidebar .theme-item {
  display: block;
  overflow: hidden;
  padding: 5px;
  background: rgba(55, 65, 77, 0.4);
  position: relative;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
.theme-settings-sidebar .theme-item.active,
.theme-settings-sidebar .theme-item:hover {
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  background: rgba(55, 65, 77, 0.6);
  opacity: 1;
}
.theme-settings-sidebar .theme-item img {
  width: 100%;
  display: block;
}
.theme-settings-sidebar .theme-item .theme-title {
  font-size: 12px;
  margin: 10px 10px 5px 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}
.theme-settings-sidebar .theme-item .coming-theme {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 148px;
  text-transform: uppercase;
  font-size: 12px;
  color: #384c6d;
  font-weight: 700;
}
.lime-container {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-fixed .lime-container {
  margin-top: 129px;
}
.sidebar-show .lime-container {
  transform: translateX(300px);
}
.lime-container .lime-body .container-fluid,
.lime-container .lime-footer .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.page-title h3 {
  padding: 0 25px;
  display: block;
  margin: 0 0 30px 0;
  font-size: 22px;
}
.page-title .breadcrumb {
  background: 0 0;
}
.page-title .page-desc {
  font-size: 14px;
  margin: 0 25px 30px;
}
.page-title .divider {
  height: 1px;
  width: 100%;
  margin: 20px 0 30px;
  background: #dfe7f5;
}
.lime-footer .footer-text {
  display: block;
  padding: 10px 25px 30px;
}
.card {
  border: 0;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  margin-bottom: 25px;
  border-radius: 4px;
}
.card .card-body {
  padding: 25px;
}
.card .card-body .card-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card-header {
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.card-header-pills {
  margin-right: 0;
  margin-left: 0;
}
.card-header-tabs {
  margin-right: 0;
  margin-bottom: -10px;
  margin-left: 0;
  border-bottom: 0;
}
.card-footer {
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e6;
}
.card.text-white .card-title {
  color: #fff;
}
.card.card-transparent {
  background: 0 0 !important;
  box-shadow: none;
}
.head-card {
  background: 0 0;
  box-shadow: none;
  margin-bottom: 0;
}
.breadcrumb {
  background: 0 0;
  padding: 15px 25px;
  background: #f4f4f5;
}
.breadcrumb-item.active {
  color: #384c6d;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(27, 29, 93, 0.3);
  vertical-align: middle;
}
.breadcrumb-separator-1 .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-separator-2 .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Icons";
}
.breadcrumb-separator-1 .breadcrumb-item + .breadcrumb-item::before {
  content: "\e315";
}
.breadcrumb-separator-2 .breadcrumb-item + .breadcrumb-item::before {
  content: "\e5c8";
}
.alert {
  border: 0;
  padding: 15px 25px;
}
.alert.alert-primary {
  background: #037afb;
  color: #fff;
}
.alert.alert-secondary {
  background: #e6e6e6;
  color: #384c6d;
}
.alert.alert-success {
  background: #b7ffb5;
  color: #137a10;
}
.alert.alert-danger {
  background: #ffcecc;
  color: #cf1b15;
}
.alert.alert-warning {
  background: #ffeaa3;
  color: #9c7c11;
}
.alert.alert-info {
  background: #ccdaff;
  color: #284ebf;
}
.alert.alert-light {
  background: #f4f4f5;
  color: #384c6d;
}
.alert.alert-dark {
  background: #37414d;
  color: #fff;
}
.alert .alert-link {
  color: inherit !important;
  font-weight: 600;
}
.badge {
  padding: 6px 10px;
  font-weight: 600;
}
.badge.badge-primary {
  background: #037afb;
}
.badge.badge-secondary {
  background: #e6e6e6;
  color: #384c6d;
}
.badge.badge-success {
  background: #06ba54;
}
.badge.badge-danger {
  background: #eb3f3f;
}
.badge.badge-warning {
  background: #ffcd36;
}
.badge.badge-info {
  background: #5780f7;
}
.badge.badge-light {
  background: #f4f4f5;
  color: #384c6d;
}
.badge.badge-dark {
  background: #37414d;
}
.btn {
  padding: 6px 10px;
  font-size: 13px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-xs {
  padding: 4px 7px;
  font-size: 11px;
}
.btn-sm {
  padding: 5px 8px;
  font-size: 12px;
}
.btn-lg {
  padding: 9px 15px;
  font-size: 14px;
}
.btn:disabled.active,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover {
  box-shadow: none !important;
}
.btn.btn-primary {
  background: #037afb;
}
.btn.btn-primary:hover {
  background: #1c89ff !important;
}
.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #1c89ff !important;
  box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.5);
}
.btn.btn-secondary {
  background: #e6e6e6;
  color: #384c6d;
}
.btn.btn-secondary:hover {
  background: #dbdbdb !important;
  color: #384c6d !important;
}
.btn.btn-secondary.active,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  background: #dbdbdb !important;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.25);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn.btn-success {
  background: #06ba54;
}
.btn.btn-success:hover {
  background: #02c958 !important;
}
.btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-success:focus {
  background: #02c958 !important;
  box-shadow: 0 0 0 0.2rem rgba(6, 186, 84, 0.25);
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 186, 84, 0.5);
}
.btn.btn-danger {
  background: #eb3f3f;
}
.btn.btn-danger:hover {
  background: #fc6060 !important;
}
.btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background: #fc6060 !important;
  box-shadow: 0 0 0 0.2rem rgba(235, 63, 63, 0.25);
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 63, 63, 0.5);
}
.btn.btn-warning {
  background: #ffcd36;
}
.btn.btn-warning:hover {
  background: #ffd659 !important;
}
.btn.btn-warning.active,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  background: #ffd659 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 205, 54, 0.25);
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 205, 54, 0.5);
}
.btn.btn-info {
  background: #5780f7;
}
.btn.btn-info:hover {
  background: #6f92fc !important;
}
.btn.btn-info.active,
.btn.btn-info:active,
.btn.btn-info:focus {
  background: #6f92fc !important;
  box-shadow: 0 0 0 0.2rem rgba(87, 128, 247, 0.25);
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 128, 247, 0.5);
}
.btn.btn-light {
  background: #f4f4f5;
  color: #384c6d;
}
.btn.btn-light:hover {
  background: #f0f0f0 !important;
  color: #384c6d !important;
}
.btn.btn-light.active,
.btn.btn-light:active,
.btn.btn-light:focus {
  background: #f0f0f0 !important;
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 245, 0.25);
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 244, 245, 0.5);
}
.btn.btn-dark {
  background: #37414d;
}
.btn.btn-dark:hover {
  background: #4d5a69 !important;
}
.btn.btn-dark.active,
.btn.btn-dark:active,
.btn.btn-dark:focus {
  background: #4d5a69 !important;
  box-shadow: 0 0 0 0.2rem rgba(55, 65, 77, 0.25);
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 65, 77, 0.5);
}
.btn.btn-link {
  color: #037afb;
  text-decoration: none !important;
}
.btn.btn-link:hover {
  background: #e9f1fe !important;
}
.btn.btn-outline-primary {
  border: 1px solid #037afb;
  color: #037afb;
}
.btn.btn-outline-primary:hover {
  background: #037afb;
  border-color: #037afb;
  color: #fff;
}
.btn.btn-outline-secondary {
  border: 1px solid #e6e6e6;
  color: #384c6d;
}
.btn.btn-outline-secondary:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #384c6d;
}
.btn.btn-outline-success {
  border: 1px solid #06ba54;
  color: #06ba54;
}
.btn.btn-outline-success:hover {
  background: #06ba54;
  border-color: #06ba54;
  color: #fff;
}
.btn.btn-outline-danger {
  border: 1px solid #eb3f3f;
  color: #eb3f3f;
}
.btn.btn-outline-danger:hover {
  background: #eb3f3f;
  border-color: #eb3f3f;
  color: #fff;
}
.btn.btn-outline-warning {
  border: 1px solid #ffcd36;
  color: #ffcd36;
}
.btn.btn-outline-warning:hover {
  background: #ffcd36;
  border-color: #ffcd36;
  color: #384c6d;
}
.btn.btn-outline-info {
  border: 1px solid #5780f7;
  color: #5780f7;
}
.btn.btn-outline-info:hover {
  background: #5780f7;
  border-color: #5780f7;
  color: #fff;
}
.btn.btn-outline-light {
  border: 1px solid #f4f4f5;
  color: #384c6d;
}
.btn.btn-outline-light:hover {
  background: #f4f4f5;
  border-color: #f4f4f5;
  color: #384c6d;
}
.btn.btn-outline-dark {
  border: 1px solid #37414d;
  color: #37414d;
}
.btn.btn-outline-dark:hover {
  background: #37414d;
  border-color: #37414d;
  color: #fff;
}
.dropdown-menu {
  background: #fff;
  padding: 8px 0;
  margin-top: 12px;
  list-style-type: none;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.145);
  z-index: 99;
  border: none;
}
.dropdown-menu a {
  color: #838d91;
  padding: 8px 16px;
  display: block;
  margin: 0;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown-menu a.disabled {
  opacity: 0.4;
}
.dropdown-menu a:hover {
  background: #f4f7fc;
  color: #037afb;
}
.dropdown-divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  margin: 8px 0;
}
.dropdown-header {
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 11px;
  color: #384c6d;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-menu .divider {
  margin: 8px 0;
}
.list-group-item {
  padding: 10px 15px;
  border: 1px solid #f2f2f2;
}
.list-group-item.active {
  background-color: #037afb;
  border-color: #037afb;
}
.media img {
  border-radius: 4px;
}
body.modal-open {
  overflow: visible;
}
.modal-content {
  border: 0;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  border-radius: 4px;
}
.modal-header {
  border-bottom: 0;
  padding: 25px 25px 20px;
}
.modal-title {
  font-size: 14px;
  color: #000;
}
.modal-body {
  padding: 0 25px;
}
.modal-footer {
  padding: 20px 25px 25px;
  border: 0;
}
.modal-header .close i {
  font-size: 18px !important;
  color: #7d7d83;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-header .close:focus,
.modal-header .close:hover i {
  color: #000;
  outline: 0;
}
.nav-link {
  color: #384c6d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-link.active,
.nav-link:hover {
  color: #037afb;
}
.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #e6e6e6 #e6e6e6 #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #037afb;
}
.page-link {
  border: none;
  background: #e6e6e6;
  padding: 9px 15px;
  color: #384c6d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-item.active .page-link,
.page-link:active,
.page-link:focus,
.page-link:hover {
  border: none;
  background: #037afb;
  color: #fff;
  outline: 0 !important;
  box-shadow: none !important;
}
.pagination-circle .page-link {
  border-radius: 34px !important;
  margin-right: 5px;
}
.popover {
  border: 0;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
}
.popover-header {
  padding: 9px 15px;
  background: #f2f2f2;
  border-bottom-color: #e6e6e6;
}
.popover-body {
  padding: 9px 15px;
  font-size: 13px;
}
.popover .arrow:before {
  display: none;
}
.progress {
  border-radius: 4px;
}
.btn .spinner-border,
.btn .spinner-grow {
  vertical-align: middle;
}
.toast {
  border: none;
  border-radius: 4px;
}
.toast-header {
  padding: 6px 10px;
}
.toast-header button.close i {
  font-size: 18px;
  vertical-align: middle;
}
.toast-body {
  padding: 6px 10px;
}
.table {
  color: #384c6d;
}
.table * {
  border-color: #e6e6e6 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.table td,
.table th {
  padding: 12px 20px;
}
.table thead th {
  font-weight: 600;
  border-top: 0;
}
.table.table-hover tbody tr {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.table.table-hover tbody tr:hover {
  background: #f2f2f2;
}
.icon-list-row {
  margin-top: 30px;
}
.icon-list-row i {
  font-size: 23px;
}
.img-preview {
  height: 150px;
  width: 220px;
  overflow: hidden;
  margin-bottom: 10px;
}
.image-crop img {
  width: 100%;
  height: 100;
}
.crop-img-text {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.select2-selection {
  height: auto !important;
  padding: 10px 15px;
  border-radius: 4px !important;
  box-shadow: none;
  border-color: #e6e6e6 !important;
}
.select2-selection .select2-selection__rendered {
  line-height: 1.5 !important;
  padding-left: 0 !important;
  color: #384c6d !important;
}
.select2-selection .select2-selection__arrow {
  height: 41px !important;
}
.select2-selection.select2-selection--multiple {
  padding: 10px 15px !important;
  min-height: 0 !important;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
  margin-top: 3px;
  margin-bottom: -3px;
}
.select2-selection.select2-selection--multiple
  .select2-selection__rendered
  input {
  margin-top: 0 !important;
}
.select2-search--dropdown .select2-search__field {
  padding: 10px 12px !important;
  border-radius: 4px !important;
  box-shadow: none;
  border-color: #e6e6e6 !important;
  line-height: 19px;
  color: #384c6d;
}
.select2-search--dropdown .select2-search__field:active,
.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none !important;
  border-color: #e6e6e6 !important;
  outline: 0;
}
.select2-dropdown {
  padding: 10px 12px !important;
  border-color: #e6e6e6 !important;
  border-top: 1px solid #e6e6e6 !important;
  margin-top: 3px !important;
  border-radius: 4px !important;
}
.select2-dropdown--above {
  margin-top: -3px !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
.select2-selection__choice {
  margin-top: 0 !important;
  height: 19px !important;
  border: 0 !important;
  background: #f4f7fc !important;
  color: #037afb !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
.select2-results__option {
  border-radius: 4px;
  border-radius: 4px;
}
.select2-selection__choice span {
  color: rgba(0, 0, 0, 0.3) !important;
}
.select2-container--default .select2-results__option .select2-results__option {
  border-radius: 4px;
  margin: 2px 0;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option[aria-selected="true"]:hover {
  background: #f4f7fc;
  color: #037afb;
}
.select2-container--default .select2-results__group {
  padding: 6px;
  font-size: 11px;
  text-transform: uppercase;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #f2f2f2;
  color: #384c6d;
}
.plupload_button {
  padding: 6px 10px;
  font-size: 13px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #e6e6e6;
  color: #384c6d;
}
.plupload_button:hover {
  background: #dbdbdb !important;
  color: #384c6d !important;
}
.btn.btn-secondary.active,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  background: #dbdbdb !important;
  color: #384c6d !important;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.25);
}
.plupload_disabled,
a.plupload_disabled {
  background: #e6e6e6;
  color: #384c6d;
}
.plupload_disabled:hover,
a.plupload_disabled:focus {
  box-shadow: none;
}
li.plupload_delete a {
  background: 0 0;
  margin-top: -6px;
}
li.plupload_delete a::before {
  background: 0 0;
  content: "\e15c";
  font-family: "Material Icons";
  font-size: 19px;
  display: block;
  color: #eb463f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
li.plupload_delete a:hover::before {
  color: #fc6060;
}
#toast-container {
  right: 30px;
  top: 126px;
}
#toast-container .toast {
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  background: #fff !important;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 25px;
}
#toast-container .toast .toast-message {
  line-height: 19px;
  font-size: 13px;
}
#toast-container .toast .toast-message::before {
  background: 0 0;
  content: "";
  font-family: "Material Icons";
  font-size: 19px;
  display: block;
  color: #fff;
  float: left;
  vertical-align: middle;
  line-height: 19px;
  margin-right: 10px;
  height: 100%;
  clear: both;
}
#toast-container .toast:hover {
  box-shadow: 0 3px 10px rgba(62, 85, 120, 0.045);
  opacity: 1;
}
#toast-container .toast.toast-success {
  background: #59bb56 !important;
}
#toast-container .toast.toast-success .toast-message::before {
  content: "\e876";
}
#toast-container .toast.toast-info {
  background: #5780f7 !important;
}
#toast-container .toast.toast-info .toast-message::before {
  content: "\e88f";
}
#toast-container .toast.toast-warning {
  background: #facc35 !important;
}
#toast-container .toast.toast-warning .toast-message::before {
  content: "\e002";
}
#toast-container .toast.toast-error {
  background: #eb463f !important;
}
#toast-container .toast.toast-error .toast-message::before {
  content: "\e001";
}
.irs--flat .irs-line,
.irs--flat .irs-max,
.irs--flat .irs-min {
  background-color: #f2f2f2;
  color: #384c6d;
}
.irs--flat .irs-grid-text {
  color: #384c6d;
}
.irs--flat .irs-bar {
  background-color: #2690ff;
}
.irs--flat .irs-from,
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: #037afb;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:focus > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #1c89ff !important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  border-top-color: #037afb;
}
.form-control {
  padding: 10px 15px;
  border-color: #e6e6e6;
  border-radius: 4px;
  height: auto;
  color: #838d91;
}
.form-control::-webkit-input-placeholder {
  color: rgba(131, 141, 145, 0.6);
}
.form-control:hover {
  border-color: #dbdbdb;
}
.form-control:focus {
  border-color: #75b7ff;
  box-shadow: none;
  color: #384c6d;
  box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #037afb;
  background-color: #037afb;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-label::after {
  top: 3px;
  left: -21px;
  width: 15px;
  height: 15px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  top: 2px;
  left: -21px;
  width: 15px;
  height: 15px;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 122, 251, 0.25);
}
.custom-range::-webkit-slider-thumb {
  background-color: #037afb;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #80bdff;
}
.custom-range::-moz-range-thumb {
  background-color: #037afb;
}
.custom-range::-moz-range-thumb:active {
  background-color: #80bdff;
}
.custom-range::-ms-thumb {
  background-color: #037afb;
}
.custom-range::-ms-thumb:active {
  background-color: #80bdff;
}
.input-group-text {
  border-color: #e6e6e6;
  background: #f2f2f2;
  border-radius: 4px;
}
.custom-file-label {
  padding: 10px 15px;
  border-color: #e6e6e6;
  height: auto;
  border-radius: 4px;
}
.custom-file-label::after {
  padding: 10px 15px;
  height: auto;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.invalid-feedback {
  color: #eb463f;
}
.valid-feedback {
  color: #59bb56;
}
.invoice-header {
  padding: 0 0 30px 0;
  display: block;
}
.invoice-header h5 {
  font-size: 22px;
  font-weight: 700;
}
.invoice-info {
  display: block;
}
.invoice-info p span {
  float: right;
}
.pricing {
  text-align: center;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  padding-left: 0;
  border-radius: 4px;
}
.pricing li:first-child,
.pricing li:last-child {
  padding: 20px 13px;
}
.pricing li {
  list-style: none;
  padding: 12px 8px;
}
.pricing li + li {
  border-top: 1px solid #e6e6e6;
}
.pricing h1 {
  font-size: 24px;
}
.pricing h3 {
  margin-bottom: 0;
  font-size: 32px;
}
.pricing span {
  font-size: 12px;
  color: rgba(27, 29, 93, 0.5);
  font-weight: 400;
}
.pricing li:nth-last-child(2) {
  padding: 30px 13px;
}
.help-menu {
  display: block;
}
.help-menu h3 {
  font-size: 12px;
  font-weight: 600;
  color: rgba(27, 29, 93, 1);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.help-menu ul li a {
  color: rgba(27, 29, 93, 0.5);
  padding: 5px 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.help-menu ul li a.active,
.help-menu ul li a.active:hover {
  color: #037afb;
  font-weight: 400;
}
.help-menu ul li a:hover {
  color: rgba(27, 29, 93, 1);
}
.help-topics li a {
  display: block;
  margin: 5px 0;
  color: rgba(27, 29, 93, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.help-topics li a:hover {
  color: #037afb;
}
.help-topics {
  display: block;
  border-radius: 6px;
  margin-top: 15px;
}
.help-topics h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.error-page .container,
.error-page .error-container {
  height: 100%;
  position: relative;
}
.error-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.error-info h1 {
  font-size: 148px;
  color: #384c6d;
  font-weight: 700;
}
.error-info p {
  font-size: 14px;
}
.error-image {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  background: url(../images/404.svg) center center no-repeat;
  background-size: contain;
}
body.err-500 .error-image {
  background: url(../images/500.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .error-image {
    display: none;
  }
  .error-info {
    width: 100%;
    text-align: center;
  }
}
.coming-soon h1 {
  font-size: 64px;
}
.coming-soon .error-image {
  background: url(../images/coming-soon.svg) center center no-repeat;
  background-size: contain;
}
.login-page {
  background: url(../images/wedding-ring.jpg) center center no-repeat;
  background-size: cover;
}
.login-page::before {
  display: block;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.login-page .lfh {
  height: 100vh;
  margin: 0 auto;
}
.login-page .login-box {
  position: absolute;
  min-width: 350px;
  top: 25%;
  transform: translateY(calc(-50% + 0));
}
.login-page .login-box .forgot-link {
  line-height: 31px;
}
.profile-cover {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  height: 350px;
  background: url(../images/profile-bg.jpg) center center no-repeat;
  background-size: cover;
}
.profile-cover:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), #000);
}
.profile-header {
  display: block;
  width: 100%;
  margin-top: -110px;
  padding: 0 30px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}
.profile-header .profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  border: 5px solid #fff;
}
.profile-header .profile-img {
  float: left;
}
.profile-header .profile-name {
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}
.profile-header .profile-name h3 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
}
.profile-header .profile-header-menu {
  float: right;
  height: 100%;
  margin-top: 39px;
}
.profile-header .profile-header-menu ul li {
  float: left;
  height: 100%;
  padding: 25px;
}
.profile-header .profile-header-menu ul li a {
  color: #7d7d83;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.profile-header .profile-header-menu ul li a.active,
.profile-header .profile-header-menu ul li a:hover {
  color: #fff;
}
.profile-about-list {
  margin-bottom: 0;
}
.profile-about-list li {
  margin-bottom: 8px;
  position: relative;
}
.profile-about-list li:last-child {
  margin-bottom: 0;
}
.profile-about-list li i {
  font-size: 17px;
  width: 25px;
  position: absolute;
  top: 2px;
}
.profile-about-list li span {
  padding-left: 25px;
  display: block;
}
.post-body,
.post-header {
  display: block;
  overflow: hidden;
  width: 100%;
}
.post-header img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: left;
}
.post-header .post-info {
  float: left;
  padding: 5px 15px 0 15px;
}
.post-header .post-info span.post-author {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.post-header .post-info span.post-date {
  font-size: 13px;
}
.post-header .post-header-actions {
  float: right;
  padding: 15px 0;
}
.post-header .post-header-actions a {
  line-height: 20px;
  color: #646464;
}
.post-header .post-header-actions a:hover {
  color: #333;
}
.post-body {
  padding: 15px 0 0 0;
  position: relative;
}
.post-body p {
  margin-bottom: 0;
}
.post-body .post-image {
  display: block;
  width: 100%;
  border-radius: 6px;
  margin-top: 15px;
}
.post-actions,
.post-actions ul {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.post-actions {
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
  padding: 5px 10px 0;
}
.post-actions ul li a {
  display: inline-block;
  float: left;
  padding: 5px 8px;
  color: #384c6d;
  font-size: 13px;
  margin-right: 10px;
}
.post-actions ul li a:hover {
  color: #000;
}
.post-actions ul li a.liked {
  color: #844ff1;
}
.post-actions ul li a.liked i:before {
  content: "\f004";
}
.post-actions ul li a i {
  margin-right: 7px;
}
.post-comments {
  margin-top: 5px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}
.post-comments .post-comm {
  display: block;
  margin-bottom: 10px;
  background: #fafafa;
  border-radius: 4px;
  padding: 15px;
  overflow: hidden;
}
.post-comments .post-comm:last-child {
  margin-bottom: 0;
}
.post-comments .post-comm img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  float: left;
}
.post-comments .post-comm .comment-container {
  float: left;
  padding: 0 10px;
  width: calc(100% - 30px);
  display: block;
}
.post-comments .post-comm .comment-container span.comment-author {
  color: #333;
  font-weight: 600;
  display: block;
  line-height: 30px;
}
.post-comments .post-comm .comment-container span.comment-author small {
  float: right;
  font-size: 12px;
  color: #646464;
}
.post-comments .post-comm .comment-text {
  padding: 10px 0 0 0;
  display: inline-block;
}
.story-list .story {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.story-list .story:last-child {
  margin-bottom: 0;
}
.story-list .story img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #037afb;
  padding: 2px;
  float: left;
  display: inline-block;
}
.story-list .story .story-info {
  display: inline-block;
  float: left;
  padding: 5px 15px;
}
.story-list .story .story-info span.story-author {
  display: block;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}
.story-list .story .story-info span.story-time {
  line-height: 20px;
  font-size: 12px;
}
.mutual-friends-list {
  display: block;
}
.mutual-friends-list img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid #fff;
  margin-left: -8px;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.mutual-friends-list img:first-child {
  margin-left: 0;
}
.mutual-friends-list img:hover {
  z-index: 999;
  transform: translateY(-5px);
}
.mutual-friends-list span {
  line-height: 40px;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .profile-header {
    margin-top: -60px;
  }
  .profile-cover {
    height: 200px;
  }
  .profile-img {
    display: block;
    float: none !important;
  }
  .profile-img img {
    margin: 0 auto;
    display: inherit;
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px !important;
  }
  .profile-name {
    display: block;
    float: none !important;
    text-align: center;
    margin: 0 !important;
  }
  .profile-name h3 {
    color: #333 !important;
  }
  .profile-header .profile-header-menu {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
  }
  .profile-header .profile-header-menu ul li {
    display: block;
    padding: 0;
    width: calc(100% / 6);
    text-align: center;
  }
  .profile-header .profile-header-menu ul li a {
    padding: 10px;
    text-align: center;
    height: auto !important;
  }
  .profile-header .profile-header-menu ul li a.active,
  .profile-header .profile-header-menu ul li a:hover {
    color: #000;
  }
}
.mailbox-options {
  height: 41px;
}
.mail-count {
  line-height: 41px;
  margin: 0 10px 0 10px;
}
.mailbox-menu ul li a {
  color: #384c6d;
  display: block;
  margin: 0 0 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mailbox-menu ul li a.active,
.mailbox-menu ul li a:hover {
  color: #037afb;
}
.mailbox-menu ul li a i {
  font-size: 16px;
  width: 30px;
  display: inline-block;
  vertical-align: text-bottom;
}
.email-list {
  max-height: 510px;
  overflow-y: auto;
}
.email-list ul {
  margin-bottom: 0;
}
.email-list-item {
  color: #000;
}
.email-list-item .email-author img {
  width: 35px;
  border-radius: 100%;
}
.email-list-item .email-author span.author-name {
  margin-left: 7px;
  font-weight: 600;
  line-height: 25px;
}
.email-list-item .email-author span.email-date {
  float: right;
  opacity: 0.6;
  line-height: 25px;
  font-size: 12px;
}
.email-list-item .email-info {
  display: block;
  margin-top: 8px;
}
.email-list-item .email-info .email-subject {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.email-list-item .email-info .email-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  opacity: 0.7;
}
.email-list li a:active,
.email-list li a:focus,
.email-menu li a:active,
.email-menu li a:focus {
  color: #2b2b2b;
}
.email-list li a {
  display: block;
  padding: 18px 12px;
  border-bottom: 1px solid #dfe7f5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.email-list li:last-child a {
  border-color: transparent;
}
.email-list li a:hover {
  background: rgba(0, 0, 0, 0.03);
}
.email-list li.active a {
  background: rgba(0, 0, 0, 0.03);
}
.email-actions .compose {
  width: 100%;
}
.mail-header {
  width: 100%;
  display: block;
  overflow: hidden;
}
.mail-header .mail-title {
  float: left;
  line-height: 38px;
  font-size: 16px;
  font-weight: 600;
  color: #384c6d;
}
.mail-header .mail-actions {
  float: right;
}
.mail-info {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.mail-info .mail-author {
  float: left;
}
.mail-info .mail-author img {
  width: 50px;
  border-radius: 50px;
  border: 4px solid #dfe7f5;
  float: left;
}
.mail-info .mail-author-info {
  padding: 0 15px;
  display: inline-block;
  height: 50px;
}
.mail-info .mail-author span.mail-author-name {
  display: block;
  font-weight: 600;
  line-height: 25px;
}
.mail-info .mail-author span.mail-author-address {
  display: block;
  line-height: 25px;
}
.mail-info .mail-other-info {
  float: right;
  display: inline-block;
}
.mail-info .mail-other-info span {
  line-height: 50px;
}
.mailbox .card {
  min-height: calc(100% - 25px);
}
.todo-menu h3 {
  font-size: 12px;
  font-weight: 600;
  color: #384c6d;
  text-transform: uppercase;
  margin: 30px 0 10px 0 !important;
}
.todo-menu ul li a {
  color: #384c6d;
  display: block;
  padding: 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.todo-menu ul li a:hover,
.todo-menu ul li.active a {
  color: #037afb;
}
.todo-menu ul li a i {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.todo-list ul li a {
  display: block;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 20px 12px 43px;
  color: #384c6d;
  border-radius: 4px;
}
.todo-list ul li a.done,
.todo-list ul li a.done:hover {
  text-decoration: line-through !important;
}
.file-manager-menu {
  margin-top: 20px;
}
.file-manager-menu .fmm-title {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.4;
}
.file-manager-menu ul li a {
  margin: 10px 15px;
  display: block;
  color: #384c6d;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.file-manager-menu ul li a.active,
.file-manager-menu ul li a:hover {
  color: #037afb;
  opacity: 1;
}
.file-manager-menu ul li a i {
  font-size: 18px;
  vertical-align: top;
  margin-right: 10px;
}
.file-manager-menu.label-menu ul li a i {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 6px;
}
.storage-info {
  display: block;
  padding: 10px 15px;
}
.storage-info .storage-info-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.4;
  display: block;
  margin-bottom: 15px;
}
.storage-info .storage-info-text {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  font-weight: 12px;
}
.file-list,
.recent-files .file {
  margin-bottom: 0;
}
.file-options {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.file:hover .file-options,
.folder:hover .file-options {
  visibility: visible;
  opacity: 1;
}
.file-options > a {
  margin: 15px 10px;
  display: block;
  color: #384c6d;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.file-options > a i {
  font-size: 19px;
}
.file-options > a:hover {
  opacity: 1;
}
.file-options > a::after {
  display: none;
}
.file .file-icon {
  vertical-align: middle;
  font-size: 48px;
  text-align: center;
  line-height: 100px;
}
.file .file-icon i {
  vertical-align: middle;
  font-size: 48px;
}
.file.photo .file-icon i {
  color: #5780f7;
}
.file.pdf .file-icon i {
  color: #eb463f;
}
.file .file-info p {
  font-weight: 500;
  margin-bottom: 0;
}
.file .file-info span.file-size {
  color: rgba(0, 0, 0, 0.4);
}
.file .file-info span.file-date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  display: block;
}
.folder .folder-icon {
  float: left;
}
.folder .folder-icon i {
  font-size: 36px;
}
.folder .folder-info {
  display: block;
  margin-left: 20px;
  float: left;
}
.folder .folder-info a {
  font-weight: 500;
  margin-bottom: 0;
  color: #384c6d;
  display: block;
}
.folder .folder-info span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.upgrade-text ul {
  list-style-type: circle;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 25px;
  font-weight: 500;
}
.upgrade-image {
  height: 180px;
  background: url(../images/file-manager-upgrade.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .file {
    margin-bottom: 20px !important;
  }
}
.stat-card p {
  float: left;
  opacity: 0.7;
}
.stat-card h2 {
  margin-top: -7px;
  font-size: 28px;
}
.stat-card .progress {
  clear: both;
}
.info-text ul {
  list-style-type: circle;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 25px;
  font-weight: 500;
}
.info-image {
  height: 200px;
  background: url(../images/dashboard-info.svg) center center no-repeat;
  background-size: contain;
}
#visitorsChart {
  height: 157px !important;
  margin-top: 30px !important;
  display: block;
}
.social-media-list {
  margin-top: 26px;
  display: block;
}
.social-media-list .social-media-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
.social-media-list .social-media-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.social-media-item .social-icon {
  float: left;
  margin-right: 5px;
  border-radius: 100%;
  width: 40px;
  background: #5780f7;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.social-media-item .social-icon i {
  vertical-align: middle;
}
.social-media-item .social-text {
  display: block;
  float: left;
  padding: 5px 10px;
  width: calc(100% - 50px);
}
.social-media-item .social-text p {
  margin-bottom: 2px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.social-media-item .social-text span {
  font-size: 12px;
  opacity: 0.6;
}
.social-media-item .social-icon.twitter {
  background: #1da1f2;
}
.social-media-item .social-icon.google {
  background: #dd5044;
}
.social-media-item .social-icon.facebook {
  background: #4267b2;
}
.popular-products {
  height: 365px;
  overflow: hidden;
  position: relative;
}
.popular-products canvas {
  margin-top: 10px;
}
.popular-product-list {
  margin-top: 10px;
}
.popular-product-list ul li {
  padding: 12px 12px;
  border-bottom: 1px solid #e5e9ec;
}
.popular-product-list ul li:last-child {
  border-bottom: none;
}
.popular-product-list ul li span.badge {
  float: right;
}
@media (max-width: 991px) {
  .lime-header {
    padding: 15px;
  }
  .navbar-collapse {
    height: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 0;
  }
  .navbar-collapse.show {
    height: 50px !important;
    opacity: 1;
    margin-top: 20px;
  }
  .lime-header .navbar-nav {
    flex-direction: row;
    float: right;
    margin-right: -13px;
  }
  .lime-header .search {
    width: calc(100% - 90px);
    left: 0;
    transform: translateX(0);
    margin: 0 !important;
  }
  .mailbox-search {
    margin-top: 10px;
  }
  .email-list {
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .mailbox-options button {
    display: block;
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
  .mailbox-options {
    display: block !important;
  }
  .mail-count {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: auto;
  }
  .mail-left-btn {
    float: left;
    display: inline-block;
    width: auto !important;
  }
  .mail-right-btn {
    float: right;
    display: inline-block;
    width: auto !important;
  }
  .icon-list-row i {
    font-size: 32px;
    margin: 10px;
    width: 100%;
    text-align: center;
  }
  .login-page .login-box {
    width: calc(100% - 30px);
  }
}
