/* Wrapper */
.wrapper {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100vh;
}

/* Page Wrapper */
.page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
/* NAVBAR */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  margin-bottom: 0;
  padding: 0;
  transition: box-shadow .2s linear;
}

/* Navbar */
.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 49px;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #e5e9f2;
  transition: margin-left 0.3s ease-in-out;
  background-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}

@media (min-width: 768px) {
  .navbar {
    padding-right: 2.5rem;
  }
}

.navbar .sidebar-offcanvas-toggle,
.navbar .sidebar-toggle {
  background-color: transparent;
  background-image: none;
  color: #8a909d;
  font-size: 1.5rem;
  padding: 0 0.8rem;
  border: 0px;
  height: 44px;
  cursor: pointer;
  border-right: 1px solid #e5e9f2;
  margin-right:auto;
}

.navbar .sidebar-offcanvas-toggle:before,
.navbar .sidebar-toggle:before {
  content: "\f9a7";
  font-family: "Material Design Icons";
}

.navbar .navbar-toggler i {
  color: #8a909d;
}

.navbar .search-form {
  position: relative;
  margin-right: auto;
  padding-left: 1.25rem;
  background: transparent;
}

@media (min-width: 768px) {
  .navbar .search-form {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar .search-form {
    padding-left: 1.25rem;
  }
}

.navbar .search-form .input-group {
  margin-bottom: 0;
}

.navbar .search-form .btn {
  background: transparent;
  border: none;
  color: #8a909d;
  font-size: 1.625rem;
  padding: 0.31rem;
  padding-top: 0.125rem;
}

.navbar .search-form .btn:active, .navbar .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}

.navbar .search-form input.form-control {
  border: none;
  background: transparent;
  padding: .5rem 0.94rem;
}

@media (min-width: 1500px) {
  .navbar .search-form input.form-control {
    min-width: 500px;
  }
}

.navbar .search-form #search-results-container {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 1px 2px 5px #e5e9f2;
}

.navbar .search-form #search-results-container li {
  padding: 20px 30px;
}

.navbar .search-form #search-results-container li .link {
  font-size: 1rem;
}

.navbar .navbar-nav {
  flex-wrap: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-nav {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.navbar .navbar-nav .nav-item {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #8a909d;
}

.navbar .navbar-collapse {
  order: 1;
  border-top: 1px solid #e5e9f2;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    order: 0;
    border-top: none;
  }
}

.navbar .navbar-right .navbar-nav {
  flex-direction: row;
  align-items: center;
}

@media (min-width: 992px) {
  .navbar .navbar-right .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-right .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar .navbar-right .navbar-nav li > .dropdown-menu {
  position: absolute;
  border-color: #e5e9f2;
}

@media (min-width: 992px) {
  .navbar .navbar-right .navbar-nav .user-menu {
    min-width: 160px;
  }
}

.navbar .navbar-right .navbar-nav .user-menu .user-image {
  width: 40px;
  border-radius: .25rem;
}

.navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle {
  padding: 0 1rem;
  display: inline-block;
  background-color:transparent;
}

.navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle > span {
  color: #1b223c;
  padding: 0 .5rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle {
    padding-right: .25rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle:after {
  border-top: 6px solid;
  border-left-width: 6px;
  border-right-width: 6px;
  vertical-align: middle;
  color: rgba(138, 144, 157, 0.7);
}

@media (min-width: 992px) {
  .navbar .navbar-right .navbar-nav .notifications-menu {
    min-width: 60px;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-right .navbar-nav .notifications-menu {
    min-width: 70px;
  }
}

.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle {
  position: relative;
  border-left: 1px solid #e5e9f2;
  border-right: 1px solid #e5e9f2;
  padding-left: 0.875rem;
  padding-right: 0;
  font-size: 1.625rem;
  color: rgba(138, 144, 157, 0.7);
  display: inline-block;
  line-height: 74px;
  background-color:transparent;
}

@media (min-width: 1200px) {
  .navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle {
    padding-right: 0.625rem;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle {
    padding-left: 1.25rem;
  }
}

.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle i {
  font-size: 1.75rem;
}

.navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle:after {
  border: 3px solid #bc0000;
  content: '';
  margin: 0;
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  top: -18px;
  left: -17px;
}

.navbar .navbar-right .navbar-nav .notifications-menu > .dropdown-menu {
  width: 275px;
  right: -75px;
}

@media (min-width: 768px) {
  .navbar .navbar-right .navbar-nav .notifications-menu > .dropdown-menu {
    width: 300px;
    right: 0px;
  }
}

.navbar .navbar-right .navbar-nav .right-sidebar-2-menu {
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #e5e9f2;
  min-width: 60px;
}

@media (min-width: 1200px) {
  .navbar .navbar-right .navbar-nav .right-sidebar-2-menu {
    min-width: 70px;
  }
}

.navbar .navbar-right .navbar-nav .right-sidebar-2-menu i {
  font-size: 1.5rem;
  color: rgba(138, 144, 157, 0.7);
  line-height: 74px;
}

.navbar .dropdown-menu {
  width: 215px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
  border-color: transparent;
}

@media (min-width: 768px) {
  .navbar .dropdown-menu {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    border-color: #e5e9f2;
  }
}

.navbar .dropdown-menu li.dropdown-header {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e9f2;
  padding-bottom: 0.94rem;
  padding: 1.25rem 1.25rem 0.63rem;
  color: #1b223c;
  font-size: 12px;
  margin-bottom: 0.63rem;
}

.navbar .dropdown-menu li.dropdown-header img {
  width: 50px;
  vertical-align: top;
  border-radius: .25rem;
  margin-right: 0.63rem;
}

.navbar .dropdown-menu li.dropdown-header small {
  font-size: 0.81rem;
  display: block;
  color: #8a909d;
}

.navbar .dropdown-menu > li a,
.navbar .dropdown-menu > li label{
  display: block;
  color: #8a909d;
  font-size: 0.88rem;
  padding: 0.625rem 1.25rem;
}
.navbar .dropdown-menu > li label {
  cursor:pointer;
}

.navbar .dropdown-menu > li label.current {
  background-color: #efecec;
}

.navbar .dropdown-menu > li a:hover,
.navbar .dropdown-menu > li label:hover{
  background-color: #f5f6fa;
}

.navbar .dropdown-menu > li a > i,
.navbar .dropdown-menu > li label > i {
  width: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 0.625rem;
}

.navbar .dropdown-menu li.dropdown-footer {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #ffffff;
  border-top: 1px solid #e5e9f2;
  margin-top: 0.625rem;
}

.navbar .dropdown-menu li.dropdown-footer > a {
  padding: 0.94rem 1.25rem;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: #8a909d;
  background-color: transparent;
}

@media (max-width: 767px) {
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
  }
  .main-header .navbar {
    margin: 0;
  }
}

/* Header Fix and Header Static For Mobile */
.header-fixed .page-wrapper {
  padding-top: 49px;
}

.header-fixed.header-static-mobile .main-header {
  position: relative;
}

@media (min-width: 768px) {
  .header-fixed.header-static-mobile .main-header {
    position: fixed;
  }
}

.header-fixed.header-static-mobile .page-wrapper {
  padding-top: 0;
}

@media (min-width: 768px) {
  .header-fixed.header-static-mobile .page-wrapper {
    padding-top: 4.875rem;
  }
}

/* Header Static and Header Fixed for Mobile */
.header-static.header-fixed-mobile .main-header {
  position: fixed !important;
}

@media (min-width: 768px) {
  .header-static.header-fixed-mobile .main-header {
    position: relative !important;
  }
}

.header-static.header-fixed-mobile .page-wrapper {
  padding-top: 4.875rem;
}

@media (min-width: 768px) {
  .header-static.header-fixed-mobile .page-wrapper {
    padding-top: 0;
  }
}

/*  Header Dark Version */
.header-dark .navbar {
  background: #212a39;
}

.header-dark .navbar .sidebar-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}

.header-dark .navbar .sidebar-offcanvas-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}

.header-dark .navbar .search-form .btn,
.header-dark .navbar .search-form .input-group input.form-control {
  color: #b7c0cd;
}

.header-dark .navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}

.header-dark .navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle > span {
  color: #8a909d;
}

.header-dark .navbar .navbar-right .navbar-nav .right-sidebar-2-menu {
  border-color: rgba(255, 255, 255, 0.2);
}

/* light Header */
.header-light .navbar {
  background-color: #ffffff;
}

.header-light .navbar .sidebar-toggle {
  border-color: #e5e9f2;
}

.header-light .navbar .sidebar-offcanvas-toggle {
  border-color: #e5e9f2;
}

.header-light .navbar .search-form .btn,
.header-light .navbar .search-form .input-group input.form-control {
  color: #8a909d;
}

.header-light .navbar .navbar-right .navbar-nav .notifications-menu .dropdown-toggle {
  border-color: #e5e9f2;
}

.header-light .navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle > span {
  color: #1b223c;
}

/* Cusmtom Dropdown */
.custom-dropdown .custom-dropdown-toggler .icon {
  font-size: 1.75rem;
  color: #212529;
}

.custom-dropdown .custom-dropdown-toggler .badge-xs {
  position: absolute;
  top: 4px;
  right: 8px;
  background-color: #8a909d;
  min-width: 18px;
  min-height: 18px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 5px;
}

/* Notification */
.dropdown-notify {
  display: none;
  width: 320px;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .dropdown-notify {
    left: auto;
    transform: translateX(0);
  }
}

/*===== PAGINATION =====*/
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  height: 51px;
}

.pagination .page-item.active .page-link {
  z-index: 3;
}

.pagination .page-link {
  color: #8a909d;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.pagination-flat .page-item .page-link {
  border: 0px;
}

.pagination-flat-rounded .page-item .page-link {
  border-radius: 100%;
}

.pagination-seperated .page-item .page-link {
  padding: .75rem;
  margin: 0 0.31rem;
  border-radius: 0;
}

@media (min-width: 768px) {
  .pagination-seperated .page-item .page-link {
    padding: 1rem 1.25rem;
  }
}

.pagination-seperated .page-item:last-child .page-link {
  margin-right: 0;
}

.pagination-seperated .page-item:first-child .page-link {
  margin-left: 0;
}

.pagination-seperated-rounded .page-item .page-link {
  border-radius: 6.25rem;
}

.border-rounded .page-item:last-child .page-link {
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}

.border-rounded .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 6.25rem;
  border-bottom-left-radius: 6.25rem;
}

