@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);@charset "UTF-8";

/*
Template Name: Metrica - Admin & Dashboard Template
Author: Mannatthemes
Version: 2.1.0
File: App Css
*/

/*
Template Name: Metrica - Admin & Dashboard Template
Author: Mannatthemes
Email: mannat.themes@gmail.com
File: Leftbar
*/

.left-sidenav {
  max-width: 270px;
  background-color: #10163a;
  min-height: 100vh;
  box-shadow: 0px 0px 3px rgba(31, 30, 47, 0.05);
  transition: 0.3s;
  position: fixed;
  z-index: 1001;
}

.left-sidenav .leftbar-profile {
  display: inline-block;
  background-color: #fbfbfb;
}

.left-sidenav .leftbar-profile h5 {
  color: #a9baca;
}

.left-sidenav .leftbar-profile p {
  color: #b9c7d4;
}

.left-sidenav .leftbar-profile .leftbar-user:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 40px;
  width: 6px;
  height: 6px;
  background-color: #8997bd;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.left-sidenav .leftbar-profile .leftbar-user.online:after {
  background-color: #2ddab5;
}

.left-sidenav .topbar-left {
  background-color: #ffffff;
  float: left;
  text-align: center;
  height: 20px;
  position: relative;
  width: 270px;
  z-index: 1;
}

.left-sidenav .topbar-left .logo {
  line-height: 20px;
}

.left-sidenav .topbar-left .logo .logo-sm {
  height: 30px;
}

.left-sidenav .topbar-left .logo .logo-lg {
  height: 16px;
  margin-left: 2px;
  display: inline-block;
}

.left-sidenav .topbar-left .logo .logo-lg.logo-light {
  display: none;
}

.page-wrapper {
  flex: 1;
  padding: 0;
  display: flex;
}

.page-wrapper .page-content {
  width: calc(100% - 270px);
  margin-left: auto;
  position: relative;
  min-height: 100vh;
  padding: 0 15px 60px 15px;
  margin-top: 20px;
}

.left-sidenav-menu {
  margin-bottom: 0;
  padding: 10px;
  height: 800px !important;
}

.left-sidenav-menu .menu-label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #8997bd;
  padding: 8px 0;
}

.left-sidenav-menu .vertical-menu-icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.left-sidenav-menu .vertical-menu-icon.icon-dual-vertical {
  color: #a3afd4;
  fill: rgba(163, 175, 212, 0.12);
}

.left-sidenav-menu li {
  list-style: none;
  display: block;
  width: 100%;
  margin-top: 6px;
}

.left-sidenav-menu li > a {
  display: block;
  padding: 12px 18px;
  color: #a9baca;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.left-sidenav-menu li > a:hover {
  color: #e6e6e6;
}

.left-sidenav-menu li > a:hover i {
  color: #0f4fff;
}

.left-sidenav-menu li > a i {
  width: 25px;
  display: inline-block;
  font-size: 16px;
  opacity: 0.9;
  color: #2d53bd;
  margin-right: 5px;
}

.left-sidenav-menu li > a i.ti-control-record {
  font-size: 8px;
  vertical-align: middle;
  margin-right: 0;
}

.left-sidenav-menu li > a span i {
  color: #556594;
}

.left-sidenav-menu li ul {
  padding: 0 0 0 25px;
}

.left-sidenav-menu li ul li > a {
  padding: 10px 22px;
  color: #a9baca;
  border-left: none;
}

.left-sidenav-menu li ul li > a:hover {
  color: #e6e6e6;
}

.left-sidenav-menu li ul li > a:hover i {
  color: #506ee4;
}

.left-sidenav-menu li.mm-active .menu-arrow i:before {
  content: "\F140";
}

.left-sidenav-menu li.mm-active .mm-active a .menu-arrow.left-has-menu i:before {
  content: "\F140";
}

.left-sidenav-menu li.mm-active .menu-arrow.left-has-menu i:before {
  content: "\F142";
}

.left-sidenav-menu li.mm-active li a menu-arrow.left-has-menu i:before {
  content: "\F142";
}

.left-sidenav-menu li.mm-active .mm-active > a {
  color: #5787ec;
  background: #10163a;
  box-shadow: 3px 0 20px 0 #f1f5fa;
}

.left-sidenav-menu li.mm-active .mm-active > a.active {
  color: #5787ec;
  background-color: transparent;
}

.left-sidenav-menu li.mm-active .mm-active > a i {
  color: #506ee4;
}

.left-sidenav-menu li.mm-active .mm-active .menu-arrow.left-has-menu i:before {
  content: "\F140";
}

.left-sidenav-menu li.mm-active .mm-active .mm-show li a.active {
  color: #506ee4;
}

.left-sidenav-menu li.mm-active > a {
  color: #fff;
  border-radius: 4px;
}

.left-sidenav-menu li.mm-active > a .vertical-menu-icon.icon-dual-vertical {
  color: #506ee4;
  fill: rgba(80, 110, 228, 0.12);
}

.left-sidenav-menu li.mm-active .nav-item.active a.nav-link.active {
  background-color: transparent;
  color: #506ee4;
}

.left-sidenav-menu li.mm-active .nav-item.active a.nav-link.active i {
  color: #e6e6e6;
}

.left-sidenav-menu .menu-arrow {
  float: right;
  margin-top: -1px;
}

.left-sidenav-menu .menu-arrow i {
  width: 15px;
}

@media (max-width: 1024px) {
  body {
    display: block !important;
  }

  body.enlarge-menu.enlarge-menu-all .left-sidenav {
    width: 0;
  }

  .left-sidenav {
    position: absolute;
    overflow-y: auto;
    z-index: 10;
    bottom: 0;
    top: 0;
    margin-top: 0;
  }

  .page-content {
    min-height: 100vh;
    width: 100%;
    padding: 0 0 50px 0;
  }
}

body.enlarge-menu {
  overflow: visible !important;
}

body.enlarge-menu .left-sidenav {
  width: 70px;
  padding: 0;
  z-index: 5;
  transform: none;
}

body.enlarge-menu .left-sidenav .topbar-left {
  position: fixed;
  width: 70px;
  height: 70px;
  z-index: 6;
}

body.enlarge-menu .left-sidenav .topbar-left .logo {
  padding: 0 5px;
  line-height: 0;
}

body.enlarge-menu .left-sidenav .topbar-left .logo .logo-lg {
  display: none;
}

body.enlarge-menu .left-sidenav .topbar-left .logo .logo-sm {
  display: block !important;
  line-height: 70px;
  margin: 0 auto;
}

body.enlarge-menu .left-sidenav.leftbar-fixed {
  position: absolute;
}