/*===== CIRCLE PROGRESS =====*/
.circle {
  position: relative;
  text-align: center;
}

.circle .circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.circle .circle-content h6, .circle .circle-content strong {
  font-size: 12px;
}

.circle.circle-lg h6 {
  font-size: 45px;
}

.circle.circle-lg h6 span {
  font-size: 35px;
}

/*===== TOOLTIP =====*/
/*Popver Tooltip*/
.popover {
  background-color: #ffffff;
}

.popover-header {
  background-color: transparent;
  border-bottom: 0px;
  padding-bottom: 0px;
  color: #1b223c;
  font-size: 1.125rem;
}

.popover-body {
  color: #8a909d;
}

/* Tooltip Inner */
.tooltip-inner {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 0.56rem 1.125rem;
  color: #1b223c;
  color: #1b223c;
  font-size: 0.98rem;
  font-weight: 500;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0px;
  border-top-color: #e5e9f2;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0px;
  border-right-color: #e5e9f2;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0px;
  border-bottom-color: #e5e9f2;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0px;
  border-left-color: #e5e9f2;
}

.tooltip .arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top] .arrow::after, .bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after {
  border-width: .4rem .4rem 0;
  z-index: 0;
  top: -1px;
  border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=right] .arrow::after, .bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^="right"] .arrow::after {
  border-width: .4rem .4rem .4rem 0;
  z-index: 0;
  right: -1px;
  border-right-color: #fff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::after, .bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 .4rem .4rem;
  z-index: 0;
  bottom: -1px;
  border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=left] .arrow::after, .bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^="left"] .arrow::after {
  border-width: .4rem .4rem;
  z-index: 0;
  left: -1px;
  border-left-color: #fff;
}

/* Vector Map Tooltip */
.jvectormap-tip {
  background-color: #ffffff;
  color: #8a909d;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: 0.31rem;
}

/*===== PROFILE =====*/
@media (min-width: 992px) {
  .profile-content-right {
    border-top: 0px;
    border-left: 1px solid #e5e9f2;
  }
}

.profile-content-right .nav-style-border.nav-tabs .nav-link {
  padding: 0 0 0.94rem;
}

.profile-timeline-media .media-body > span {
  font-size: 0.81rem;
}

.profile-timeline-media .media-body > p {
  line-height: 1.6;
  padding-top: 2rem;
}

/* ======================================
--> 3. SIDEBAR NAVIGATION
========================================= */
.sidebar .nav > li > a:after {
  content: '';
  clear: both;
  display: table;
}

.left-sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  transform: translateX(-220px);
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .left-sidebar {
    transform: translateX(0);
    width: 220px;
    position: relative;
    z-index: 1;
  }
}

.sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  z-index: 1050;
  position: relative;
  width:auto !important;
}

.sidebar .sidebar-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-top: 1.9rem;
}

@media (min-width: 768px) {
  .sidebar .sidebar-inner {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .sidebar .sidebar-inner {
    margin-top: 2.5rem;
  }
}

.sidebar .sidebar-inner > li {
  position: relative;
}

.sidebar .sidebar-inner > li > a {
  padding: 1.25rem 1.56rem;
  line-height: 20px;
  color: #a6aab4;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar .sidebar-inner > li.active > a {
  position: relative;
  z-index: 10;
  color: #ffffff;
}

/*.sidebar .sidebar-inner > li.active > a:before {
  opacity: 1;
}

.sidebar .sidebar-inner > li > a:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: .19rem;
  height: 100%;
  background: #b80000;
  opacity: 0;
}
*/
.sidebar .sidebar-inner .section-title {
  padding: 1.25rem 1.56rem 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(138, 144, 157, 0.7);
  letter-spacing: 1.2px;
}

.sidebar .sidebar-inner .sub-menu .section-title {
  padding: 1.25rem .94rem 0.625rem;
}

.sidebar .nav > li.active > a:before {
  opacity: 1;
}

/* App brand */
.app-brand {
  position: relative;
  display: block;
  background-color: #b80000;
  min-height:49px
}

.app-brand a {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: width 0.3s ease-in-out;
  padding: 0.25rem;
  margin: auto auto;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .app-brand a {
    transition: none;
  }
}

@media (min-width: 768px) {
  .app-brand a {
    overflow: hidden;
  }
}

.app-brand a img {
  max-width: 40px;
  vertical-align: middle;
}

.app-brand .brand-name {
  color: #ffffff;
  font-size: 1.12rem;
  margin-left: 0.44rem;
  max-width: 170px;
}

/*  Nav menus Icon Styles */
.sidebar .nav > li > a i {
  float: left;
  margin-right: 0.94rem;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 1.5rem;
}
.sidebar .nav > li.active > a i {
  color: #b80000;
}

/* Caret styles */
.sidebar li > a .caret {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.25rem;
  border: none;
}

.sidebar li > a .caret:before {
  content: '\f142';
  display: block;
  text-align: center;
  transition: all .2s linear;
  opacity: .5;
}

.sidebar li > a .caret:before {
  font-family: "Material Design Icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.sidebar li.active > a .caret:before,
.sidebar li.expand > a .caret:before,
.sidebar li.expanding > a .caret:before {
  transform: rotate(0);
}

.sidebar li.active.expand > a .caret:before,
.sidebar li.expand > a .caret:before,
.sidebar li.expanding > a .caret:before {
  transform: rotate(90deg);
}

.sidebar li.active > a .caret:before {
  opacity: 1;
}

.sidebar li.closed > a .caret:before,
.sidebar li.closing > a .caret:before {
  transform: rotate(0);
}

/*  sub-menu dropdowns */
.sidebar .sub-menu {
  list-style-type: none;
  padding: .625rem 0 .625rem 2.81rem;
  margin: 0;
  position: relative;
}

.sidebar .sub-menu > li > a {
  padding: 0.625rem 1.25rem 0.625rem 0.94rem;
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 0.88rem;
}

.sidebar .sub-menu > li .sub-menu {
  padding-left: 2.18rem;
}

.sidebar .sub-menu > li .sub-menu > li > a {
  position: relative;
  font-size: .81rem;
  padding-left: 0;
  text-overflow: ellipsis;
}

.sidebar .sub-menu > li .sub-menu > li > a:after {
  position: absolute;
  content: '';
  top: 20px;
  left: -20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 10px;
}

.sidebar .has-sub.active.expand > .sub-menu {
  display: none;
}

.sidebar .has-sub .has-sub .caret {
  top: 12px;
}

.sidebar .sidenav-item-link {
  display: flex !important;
  flex-grow: 1;
  align-items: center;
}

.sidebar .sidenav-item-link .nav-text {
  margin-right: auto;
  overflow: hidden;
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar .sidenav-item-link .badge {
  padding: .4em .6em;
}

.sidebar .sub-menu > li > a .nav-text {
  white-space: pre-line;
}

.sidebar .sub-menu .has-sub .nav-text {
  white-space: nowrap;
}

/* Sidebar for Mobile */
.sidebar-mobile-in .left-sidebar {
  transform: translateX(0px) !important;
  z-index: 1050;
  transition: transform .3s ease-in-out;
}

@media (min-width: 768px) {
  .sidebar-mobile-in .left-sidebar {
    transform: translateX(-220px) !important;
  }
}

.sidebar-mobile-out .left-sidebar {
  transform: translateX(-220px) !important;
  z-index: 1050;
}

@media (min-width: 768px) {
  .sidebar-mobile-out .left-sidebar {
    transform: translateX(0px) !important;
  }
}

/* Sidebar Minified */
.sidebar-minified .left-sidebar {
  width: 220px;
  z-index: 1050;
  transform: translateX(0);
  transition: transform .3s ease-in-out;
}

@media (min-width: 768px) {
  .sidebar-minified .left-sidebar {
    width: 75px;
    transition: width .3s ease-in;
  }
}

@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .app-brand .brand-name {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-minified .left-sidebar .app-brand .brand-name {
    transition: none;
  }
}

.sidebar-minified .left-sidebar .sidebar .sub-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-minified .left-sidebar .nav > li > a > .caret,
.sidebar-minified .left-sidebar .nav > li > a > span {
  opacity: 1;
}

@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .nav > li > a > .caret,
  .sidebar-minified .left-sidebar .nav > li > a > span {
    opacity: 0;
  }
}

.sidebar-minified .left-sidebar .nav > li > a > .caret {
  right: 15px;
}

.sidebar-minified .left-sidebar .nav li.has-sub .collapse > .sub-menu {
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}

.sidebar-minified .left-sidebar .nav li.has-sub.expand .collapse > .sub-menu {
  height: 0;
}

.sidebar-minified .left-sidebar .nav li.has-sub.expand .collapse > .sub-menu li {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .sidebar-minified .left-sidebar .nav li.has-sub.expand .collapse > .sub-menu {
    transition: opacity 0.3s ease-in-out;
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .sidebar-minified .left-sidebar .nav li.has-sub.expand .collapse > .sub-menu {
    transition: none;
  }
}

.sidebar-minified .left-sidebar .separator {
  border-top-width: 0;
}

@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .sidebar-footer {
    height: 0;
  }
}

@media (min-width: 768px) {
  .sidebar-minified .left-sidebar .sidebar-footer-content {
    visibility: hidden;
    opacity: 0;
  }
}

.sidebar-minified .left-sidebar .sidebar-scrollbar {
  overflow: unset !important;
}

/* Sidebar Minified Hover */
@media (min-width: 768px) {
  .sidebar-minified .left-sidebar:hover {
    width: 220px;
    margin-right: -10.94rem;
  }
}

.sidebar-minified .left-sidebar:hover .nav li.has-sub.expand .collapse > .sub-menu {
  transition: opacity 0.3s ease-in-out;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified .left-sidebar:hover .nav li.has-sub.expand .collapse > .sub-menu {
    transition: none;
  }
}

.sidebar-minified .left-sidebar:hover .nav li.has-sub.expand .collapse > .sub-menu li {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified .left-sidebar:hover .nav li.has-sub.expand .collapse > .sub-menu li {
    transition: none;
  }
}

.sidebar-minified .left-sidebar:hover .nav > li > a > .caret,
.sidebar-minified .left-sidebar:hover .nav > li > a > span {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  transition-delay: 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified .left-sidebar:hover .nav > li > a > .caret,
  .sidebar-minified .left-sidebar:hover .nav > li > a > span {
    transition: none;
  }
}

.sidebar-minified .left-sidebar:hover .brand-name {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified .left-sidebar:hover .brand-name {
    transition: none;
  }
}

@media (min-width: 768px) {
  .sidebar-minified .left-sidebar:hover .app-brand .brand-name {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
  }
}

.sidebar-minified .left-sidebar:hover .sidebar .sub-menu {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.sidebar-minified .left-sidebar:hover .separator {
  border-top-width: 1px;
}

@media (min-width: 768px) {
  .sidebar-minified .left-sidebar:hover .sidebar-footer {
    height: auto;
  }
}

.sidebar-minified .left-sidebar:hover .sidebar-footer-content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified .left-sidebar:hover .sidebar-footer-content {
    transition: none;
  }
}

.sidebar-minified .left-sidebar:hover .sidebar-scrollbar {
  overflow: hidden !important;
}

/* Sidebar Minified Not transition */
@media (min-width: 768px) {
  .sidebar-minified:not(.left-sidebar) .left-sidebar {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: margin-left, margin-right, width;
    transition-property: margin-left, margin-right, width;
  }
}

/* Sidebar Static With Minified */
.sidebar-static.sidebar-minified .page-wrapper .main-header {
  transition: padding-left 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-static.sidebar-minified .page-wrapper .main-header {
    transition: none;
  }
}

@media (min-width: 768px) {
  .sidebar-static.sidebar-minified.header-fixed .page-wrapper .main-header {
    padding-left: 4.69rem;
  }
}

.sidebar-static.sidebar-minified-out .left-sidebar {
  transition: width 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-static.sidebar-minified-out .left-sidebar {
    transition: none;
  }
}

.sidebar-static.sidebar-minified-out .page-wrapper .main-header {
  transition: padding-left 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-static.sidebar-minified-out .page-wrapper .main-header {
    transition: none;
  }
}

/* Sidebar Fixed With Minified Layout Container */
@media (min-width: 768px) {
  .sidebar-fixed.sidebar-minified .page-wrapper {
    padding-left: 4.69rem;
    transition: padding-left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-fixed.sidebar-minified .page-wrapper {
    transition: none;
  }
}

@media (min-width: 768px) {
  .sidebar-fixed.sidebar-minified.header-fixed .page-wrapper .main-header {
    padding-left: 4.69rem;
    transition: padding-left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-fixed.sidebar-minified.header-fixed .page-wrapper .main-header {
    transition: none;
  }
}

/* Sidebar Minified Out */
.sidebar-minified-out {
  /* Sidebar Fixed With Sidebar Minified Out */
}

.sidebar-minified-out .left-sidebar {
  z-index: 10000;
  transform: translateX(-220px);
  transition: transform .3s ease-in-out !important;
}

@media (min-width: 768px) {
  .sidebar-minified-out .left-sidebar {
    transform: translateX(0px);
    transition: width 0.3s ease-in-out !important;
  }
}

.sidebar-minified-out .sidebar .sub-menu {
  padding-bottom: .625rem;
  padding-top: .625rem;
}

.sidebar-minified-out .sidebar .nav > li > a span {
  transition: opacity 0.3s ease-in-out 0.3s;
  visibility: visible;
  opacity: 1;
}

.sidebar-minified-out .sidebar li > a .caret {
  transition: opacity 0.3s ease-in-out 0.3s;
  visibility: visible;
  opacity: 1;
}

.sidebar-minified-out .nav li.has-sub.expand .collapse > .sub-menu {
  height: auto;
}

.sidebar-minified-out .nav li.has-sub.expand .collapse > .sub-menu li {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified-out .nav li.has-sub.expand .collapse > .sub-menu li {
    transition: none;
  }
}

.sidebar-minified-out .sidebar-footer-content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified-out .sidebar-footer-content {
    transition: none;
  }
}

.sidebar-minified-out .left-sidebar {
  transition: width 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified-out .left-sidebar {
    transition: none;
  }
}

.sidebar-minified-out .page-wrapper {
  transition: padding-left 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified-out .page-wrapper {
    transition: none;
  }
}

.sidebar-minified-out .page-wrapper .main-header {
  transition: padding-left 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-minified-out .page-wrapper .main-header {
    transition: none;
  }
}

/* Sidebar Fixed And Offcanvas */
@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .left-sidebar,
  .sidebar-fixed .left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
  }
}

@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .page-wrapper,
  .sidebar-fixed .page-wrapper {
    padding-left: 220px;
  }
}