body.enlarge-menu .left-sidenav .leftbar-profile {
  display: none;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu {
  padding-top: 0;
  margin-top: 70px;
  padding: 0;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .badge,
body.enlarge-menu .left-sidenav .left-sidenav-menu .collapse.in,
body.enlarge-menu .left-sidenav .left-sidenav-menu .menu-label {
  display: none;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .nav.collapse {
  height: inherit !important;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu li {
  position: relative;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover ul {
  left: 70px;
  position: absolute;
  width: 200px;
  padding: 5px 0;
  z-index: 9999;
  background: #10163a;
  height: auto !important;
  display: block;
  box-shadow: 0px 2px 3px 0.25px #eaf0f9;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover ul li .nav-second-level {
  display: none;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover ul li:hover .nav-second-level {
  display: block !important;
  left: 100%;
  top: 0;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu li > a {
  color: #a9baca;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item {
  position: relative;
  white-space: nowrap;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link {
  padding: 12px 22px;
  min-height: 56px;
  margin: 0;
  position: relative;
  border-radius: 0;
  display: grid;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link:active i,
body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link:hover i {
  color: #ffffff;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link i {
  line-height: 26px;
  margin: 0 3px;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link span {
  padding-left: 40px;
  display: none;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link.mm-active {
  border-radius: 0;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link {
  position: relative;
  color: #ffffff;
  background: #506ee4;
  border-radius: 0;
  width: calc(200px + 70px);
  box-shadow: none;
  display: flex;
  align-items: center;
  transition: none;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link span {
  display: inline;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link span.menu-arrow,
body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link span.badge {
  display: none;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link .icon-dual-vertical {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.12);
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover > ul a {
  padding: 8px 20px;
  position: relative;
  width: 200px;
  margin-left: 0;
  color: #a9baca;
  font-weight: 400;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover > ul a:hover {
  color: #506ee4;
}

body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover > a i {
  color: #506ee4;
}

body.enlarge-menu .left-sidenav .slimScrollDiv {
  overflow: visible !important;
}

body.enlarge-menu .left-sidenav .slimScrollDiv .slimscroll {
  overflow: visible !important;
}

body.enlarge-menu .metismenu li.mm-active > a {
  background: #10163a;
}

body.enlarge-menu .metismenu .mm-collapsing {
  display: none !important;
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0;
  transition-property: height, visibility;
}

body.enlarge-menu .metismenu .mm-collapse.mm-show {
  display: none;
  height: 0 !important;
}

body.enlarge-menu .page-wrapper {
  min-height: 1300px !important;
}

/*
Template Name: Metrica - Admin & Dashboard Template
Author: Mannatthemes
File: Topbar
*/

.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  max-height: 20px;
}

.topbar .topbar-left {
  background-color: #ffffff;
  float: left;
  text-align: center;
  height: 20px;
  position: relative;
  width: 270px;
  z-index: 1;
}

.topbar .topbar-left .logo {
  line-height: 20px;
}

.topbar .topbar-left .logo .logo-sm {
  height: 30px;
}

.topbar .topbar-left .logo .logo-lg {
  height: 16px;
  margin-left: 2px;
  display: inline-block;
}

.topbar .topbar-left .logo .logo-lg.logo-light {
  display: none;
}

.navbar-custom {
  background: #ffffff;
  margin-left: 270px;
  min-height: 20px;
  box-shadow: 6px 0px 6px rgba(31, 30, 47, 0.06);
  position: relative;
}

.navbar-custom .nav-link {
  padding: 0 0.75rem;
  color: #7081b9;
  line-height: 20px;
  max-height: 20px;
}

.navbar-custom .nav-link .nav-icon {
  font-size: 18px;
}

.navbar-custom .dropdown-toggle:after {
  content: initial;
}

.navbar-custom .topbar-nav li {
  float: left;
}

.navbar-custom .topbar-nav li.show .nav-link {
  background-color: white;
  color: #303e67;
}

.button-menu-mobile {
  border: none;
  color: #7081b9 !important;
  width: 60px;
  background-color: transparent;
  cursor: pointer;
}

.nav-user .nav-user-name {
  vertical-align: middle;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

/* Notification */

.notification-list {
  max-height: 220px;
  margin-left: 0;
}

.notification-list .noti-icon {
  font-size: 22px;
  vertical-align: middle;
  color: #7081b9;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 2px 4px 2px;
  font-size: 9px;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid #e9ecef;
  font-size: 13px;
  height: 34px;
  color: #696c71;
  padding-left: 20px;
  padding-right: 40px;
  background: #ffffff;
  box-shadow: none;
  border-radius: 40px;
  width: 300px;
}

.app-search {
  position: relative;
  padding-top: 18px;
  margin-left: 20px;
}

.app-search input.form-control::-webkit-input-placeholder {
  color: #98a9d9;
}

.app-search input.form-control:-moz-placeholder {
  color: #98a9d9;
}

.app-search input.form-control::-moz-placeholder {
  color: #98a9d9;
}

.app-search input.form-control:-ms-input-placeholder {
  color: #98a9d9;
}

.app-search a {
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  background: #e9ecef;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  color: #98a9d9;
}

.system-text {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  z-index: 10;
}

.system-text h4 {
  font-size: 20px;
}

.system-text p {
  font-size: 15px;
}

@media (max-width: 1024px) {
  .topbar .topbar-left {
    width: 70px;
  }

  .topbar .topbar-left .logo-lg {
    display: none !important;
  }

  .topbar .navbar-custom {
    margin-left: 70px;
  }

  .topbar .app-search .form-control,
  .topbar .app-search .form-control:focus {
    width: 230px;
  }
}

@media (max-width: 768px) and (max-width: 1023.98px) {
  .app-search {
    display: none;
  }
}

@media (max-width: 767px) {
  .app-search,
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 375px) {
  .page-title-box .breadcrumb {
    display: none;
  }
}

/*
Template Name: Metrica - Admin & Dashboard Template
Author: Mannatthemes
Version: 2.1.0
File: footer Css
*/

.footer {
  border-top: 1px solid #e8ebf3;
  bottom: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  left: 0;
  color: #7081b9;
}

/*
Template Name: Metrica - Admin & Dashboard Template
Author: Mannatthemes
Version: 2.1.0
File: Horizontal-nav
*/

[data-layout=horizontal] {
  display: inherit;
}

[data-layout=horizontal] .page-wrapper {
  margin: 0 auto;
  width: 1380px;
  padding-top: calc(20px + 60px);
}

[data-layout=horizontal] .page-wrapper .page-content {
  width: 100%;
  margin-top: 0;
  padding: 0 0 60px 0;
}

[data-layout=horizontal] .navbar-custom {
  margin-left: 160px;
  background-color: #2d2c35;
}

[data-layout=horizontal] .navbar-custom .nav-link {
  color: #d0d6ea;
}

[data-layout=horizontal] .navbar-custom .topbar-nav li.show .nav-link {
  background-color: #32313b;
  color: #d0d6ea;
}

[data-layout=horizontal] .navbar-custom .topbar-nav li:nth-last-of-type(2) .nav-link {
  padding-right: 0;
}

[data-layout=horizontal] .topbar {
  background-color: #2d2c35;
}

[data-layout=horizontal] .topbar .topbar-left {
  width: 160px;
  background-color: #2d2c35;
}

[data-layout=horizontal] .topbar .topbar-left .logo .logo-lg {
  height: 16px;
  margin-left: 2px;
  display: none;
}

[data-layout=horizontal] .topbar .topbar-left .logo .logo-lg.logo-light {
  display: inline-block;
}

[data-layout=horizontal] .app-search .form-control,
[data-layout=horizontal] .app-search .form-control:focus {
  background-color: #32313b;
  border: 1px solid #3b3a46;
  color: #c2cbe2;
}

[data-layout=horizontal] .app-search a {
  background: #403f4b;
  border: 1px solid #3b3a46;
  color: #c6c5ce;
}

[data-layout=horizontal] .notification-list .noti-icon {
  color: #c2cbe2;
}

[data-layout=horizontal] .scroll-rightbar {
  height: 500px !important;
}

[data-layout=horizontal] .topbar-nav .nav-link.dropdown-toggle span.bg-soft-purple.nav-user-name {
  color: #c2cbe2 !important;
}

@media (min-width: 992px) {
  [data-layout=horizontal] .navbar-custom-menu .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

[data-layout=horizontal-tab] {
  display: inherit;
}

[data-layout=horizontal-tab] .page-wrapper {
  margin: 0 auto;
  width: 1380px;
  padding-top: calc(20px + 60px);
}

[data-layout=horizontal-tab] .page-wrapper .page-content {
  width: 100%;
  margin-top: 0;
  padding: 0 0 60px 0;
}

[data-layout=horizontal-tab] .navbar-custom {
  margin-left: 160px;
  background-color: #2d2c35;
}

[data-layout=horizontal-tab] .navbar-custom .nav-link {
  color: #d0d6ea;
}

[data-layout=horizontal-tab] .navbar-custom .topbar-nav li.show .nav-link {
  background-color: #32313b;
  color: #d0d6ea;
}

[data-layout=horizontal-tab] .navbar-custom .topbar-nav li:nth-last-of-type(2) .nav-link {
  padding-right: 0;
}

[data-layout=horizontal-tab] .topbar {
  background-color: #2d2c35;
}

[data-layout=horizontal-tab] .topbar .topbar-left {
  width: 160px;
  background-color: #2d2c35;
}

[data-layout=horizontal-tab] .topbar .topbar-left .logo .logo-lg {
  height: 16px;
  margin-left: 2px;
  display: none;
}

[data-layout=horizontal-tab] .topbar .topbar-left .logo .logo-lg.logo-light {
  display: inline-block;
}

[data-layout=horizontal-tab] .topbar .topbar-inner:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(0, 4, 68, 0.1);
}

[data-layout=horizontal-tab] .app-search .form-control,
[data-layout=horizontal-tab] .app-search .form-control:focus {
  background-color: #32313b;
  border: 1px solid #3b3a46;
  color: #c2cbe2;
}

[data-layout=horizontal-tab] .app-search a {
  background: #403f4b;
  border: 1px solid #3b3a46;
  color: #c6c5ce;
}

[data-layout=horizontal-tab] .notification-list .noti-icon {
  color: #c2cbe2;
}

[data-layout=horizontal-tab] .scroll-rightbar {
  height: 500px !important;
}

[data-layout=horizontal-tab] .topbar-nav .nav-link.dropdown-toggle span.bg-soft-purple.nav-user-name {
  color: #c2cbe2 !important;
}

[data-layout=horizontal-tab] .app-search-topbar form {
  position: relative;
  z-index: 1;
}

[data-layout=horizontal-tab] .app-search-topbar button {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  text-align: center;
  background-color: transparent;
  color: #a3afd4;
}

[data-layout=horizontal-tab] .app-search-topbar button i {
  display: flex;
}

[data-layout=horizontal-tab] .app-search-topbar button:focus {
  outline: none;
}

[data-layout=horizontal-tab] .app-search-topbar input {
  width: 100%;
  height: 56px;
  border: none;
  font-size: 12px;
  border-radius: 4px;
  padding-left: 54px;
  padding-right: 15px;
}

[data-layout=horizontal-tab] .app-search-topbar input:focus {
  box-shadow: none;
  outline: none !important;
}

[data-layout=horizontal-tab] .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 70px;
  display: inline-block;
}

[data-layout=horizontal-tab] .navigation-menu > li.main-nav-item {
  display: inline-block;
  position: inherit;
}

[data-layout=horizontal-tab] .navigation-menu > li a.navbar-link {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.1s ease;
  line-height: 22px;
  align-items: center;
  color: #c0c6d2;
}

[data-layout=horizontal-tab] .navigation-menu > li a.navbar-link .icon-dual-hori-nav {
  color: #506ee4;
  fill: rgba(80, 110, 228, 0.12);
}

[data-layout=horizontal-tab] .navigation-menu > li a.navbar-link:hover {
  color: #ffffff;
  background-color: transparent;
}

[data-layout=horizontal-tab] .navigation-menu > li a.navbar-link:focus {
  color: #ffffff;
  background-color: transparent;
}

[data-layout=horizontal-tab] .navigation-menu > li a.navbar-link:active {
  color: #ffffff;
}

[data-layout=horizontal-tab] .navigation-menu > li:hover a.navbar-link {
  color: #ffffff;
}

[data-layout=horizontal-tab] .navigation-menu > li .submenu-tab > li.has-submenu > a:after {
  content: "V";
  font-family: "dripicons-v2";
  position: absolute;
  right: -8px;
  top: 11px;
  font-size: 13px;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .navbar-link:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border: solid transparent;
  border-bottom-color: #ffffff;
  border-width: 7px;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active a {
  color: #ffffff;
  position: relative;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active a .icon-dual-hori-nav {
  color: #506ee4;
  fill: rgba(80, 110, 228, 0.12);
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab {
  position: absolute;
  left: 0;
  right: 0;
  width: 1380px;
  margin: 0 auto;
  visibility: hidden;
  display: flex;
  align-items: center;
  height: 60px;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab.active {
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  width: 1380px;
  margin: 0 auto;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab li a {
  color: #5a5c61;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab li a .icon-dual-hori-nav {
  color: #506ee4;
  fill: rgba(80, 110, 228, 0.12);
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab li.active a {
  color: #506ee4;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab .submenu {
  display: block;
  position: absolute;
  z-index: 1000;
  padding: 10px 0;
  list-style: none;
  min-width: 200px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  margin-top: 13px;
  transition: all 0.1s ease;
  background-color: #fdfeff;
  border: 1px solid #d8dee6;
  border-radius: 4px;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.05), 0 8px 14px 0 rgba(0, 0, 0, 0.02);
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

[data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab.show .has-submenu:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: auto;
  left: auto;
}

[data-layout=horizontal-tab].enlarge-menu.enlarge-menu-all .topbar .navbar-custom {
  margin-left: 60px;
}

@media (max-width: 1024px) {
  [data-layout=horizontal-tab] .navigation-menu > li a {
    padding: 0 16px;
  }

  [data-layout=horizontal-tab] .page-content {
    min-height: 100vh;
  }

  [data-layout=horizontal-tab] .page-wrapper {
    width: 100%;
  }

  [data-layout=horizontal-tab] .enlarge-menu.enlarge-menu-all .topbar .navbar-custom {
    margin-left: 60px !important;
  }
}

@media (min-width: 992px) {
  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li.main-nav-item.active .navbar-link {
    color: #ffffff;
    background-color: #4767e3;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li.main-nav-item.active .navbar-link span {
    color: #ffffff;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li > a {
    color: #c0c6d2;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li > a span {
    vertical-align: middle;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li > a .icon-dual-hori-nav {
    color: #646796;
    fill: rgba(100, 103, 150, 0.12);
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li:hover a {
    color: #ffffff;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li:hover a .icon-dual-hori-nav {
    color: #506ee4;
    fill: rgba(80, 110, 228, 0.12);
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab {
    position: absolute;
    z-index: 999;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    padding-left: 0;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab > li.has-submenu > a:after {
    content: "\E649";
    font-family: "themify";
    position: absolute;
    margin: -2px 12px 0 0;
    font-size: 10px;
    color: #b6c2e4;
    transition: transform 0.1s ease-in-out;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab > li.has-submenu.active > a:after {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab > li.has-submenu > a:hover:after {
    content: "\E649";
    font-family: "themify";
    transform: rotate(90deg);
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab > li .submenu li a:before {
    content: "";
    position: absolute;
    left: 10px;
    margin-top: 6px;
    width: 6px;
    height: 6px;
    border: 1px solid #b6c2e4;
    border-radius: 50%;
    background: transparent;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab > li .submenu li.active a:before {
    content: "";
    border: none;
    background: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #8997bd;
    transition: all 0.1s ease;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab li a:hover {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000444;
  }

  [data-layout=horizontal-tab] .navbar-custom .navbar-toggle {
    display: none;
  }

  [data-layout=horizontal-tab] .navbar-custom #navigation {
    display: block;
  }
}

@media (max-width: 991px) {
  [data-layout=horizontal-tab] .navbar-custom .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
    width: 100%;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li {
    display: block;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li > a {
    color: #a9baca;
    padding: 15px;
    font-size: 13px;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li > a:hover {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    font-size: 13px;
    color: #a9baca;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab li a:hover {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab li.has-submenu > a:after {
    content: "T";
    font-family: "dripicons-v2";
    position: absolute;
    right: 30px;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab.open {
    display: block;
    height: auto;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab .submenu {
    display: none;
    list-style: none;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li .submenu-tab .submenu.open {
    display: block;
  }

  [data-layout=horizontal-tab] .navbar-custom .navigation-menu > li.submenu-tab.open > a {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-custom .navbar-header {
    float: left;
  }

  [data-layout=horizontal-tab] .topbar .topbar-inner:before {
    display: none;
  }

  [data-layout=horizontal-tab] #navigation {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    display: none;
    height: 500px;
    padding-bottom: 0;
    overflow: auto;
    background-color: #ffffff;
    z-index: 1000;
  }

  [data-layout=horizontal-tab] #navigation.open {
    display: block;
    overflow-y: auto;
  }

  [data-layout=horizontal-tab] .main-nav-item.active .submenu-tab.show {
    position: relative;
    width: auto;
    visibility: visible;
  }

  [data-layout=horizontal-tab] .main-nav-item.active .submenu-tab.show .submenu {
    display: none;
    list-style: none;
  }

  [data-layout=horizontal-tab] .main-nav-item.active .submenu-tab.show .submenu.open {
    display: block;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    margin-top: 0;
    padding-left: 20px;
    border: none;
    position: relative;
    background-color: transparent;
  }

  [data-layout=horizontal-tab] .main-nav-item.active .submenu-tab.show .has-submenu.open .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    margin-top: 0;
    padding-left: 20px;
    border: none;
    position: relative;
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  [data-layout=horizontal-tab] .topbar .navigation-menu > li.main-nav-item.active > .submenu-tab.show {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  [data-layout=horizontal-tab] .topbar .navigation-menu > li.main-nav-item.active > .submenu-tab.show > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-right: 0;
  }

  [data-layout=horizontal-tab] .topbar .navigation-menu > li.main-nav-item.active > .submenu-tab.show > li.active a i {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .topbar .navigation-menu > li.main-nav-item.active .navbar-link {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navbar-toggle {
    display: block;
  }
}

@media (max-width: 768px) and (max-width: 1023.98px) {
  [data-layout=horizontal-tab] .page-wrapper {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  [data-layout=horizontal-tab] .topbar .topbar-left {
    margin-right: 0;
  }

  [data-layout=horizontal-tab] .topbar .topbar-left .logo .logo-sm {
    height: 32px;
  }

  [data-layout=horizontal-tab] .page-content {
    width: 100%;
    margin-top: 0;
    min-height: 100vh;
    padding: 0 0 60px 0;
  }

  [data-layout=horizontal-tab] .page-title-box {
    margin-top: 5px;
  }

  [data-layout=horizontal-tab] .navigation-menu > li:hover a.navbar-link {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navigation-menu .main-nav-item.active a {
    color: #506ee4;
  }

  [data-layout=horizontal-tab] .navigation-menu .main-nav-item.active {
    background-color: #ffffff;
  }

  [data-layout=horizontal-tab] .navigation-menu .main-nav-item.active .submenu-tab {
    display: none;
  }

  [data-layout=horizontal-tab] .hide-phone {
    display: none;
  }
}

@media (max-width: 767px) {
  [data-layout=horizontal-tab] .page-title-box .breadcrumb,
  [data-layout=horizontal-tab] .page-title-box .state-information {
    display: none;
  }
}

@media (min-width: 680px) {
  [data-layout=horizontal-tab] .page-wrapper {
    display: flex;
  }
}

@media (max-width: 620px) {
  [data-layout=horizontal-tab] .logo-large {
    display: none;
  }

  [data-layout=horizontal-tab] .logo-small {
    display: inline-block !important;
  }

  [data-layout=horizontal-tab] .main-nav-item .submenu-tab.active a {
    color: #506ee4;
  }
}

.topbar .topbar-inner {
  width: 1380px;
  margin: 0 auto;
  padding: 0 12px;
}

.navbar-custom-menu {
  background-color: #ffffff;
  min-height: 60px;
  margin-top: 20px;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-custom-menu .container-fluid {
  width: 1380px;
}

.navbar-custom-menu .has-submenu.active a {
  color: #5851be;
}

.navbar-custom-menu .has-submenu.active a .icon-dual-hori-nav {
  color: #506ee4;
  fill: rgba(80, 110, 228, 0.12);
}

.navbar-custom-menu .has-submenu.active .submenu li.active > a {
  color: #5851be;
  padding-left: 35px;
}

.navbar-custom-menu .has-submenu.active .submenu li.active > a i {
  display: none;
}

.navbar-custom-menu .has-submenu.active .submenu li.active > a::before {
  content: "m";
  font-family: "dripicons-v2";
  position: absolute;
  left: 14px;
  top: 8px;
  font-size: 14px;
}

.navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.navbar-toggle:hover {
  background-color: transparent;
}

.navbar-toggle:hover span {
  background-color: #41cbd8;
}

.navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  padding-top: 28px;
  margin: 0 10px;
  height: 70px;
  transition: all 0.5s ease;
}

.navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #41cbd8;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.5s ease;
}

.navbar-toggle.open span {
  position: absolute;
}

.navbar-toggle.open span:first-child {
  top: 34px;
  transform: rotate(45deg);
  background-color: #41cbd8;
}

.navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

.navbar-toggle.open span:last-child {
  width: 100%;
  top: 34px;
  transform: rotate(-45deg);
}

.navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.navigation-menu > li {
  display: inline-block;
  position: relative;
}

.navigation-menu > li a {
  display: block;
  font-size: 14px;
  transition: all 0.1s ease;
  line-height: 18px;
  padding-left: 25px;
  padding-right: 25px;
}

.navigation-menu > li a:hover {
  color: #f8f8fc;
  background-color: transparent;
}

.navigation-menu > li a:focus {
  color: #f8f8fc;
  background-color: transparent;
}

.navigation-menu > li a:active {
  color: #f8f8fc;
}

.navigation-menu > li a i {
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
  transition: all 0.1s ease;
  vertical-align: middle;
  color: #7081b9;
}

@media (max-width: 1024px) {
  body[data-layout=horizontal] {
    display: flex;
  }

  body[data-layout=horizontal] .page-wrapper {
    width: 100%;
  }

  .topbar .topbar-inner {
    width: 100%;
  }

  .navbar-custom-menu .container-fluid {
    padding: 0 20px;
    width: 100%;
  }

  .navigation-menu > li a {
    padding: 0 16px;
  }

  .page-content {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .topbar .navbar-toggle {
    display: none;
  }

  .navbar-custom-menu .navigation-menu > li > a {
    color: #5a5c61;
    font-size: 13px;
    font-weight: 500;
    height: 60px;
  }

  .navbar-custom-menu .navigation-menu > li > a span {
    vertical-align: middle;
  }

  .navbar-custom-menu .navigation-menu > li > a .icon-dual-hori-nav {
    color: #a3afd4;
    fill: rgba(163, 175, 212, 0.12);
  }

  .navbar-custom-menu .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }

  .navbar-custom-menu .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .navbar-custom-menu .navigation-menu > li:hover a {
    color: #5851be;
  }

  .navbar-custom-menu .navigation-menu > li:hover a .icon-dual-hori-nav {
    color: #506ee4;
    fill: rgba(80, 110, 228, 0.12);
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab,
  .navbar-custom-menu .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.1s ease;
    background-color: #fdfeff;
    border: 1px solid #d8dee6;
    border-radius: 4px;
    box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.05), 0 8px 14px 0 rgba(0, 0, 0, 0.02);
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab.megamenu,
  .navbar-custom-menu .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab.megamenu > li,
  .navbar-custom-menu .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab > li.has-submenu > a:after,
  .navbar-custom-menu .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "V";
    font-family: "dripicons-v2";
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 13px;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab > li .submenu,
  .navbar-custom-menu .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab li,
  .navbar-custom-menu .navigation-menu > li .submenu li {
    position: relative;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab li ul,
  .navbar-custom-menu .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab li a,
  .navbar-custom-menu .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 12px;
    clear: both;
    white-space: nowrap;
    font-size: 13px;
    color: #a9baca;
    margin-bottom: 0;
    transition: all 0.1s ease;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab li a:hover,
  .navbar-custom-menu .navigation-menu > li .submenu li a:hover {
    color: #e6e6e6;
    background-color: #fdfeff;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab li a i,
  .navbar-custom-menu .navigation-menu > li .submenu li a i {
    font-size: 24px;
    margin: 0;
    vertical-align: middle;
    color: #7081b9;
  }

  .navbar-custom-menu .navigation-menu > li .submenu-tab li span,
  .navbar-custom-menu .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000444;
  }

  .navbar-custom-menu #navigation {
    display: block;
  }
}

@media (max-width: 991px) {
  body[data-layout=horizontal] .page-wrapper {
    width: 100%;
    padding-top: 20px;
  }

  .navbar-custom-menu .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #eceff5;
  }

  .navbar-custom-menu .navigation-menu > li {
    display: block;
  }

  .navbar-custom-menu .navigation-menu > li > a {
    color: #7081b9;
    padding: 15px;
    font-size: 13px;
  }

  .navbar-custom-menu .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }

  .navbar-custom-menu .navigation-menu > li > a:hover {
    color: #506ee4;
  }

  .navbar-custom-menu .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  .navbar-custom-menu .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    font-size: 13px;
    color: #7081b9;
  }

  .navbar-custom-menu .navigation-menu > li .submenu li a:hover {
    color: #506ee4;
  }

  .navbar-custom-menu .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "T";
    font-family: "dripicons-v2";
    position: absolute;
    right: 30px;
  }

  .navbar-custom-menu .navigation-menu > li .submenu.open {
    display: block;
  }

  .navbar-custom-menu .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }

  .navbar-custom-menu .navigation-menu > li .submenu .submenu.open {
    display: block;
  }

  .navbar-custom-menu .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }

  .navbar-custom-menu .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #000444;
  }

  .navbar-custom-menu .navigation-menu > li.has-submenu.open > a {
    color: #506ee4;
  }

  .navbar-custom-menu .navbar-header {
    float: left;
  }

  .navbar-custom-menu .container-fluid {
    width: 100%;
    padding: 0;
  }

  #navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    max-height: 500px;
    padding-bottom: 0;
    overflow: auto;
    background-color: #ffffff;
    z-index: 1000;
  }

  #navigation.open {
    display: block;
    overflow-y: auto;
  }

  .navbar-custom-menu {
    min-height: 0;
  }
}

@media (min-width: 768px) {
  .navbar-custom-menu .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  .navbar-custom-menu .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }

  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .topbar .topbar-left {
    margin-right: 0;
  }

  .topbar .topbar-left .logo .logo-sm {
    height: 32px;
  }

  .page-content {
    width: 100%;
    margin-top: 0;
    min-height: 100vh;
    padding: 0 0 60px 0;
  }

  .page-title-box {
    margin-top: 5px;
  }

  .navbar-custom-menu .has-submenu.active a {
    color: #506ee4;
  }
}

@media (max-width: 767px) {
  .page-title-box .breadcrumb,
  .page-title-box .state-information {
    display: none;
  }
}

@media (max-width: 620px) {
  .logo-large {
    display: none;
  }

  .logo-small {
    display: inline-block !important;
  }

  .navbar-custom-menu .has-submenu.active a {
    color: #506ee4;
  }
}

body.dark-topbar {
  /* Notification */
}

body.dark-topbar .left-sidenav .topbar-left {
  background-color: #292e40;
}

body.dark-topbar .left-sidenav .topbar-left .logo .logo-lg {
  display: none;
}

body.dark-topbar .left-sidenav .topbar-left .logo .logo-lg.logo-light {
  display: inline-block;
  height: 14px;
  margin-left: 2px;
}

body.dark-topbar.enlarge-menu .left-sidenav .topbar-left .logo .logo-lg {
  display: none;
}

body.dark-topbar .navbar-custom {
  background: #292e40;
}

body.dark-topbar .navbar-custom .nav-link {
  color: #b9c4ce;
}

body.dark-topbar .navbar-custom .topbar-nav li.show .nav-link {
  background-color: #2f3549;
  color: #303e67;
}

body.dark-topbar .button-menu-mobile {
  color: #c2cbe2 !important;
}

body.dark-topbar .notification-list .noti-icon {
  color: #c2cbe2;
}

body.dark-topbar .notification-list .noti-icon-badge {
  border: 2px solid rgba(255, 255, 255, 0.6);
}

body.dark-topbar .app-search .form-control,
body.dark-topbar .app-search .form-control:focus {
  border: 1px solid #343a50;
  color: #c2cbe2;
  background: #292e40;
}

body.dark-topbar .app-search input.form-control::-webkit-input-placeholder {
  color: #98a9d9;
}

body.dark-topbar .app-search input.form-control:-moz-placeholder {
  color: #98a9d9;
}

body.dark-topbar .app-search input.form-control::-moz-placeholder {
  color: #98a9d9;
}

body.dark-topbar .app-search input.form-control:-ms-input-placeholder {
  color: #98a9d9;
}

body.dark-topbar .app-search a {
  background: #343a50;
  border: 1px solid #343a50;
  color: #8997bd;
}

body.dark-sidenav .topbar .topbar-left {
  background-color: #292e40;
}

body.dark-sidenav .topbar .topbar-left .logo .logo-lg {
  display: none;
}

body.dark-sidenav .topbar .topbar-left .logo .logo-lg.logo-light {
  display: inline-block;
  height: 14px;
  margin-left: 2px;
}

body.dark-sidenav .left-sidenav {
  background-color: #10163a;
}

body.dark-sidenav .left-sidenav .leftbar-profile {
  background-color: #121942;
}

body.dark-sidenav .left-sidenav .leftbar-profile h5 {
  color: #e6e6e6;
}

body.dark-sidenav .left-sidenav .leftbar-profile p {
  color: #d1d1d1;
}

body.dark-sidenav .left-sidenav .topbar-left {
  background-color: #292e40;
}

body.dark-sidenav .left-sidenav .topbar-left .logo .logo-lg {
  display: none;
}

body.dark-sidenav .left-sidenav .topbar-left .logo .logo-lg.logo-light {
  display: inline-block;
  height: 14px;
  margin-left: 2px;
}

body.dark-sidenav .left-sidenav-menu li > a {
  color: #a9baca;
}

body.dark-sidenav .left-sidenav-menu li > a:hover {
  color: #e6e6e6;
}

body.dark-sidenav .left-sidenav-menu li > a:hover i {
  color: #2b5ada;
}

body.dark-sidenav .left-sidenav-menu li > a:hover .vertical-menu-icon.icon-dual-vertical {
  color: #1f47b3;
  fill: rgba(43, 90, 218, 0.12);
}

body.dark-sidenav .left-sidenav-menu li > a:hover span i {
  color: #e6e6e6;
}

body.dark-sidenav .left-sidenav-menu li > a i {
  color: #2d53bd;
}

body.dark-sidenav .left-sidenav-menu li > a .vertical-menu-icon.icon-dual-vertical {
  color: #3f4e7a;
  fill: rgba(80, 100, 156, 0.12);
}

body.dark-sidenav .left-sidenav-menu li ul li > a {
  color: #a9baca;
}

body.dark-sidenav .left-sidenav-menu li ul li > a:hover {
  color: #e6e6e6;
}

body.dark-sidenav .left-sidenav-menu li ul li > a:hover i {
  color: #506ee4;
}

body.dark-sidenav .left-sidenav-menu li.mm-active .mm-active > a {
  color: #ffffff;
  background: #10163a;
  box-shadow: 3px 0 20px 0 rgba(0, 0, 0, 0.15);
}

body.dark-sidenav .left-sidenav-menu li.mm-active .mm-active > a.active {
  color: #ffffff;
  background-color: transparent;
}

body.dark-sidenav .left-sidenav-menu li.mm-active .mm-active > a i {
  color: #506ee4;
}

body.dark-sidenav .left-sidenav-menu li.mm-active .mm-active .mm-show li a.active {
  color: #506ee4;
}

body.dark-sidenav .left-sidenav-menu li.mm-active > a {
  color: #ffffff;
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
}

body.dark-sidenav .left-sidenav-menu li.mm-active > a i {
  color: #fff;
}

body.dark-sidenav .left-sidenav-menu li.mm-active > a .vertical-menu-icon.icon-dual-vertical {
  color: #e6e6e6;
  fill: rgba(255, 255, 255, 0.12);
}

body.dark-sidenav .left-sidenav-menu li.mm-active .nav-item.active a.nav-link.active {
  background-color: transparent;
  color: #5787ec;
}

body.dark-sidenav .left-sidenav-menu li.mm-active .nav-item.active a.nav-link.active i {
  color: #5787ec;
}

body.dark-sidenav .left-sidenav-menu .menu-arrow i {
  width: 15px;
  color: #292e40;
}

body.dark-sidenav.enlarge-menu .left-sidenav .topbar-left .logo .logo-lg {
  display: none;
}

body.dark-sidenav .main-menu-inner {
  background-color: #292e40;
}

body.dark-sidenav .main-menu-inner .menu-body .nav-item ul li > a {
  color: #a9baca;
}

body.dark-sidenav .main-menu-inner .menu-body .nav-link {
  color: #a9baca;
}

body.dark-sidenav .main-menu-inner .menu-title {
  color: #d1d6e8;
}

body.dark-sidenav .main-menu-inner .topbar-left {
  background-color: #292e40;
}

body.dark-sidenav .main-menu-inner .topbar-left .logo .logo-lg.logo-dark {
  display: none;
}

body.dark-sidenav .main-menu-inner .topbar-left .logo .logo-lg.logo-light {
  display: inline-block;
}

body.dark-sidenav .leftbar-tab-menu .main-icon-menu .nav-link.active:before {
  border-right: 10px solid #292e40;
}

/*
Template Name: Metrica - Admin & Dashboard Template
Author: Mannatthemes
Version: 2.1.0
File: leftbar-tab Css
*/

.page-wrapper {
  flex: 1;
  display: flex;
}

.page-content-tab {
  width: calc(100% - 270px);
  margin-left: auto;
  position: relative;
  min-height: calc(100vh - 20px);
  padding: 0 10px 60px 10px;
}

.navbar-custom .responsive-logo {
  display: none;
}

.leftbar-tab-menu {
  min-width: 270px;
  z-index: 1001;
}

.leftbar-tab-menu .main-icon-menu {
  width: 70px;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
  background-color: #31364a;
  height: 100%;
  z-index: 1001;
  position: fixed;
  top: 0;
}

.leftbar-tab-menu .main-icon-menu .logo-metrica .logo-sm {
  height: 34px;
}

.leftbar-tab-menu .main-icon-menu .menu-icon.icon-dual {
  color: #becae6;
  fill: rgba(190, 202, 230, 0.25);
}

.leftbar-tab-menu .main-icon-menu .pro-metrica-end {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leftbar-tab-menu .main-icon-menu .nav {
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
  margin-top: 20px;
}

.leftbar-tab-menu .main-icon-menu .nav-link {
  position: relative;
  padding: 0;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftbar-tab-menu .main-icon-menu .nav-link:hover,
.leftbar-tab-menu .main-icon-menu .nav-link:focus {
  color: white;
}

.leftbar-tab-menu .main-icon-menu .nav-link:active,
.leftbar-tab-menu .main-icon-menu .nav-link.active {
  color: #506ee4;
}

.leftbar-tab-menu .main-icon-menu .nav-link:active .menu-icon.icon-dual,
.leftbar-tab-menu .main-icon-menu .nav-link.active .menu-icon.icon-dual {
  color: #7680ff;
  fill: rgba(118, 128, 255, 0.25);
}

.leftbar-tab-menu .main-icon-menu .nav-link + .nav-link {
  margin-top: 30px;
}

.leftbar-tab-menu .main-icon-menu .nav-link i {
  font-size: 15px;
}

.leftbar-tab-menu .main-icon-menu .nav-link i.drip-icon {
  line-height: 1;
}

.leftbar-tab-menu .main-icon-menu .nav-link i.drip-icon ::before {
  width: auto;
}

.leftbar-tab-menu .main-icon-menu .nav-link.active:before {
  content: "";
  position: absolute;
  left: 45px;
  top: 10px;
  border-right: 10px solid #292e40;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (min-width: 992px) {
  .leftbar-tab-menu .main-icon-menu {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .leftbar-tab-menu .main-icon-menu {
    display: flex;
  }
}

.main-menu-inner {
  width: 200px;
  height: 100%;
  background-color: #292e40;
  border-right: 1px solid #eceff5;
  position: fixed;
  top: 0;
  left: 70px;
  z-index: 600;
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
}

.main-menu-inner .topbar-left {
  background-color: #ffffff;
  padding-left: 20px;
}

.main-menu-inner .topbar-left .logo {
  line-height: 20px;
}

.main-menu-inner .topbar-left .logo .logo-sm {
  height: 24px;
}

.main-menu-inner .topbar-left .logo .logo-lg {
  height: 15px;
  margin-left: 2px;
  display: inline-block;
}

.main-menu-inner .topbar-left .logo .logo-light {
  display: none;
}

.main-menu-inner .menu-body {
  padding: 20px;
  height: calc(100vh - 68px) !important;
}

.main-menu-inner .menu-body .nav {
  flex-direction: column;
}

.main-menu-inner .menu-body .nav-item {
  position: relative;
  display: block;
}

.main-menu-inner .menu-body .nav-item + .nav-item {
  margin-top: -1px !important;
}

.main-menu-inner .menu-body .nav-item .nav-link.active i,
.main-menu-inner .menu-body .nav-item .nav-link.active {
  color: #7680ff;
}

.main-menu-inner .menu-body .nav-item ul li {
  display: block;
  margin: 14px 0;
}

.main-menu-inner .menu-body .nav-item ul li > a {
  color: #a9baca;
  font-size: 13px;
  font-weight: 500;
}

.main-menu-inner .menu-body .nav-item ul li > a.active {
  color: #506ee4;
}

.main-menu-inner .menu-body .nav-item ul li > a:hover,
.main-menu-inner .menu-body .nav-item ul li > a:focus {
  color: #738be9;
}

.main-menu-inner .menu-body .nav-item ul li a:before {
  content: "";
  position: absolute;
  left: 24px;
  margin-top: 7px;
  width: 4px;
  height: 4px;
  border: 1px solid #8997bd;
  border-radius: 50%;
  background: rgba(48, 62, 103, 0.2);
}

.main-menu-inner .menu-body .nav-item ul li a.active:before {
  content: "";
  border: none;
  background: #506ee4;
}

.main-menu-inner .menu-body .nav-item.mm-active .menu-arrow i:before {
  content: "\F140";
}

.main-menu-inner .menu-body .nav-link {
  position: relative;
  color: #a9baca;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 3px;
}

.main-menu-inner .menu-body .nav-link i {
  color: #a9baca;
  font-size: 15px;
  font-weight: 400;
  line-height: 0;
  margin-right: 10px;
}

.main-menu-inner .menu-body .nav-link i.drip-icon {
  line-height: 0.9;
}

.main-menu-inner .menu-body .nav-link i.drip-icon::before {
  width: auto;
}

.main-menu-inner .menu-body .nav-link:hover,
.main-menu-inner .menu-body .nav-link:focus,
.main-menu-inner .menu-body .nav-link:hover i,
.main-menu-inner .menu-body .nav-link:focus i {
  color: #738be9;
}

.main-menu-inner .menu-body .nav-link:active,
.main-menu-inner .menu-body .nav-link.active {
  color: #7680ff;
}

.main-menu-inner .menu-body .nav-link .menu-arrow i {
  width: 0px;
  float: right;
}

@media (min-width: 992px) {
  .main-menu-inner.active {
    display: block;
  }
}

.main-icon-menu-pane {
  margin-bottom: 20px;
  display: none;
}

.main-icon-menu-pane.active {
  display: block;
}

.menu-title {
  font-size: 14px;
  font-weight: 600;
  color: #d1d6e8;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.menu-sub-text {
  display: block;
  font-size: 13px;
  color: #a4abc5;
  margin-bottom: 12px;
}

.enlarge-menu .leftbar-tab-menu {
  min-width: 70px;
}

.enlarge-menu .leftbar-tab-menu .main-menu-inner {
  display: none;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.enlarge-menu .topbar .navbar-custom {
  margin-left: 70px;
}

.enlarge-menu .topbar .topbar-left {
  margin-left: 0;
  width: 270px;
}

.enlarge-menu.enlarge-menu-all .leftbar-tab-menu {
  display: none;
}

.enlarge-menu.enlarge-menu-all .topbar .topbar-left {
  margin-left: 0;
  width: 270px;
}

.enlarge-menu.enlarge-menu-all .topbar .navbar-custom {
  margin-left: 0;
}

.enlarge-menu .page-content-tab {
  width: calc(100% - 70px);
}

.tooltip.tooltip-custom .tooltip-inner,
.tooltip.tooltip-sky .tooltip-inner {
  background: #eaf0f7;
  color: #000444;
  font-weight: 500;
}

.tooltip.tooltip-custom.bs-tooltip-right .arrow::before,
.tooltip.tooltip-sky.bs-tooltip-right .arrow::before {
  border-right-color: #eaf0f7;
}

@media (min-width: 1200px) {
  .main-menu-inner {
    border-right: 0;
    z-index: 1001;
  }
}

@media (max-width: 1024px) {
  .leftbar-tab-menu {
    position: fixed;
    top: 20px;
    overflow-y: auto;
    z-index: 5;
    bottom: 0;
  }

  .navbar-custom {
    margin-left: 70px;
  }

  .navbar-custom .responsive-logo {
    display: flex;
    height: 70px;
    padding-left: 10px;
  }

  .page-content-tab {
    min-height: 100vh;
    width: 100%;
  }

  .enlarge-menu .topbar .topbar-left {
    margin-left: 0;
    width: 60px !important;
  }

  .enlarge-menu .page-content-tab {
    width: 100%;
  }

  .enlarge-menu-all .topbar .navbar-custom {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .main-icon-menu {
    display: flex;
  }

  .main-menu-inner .menu-body .nav-link.with-sub::after {
    margin-left: 4px;
    font-size: 12px;
  }

  .main-menu-inner.active {
    display: block;
  }

  .main-menu-inner.active {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .main-icon-menu-active .main-icon-menu {
    display: flex;
  }

  .main-icon-menu-active .main-menu-inner {
    display: block;
  }
}

@media (min-width: 680px) {
  .page-wrapper {
    display: flex;
  }
}

/* =============
   General
============= */

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden !important;
  font-size: 0.845rem;
  background-color: #edf0f5;
  color: #303e67;
  letter-spacing: 0.1px;
  line-height: 1.5;
  position: relative;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303e67;
  margin: 10px 0;
}

h1 {
  line-height: 43px;
}

h2 {
  line-height: 35px;
}

h3 {
  line-height: 30px;
}

h4 {
  line-height: 22px;
}

a {
  font-family: "Poppins", sans-serif;
  color: #303e67;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}

p {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-size: 0.845rem;
  font-weight: 400;
}

* {
  outline: none !important;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-semibold-alt {
  font-weight: 500;
}

.nav.nav-pills {
  background-color: #fbfbfb;
}

.divider-custom {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;
}

.divider-custom .divider-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 2px 6px;
  color: #000444;
  border: 1px dashed #eceff5;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
}

.divider-custom .divider-text:after {
  left: 100%;
}

.divider-custom .divider-text:before {
  right: 100%;
}

.divider-custom .divider-text:after,
.divider-custom .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px dashed #eceff5;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(80, 110, 228, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(45, 218, 181, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(155, 167, 202, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 159, 67, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(239, 77, 86, 0.4);
}

.card {
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.card .card-header {
  background-color: #f1f5fa;
}

.badge-success,
.badge-orange {
  color: #ffffff;
}

.btn-round {
  border-radius: 30px;
}

.btn-circle {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.btn-square {
  border-radius: 0;
}

.btn-skew {
  transform: skew(-15deg);
}

.btn-skew span {
  display: inline-block;
  transform: skew(15deg);
}

.accordion .btn:focus {
  box-shadow: none;
}

.btn.btn-outline-dashed {
  outline: 1px dashed #ffffff !important;
  outline-offset: -5px;
  -moz-outline-radius: 25px;
}

.btn-link:active,
.btn-link.active,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}

.button-list,
.button-items {
  margin-bottom: -8px;
}

.button-list .btn,
.button-items .btn {
  margin: 0 5px 8px 0;
}

.btn {
  transition: 0.3s ease-out;
  box-shadow: 0 7px 14px 0 rgba(234, 240, 249, 0.5);
}

.btn:hover {
  box-shadow: 0 1px 2px 0 rgba(234, 240, 249, 0.5);
}

.btn-primary {
  box-shadow: 0 7px 14px 0 rgba(80, 110, 228, 0.5);
}

.btn-primary:hover {
  box-shadow: none;
}

.btn-secondary {
  box-shadow: 0 7px 14px 0 rgba(65, 203, 216, 0.5);
}

.btn-secondary:hover {
  box-shadow: none;
}

.btn-success {
  box-shadow: 0 7px 14px 0 rgba(45, 218, 181, 0.5);
}

.btn-success:hover {
  box-shadow: none;
}

.btn-warning {
  box-shadow: 0 7px 14px 0 rgba(255, 159, 67, 0.5);
}

.btn-warning:hover {
  box-shadow: none;
}

.btn-info {
  box-shadow: 0 7px 14px 0 rgba(155, 167, 202, 0.5);
}

.btn-info:hover {
  box-shadow: none;
}

.btn-danger {
  box-shadow: 0 7px 14px 0 rgba(239, 77, 86, 0.5);
}

.btn-danger:hover {
  box-shadow: none;
}

.btn-pink {
  box-shadow: 0 7px 14px 0 rgba(253, 60, 151, 0.5);
}

.btn-pink:hover {
  box-shadow: none;
}

.btn-purple {
  box-shadow: 0 7px 14px 0 rgba(109, 129, 245, 0.5);
}

.btn-purple:hover {
  box-shadow: none;
}

.btn-blue {
  box-shadow: 0 7px 14px 0 rgba(23, 97, 253, 0.5);
}

.btn-blue:hover {
  box-shadow: none;
}

.btn-dark {
  color: #f8f8fc;
  box-shadow: 0 7px 14px 0 rgba(0, 4, 68, 0.5);
}

.btn-dark:hover {
  box-shadow: none;
  color: #f8f8fc;
}

.btn-gray {
  box-shadow: 0 7px 14px 0 rgba(155, 167, 202, 0.5);
}

.btn-gray:hover {
  box-shadow: none;
}

.btn-light {
  box-shadow: 0 7px 14px 0 rgba(182, 194, 228, 0.6);
}

.btn-light:hover {
  box-shadow: none;
}

.btn-outline-light {
  color: #7081b9;
  background-image: none;
  background-color: transparent;
  border-color: #eaf0f9;
}

.btn-outline-dark {
  color: #000444;
}

.btn-outline-dark:hover {
  box-shadow: none;
  color: #f8f8fc;
}

/*soft buttons*/

.btn-soft-primary {
  background-color: rgba(80, 110, 228, 0.1);
  color: #506ee4;
}

.btn-soft-primary:hover {
  background-color: #506ee4;
  color: #ffffff;
}

.btn-soft-primary:focus {
  box-shadow: 0 0 0 0.1rem rgba(80, 110, 228, 0.2);
  background-color: rgba(80, 110, 228, 0.8);
  color: #ffffff;
}

.btn-soft-secondary {
  background-color: rgba(65, 203, 216, 0.15);
  color: #41cbd8;
}

.btn-soft-secondary:hover {
  background-color: #41cbd8;
  color: #ffffff;
}

.btn-soft-secondary:focus {
  box-shadow: 0 0 0 0.1rem rgba(65, 203, 216, 0.2);
  background-color: rgba(65, 203, 216, 0.8);
  color: #ffffff;
}

.btn-soft-success {
  background-color: rgba(45, 218, 181, 0.1);
  color: #2ddab5;
}

.btn-soft-success:hover {
  background-color: #2ddab5;
  color: #ffffff;
}

.btn-soft-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(45, 218, 181, 0.2);
  background-color: rgba(45, 218, 181, 0.8);
  color: #ffffff;
}

.btn-soft-warning {
  background-color: rgba(255, 159, 67, 0.18);
  color: #ff9f43;
}

.btn-soft-warning:hover {
  background-color: #ff9f43;
  color: #ffffff;
}

.btn-soft-warning:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 159, 67, 0.2);
  background-color: rgba(255, 159, 67, 0.8);
  color: #ffffff;
}

.btn-soft-danger {
  background-color: rgba(239, 77, 86, 0.1);
  color: #ef4d56;
}

.btn-soft-danger:hover {
  background-color: #ef4d56;
  color: #ffffff;
}

.btn-soft-danger:focus {
  box-shadow: 0 0 0 0.1rem rgba(239, 77, 86, 0.2);
  background-color: rgba(239, 77, 86, 0.8);
  color: #ffffff;
}

.btn-soft-info {
  background-color: rgba(155, 167, 202, 0.1);
  color: #9ba7ca;
}

.btn-soft-info:hover {
  background-color: #9ba7ca;
  color: #ffffff;
}

.btn-soft-info:focus {
  box-shadow: 0 0 0 0.1rem rgba(155, 167, 202, 0.2);
  background-color: rgba(155, 167, 202, 0.8);
  color: #ffffff;
}

.btn-soft-dark {
  background-color: rgba(0, 4, 68, 0.1);
  color: #000444;
}

.btn-soft-dark:hover {
  background-color: #000444;
  color: #f8f8fc;
}

.btn-soft-dark:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 4, 68, 0.2);
  background-color: rgba(0, 4, 68, 0.8);
  color: #f8f8fc;
}

.btn-soft-pink {
  background-color: rgba(253, 60, 151, 0.1);
  color: #fd3c97;
}

.btn-soft-pink:hover {
  background-color: #fd3c97;
  color: #ffffff;
}

.btn-soft-pink:focus {
  box-shadow: 0 0 0 0.1rem rgba(253, 60, 151, 0.2);
  background-color: rgba(253, 60, 151, 0.8);
  color: #ffffff;
}

.btn-soft-purple {
  background-color: rgba(109, 129, 245, 0.1);
  color: #6d81f5;
}

.btn-soft-purple:hover {
  background-color: #6d81f5;
  color: #ffffff;
}

.btn-soft-purple:focus {
  box-shadow: 0 0 0 0.1rem rgba(109, 129, 245, 0.2);
  background-color: rgba(109, 129, 245, 0.8);
  color: #ffffff;
}

.btn-soft-blue {
  background-color: rgba(23, 97, 253, 0.1);
  color: #1761fd;
}

.btn-soft-blue:hover {
  background-color: #1761fd;
  color: #ffffff;
}

.btn-soft-blue:focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 97, 253, 0.2);
  background-color: rgba(23, 97, 253, 0.8);
  color: #ffffff;
}

/*btn-gradient-primary*/

.btn-gradient-primary {
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(80, 110, 228, 0.5);
  border: none;
}

.btn-gradient-primary:hover,
.btn-gradient-primary:focus,
.btn-gradient-primary:active,
.btn-gradient-primary.active,
.btn-gradient-primary.focus,
.btn-gradient-primary:active,
.btn-gradient-primary:focus,
.btn-gradient-primary:hover,
.open > .dropdown-toggle.btn-gradient-primary,
.btn-gradient-primary.active,
.btn-gradient-primary:active,
.show > .btn-gradient-primary.dropdown-toggle {
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
}

.btn-gradient-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-primary.dropdown-toggle:focus,
.btn-gradient-primary.focus,
.btn-gradient-primary:focus {
  box-shadow: 0 0 0 2px rgba(80, 110, 228, 0.3);
}

/*btn-gradient-success*/

.btn-gradient-success {
  background: linear-gradient(14deg, #2ddab5 0%, rgba(45, 218, 181, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(45, 218, 181, 0.5);
  border: none;
}

.btn-gradient-success:hover,
.btn-gradient-success:focus,
.btn-gradient-success:active,
.btn-gradient-success.active,
.btn-gradient-success.focus,
.btn-gradient-success:active,
.btn-gradient-success:focus,
.btn-gradient-success:hover,
.open > .dropdown-toggle.btn-gradient-success,
.btn-gradient-success.active,
.btn-gradient-success:active,
.show > .btn-gradient-success.dropdown-toggle {
  background: linear-gradient(14deg, #2ddab5 0%, rgba(45, 218, 181, 0.7));
  color: #ffffff;
}

.btn-gradient-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-success.dropdown-toggle:focus,
.btn-gradient-success.focus,
.btn-gradient-success:focus {
  box-shadow: 0 0 0 2px rgba(45, 218, 181, 0.3);
}

/*btn-gradient-secondary*/

.btn-gradient-secondary {
  background: linear-gradient(14deg, #41cbd8 0%, rgba(65, 203, 216, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(65, 203, 216, 0.5);
  border: none;
}

.btn-gradient-secondary:hover,
.btn-gradient-secondary:focus,
.btn-gradient-secondary:active,
.btn-gradient-secondary.active,
.btn-gradient-secondary.focus,
.btn-gradient-secondary:active,
.btn-gradient-secondary:focus,
.btn-gradient-secondary:hover,
.open > .dropdown-toggle.btn-gradient-secondary,
.btn-gradient-secondary.active,
.btn-gradient-secondary:active,
.show > .btn-gradient-secondary.dropdown-toggle {
  background: linear-gradient(14deg, #41cbd8 0%, rgba(65, 203, 216, 0.7));
  color: #ffffff;
}

.btn-gradient-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-secondary.dropdown-toggle:focus,
.btn-gradient-secondary.focus,
.btn-gradient-secondary:focus {
  box-shadow: 0 0 0 2px rgba(65, 203, 216, 0.3);
}

/*btn-gradient-danger*/

.btn-gradient-danger {
  background: linear-gradient(14deg, #ef4d56 0%, rgba(239, 77, 86, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(239, 77, 86, 0.5);
  border: none;
}

.btn-gradient-danger:hover,
.btn-gradient-danger:focus,
.btn-gradient-danger:active,
.btn-gradient-danger.active,
.btn-gradient-danger.focus,
.btn-gradient-danger:active,
.btn-gradient-danger:focus,
.btn-gradient-danger:hover,
.open > .dropdown-toggle.btn-gradient-danger,
.btn-gradient-danger.active,
.btn-gradient-danger:active,
.show > .btn-gradient-danger.dropdown-toggle {
  background: linear-gradient(14deg, #ef4d56 0%, rgba(239, 77, 86, 0.7));
  color: #ffffff;
}

.btn-gradient-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-danger.dropdown-toggle:focus,
.btn-gradient-danger.focus,
.btn-gradient-danger:focus {
  box-shadow: 0 0 0 2px rgba(239, 77, 86, 0.3);
}

/*btn-gradient-warning*/

.btn-gradient-warning {
  background: linear-gradient(14deg, #ff9f43 0%, rgba(255, 159, 67, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(255, 159, 67, 0.5);
  border: none;
}

.btn-gradient-warning:hover,
.btn-gradient-warning:focus,
.btn-gradient-warning:active,
.btn-gradient-warning.active,
.btn-gradient-warning.focus,
.btn-gradient-warning:active,
.btn-gradient-warning:focus,
.btn-gradient-warning:hover,
.open > .dropdown-toggle.btn-gradient-warning,
.btn-gradient-warning.active,
.btn-gradient-warning:active,
.show > .btn-gradient-warning.dropdown-toggle {
  background: linear-gradient(14deg, #ff9f43 0%, rgba(255, 159, 67, 0.7));
  color: #ffffff;
}

.btn-gradient-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-warning.dropdown-toggle:focus,
.btn-gradient-warning.focus,
.btn-gradient-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 159, 67, 0.3);
}

/*btn-gradient-info*/

.btn-gradient-info {
  background: linear-gradient(14deg, #9ba7ca 0%, rgba(155, 167, 202, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(155, 167, 202, 0.5);
  border: none;
}

.btn-gradient-info:hover,
.btn-gradient-info:focus,
.btn-gradient-info:active,
.btn-gradient-info.active,
.btn-gradient-info.focus,
.btn-gradient-info:active,
.btn-gradient-info:focus,
.btn-gradient-info:hover,
.open > .dropdown-toggle.btn-gradient-info,
.btn-gradient-info.active,
.btn-gradient-info:active,
.show > .btn-gradient-info.dropdown-toggle {
  background: linear-gradient(14deg, #9ba7ca 0%, rgba(155, 167, 202, 0.7));
  color: #ffffff;
}

.btn-gradient-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-info.dropdown-toggle:focus,
.btn-gradient-info.focus,
.btn-gradient-info:focus {
  box-shadow: 0 0 0 2px rgba(155, 167, 202, 0.3);
}

/*btn-gradient-dark*/

.btn-gradient-dark {
  background: linear-gradient(14deg, #000444 0%, rgba(0, 4, 68, 0.7));
  color: #f8f8fc;
  box-shadow: 0 7px 14px 0 rgba(0, 4, 68, 0.5);
  border: none;
}

.btn-gradient-dark:hover,
.btn-gradient-dark:focus,
.btn-gradient-dark:active,
.btn-gradient-dark.active,
.btn-gradient-dark.focus,
.btn-gradient-dark:active,
.btn-gradient-dark:focus,
.btn-gradient-dark:hover,
.open > .dropdown-toggle.btn-gradient-dark,
.btn-gradient-dark.active,
.btn-gradient-dark:active,
.show > .btn-gradient-dark.dropdown-toggle {
  background: linear-gradient(14deg, #000444 0%, rgba(0, 4, 68, 0.7));
  color: #f8f8fc;
}

.btn-gradient-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-dark.dropdown-toggle:focus,
.btn-gradient-dark.focus,
.btn-gradient-dark:focus {
  box-shadow: 0 0 0 2px rgba(0, 4, 68, 0.3);
}

/*btn-gradient-pink*/

.btn-gradient-pink {
  background: linear-gradient(14deg, #fd3c97 0%, rgba(253, 60, 151, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(253, 60, 151, 0.5);
  border: none;
}

.btn-gradient-pink:hover,
.btn-gradient-pink:focus,
.btn-gradient-pink:active,
.btn-gradient-pink.active,
.btn-gradient-pink.focus,
.btn-gradient-pink:active,
.btn-gradient-pink:focus,
.btn-gradient-pink:hover,
.open > .dropdown-toggle.btn-gradient-pink,
.btn-gradient-pink.active,
.btn-gradient-pink:active,
.show > .btn-gradient-pink.dropdown-toggle {
  background: linear-gradient(14deg, #fd3c97 0%, rgba(253, 60, 151, 0.7));
  color: #ffffff;
}

.btn-gradient-pink:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-pink.dropdown-toggle:focus,
.btn-gradient-pink.focus,
.btn-gradient-pink:focus {
  box-shadow: 0 0 0 2px rgba(253, 60, 151, 0.3);
}

/*btn-gradient-purple*/

.btn-gradient-purple {
  background: linear-gradient(14deg, #6d81f5 0%, rgba(109, 129, 245, 0.7));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(109, 129, 245, 0.5);
  border: none;
}

.btn-gradient-purple:hover,
.btn-gradient-purple:focus,
.btn-gradient-purple:active,
.btn-gradient-purple.active,
.btn-gradient-purple.focus,
.btn-gradient-purple:active,
.btn-gradient-purple:focus,
.btn-gradient-purple:hover,
.open > .dropdown-toggle.btn-gradient-purple,
.btn-gradient-purple.active,
.btn-gradient-purple:active,
.show > .btn-gradient-purple.dropdown-toggle {
  background: linear-gradient(14deg, #6d81f5 0%, rgba(109, 129, 245, 0.7));
  color: #ffffff;
}

.btn-gradient-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-gradient-purple.dropdown-toggle:focus,
.btn-gradient-purple.focus,
.btn-gradient-purple:focus {
  box-shadow: 0 0 0 2px rgba(109, 129, 245, 0.3);
}

.dropdown-menu {
  box-shadow: 0 3px 12px rgba(214, 228, 241, 0.3);
  margin: 0;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #f1f5fa;
  color: #000444;
}

.dropdown-lg {
  width: 320px;
}

.dropdown-xl {
  min-width: 42rem;
}

.ui-widget-content {
  padding: 4px 0;
  font-size: 0.845rem;
  box-shadow: 0 3px 12px rgba(234, 240, 249, 0.4);
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin: 0;
}

.ui-widget-content .ui-menu-item {
  padding: 6px 24px;
  color: #303e67;
}

.ui-widget-content .ui-menu-item:hover,
.ui-widget-content .ui-menu-item:focus,
.ui-widget-content .ui-menu-item.active,
.ui-widget-content .ui-menu-item:active {
  color: #435177;
  text-decoration: none;
  background-color: #f8f8fc;
}

.ui-widget.ui-widget-content {
  border: 1px solid rgba(241, 245, 250, 0.4);
  z-index: 1111;
  position: fixed;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  color: #435177;
  text-decoration: none;
  background-color: transparent;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.table th {
  color: #303e67;
  font-weight: 500;
  vertical-align: middle;
  border-color: #eaf0f7;
}

.table td {
  font-weight: 400;
  vertical-align: middle;
  border-color: #eaf0f7;
}

.table.border-dashed th {
  font-weight: 500;
  border-top: 1px dashed #eaf0f7;
}

.table.border-dashed td {
  border-top: 1px dashed #eaf0f7;
}

.table.border-dashed thead th {
  border-bottom: 2px dashed #eaf0f7;
}

.table.table-bordered thead {
  background-color: #f1f5fa;
}

.table .thead-light th {
  color: #303e67;
  background-color: #f1f5fa;
  border-color: #eaf0f7;
}

.table.table-dark {
  color: #f8f8fc;
}

.table.table-dark th {
  color: #f8f8fc;
}

/*===Datatable===*/

.table td {
  vertical-align: middle;
}

.table td.highlight {
  font-weight: bold;
  color: #9ba7ca;
}

.table td.details-control {
  background: url("/images/open.png") no-repeat center center;
  cursor: pointer;
}

.table tr.shown td.details-control {
  background: url("/images/close.png") no-repeat center center;
}

/*== Table Responsive ==*/

.table-rep-plugin .btn-toolbar {
  display: block;
}

.table-rep-plugin .btn-default {
  border: none;
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
  margin-right: 5px;
  box-shadow: 0 7px 14px 0 rgba(80, 110, 228, 0.5);
  transition: 0.3s ease-out;
}

.table-rep-plugin .btn-default:hover,
.table-rep-plugin .btn-default:focus {
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(80, 110, 228, 0.3);
}

.table-rep-plugin .btn-default.btn-primary:active,
.table-rep-plugin .btn-default.btn-primary:hover,
.table-rep-plugin .btn-default.btn-primary:focus {
  border: none !important;
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(80, 110, 228, 0.3);
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin table.focus-on tbody tr.focused th,
.table-rep-plugin table.focus-on tbody tr.focused td {
  background-color: #506ee4;
  color: #ffffff;
}

/* Sticky Header */

.fixed-solution .sticky-table-header {
  top: 70px !important;
  background-color: #f8f8fc;
  border-top: 1px solid #e8ebf3;
  border-bottom: 1px solid #e8ebf3;
}

.table-responsive[data-pattern=priority-columns] {
  border: 1px solid #e8ebf3;
}

.attendance-table .table thead tr th {
  padding: 5px;
}

/*====Footable table====*/

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.open > .dropdown-menu {
  display: block;
}

.table.footable-details {
  color: #303e67;
}

.footable-filtering-external ul.dropdown-menu > li > a.custom-control input[type=checkbox],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.custom-control input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}

.footable-filtering-external ul.dropdown-menu > li > a.custom-control > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.custom-control > label {
  display: block;
  padding-left: 30px;
}

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  right: auto !important;
  padding-left: 5px;
}

/*====jsgrid table====*/

.jsgrid {
  height: auto !important;
}

.jsgrid th {
  font-weight: 500;
}

.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  background: inherit;
  border-color: #eaf0f7;
  height: auto !important;
  overflow: auto;
}

.jsgrid-cell {
  padding: 0.75rem;
  border: 1px solid #eaf0f7;
}

.jsgrid-alt-row > .jsgrid-cell {
  background: transparent;
}

.jsgrid-cell input,
.jsgrid-cell select {
  border: 1px solid #eaf0f7;
  box-shadow: none;
  outline: 0 none;
  padding: 8px;
  background-color: #fff;
  color: #303e67;
}

.jsgrid-header-row {
  font-weight: 300 !important;
  color: #303e67;
  background-color: #f1f5fa;
}

.jsgrid-selected-row > .jsgrid-cell {
  background: #f1f5fa;
  border-color: #eaf0f7;
}

.jsgrid-align-right {
  text-align: center;
}

.jsgrid-header-sortable {
  text-align: center;
}

.jsgrid-pager-container {
  margin-top: 16px;
}

.jsgrid .jsgrid-button {
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
  background-image: url(/images/jsgrid.png?e645dc0a3baddb094fbaeb2c9d27a452);
  background-repeat: no-repeat;
  background-color: transparent;
}

.jsgrid-row > .jsgrid-cell {
  background: #fbfbfb;
}

label {
  font-weight: 400;
  color: #656d9a;
  font-size: 13px;
}

.custom-control-label {
  padding-top: 2px;
}

.form-control {
  border: 1px solid #e8ebf3;
  border-radius: 0.25rem;
  border-bottom: 1px solid #e8ebf3;
  transition: border-color 0s ease-out;
  background-color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #506ee4;
  background-color: #fff;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.input-group-text {
  font-size: 0.845rem;
  background-color: #f1f5fa;
  border: 1px solid transparent;
}

.custom-file-input,
.custom-file-label {
  height: calc(2.3rem + 1px);
  line-height: 26px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e8ebf3;
  transition: border-color 0s ease-out;
}

.custom-file-input:focus,
.custom-file-label:focus {
  box-shadow: none;
  border-color: #506ee4;
}

.custom-file-label::after {
  height: calc(1.5em + 15px);
  line-height: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.custom-select {
  border: 1px solid #e8ebf3;
  border-radius: 0.25rem;
  border-bottom: 1px solid #e8ebf3;
  transition: border-color 0s ease-out;
  background-color: #fff;
}

.custom-select:focus {
  box-shadow: none;
  border-color: #506ee4;
  background-color: #fff;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #506ee4;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #506ee4;
}

.has-success .form-control {
  border-color: #2ddab5;
  box-shadow: none;
}

.has-warning .form-control {
  border-color: #ff9f43;
  box-shadow: none;
}

.has-error .form-control {
  border-color: #ef4d56;
  box-shadow: none;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #f1f5fa;
}

.col-form-label {
  text-align: right;
}

.form-control.is-valid:focus,
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #2ddab5;
  box-shadow: none;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #ef4d56;
  box-shadow: none;
}

.custom-select {
  font-size: 13px;
  height: 38px;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ef4d56;
  box-shadow: none;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(80, 110, 228, 0.5);
  box-shadow: none;
}

dt {
  font-weight: 600;
}

.demo-container {
  box-sizing: border-box;
  width: 850px;
  height: 450px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 30px auto;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.demo-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.dropify-wrapper {
  background-color: #ffffff;
  border: 2px dashed #e8ebf3;
}

.dropify-wrapper .dropify-message p {
  color: #8997bd;
}

.dropify-wrapper .dropify-message span.file-icon {
  color: #506ee4;
}

.dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: linear-gradient(-45deg, #f1f5fa 25%, transparent 25%, transparent 50%, #f1f5fa 50%, #f1f5fa 75%, transparent 75%, transparent);
}

.dropify-wrapper .dropify-preview {
  background-color: #ffffff;
}

/* ==============
  Form-Advanced
===================*/

/* Datepicker */

.datepicker {
  border: 1px solid #f1f5fa;
  padding: 8px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #506ee4 !important;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
}

.daterangepicker .drp-buttons .btn {
  font-weight: normal;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: rgba(80, 110, 228, 0.1);
  border-color: transparent;
  color: #506ee4;
}

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

/* Bootstrap-touchSpin */

.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

/* Prism */

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f1f5fa;
}

/* Rating */

.badge:empty {
  padding: 0;
}

.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e8ebf3;
  transition: border-color 0s ease-out;
  height: 38px;
  background-color: #ffffff;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
  box-shadow: none;
  border-color: #506ee4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303e67;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 8px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 7px;
  background-color: #9ba7ca;
  border: 1px solid #e8ebf3;
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #ffffff;
  border: 1px solid #e8ebf3;
  color: #303e67;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e8ebf3;
  transition: border-color 0s ease-out;
  outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple:focus {
  box-shadow: none;
  border-color: #506ee4;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e8ebf3;
  transition: border-color 0s ease-out;
}

.select2-container .select2-selection--multiple:focus {
  box-shadow: none;
  border-color: #506ee4;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 8px;
  color: #303e67;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #eceff5;
}

/*---datetimepicker---*/

.dtp-btn-cancel {
  margin-right: 5px;
}

.addon-color-picker .btn {
  padding: 8px;
  line-height: 0;
  border-color: #bfbfbf;
}

/*--colorpicker--*/

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 8px;
  right: 45px;
  text-decoration: none;
}

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  border: 0;
}

.asColorPicker-dropdown {
  max-width: 260px;
}

.asColorPicker-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 35px;
}

.input-title {
  font-weight: 400;
  font-size: 15px;
  color: #000444;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #1c2d41;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: rgba(80, 110, 228, 0.1);
  color: #506ee4;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #21344c;
  color: #506ee4;
}

.dtp div.dtp-actual-year,
.dtp div.dtp-actual-month {
  color: #f8f8fc;
  font-size: 14px;
  padding: 8px 0;
}

.dtp > .dtp-content {
  max-height: 555px;
}

.dtp table.dtp-picker-days tr > th {
  color: #335276;
}

.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
  color: #7c9ec7;
  font-size: 12px;
}

.dtp div.dtp-actual-num {
  font-size: 64px;
}

.dtp .p10 > a {
  color: #1c2d41;
  text-decoration: none;
}

.error {
  color: #ef4d56;
}

.parsley-error {
  border-color: #ef4d56;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ef4d56;
  margin-top: 5px;
}

.account-body {
  background-color: #ffffff;
}

.account-body .auth-page {
  max-width: 460px;
  position: relative;
  margin: 0 auto;
}

.account-body .auth-card {
  border-radius: 20px;
}

.account-body .auth-card .auth-logo-box {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  text-align: center;
}

.account-body .auth-card .auth-logo-box .auth-logo {
  border-radius: 50%;
  background-color: #ffffff;
  padding: 4px;
  box-shadow: 0px 0px 0px 2.25px #f1f5fa;
}

.account-body .auth-card .auth-logo-text {
  font-family: "Roboto", sans-serif;
}

.account-body .auth-card .auth-logo-text h4 {
  font-weight: 600;
  color: #303e67;
  font-size: 22px;
}

.account-body.accountbg {
  background: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, #f79f9b, #0f4069);
  width: 100%;
  height: 100vh;
}

.account-body.accountbg .account-title {
  width: 500px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.account-body.accountbg .account-title h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 30px 0;
}

.account-body .account-social h6 {
  color: #ffffff;
}

.account-body .account-social h6:after {
  display: inline-block;
  margin: 0 6px 4px 6px;
  height: 2px;
  content: " ";
  text-shadow: none;
  background-color: #fdc3c3;
  width: 110px;
}

.account-body .account-social h6:before {
  display: inline-block;
  margin: 0 6px 4px 6px;
  height: 2px;
  content: " ";
  text-shadow: none;
  background-color: #fdc3c3;
  width: 110px;
}

.account-body .account-social a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  z-index: 5;
}

.account-body .account-social a i.facebook {
  background-color: #506ee4;
  color: #ffffff;
}

.account-body .account-social a i.twitter {
  background-color: #41cbd8;
  color: #ffffff;
}

.account-body .account-social a i.google {
  background-color: #fd3c97;
  color: #ffffff;
}

.account-body .account-social a:hover .facebook {
  color: #ffffff;
  background-color: #6680e7;
}

.account-body .account-social a:hover .twitter {
  color: #ffffff;
  background-color: #56d1dc;
}

.account-body .account-social a:hover .google {
  color: #ffffff;
  background-color: #fd55a4;
}

.auth-form .form-control {
  border-radius: 30px;
  padding-right: 40px;
}

.auth-form .auth-form-icon {
  width: 32px;
  height: 32px;
  background-color: #f1f5fa;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  z-index: 100;
  top: 3px;
  color: #9ba7ca;
}

.auth-form .input-group > .form-control:not(:first-child),
.auth-form .input-group > .custom-select:not(:first-child) {
  border-radius: 30px;
}

.auth-bg {
  background: radial-gradient(circle at 39% 47%, rgba(107, 107, 107, 0.08) 0%, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 53% 74%, rgba(182, 182, 182, 0.08) 0%, rgba(182, 182, 182, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 33.333%, rgba(202, 202, 202, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 66.666%, rgba(221, 221, 221, 0.08) 99.999%), radial-gradient(circle at 14% 98%, rgba(184, 184, 184, 0.08) 0%, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, #f79f9b, #0f4069);
}

.auth-page .logo-lg.logo-light {
  display: none;
}

.auth-page .logo-lg.logo-dark {
  display: inline-block;
}

@media (max-width: 768px) {
  .auth-card {
    margin-top: 34px;
  }
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #ffffff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.met-pro-bg {
  background-image: url("/images/pattern2.png");
  background-repeat: repeat;
}

.met-profile .met-profile-main {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

.met-profile .met-profile-main .met-profile-main-pic {
  position: relative;
  max-width: 128px;
  max-height: 128px;
  margin-right: 24px;
}

.met-profile .met-profile-main .met-profile-main-pic .fro-profile_main-pic-change {
  cursor: pointer;
  background-color: #506ee4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  box-shadow: 0px 0px 20px 0px rgba(248, 248, 252, 0.05);
}

.met-profile .met-profile-main .met-profile-main-pic .fro-profile_main-pic-change i {
  transition: all 0.3s;
  color: #ffffff;
  font-size: 16px;
}

.met-profile .met-profile-main .met-profile_user-detail .met-user-name {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.met-profile .met-profile-main .met-profile_user-detail .met-user-name-post {
  color: #a4abc5;
  font-size: 14px;
}

.met-profile .personal-detail li {
  color: #ffffff;
}

.education-activity {
  min-height: 400px;
}

.met-basic-detail h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 18px;
}

.met-basic-detail p {
  line-height: 22px;
}

.own-detail {
  padding: 20px;
  width: 145px;
  height: 145px;
  text-align: center;
  border-radius: 52% 48% 23% 77%/44% 68% 32% 56%;
  box-shadow: 0px 0px 3px 1.25px #eaf0f9;
}

.own-detail h1 {
  font-weight: 600;
  color: #ffffff;
  margin-top: 0;
}

.own-detail h5 {
  color: #f2f2f2;
}

.own-detail.own-detail-project {
  position: absolute;
  top: 110px;
  left: -60px;
}

.own-detail.own-detail-happy {
  position: absolute;
  top: 110px;
  left: 60px;
}

@media (max-width: 767px) {
  .own-detail {
    display: none;
  }

  #settings_detail .dropify-wrapper {
    width: 100% !important;
  }
}

#settings_detail .dropify-wrapper {
  width: 16%;
  height: 164px;
  margin-bottom: 30px;
}

.profile-nav .nav .nav-link {
  padding: 10px;
  color: #303e67;
  margin-bottom: 10px;
  font-weight: 500;
}

.profile-nav .nav .nav-link.active {
  background-color: rgba(80, 110, 228, 0.05);
  color: #506ee4;
}

.profile-card .profile-socials a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.profile-card .pro-title {
  font-size: 18px;
  font-weight: 600;
  color: #303e67;
  margin-bottom: 5px;
}

.profile-card .socials-data h3 {
  color: #303e67;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.profile-card .action-btn {
  position: absolute;
  top: 18px;
  right: 18px;
}

/* section skills */

.skill-detail {
  color: #a4abc5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.skills .skill-box {
  margin-bottom: 30px;
}

.skills .skill-box:last-of-type {
  margin-bottom: 0;
}

.skills .skill-box .skill-title {
  margin-bottom: 10px;
  color: #303e67;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.skills .skill-box .progress-line {
  background: #f8f8fc;
  height: 7px;
  margin: 0;
  position: relative;
  border: 2px solid #ffffff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 0.25px #506ee4;
}

.skills .skill-box .progress-line > span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #506ee4;
}

.skills .skill-box .progress-line > span > .percent-tooltip {
  position: absolute;
  right: -15px;
  top: -30px;
  margin-bottom: 10px;
  color: #303e67;
  text-transform: uppercase;
  font-size: 13px;
}

.profile-activity-height {
  height: 440px !important;
}

.slimScrollDiv {
  height: auto !important;
}

.scroll-rightbar {
  max-height: 500px;
}

.icon-dual {
  color: #506ee4;
  fill: rgba(80, 110, 228, 0.12);
}

.icon-sm {
  height: 22px;
  width: 22px;
}

.icon-md {
  height: 26px;
  width: 26px;
}

.icon-lg {
  height: 32px;
  width: 32px;
}

hr.hr-dashed {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px dashed #eceff5;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.thumb-xxs {
  height: 24px !important;
  width: 24px !important;
  font-size: 10px;
  font-weight: 700;
}

.thumb-xs {
  height: 32px !important;
  width: 32px !important;
  font-size: 10px;
  font-weight: 700;
}

.thumb-sm {
  height: 36px !important;
  width: 36px !important;
  font-size: 12px;
  font-weight: 700;
}

.thumb-md {
  height: 48px;
  width: 48px;
  font-size: 14px;
  font-weight: 700;
}

.thumb-lg {
  height: 60px;
  width: 60px;
  font-size: 20px;
  font-weight: 700;
}

.thumb-xl {
  height: 78px;
  width: 78px;
  font-size: 28px;
  font-weight: 700;
}

.badge {
  line-height: 10px;
}

/* Page titles */

.title-text,
.header-title {
  margin-bottom: 8px;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  color: #303e67;
  text-shadow: 0 0 1px rgba(241, 245, 250, 0.1);
  font-family: "Roboto", sans-serif;
}

.page-title-box {
  padding: 25px 0;
}

.page-title-box .page-title {
  font-size: 18px;
  margin: 0;
  color: #303e67;
}

.page-title-box .breadcrumb {
  font-size: 13px;
  margin-bottom: 0;
  padding: 2px 0;
  background-color: transparent;
}

.dash-info-carousel .carousel-item h2 {
  font-weight: 500;
  color: #303e67;
  font-size: 16px;
}

.dash-info-carousel .carousel-control-prev,
.dash-info-carousel .carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: #f8f8fc;
  border-radius: 50%;
  opacity: 1;
}

.dash-info-carousel .carousel-control-prev:hover,
.dash-info-carousel .carousel-control-next:hover {
  opacity: 0.9;
}

.dash-info-carousel .carousel-control-prev {
  left: auto;
  right: 38px;
  top: 0;
}

.dash-info-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
}

.dash-info-carousel .carousel-control-prev:after {
  content: "U";
  font-family: "dripicons-v2" !important;
  font-size: 0.875rem;
  color: #303e67;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

.dash-info-carousel .carousel-control-next {
  left: auto;
  right: 0;
  top: 0;
}

.dash-info-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
}

.dash-info-carousel .carousel-control-next:after {
  content: "V";
  font-family: "dripicons-v2" !important;
  font-size: 0.875rem;
  color: #303e67;
  line-height: 1.875rem;
  margin-right: 0.48rem;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f1f5fa;
}

.popover {
  border-color: #eaf0f9;
}

.popover .popover-header {
  margin-top: 0;
  background-color: #f1f5fa;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(80, 110, 228, 0.5);
}

.eco-revene-history .nav .nav-item .nav-link.active {
  color: #000444;
  background-color: #f1f5fa;
}

.accordion > .card > .card-header {
  background-color: white;
}

.custom-accordion {
  background-color: #506ee4 !important;
}

.custom-accordion a:first-child {
  color: #ffffff !important;
}

.icon-demo-content {
  text-align: center;
}

.icon-demo-content i {
  display: block;
  font-size: 30px;
  margin: 0 auto 5px;
  color: #7081b9;
}

.icon-demo-content svg {
  display: block;
  font-size: 30px;
  margin: 0 auto 5px;
  color: #7081b9;
}

.icon-demo-content .col-sm-6 {
  margin-bottom: 40px;
}

.icon-demo-content .col-sm-6:hover i {
  color: #506ee4;
}

.icon-demo-content .col-sm-6:hover path:nth-of-type(1) {
  fill: #506ee4;
}

.icon-demo-content .col-sm-6:hover path:nth-of-type(2) {
  fill: #a4abc5;
}

.br-theme-bars-square .br-widget a {
  background-color: #ffffff;
}

.br-theme-fontawesome-stars-o .br-widget a:after,
.br-theme-css-stars .br-widget a:after,
.br-theme-fontawesome-stars .br-widget a:after {
  color: #eaf0f9;
}

code[class*=language-],
pre[class*=language-] {
  text-shadow: none;
  color: #303e67;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #ffffff;
  background: #506ee4;
}

.icon-demo-content.emoji-icons i {
  display: block;
  font-size: 18px;
  margin: 0 auto 8px;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background: linear-gradient(14deg, #506ee4 0%, rgba(80, 110, 228, 0.6));
  color: #ffffff;
  box-shadow: 0 7px 14px 0 rgba(80, 110, 228, 0.5);
  border-radius: 0;
}

.nav-border.nav.nav-pills {
  background-color: transparent;
  border-bottom: 2px dashed #eceff5;
  line-height: 36px;
}

.nav-border .nav-item {
  margin-bottom: -2px;
}

.nav-border .nav-item.show .nav-link,
.nav-border .nav-link.active {
  background: transparent;
  color: #506ee4;
  box-shadow: none;
  border-bottom: 3px solid #506ee4;
}

.lightpick {
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border: 1px solid #eceff5;
  z-index: 99;
}

.lightpick.lightpick--inlined {
  display: block;
}

.lightpick .lightpick__month {
  width: 100%;
  background-color: #ffffff;
}

.lightpick .lightpick__day {
  color: #8997bd;
}

.lightpick .lightpick__previous-action,
.lightpick .lightpick__next-action,
.lightpick .lightpick__close-action {
  background-color: #f1f5fa;
  padding-bottom: 4px;
}

.lightpick .lightpick__month-title-bar {
  margin-bottom: 22px;
}

.lightpick .lightpick__month-title-bar .lightpick__month-title > .lightpick__select-months {
  color: #303e67;
  font-weight: 500;
}

.lightpick .lightpick__day-of-the-week {
  color: #303e67;
  font-weight: 500;
  font-size: 13px;
}

.lightpick .lightpick__day.is-start-date,
.lightpick .lightpick__day.is-end-date,
.lightpick .lightpick__day.is-start-date:hover,
.lightpick .lightpick__day.is-end-date:hover,
.lightpick .lightpick__day:not(.is-disabled):hover,
.lightpick .lightpick__day.is-today {
  color: #506ee4;
  background-color: #f1f5fa;
  background-image: none;
  font-weight: 500;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

.lightpick .lightpick__day.is-today {
  border: 3px solid white;
  box-shadow: 0px 0px 0px 1.25px #f1f5fa;
  font-weight: 600;
}

.lightpick .lightpick__month-title > .lightpick__select {
  color: #303e67;
}

.lightpick .lightpick__toolbar .lightpick__previous-action,
.lightpick .lightpick__toolbar .lightpick__next-action {
  color: #303e67;
}

.bg-black {
  background-color: #000000 !important;
  color: #ffffff;
}

.bg-card {
  background-color: #ffffff !important;
}

.bg-light-alt {
  background-color: #fbfbfb !important;
}

.bg-soft-primary {
  background-color: rgba(80, 110, 228, 0.08) !important;
  color: #506ee4 !important;
}

.bg-soft-secondary {
  background-color: rgba(65, 203, 216, 0.08) !important;
  color: #41cbd8 !important;
}

.bg-soft-success {
  background-color: rgba(45, 218, 181, 0.08) !important;
  color: #2ddab5 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 159, 67, 0.08) !important;
  color: #ff9f43 !important;
}

.bg-soft-info {
  background-color: rgba(155, 167, 202, 0.08) !important;
  color: #9ba7ca !important;
}

.bg-soft-danger {
  background-color: rgba(239, 77, 86, 0.08) !important;
  color: #ef4d56 !important;
}

.bg-soft-pink {
  background-color: rgba(253, 60, 151, 0.08) !important;
  color: #fd3c97 !important;
}

.bg-soft-purple {
  background-color: rgba(109, 129, 245, 0.08) !important;
  color: #6d81f5 !important;
}

.bg-soft-blue {
  background-color: rgba(23, 97, 253, 0.08) !important;
  color: #1761fd !important;
}

.bg-soft-classic {
  background-color: #f1f5fa !important;
  color: #303e67 !important;
}

.bg-soft-dark {
  background-color: rgba(0, 4, 68, 0.08) !important;
  color: #000444 !important;
}

.bg-primary-gradient {
  background: linear-gradient(14deg, #0b7af3 36%, #39add0 100%);
}

.bg-secondary-gradient {
  background: linear-gradient(14deg, #42cef1 36%, #63ddfb 100%);
}

.bg-success-gradient {
  background: linear-gradient(14deg, #22d4b3 36%, #71e6d1 100%);
}

.bg-info-gradient {
  background: linear-gradient(14deg, #4b545d 36%, #67737b 100%);
}

.bg-warning-gradient {
  background: linear-gradient(14deg, #efc039 36%, #f1cb60 100%);
}

.bg-danger-gradient {
  background: linear-gradient(14deg, #fb7589 36%, #ff9595 100%);
}

.bg-pink-gradient {
  background: linear-gradient(14deg, #FE5D9E 36%, #8E73FE 100%);
}

.bg-purple-gradient {
  background: linear-gradient(14deg, #6d81f5 36%, #8498f3 100%);
}

.bg-blue-gradient {
  background: linear-gradient(14deg, #11368a 36%, #326eca 100%);
}

.bg-dark-gradient {
  background: linear-gradient(14deg, #12100e 36%, #2b4162 100%);
}

.bg-light-gradient {
  background: linear-gradient(14deg, #c3cbdc 36%, #edf1f4 100%);
}

.bg-custom-gradient {
  background: linear-gradient(14deg, #521c85 36%, #4400ff 100%);
}

.badge {
  box-shadow: none;
  font-size: 11px !important;
}

.badge.badge-soft-primary {
  background-color: rgba(80, 110, 228, 0.15) !important;
  color: #506ee4 !important;
  box-shadow: 0px 0px 13px 0px rgba(80, 110, 228, 0.05);
}

.badge.badge-soft-secondary {
  background-color: rgba(65, 203, 216, 0.15) !important;
  color: #41cbd8 !important;
  box-shadow: 0px 0px 13px 0px rgba(65, 203, 216, 0.05);
}

.badge.badge-soft-success {
  background-color: rgba(45, 218, 181, 0.15) !important;
  color: #2ddab5 !important;
  box-shadow: 0px 0px 13px 0px rgba(45, 218, 181, 0.05);
}

.badge.badge-soft-warning {
  background-color: rgba(255, 159, 67, 0.15) !important;
  color: #ff9f43 !important;
  box-shadow: 0px 0px 13px 0px rgba(255, 159, 67, 0.05);
}

.badge.badge-soft-info {
  background-color: rgba(155, 167, 202, 0.15) !important;
  color: #9ba7ca !important;
  box-shadow: 0px 0px 13px 0px rgba(155, 167, 202, 0.05);
}

.badge.badge-soft-danger {
  background-color: rgba(239, 77, 86, 0.15) !important;
  color: #ef4d56 !important;
  box-shadow: 0px 0px 13px 0px rgba(239, 77, 86, 0.05);
}

.badge.badge-soft-pink {
  background-color: rgba(253, 60, 151, 0.15) !important;
  color: #fd3c97 !important;
  box-shadow: 0px 0px 13px 0px rgba(253, 60, 151, 0.05);
}

.badge.badge-soft-purple {
  background-color: rgba(109, 129, 245, 0.15) !important;
  color: #6d81f5 !important;
  box-shadow: 0px 0px 13px 0px rgba(109, 129, 245, 0.05);
}

.badge.badge-soft-dark {
  background-color: rgba(0, 4, 68, 0.15) !important;
  color: #000444 !important;
  box-shadow: 0px 0px 13px 0px rgba(0, 4, 68, 0.05);
}

.shadow-primary {
  box-shadow: 0 6px 20px 0 rgba(80, 110, 228, 0.5) !important;
}

.shadow-secondary {
  box-shadow: 0 6px 20px 0 rgba(65, 203, 216, 0.5) !important;
}

.shadow-success {
  box-shadow: 0 6px 20px 0 rgba(45, 218, 181, 0.5) !important;
}

.shadow-warning {
  box-shadow: 0 6px 20px 0 rgba(255, 159, 67, 0.5) !important;
}

.shadow-info {
  box-shadow: 0 6px 20px 0 rgba(155, 167, 202, 0.5) !important;
}

.shadow-danger {
  box-shadow: 0 6px 20px 0 rgba(239, 77, 86, 0.5) !important;
}

.shadow-pink {
  box-shadow: 0 6px 20px 0 rgba(253, 60, 151, 0.5) !important;
}

.shadow-purple {
  box-shadow: 0 6px 20px 0 rgba(109, 129, 245, 0.5) !important;
}

.shadow-orange {
  box-shadow: 0 6px 20px 0 rgba(253, 126, 20, 0.5) !important;
}

.shadow-dark {
  box-shadow: 0 6px 20px 0 rgba(0, 4, 68, 0.5) !important;
}

.icon-dual-2 {
  color: #7081b9;
  fill: rgba(112, 129, 185, 0.25);
}

.icon-dual-primary {
  color: #506ee4;
  fill: rgba(80, 110, 228, 0.25);
}

.icon-dual-secondary {
  color: #41cbd8;
  fill: rgba(65, 203, 216, 0.25);
}

.icon-dual-success {
  color: #2ddab5;
  fill: rgba(45, 218, 181, 0.25);
}

.icon-dual-warning {
  color: #ff9f43;
  fill: rgba(255, 159, 67, 0.25);
}

.icon-dual-info {
  color: #9ba7ca;
  fill: rgba(155, 167, 202, 0.25);
}

.icon-dual-danger {
  color: #ef4d56;
  fill: rgba(239, 77, 86, 0.25);
}

.icon-dual-pink {
  color: #fd3c97;
  fill: rgba(253, 60, 151, 0.25);
}

.icon-dual-purple {
  color: #6d81f5;
  fill: rgba(109, 129, 245, 0.25);
}

.icon-dual-classic {
  color: #0f4069;
  fill: rgba(15, 64, 105, 0.25);
}

.icon-dual-dark {
  color: #000444;
  fill: rgba(0, 4, 68, 0.25);
}