@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .main-header,
  .sidebar-fixed .main-header {
    padding-left: 220px;
  }
}

.sidebar-fixed-offcanvas.header-static .main-header,
.sidebar-fixed.header-static .main-header {
  position: relative;
}

@media (min-width: 768px) {
  .sidebar-fixed-offcanvas.header-static .main-header,
  .sidebar-fixed.header-static .main-header {
    padding-left: 0;
  }
}

/*.sidebar-fixed-offcanvas .sidebar-with-footer,
.sidebar-fixed .sidebar-with-footer {
  padding-bottom: 260px;
}

@media (min-width: 768px) {
  .sidebar-fixed-offcanvas .sidebar-with-footer,
  .sidebar-fixed .sidebar-with-footer {
   padding-bottom: 284px;
  }
}
*/
.sidebar-fixed-offcanvas .sidebar-with-footer .sidebar-footer,
.sidebar-fixed .sidebar-with-footer .sidebar-footer {
  position: absolute;
  bottom: 0;
}

.sidebar-fixed-offcanvas.sidebar-collapse .page-wrapper {
  padding-left: 0;
}

@media (min-width: 768px) {
  .sidebar-fixed-offcanvas.sidebar-collapse .sidebar-footer {
    left: -220px;
  }
}

@media (min-width: 768px) {
  .sidebar-fixed-offcanvas.sidebar-collapse-out .sidebar-footer {
    left: 0px;
    transition: left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-fixed-offcanvas.sidebar-collapse-out .sidebar-footer {
    transition: none;
  }
}

/* Sidebar Collapse */
@media (min-width: 768px) {
  .sidebar-collapse .left-sidebar {
    margin-left: -15.6rem;
    transition: margin-left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-collapse .left-sidebar {
    transition: none;
  }
}

@media (min-width: 768px) {
  .sidebar-collapse .page-wrapper {
    transition: padding-left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-collapse .page-wrapper {
    transition: none;
  }
}

/* Sidebar Out Collapse */
@media (min-width: 768px) {
  .sidebar-collapse-out .left-sidebar {
    margin-left: 0px;
    transition: margin-left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-collapse-out .left-sidebar {
    transition: none;
  }
}

@media (min-width: 768px) {
  .sidebar-collapse-out .page-wrapper {
    transition: padding-left 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .sidebar-collapse-out .page-wrapper {
    transition: none;
  }
}

.sidebar-collapse.header-fixed .page-wrapper .main-header {
  padding-left: 0;
  transition: padding-left 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-collapse.header-fixed .page-wrapper .main-header {
    transition: none;
  }
}

.sidebar-collapse-out .page-wrapper .main-header {
  transition: padding-left 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-collapse-out .page-wrapper .main-header {
    transition: none;
  }
}

/* Sidebar Static With Footer */
.sidebar-static .sidebar.sidebar-with-footer .slimScrollDiv,
.sidebar-static-offcanvas .sidebar.sidebar-with-footer .slimScrollDiv {
  height: 100%;
}

@media (min-width: 768px) {
  .sidebar-static .sidebar.sidebar-with-footer .slimScrollDiv,
  .sidebar-static-offcanvas .sidebar.sidebar-with-footer .slimScrollDiv {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .sidebar-static.header-fixed .main-header,
  .sidebar-static-offcanvas.header-fixed .main-header {
    padding-left: 15.6rem;
  }
}

/* Mobile Sticky Body Overlay */
.mobile-sticky-body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1045;
  transition: opacity 0.3s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .mobile-sticky-body-overlay {
    display: none;
  }
}

/* Sidebar Bg Dark */
.sidebar-dark .left-sidebar {
  background-color: #212a39;
}

.sidebar-dark .sidebar .sub-menu {
  background: #1d2531;
}

.sidebar-dark .sidebar .sub-menu > li > a {
  color: #e2e2e2;
}
.sidebar-dark .sidebar .sub-menu > li > a.active {
  color: #fff;text-decoration: underline;
}

.sidebar-dark .sidebar .sub-menu > li > a .nav-text {
  white-space: pre-line;
}

.sidebar-dark .sidebar .sub-menu .has-sub .nav-text {
  white-space: nowrap;
}

.sidebar-dark .sidebar .sub-menu > li.active > a,
.sidebar-dark .sidebar .sub-menu > li.active > a:focus,
.sidebar-dark .sidebar .sub-menu > li.active > a:hover,
.sidebar-dark .sidebar .sub-menu > li > a:focus,
.sidebar-dark .sidebar .sub-menu > li > a:hover {
  color: #ffffff;
}

.sidebar-dark .sidebar .nav > li.active > a {
  color: #ffffff;
}

.sidebar-dark .separator {
  border-color: rgba(229, 233, 242, 0.2);
}

.sidebar-dark .sidebar-footer {
  background-color: #212a39;
}

/* Sidebar Light */
.sidebar-light .left-sidebar {
  background-color: #ffffff;
}

.sidebar-light .sidebar {
  border-right: 1px solid #e5e9f2;
}

.sidebar-light .sidebar .sub-menu {
  background-color: #ffffff;
}

.sidebar-light .sidebar .sub-menu > li > a {
  color: #8a909d;
}

.sidebar-light .sidebar .sub-menu > li.active > a,
.sidebar-light .sidebar .sub-menu > li.active > a:focus,
.sidebar-light .sidebar .sub-menu > li.active > a:hover,
.sidebar-light .sidebar .sub-menu > li > a:focus,
.sidebar-light .sidebar .sub-menu > li > a:hover {
  color: #4c515b;
}

.sidebar-light .sidebar .nav > li.active > a {
  color: #4c515b;
}

.sidebar-light .sidebar .separator {
  border-color: #e5e9f2;
}

.sidebar-light .sidebar-footer {
  background-color: #ffffff;
}

.sidebar-light .sidebar .sub-menu > li .sub-menu > li > a:after {
  border: 1px solid #8a909d;
}

/* Sidebar Footer Content*/
.sidebar-footer-content {
  padding: 0 1.9rem;
  padding-top: 1.56rem;
  padding-bottom: .75rem;
  width: 220px;
}

@media (min-width: 1200px) {
  .sidebar-footer-content {
    padding-top: 2.81rem;
    padding-bottom: 2rem;
  }
}

.sidebar-footer-content > h6 {
  color: #b7c0cd;
  font-size: 0.81rem;
  margin-top: 0.69rem;
  margin-bottom: 0.69rem;
  white-space: nowrap;
}

.sidebar-footer-content .progress {
  height: 15px;
  margin-bottom: 1.88rem;
  overflow: hidden;
  background-color: #e4eaec;
  border-radius: 0.215rem;
}

.sidebar-footer-content .progress-xs {
  height: 4px;
  border-radius: .06rem;
}

.sidebar-footer-content .progress-xs .progress-bar {
  line-height: 4px;
}

.sidebar-footer-content .progress-xs .progress-bar.progress-bar-warning {
  background: #fec400;
}

/* App Logo Fill Color */
.logo-fill-blue {
  fill: #7DBCFF;
}

.logo-fill-white {
  fill: #ffffff;
}

/* Right Sidebar Toogler Add */
.right-sidebar-toggoler-in .right-sidebar {
  right: 0;
  transition: right .3s ease-in-out;
}

.right-sidebar-toggoler-in .right-sidebar .btn-right-sidebar-toggler {
  right: 60px;
  transition: right .3s ease-in-out;
}

.right-sidebar-toggoler-in .right-sidebar .btn-right-sidebar-toggler i {
  transform: rotate(180deg);
  transition: transform .3s ease-in-out;
}

.right-sidebar-toggoler-out .right-sidebar {
  transition: right .3s ease-in-out;
}

.right-sidebar-toggoler-out .right-sidebar .btn-right-sidebar-toggler {
  transition: right .3s ease-in-out;
}

.right-sidebar-toggoler-out .right-sidebar i {
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
}

/* Right Sidebar */
.right-sidebar {
  width: 60px;
  min-height: 100vh;
  position: fixed;
  right: -60px;
  top: 0;
  z-index: 1;
  transition: right .3s ease-in-out;
  /* From Group Label */
}

@media (min-width: 1200px) {
  .right-sidebar {
    right: 0;
    transition: right .3s ease-in-out;
  }
}

.right-sidebar .btn-right-sidebar-toggler {
  position: fixed;
  top: 135px;
  right: 0;
  background-color: #ffffff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 35px;
  height: 30px;
  border: 1px solid #e5e9f2;
}

.right-sidebar .btn-right-sidebar-toggler i {
  line-height: 28px;
  margin-left: 5px;
  font-size: 1.25rem;
  display: inline-block;
}

@media (min-width: 1200px) {
  .right-sidebar .btn-right-sidebar-toggler {
    display: none;
  }
}

.right-sidebar .form-group label {
  line-height: 1.3;
}

/* Nav Right Sidebar */
.nav-right-sidebar {
  flex-direction: column;
  position: relative;
}

.nav-right-sidebar .nav-item {
  margin: auto;
  margin-bottom: 0.75rem;
}

.nav-right-sidebar .nav-link {
  font-size: 1.5rem;
}

.nav-right-sidebar .nav-link:focus {
  background-color: rgba(138, 144, 157, 0.1);
}

/* Nav Container */
.right-nav-container {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  min-height: 100vh;
  border-left: 1px solid #e5e9f2;
}

.right-nav-container .nav-right-sidebar {
  padding-top: 120px;
}

/* Right Sidebar Tab Content */
.right-sidebar-tab {
  position: fixed;
  top: 76px;
  right: -375px;
  width: 315px;
  min-height: 100%;
  background-color: #ffffff;
  border-left: 1px solid #e5e9f2;
}

.right-sidebar-tab .tab-content {
  position: relative;
  z-index: 10;
}

/* Right Sidebar Content Out */
@media (min-width: 1200px) {
  .right-sidebar-out .content-wrapper {
    margin-right: 60px;
    transition: margin-right .3s ease-in-out;
  }
}

.right-sidebar-out .right-sidebar-tab {
  right: -315px;
  transition: right .3s ease-in-out;
}

/* Right Sidebar Content IN */
@media (min-width: 1200px) {
  .right-sidebar-in .content-wrapper {
    margin-right: 375px;
    transition: margin-right .3s ease-in-out;
  }
}

.right-sidebar-in .right-sidebar-tab {
  right: 60px;
  transition: right .3s ease-in-out;
}

/* Nav Icon Small */
.icon-sm {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

/* Card Right Sidebar */
.card-right-sidebar {
  border: none;
}

.card-right-sidebar .card-header {
  background-color: transparent;
  padding: 1rem;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  color: #1b223c;
}

.card-right-sidebar .card-header .close {
  width: 30px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
  margin-top: -5px;
}

.card-right-sidebar .card-header .close:hover {
  background-color: rgba(138, 144, 157, 0.1);
}

.card-right-sidebar .card-header .card-title {
  margin-bottom: 0;
  font-size: 0.94rem;
}

/* Dark Version  */
.right-sidebar-dark .right-nav-container {
  background-color: #212a39;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Right Sidebar 2 */
.right-sidebar-container-2 {
  right: 0;
  top: 0;
  width: 315px !important;
  display: block;
  z-index: 555555;
  position: fixed;
  background: #212a39;
  border-radius: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Theme Button */
  /* Reset Button */
  /* Theme Button Active */
  /* Slelect box */
  /* Theme Subtitle */
}

.right-sidebar-container-2 .btn-close-right-sidebar-2 {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-left: -40px;
  min-width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 1.25rem;
  color: #ffffff;
}

.right-sidebar-container-2 h2 {
  font-size: 1.25rem;
  font-weight: 200;
  color: #ffffff;
}

.right-sidebar-container-2 .right-sidebar-2-header {
  padding: 18.5px 30px;
  border-radius: 0 0 !important;
  display: block;
  color: #1b223c;
  position: relative;
  background-color: #b80000;
}

.right-sidebar-container-2 .right-sidebar-2-header p {
  font-size: .75rem;
  color: #ffffff;
}

.right-sidebar-container-2 .btn-right-sidebar-2 {
  color: #8a909d;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 200;
  border: solid 1px #8a909d;
  border-radius: 4px !important;
  padding: 4px 10px;
  width: 48%;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  line-height: 21px;
}

.right-sidebar-container-2 .btn-right-sidebar-2:last-child {
  margin-right: 0;
}

.right-sidebar-container-2 .btn-reset {
  background-color: #fec400;
  border: 0;
  color: #1b223c;
  width: auto;
  cursor: pointer;
}

.right-sidebar-container-2 .btn-right-sidebar-2.btn-right-sidebar-2-active {
  background-color: #8a909d;
  color: #ffffff;
  text-decoration: none;
}

.right-sidebar-container-2 .right-sidebar-2-select {
  width: 100%;
  height: 31px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.right-sidebar-container-2 .right-sidebar-2-subtitle {
  color: #a6aab4;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Theme Option Visibile */
.right-sidebar-2-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Style Swticher Body */
.right-sidebar-2-body {
  padding-top: 27px;
  padding-bottom: 25px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: calc(100vh - 100px);
}

.right-sidebar-2-body .no-col-space {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.right-sidebar-2-body hr {
  margin: 11px 0;
  border-color: #454545;
}

/* Simplebar */
.simplebar-scrollbar::before {
  background-color: rgba(153, 153, 153, 0.8);
  width: 5px;
  left: 6px;
  right: 6px;
}

/*===== SPINNERS =====*/
/* Rotating Plane */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* double-bounce */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Wave */
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 0.625rem;
}

.sk-wave > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.sk-wave .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.sk-wave .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* Wonderting Cube */
.sk-wonder-cube {
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* Pulse */
.sk-pulse {
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* Chasing dots */
.sk-chasing-dots {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Three bounce */
.sk-three-bounce {
  width: 70px;
  height: 40px;
  text-align: center;
}

.sk-three-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sk-three-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Circle */
.sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Cube Grid */
.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/* Fading Circle */
.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* Folding Cube */
.sk-folding-cube {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* Chase */
.sk-chase {
  width: 60px;
  height: 60px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

/* Separator */
.separator {
  border-top: 1px solid #e5e9f2;
}

/*===== SWITCHERS =====*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}

.switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
}

.switch .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c2cfd6;
  border-radius: 4px;
  transition: opacity background-color .3s 0.3s ease-out;
}

.switch .switch-handle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #c2cfd6;
  border-radius: 1px;
  transition: left .3s ease-out;
}

.switch .switch-input:checked ~ .switch-handle {
  left: 37px;
}

/* Switch context properties */
.switch-primary > .switch-input:checked ~ .switch-label {
  background-color: #b80000 !important;
  border-color: #b80000;
}

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: transparent;
}

.switch-secondary > .switch-input:checked ~ .switch-label {
  background-color: #8a909d !important;
  border-color: #8a909d;
}

.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: transparent;
}

.switch-success > .switch-input:checked ~ .switch-label {
  background-color: #29cc97 !important;
  border-color: #29cc97;
}

.switch-success > .switch-input:checked ~ .switch-handle {
  border-color: transparent;
}

.switch-info > .switch-input:checked ~ .switch-label {
  background-color: #13cae1 !important;
  border-color: #13cae1;
}

.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: transparent;
}

.switch-warning > .switch-input:checked ~ .switch-label {
  background-color: #fec400 !important;
  border-color: #fec400;
}

.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: transparent;
}

.switch-danger > .switch-input:checked ~ .switch-label {
  background-color: #fe5461 !important;
  border-color: #fe5461;
}

.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: transparent;
}

/* Switch Pill */
.switch-pill .switch-handle,
.switch-pill .switch-label {
  border-radius: 50px !important;
}

/* Switch Outline */
.switch-outline-primary > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #b80000;
}

.switch-outline-primary .switch-input:checked ~ .switch-label:after {
  color: #b80000;
}

.switch-outline-primary > .switch-input:checked ~ .switch-handle {
  border-color: #b80000;
}

.switch-outline-secondary > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #8a909d;
}

.switch-outline-secondary .switch-input:checked ~ .switch-label:after {
  color: #8a909d;
}

.switch-outline-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #8a909d;
}

.switch-outline-success > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #29cc97;
}

.switch-outline-success .switch-input:checked ~ .switch-label:after {
  color: #29cc97;
}

.switch-outline-success > .switch-input:checked ~ .switch-handle {
  border-color: #29cc97;
}

.switch-outline-info > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #13cae1;
}

.switch-outline-info .switch-input:checked ~ .switch-label:after {
  color: #13cae1;
}

.switch-outline-info > .switch-input:checked ~ .switch-handle {
  border-color: #13cae1;
}

.switch-outline-warning > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #fec400;
}

.switch-outline-warning > .switch-input:checked ~ .switch-label:after {
  color: #fec400;
}

.switch-outline-warning > .switch-input:checked ~ .switch-handle {
  border-color: #fec400;
}

.switch-outline-danger > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #fe5461;
}

.switch-outline-danger > .switch-input:checked ~ .switch-label:after {
  color: #fe5461;
}

.switch-outline-danger > .switch-input:checked ~ .switch-handle {
  border-color: #fe5461;
}

/* Switch Outline Alternative */
.switch-outline-alt-primary > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #b80000;
}

.switch-outline-alt-primary .switch-input:checked ~ .switch-label:after {
  color: #b80000;
}

.switch-outline-alt-primary > .switch-input:checked ~ .switch-handle {
  background-color: #b80000;
  border-color: #b80000;
}

.switch-outline-alt-secondary > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #8a909d;
}

.switch-outline-alt-secondary > .switch-input:checked ~ .switch-label:after {
  color: #8a909d;
}

.switch-outline-alt-secondary > .switch-input:checked ~ .switch-handle {
  background-color: #8a909d;
  border-color: #8a909d;
}

.switch-outline-alt-success > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #29cc97;
}

.switch-outline-alt-success > .switch-input:checked ~ .switch-label:after {
  color: #29cc97;
}

.switch-outline-alt-success > .switch-input:checked ~ .switch-handle {
  background-color: #29cc97;
  border-color: #29cc97;
}

.switch-outline-alt-info > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #13cae1;
}

.switch-outline-alt-info > .switch-input:checked ~ .switch-label:after {
  color: #13cae1;
}

.switch-outline-alt-info > .switch-input:checked ~ .switch-handle {
  background-color: #13cae1;
  border-color: #13cae1;
}

.switch-outline-alt-warning > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #fec400;
}

.switch-outline-alt-warning > .switch-input:checked ~ .switch-label:after {
  color: #fec400;
}

.switch-outline-alt-warning > .switch-input:checked ~ .switch-handle {
  background-color: #fec400;
  border-color: #fec400;
}

.switch-outline-alt-danger > .switch-input:checked ~ .switch-label {
  background-color: #ffffff !important;
  border-color: #fe5461;
}

.switch-outline-alt-danger > .switch-input:checked ~ .switch-label:after {
  color: #fe5461;
}

.switch-outline-alt-danger > .switch-input:checked ~ .switch-handle {
  background-color: #fe5461;
  border-color: #fe5461;
}

/* Switch With Text */
.switch.switch-text,
.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}

.switch.switch-text .switch-input,
.switch.switch-icon .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch.switch-text .switch-label,
.switch.switch-icon .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #c2cfd6;
  border-radius: 2px;
  transition: opacity background .3s ease-out;
}

.switch.switch-text .switch-handle,
.switch.switch-icon .switch-handle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #c2cfd6;
  border-radius: .06rem;
  transition: left .3s ease-out;
}

.switch.switch-text .switch-label:after,
.switch.switch-text .switch-label:before {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -0.31rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
  transition: inherit;
}

.switch.switch-text .switch-label:before {
  right: 1px;
  color: #c2cfd6;
  content: attr(data-off);
}

.switch.switch-text .switch-label:after {
  left: 1px;
  color: #fff;
  content: attr(data-on);
  opacity: 0;
}

.switch.switch-text .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch.switch-text .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch.switch-text .switch-input:checked ~ .switch-handle {
  left: 37px;
}

/* Switch With Icon */
.switch.switch-icon .switch-label:after,
.switch.switch-icon .switch-label:before {
  position: absolute;
  top: 50%;
  width: 50%;
  margin-top: -8px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Material Design Icons";
  text-align: center;
  transition: inherit;
}

.switch.switch-icon .switch-label:before {
  right: 1px;
  color: #c2cfd6;
  content: '\f156';
}

.switch.switch-icon .switch-label:after {
  left: 1px;
  color: #fff;
  content: '\f12c';
  opacity: 0;
}

.switch.switch-icon .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch.switch-icon .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch.switch-icon .switch-input:checked ~ .switch-handle {
  left: 37px;
}

/*===== TABS =====*/
.nav-tabs .nav-item .nav-link {
  color: #1b223c;
  font-weight: 500;
  padding: .75rem 1.25rem;
}

.nav-tabs .nav-item .nav-link.active {
  color: #b80000;
}

.nav-tabs .nav-item .nav-link.disabled {
  color: #8a909d;
}

.nav-tabs .nav-item .nav-link.disabled:hover {
  cursor: not-allowed;
}

.nav-pills .nav-item .nav-link {
  color: #1b223c;
  font-weight: 500;
  padding: .45rem 1.25rem;
}

.nav-pills .nav-item .nav-link.active {
  color: #ffffff;
  background: #b80000;
}

.nav-pills .nav-item .nav-link.disabled {
  color: #8a909d;
}

.nav-pills .nav-item .nav-link.disabled:hover {
  cursor: not-allowed;
}

.tab-pane {
  line-height: 1.8;
}

/* Custom Tab Style - Fill */
.nav-style-fill.nav-pills {
  border: 2px solid #e5e9f2;
  border-radius: .38rem;
  overflow: hidden;
}

.nav-style-fill.nav-pills .nav-link {
  border-radius: 0;
  padding-top: .94rem;
  padding-bottom: .94rem;
}

.nav-style-fill.nav-pills .nav-link.active,
.nav-style-fill.nav-pills .show > .nav-link {
  color: #b80000;
  background-color: #f5f6fa;
}

.nav-tabs.nav-style-border {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  padding-bottom: .625rem;
}

@media (min-width: 768px) {
  .nav-tabs.nav-style-border {
    padding-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .nav-tabs.nav-style-border {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}

.nav-tabs.nav-style-border .nav-item {
  margin-right: .94rem;
}

@media (min-width: 768px) {
  .nav-tabs.nav-style-border .nav-item {
    margin-right: 2.19rem;
  }
}

@media (min-width: 1200px) {
  .nav-tabs.nav-style-border .nav-item {
    margin-right: 3.12rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .nav-tabs.nav-style-border .nav-item {
    margin-right: 5rem;
  }
}

.nav-tabs.nav-style-border .nav-item .nav-link {
  padding: 0 0 1.25rem 0;
  color: #8a909d;
  position: relative;
}

.nav-tabs.nav-style-border .nav-item .nav-link .type-name {
  display: block;
}

.nav-tabs.nav-style-border .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  height: 2px;
  background: #b80000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}

@media (prefers-reduced-motion: reduce) {
  .nav-tabs.nav-style-border .nav-item .nav-link:after {
    transition: none;
  }
}

@media (min-width: 576px) {
  .nav-tabs.nav-style-border .nav-item .nav-link:after {
    bottom: -1px;
  }
}

.nav-tabs.nav-style-border .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}

.nav-tabs.nav-style-border .nav-item .nav-link:hover, .nav-tabs.nav-style-border .nav-item .nav-link.active {
  border-color: transparent;
  background-color: transparent;
}

@media (min-width: 768px) {
  .nav-tabs.nav-style-border .nav-item:first-child {
    margin-bottom: 0.94rem;
  }
}

@media (min-width: 992px) {
  .nav-tabs.nav-style-border .nav-item:first-child {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-style-border .nav-item:last-child {
  margin-bottom: 0;
}

/* Vertical Tabs */
.nav-tabs.nav-stacked {
  margin-right: 0;
  border-bottom: 0;
  border-right: none;
}

@media (min-width: 768px) {
  .nav-tabs.nav-stacked {
    border-right: 1px solid #e5e9f2;
    padding-right: 0;
  }
}

.nav-tabs.nav-stacked .nav-item {
  margin: 0 !important;
  float: none !important;
  display: block !important;
}

.nav-tabs.nav-stacked .nav-item .nav-link {
  padding: 0.75rem .94rem;
  margin-right: 0px;
  border-right: 0px;
  margin-right: -1px;
  border-color: transparent;
}

.nav-tabs.nav-stacked .nav-item .nav-link i {
  padding-right: 0.625rem;
}

.nav-tabs.nav-stacked .nav-item .nav-link.active {
  border: 1px solid #e5e9f2;
}

@media (min-width: 768px) {
  .nav-tabs.nav-stacked .nav-item .nav-link.active {
    border-right: 0px;
    border-radius: 0;
    border-top-left-radius: 0.38rem;
    border-bottom-left-radius: 0.38rem;
  }
  .nav-tabs.nav-stacked .nav-item .nav-link.active:before {
    top: 0;
    width: 2px;
    height: 100%;
    bottom: 0px;
  }
}

/*===== Toaster  =====*/
#toast-container {
  margin-top: 65px;
  right: 0;
  z-index: 999;
}

#toast-container .toast-success {
  background-color: #b80000;
  opacity: 1;
}

#toast-container > div {
  box-shadow: none;
}

#toast-container > div:hover {
  box-shadow: none;
}

/*===== TODO LIST ======*/
.todo-single-item {
  margin-bottom: 2.19em;
  position: relative;
}

.todo-single-item .task-content {
  white-space: nowrap;
  line-height: normal;
}

.todo-single-item .task-content span {
  margin-left: 1rem;
}

.todo-single-item > span {
  margin-left: 2rem;
  position: relative;
  display: inline-block;
  color: #000;
}

.todo-single-item > span.badge {
  color: #ffffff;
  transition: all 0.3s ease-in;
  display: inline-table;
}

@media (prefers-reduced-motion: reduce) {
  .todo-single-item > span.badge {
    transition: none;
  }
}

.todo-single-item.alert {
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

.todo-single-item i.mdi {
  width: 20px;
  height: 20px;
  border: 1px solid #d4d5db;
  border-radius: 50%;
  margin-right: 0.38rem;
  overflow: hidden;
  text-align: center;
  line-height: 1.3rem;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in;
}

@media (prefers-reduced-motion: reduce) {
  .todo-single-item i.mdi {
    transition: none;
  }
}

.todo-single-item i.mdi:hover {
  border-color: rgba(41, 204, 151, 0.5);
  background-color: rgba(41, 204, 151, 0.2);
  cursor: pointer;
}

.todo-input {
  display: none;
}

.todo-input input {
  margin-top: -0.31rem;
  border: none;
  font-size: 0.98rem;
  padding: 0.312rem 0.625rem;
}

.todo-input input:active, .todo-input input:focus {
  box-shadow: 0px 2px 8px rgba(27, 34, 60, 0.2);
}

.todo-single-item.finished > span {
  color: #8a909d;
  text-decoration: line-through;
}

.todo-single-item.finished > span.badge {
  text-decoration: none;
  background-color: #cfd0d8;
  color: #8a909d;
}

.todo-single-item.finished i.mdi {
  background-color: transparent;
  border-color: #d4d5db;
}

.todo-single-item.finished i.mdi:after {
  content: "\f12c";
  font-size: .75rem;
  color: #29cc97;
  font-family: "Material Design Icons";
  font-weight: bold;
}

.todo-single-item.finished .task-content span.badge {
  text-decoration: none;
  background-color: #cfd0d8;
  color: #8a909d;
}

.remove-task {
  transition: all .3s;
  fill: #cfd0d8;
  cursor: pointer;
}

.remove-task:hover {
  fill: rgba(254, 84, 97, 0.7);
}

.todo-form i.mdi {
  border-color: transparent;
  font-size: 20px;
  width: auto;
  height: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
}

@media (min-width: 992px) {
  .todo-form i.mdi {
    font-size: 25px;
  }
}

.todo-form i.mdi:hover {
  border-color: transparent;
  background-color: transparent;
}

/* Table borderless */
.table-borderless th,
.table-borderless td {
  border: 1px solid transparent;
}

.table-borderless thead th {
  border-bottom: 1px solid transparent;
  font-size: 0.81rem;
  color: #8a909d;
  font-weight: 400;
}

.table-borderless tbody tr a.link {
  color: #1b223c;
}

.table-borderless tbody tr a.link:hover {
  color: #b80000;
}

/* Card Table */
.card-table {
  margin-top: 3.12rem;
}

.card-table thead th {
  font-size: .88rem;
  font-weight: 400;
  padding: 0 1.90rem 1.25rem 0;
  color: #8a909d;
}

@media (min-width: 768px) {
  .card-table thead th {
    font-size: 1.06rem;
  }
}

.card-table tbody td {
  padding: 1.3rem 1.9rem 1.3rem 0;
  vertical-align: middle;
  margin: 0.625rem 0 0.625rem;
  font-size: 0.81rem;
}

@media (min-width: 768px) {
  .card-table tbody td {
    font-size: 0.98rem;
  }
}

.card-table tbody td a:hover {
  color: #b80000 !important;
}

.card-table tbody tr {
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .card-table tbody tr {
    transition: none;
  }
}

.card-table tbody tr td:first-child {
  color: #8a909d;
}

.card-table .avater {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

/* Customer Table */
.customer-table .media-image {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.customer-table .media-image img {
  max-width: 100%;
}

.customer-table .media-body h6 {
  font-size: 0.98rem;
  font-weight: 500;
}

/* Notification Block */
.notification-table .table-header {
  margin-bottom: 1.9rem;
}

.notification-table .media {
  max-width: 70%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.notification-table .media-icon {
  color: #ffffff;
  font-size: 1rem;
}

.notification-table .media-icon.cat-1 {
  background-color: #b80000;
}

.notification-table .media-icon.cat-2 {
  background-color: #29cc97;
}

.notification-table .media-icon.cat-3 {
  background-color: #fec400;
}

.notification-table .media-icon.cat-4 {
  background-color: #13cae1;
}

.notification-table .media-body a {
  font-size: 0.98rem;
  color: #1b223c;
  display: inline-block;
}

.notification-table .media-body a:hover {
  color: #b80000;
}

.notification-table .media-body p {
  font-size: .81rem;
}

/*===== WIDGETS =====*/
.widget-block {
  position: relative;
  padding: 1.9rem;
  margin-bottom: 1.9rem;
}

.widget-block.bg-primary {
  border-color: #b80000;
}

.widget-block.bg-primary p {
  color: rgba(255, 255, 255, 0.7);
}

.widget-block.bg-primary .progress {
  background: rgba(255, 255, 255, 0.5);
}

.widget-block.bg-warning {
  border-color: #fec400;
}

.widget-block.bg-warning p {
  color: rgba(255, 255, 255, 0.7);
}

.widget-block.bg-warning .progress {
  background: rgba(255, 255, 255, 0.5);
}

.widget-block.bg-danger {
  border-color: #fe5461;
}

.widget-block.bg-danger p {
  color: rgba(255, 255, 255, 0.7);
}

.widget-block.bg-danger .progress {
  background: rgba(255, 255, 255, 0.5);
}

.widget-block.bg-success {
  border-color: #29cc97;
}

.widget-block.bg-success p {
  color: rgba(255, 255, 255, 0.7);
}

.widget-block.bg-success .progress {
  background: rgba(255, 255, 255, 0.5);
}

.widget-block i {
  font-size: 1.38rem;
}

.widget-chart {
  height: 70px;
}

.widget-chart #barChart {
  width: 100%;
  height: 100%;
}

.widget-media {
  position: relative;
  padding: 1.9rem;
  margin-bottom: 1.9rem;
}

.widget-media .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}

.widget-media i {
  font-size: 1.38rem;
}

.widget-profile .card-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

/* Widgets Dropdown */
.widget-dropdown .dropdown-toggle {
  color: #8a909d;
  text-transform: uppercase;
}

.widget-dropdown .dropdown-toggle.icon-burger-mini {
  font-size: 1.5rem;
  position: relative;
}

.widget-dropdown .dropdown-toggle.icon-burger-mini:after {
  display: none;
}

.widget-dropdown .dropdown-toggle.icon-burger-mini:before {
  font-family: "Material Design Icons";
  content: "\F1D9";
}

.widget-dropdown .dropdown-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: 0px 5px 18px 0px rgba(229, 233, 242, 0.5);
  min-width: auto;
}

.widget-dropdown .dropdown-menu .dropdown-item {
  padding: 0.3125rem 1.25rem;
}

.widget-dropdown .dropdown-menu .dropdown-item a {
  font-size: 0.875rem;
  color: #8a909d;
  text-transform: capitalize;
}

.widget-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.widget-dropdown .dropdown-menu .dropdown-item:hover a {
  color: #b80000;
}

.header-fixed .github-link {
  position: fixed;
}

.header-fixed .github-link i {
  position: fixed;
}
