/*!
Theme Name: Vesuvio Admin Template
Theme URL: 
Author: Niraj Shakya
Author URI: www.nirajshakya.com
Description: 
Version: 1.0.0 
Text Domain: Vesuvio Admin Template
Tags: vesuvio, admin 
Company site: wwww.vesuviois.com
*/
/*    Example
  .theme-button {
    background-color: theme(icon, link);
    font-weight: theme(text-weight,heavy);
  } */
body {
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "PT Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #E1E5EA;
  zoom: initial !important;
}

.sidebar .navbar-nav .dropdown-menu {
  position: static;
}

.slimScrollBar {
  opacity: 0.15 !important;
}

.slimScrollDiv .slimScrollBar {
  display: none !important;
}

.slimScrollDiv:hover .slimScrollBar {
  display: block !important;
}

.copyright {
  position: fixed;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0.5;
}

.tooltip-demo a {
  white-space: nowrap;
}

.bd-example-tooltip-static .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}

.social a {
  color: rgba(0, 0, 0, 0.6);
}

.social a:hover {
  text-decoration: none;
  color: #1468bd;
}

.social a i {
  font-size: 1.8rem;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
}

h1,
.h1 {
  font-size: 3.4rem;
}

h2,
.h2 {
  font-size: 2.8rem;
}

h3,
.h3 {
  font-size: 2.4rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

a {
  color: #1468bd;
}

h6 {
  font-weight: 600;
}

.text-blue {
  color: #3097EF;
}

.text-red {
  color: #F36965;
}

.text-green {
  color: #0ACC8F;
}

.text-neon {
  color: #47DEEF;
}

.text-yellow {
  color: #F2BB3A;
}

.text-support {
  color: rgba(0, 0, 0, 0.6);
}

.card {
  border: none;
  border-radius: 0.375rem;
}

.card-header {
  background: none;
  border-bottom: none;
}

.card-body {
  padding: 2rem;
}

.card-footer {
  background: none;
  border-top: none;
}

@media (min-width: 1025px) {
  .card-columns {
    column-count: 4;
  }
}

.card-focaldata {
  font-size: 2.8rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
}

.border-zero {
  border: none;
}

.bg-none {
  background: none !important;
}

.chart-height-A {
  height: 230px;
}

.text-small {
  font-size: 1.2rem;
}

.dbox-height-lg {
  height: 800px;
}

.dbox-height-md {
  height: 600px;
}

.dbox-height-sm {
  height: 405px;
}

.handheld-on {
  display: none;
}

@media (max-width: 767px) {
  .handheld-on {
    display: block;
  }
}

.handheld-off {
  display: none;
}

@media (min-width: 768px) {
  .handheld-off {
    display: block;
  }
}

.small,
small {
  font-size: 1.2rem;
}

.box {
  background: #fff;
  border-radius: 0.375rem;
}

.box-hollow {
  border: 5px solid #fff;
  padding: 0.5rem 0.5rem 0;
}

@media (min-width: 769px) {
  .box-hollow {
    padding: 2.5rem 2.5rem 0;
  }
}

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bottom-zero {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.loading-sm {
  height: 24px;
}

.loading-md {
  height: 34px;
}

.loading-lg {
  height: 48px;
}

.close {
  font-size: 2.5rem;
}

.badge {
  font-size: 1.2rem;
  font-weight: normal;
}

.breadcrumb {
  background: #e1e6ea;
}

.mx-height-md {
  max-height: 610px;
  overflow: auto;
}

.panel {
  background: #EDF6FA;
}

@media (min-width: 1025px) {
  .panel {
    height: 475px;
  }
}

.navbar {
  display: block;
}

@media (max-width: 767px) {
  .navbar {
    padding: 0;
  }
}

.navbar-nav {
  width: 100%;
  padding-bottom: 115px;
}

.nav-item .nav-link {
  /* width: 230px; */
}

@media (min-width: 768px) {
  .nav-item .nav-link {
    padding: 1rem 1.6rem !important;
  }
}

.nav-item .nav-link-label {
  transition: all 0.3s;
}

.nav-item .nav-link i {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .navbar-brand {
    margin-right: 0;
  }
}

.navbar-brand.handheld-on {
  background: #232C3B;
}

@media (max-width: 767px) {
  .navbar-brand.handheld-on img {
    height: 42px;
  }
}

.navbar-brand .brand-icon {
  background: yellow;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: black;
  display: none;
  font-size: 2.4rem;
  border-radius: 50%;
  margin: auto;
}

.navbar-brand .brand-icon img {
  max-width: 100%;
}

.navbar-toggler {
  background: #232C3B;
  border-radius: 0;
  color: #fff;
  font-size: 1.7rem;
  padding: .25rem 1.6rem;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler:focus {
  outline: none;
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: fixed;
    top: 48px;
    left: 0;
    padding: 2.5rem;
    height: 100vh !important;
    background: #232C3B;
    width: 250px;
    z-index: 999;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
}

.navbar-collapse.show {
  transform: translateX(0px);
}

/* top navigation */
.navbar-top {
  background: #fff;
}

@media (max-width: 767px) {
  .navbar-top {
    background: #232C3B;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}

.navbar-top ul {
  list-style: none;
}

.navbar-top .dropdown-menu.dropdown-menu-right {
  transform: none !important;
  top: 100% !important;
  right: 10px !important;
  left: auto !important;
}

.user-item {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.user-item.large {
  width: 110px;
  height: 110px;
}

.user .notification i {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .user .notification i {
    color: rgba(255, 255, 255, 0.6);
  }
}

.user .user-item {
  width: 26px;
  height: 26px;
}

.notification .dropdown-toggle::after {
  display: none;
}

.expand-icon {
  float: right;
  margin-top: 3px;
}

.nav-link .expand-icon {
  transform: rotate(180deg);
}


.nav-link.collapsed .expand-icon {
  transform: rotate(0deg);
}

.sub-menu {
  padding-left: 30px;
}

.sub-menu > li > a {
  padding: 0.2rem 0;
  display: block;
  color: #fff;
  opacity: 0.6;
  font-size: 1.3rem;
  border-left: 1px solid;
  padding-left: 16px;
}

.sub-menu > li > a:hover {
  opacity: 1;
  text-decoration: none;
}

.sub-menu > .active > a {
  opacity: 1;
}

.menu-level1 a {
  color: #fff !important;
}

.menu-level1.collapsed a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.menu-level1.collapsed a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.menu-level1.collapsed.active a {
  color: white !important;
}

.flying-nav {
  font-size: 2rem;
}

@media screen and (min-height: 768px) and (min-width: 767px) {
  .flying-nav {
    position: fixed !important;
    bottom: 10px;
    left: 200px;
  }
}

.flying-nav a.nav-link {
  width: auto;
}

.sidelist {
  margin-bottom: 1px;
  list-style: none;
}

.sidebar-sticky .navbar {
  padding: .5rem 0 1.8rem;
}

.flying-nav {
  font-size: 2rem;
}

@media screen and (min-width: 767px) {
  .flying-nav {
    position: fixed !important;
    bottom: -1px;
    left: 0px;
    background: #232C3B;
    width: 250px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 999;
  }
}

.flying-nav a.nav-link {
  width: auto;
  text-align: right;
}

.sidebar-collapse .flying-nav {
  width: 65px;
  transition: all 0.1s ease;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.form-control {
  font-size: 1.4rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-action-controls {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  /* margin-left: 250px; */
  /* height: 60px; */
  padding: 6px 6px 8px;
  text-align: right;
  box-shadow: 0 -5px 13px rgba(0, 0, 0, 0.1);
  width: calc(100% - 250px);
}

@media (max-width: 767px) {
  .form-action-controls {
    width: 100%;
  }
}

.form-action-controls .btn {
  margin: 5px;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
  padding: 0.4rem;
}

.valid-feedback, .invalid-feedback {
  font-size: 1.2rem;
}

.custom-select {
  height: auto;
  font-size: inherit;
}

.input-group-text {
  font-size: 1.4rem;
}

.accordion .card {
  border-bottom: 1px solid #dee2e6 !important;
}

.accordion .card:last-child {
  border-bottom: none !important;
}

.accordion .card-header {
  padding: 0;
  cursor: pointer;
}

.accordion .card-header-item {
  padding: 2rem;
  color: #1468bd;
}

.accordion .card-header-item .accordion-indicator i.fa-plus {
  display: none;
}

.accordion .card-header-item .accordion-indicator i.fa-minus {
  display: block;
}

.accordion .card-header-item.collapsed {
  color: #000;
}

.accordion .card-header-item.collapsed .accordion-indicator i.fa-plus {
  display: block;
}

.accordion .card-header-item.collapsed .accordion-indicator i.fa-minus {
  display: none;
}

.accordion .card-header-item:hover {
  color: #1468bd;
}

.accordion .card-body {
  padding: 0.5rem 2rem 2rem;
}

.dropdown-menu {
  font-size: 1.3rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  margin-top: 20px !important;
}

.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
}

.dropdown-lg {
  width: 340px;
}

.dropdown-md {
  width: 300px;
}

.dropdown-sm {
  width: 240px;
}

@media (max-width: 480px) {
  .dropdown-lg {
    width: 200px !important;
  }
}

.arrow-none:after {
  display: none;
}

@media (max-width: 480px) {
  .navbar-top .notification .dropdown-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 38px !important;
    margin: auto;
  }
}

.goto-btn {
  height: 46px;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #2a2a2a;
  padding: 0 2rem;
}

.goto-list {
  width: 200px;
  border-radius: 0 3px 3px 0;
}

.btn {
  font-size: 1.4rem;
}

.btn-primary {
  background-color: #2994FF;
  border-color: #2994FF;
}

.btn-group-lg > .btn {
  font-size: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-group-md > .btn {
  font-size: 1.6rem;
  padding: 0.7rem 1.5rem;
}

.btn-lg {
  font-size: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-md {
  font-size: 1.6rem;
  padding: 0.7rem 1.5rem;
}

.btn-rounded {
  border-radius: 25px;
}

.btn-fly-r {
  position: absolute;
  top: 0px;
  right: 20px;
}

.main-search {
  position: relative;
}

@media (max-width: 767px) {
  .main-search {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 25px;
  }
}

@media (max-width: 479px) {
  .main-search {
    display: none !important;
  }
}

.main-search .form-control {
  padding-left: 45px;
  border: none;
  position: relative;
  background: transparent;
  z-index: 1;
  border-radius: 0;
  transition: all 0.3s ease;
}

.main-search .form-control:hover {
  background: rgba(0, 0, 0, 0.1);
}

.main-search .form-control:focus {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.2);
  width: 150%;
}

.main-search .fa-search {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 1.6rem;
  z-index: 0;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .main-search .fa-search {
    color: rgba(255, 255, 255, 0.6);
    top: 16px;
  }
}

.notification-head {
  padding: 8px 16px;
}

.notification-head a {
  color: #000;
}

.notification-badge {
  position: absolute;
  top: -7px;
  right: 5px;
  min-width: 14px;
  max-width: 50px;
  font-size: 11px;
  background: #F36965;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1px 3px;
  border-radius: 25px;
}

.notification-body .notification-item {
  display: inline-block;
}

.notification-body .notification-item:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.notification-msg a {
  display: inline-block;
  color: #000;
}

.notification-msg a:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.notification-foot {
  padding: 8px 16px;
  border-top: 1px solid #eee;
}

.notification .media {
  padding: 10px 16px;
}

.notification .media-img {
  margin-right: 8px;
  margin-top: 3px;
}

.notification .media-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.notification .media .circle {
  border-radius: 50%;
  height: 38px;
  width: 38px;
  overflow: hidden;
}

.notification .media p {
  margin-bottom: 0;
}

.quickstats {
  position: relative;
}

.quickstats h6 {
  font-size: 1.4rem;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 70%;
}

.quickstats-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(0, 0, 0, 0.6);
}

.quickstats-data {
  margin-top: 43px;
}

.table-custom tr:first-child td {
  border: none;
}

.table-custom tr td {
  vertical-align: middle;
  padding: 1rem 0.7rem;
}

.table-custom thead th {
  border-top: none;
  border-bottom: 1px solid #d4d4d4;
}

.table-lg thead th:first-child {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.table-lg tr td:first-child {
  padding: 1.4rem 1.6rem;
}

.table-hover tbody tr:hover {
  background-color: #EBEFF2;
}

.td-controls {
  max-width: 75px;
}

.td-controls a {
  color: rgba(0, 0, 0, 0.6);
}

.td-controls a:hover {
  color: #1468bd;
}

.td-controls > a {
  padding: 0 1rem;
  margin: 0 0.5rem;
}

.td-controls .dropdown {
  padding: 0 1rem;
  margin: 0 0.5rem;
}

.td-controls .dropdown-toggle::after {
  display: none;
}

.page-link {
  padding: .7rem 1rem;
}

.dataTables_length {
  padding: 0.3rem 0;
}

.dataTables_length .custom-select {
  padding: 0.5rem 1.5rem !important;
}

.dataTables_filter, .dataTables_info, .dataTables_paginate {
  padding: 1.3rem 0;
}

.text-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-list li {
  border-bottom: 1px solid #dee2e6;
}

.text-list li:last-child {
  border-bottom: none;
}

.text-list li a {
  padding: 1rem 0;
  display: block;
  color: #000;
}

.form-userinput {
  width: 100%;
  padding: 50px 50px 50px;
  margin: auto;
  background: #fff;
}

@media (min-width: 481px) {
  .form-userinput {
    max-width: 450px;
    border-radius: 6px;
    margin-top: 100px;
  }
}

.form-userinput .checkbox {
  font-weight: 400;
}

.form-userinput .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 12px 0;
  margin-bottom: 18px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: all 0.3s ease;
}

.form-userinput .form-control:focus {
  z-index: 2;
}

.form-userinput input[type="email"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-userinput input[type="password"] {
  margin-bottom: 20px;
  padding-right: 33px;
}

.form-userinput .brand {
  background: #232C3B;
  margin: -50px -50px 0;
  min-height: 80px;
}

@media (min-width: 481px) {
  .form-userinput .brand {
    border-radius: 6px 6px 0 0;
  }
}

.form-userinput .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #4C86C1;
}

.password {
  position: relative;
}

.password i {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 3;
  color: #ccc;
}

.password i:hover {
  color: #000;
}

.nav-tabs.nav-tabs-custom .nav-link {
  border: none;
  position: relative;
  color: #000;
}

.nav-tabs.nav-tabs-custom .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
}

.nav-tabs.nav-tabs-custom .nav-link:hover {
  border: none;
}

.nav-tabs.nav-tabs-custom .nav-link:hover:before {
  background: #2994FF;
}

.nav-tabs.nav-tabs-custom .nav-link.active {
  border: none;
  color: #1468bd;
  font-size: 16px;
  font-weight: bold;
}

.nav-tabs.nav-tabs-custom .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #2994FF;
}

.nav-tabs.nav-tabs-custom .nav-item.show .nav-link:before {
  background: #2994FF;
}

.modal-header, .modal-body, .modal-footer {
  padding: 1.4rem 2.4rem;
}

.sticky-suppertop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}

@media (min-width: 769px) {
  .sticky-suppertop {
    left: 250px;
    width: calc(100% - 250px);
  }
}

@media (min-width: 769px) {
  .sticky-suppertop + .main-content {
    padding-top: 70px;
  }
}

.sticky {
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 46px;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
  .sticky {
    left: 250px;
    width: calc(100% - 250px);
  }
}

.sticky .container {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.sticky h3.mb-5 {
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  .sticky.page-head {
    padding: 8px 0;
  }
}

@media (max-width: 767px) {
  .sticky.page-head h3 {
    margin-bottom: 0 !important;
  }
}

.sticky + .page-body {
  padding-top: 102px;
}

.color-pick .dropdown-toggle {
  display: block;
  height: 30px;
  background: #9AFAC1;
  border: none;
  transition: all 0.3s ease;
  background: -webkit-linear-gradient(top left, #EF2E2E, #EE68E9, #463CD6);
  background: -moz-linear-gradient(top left, #EF2E2E, #EE68E9, #463CD6);
  background: linear-gradient(top left, #EF2E2E, #EE68E9, #463CD6);
}

@media (min-width: 769px) {
  .color-pick .dropdown-toggle {
    width: 30px !important;
  }
}

.color-pick .dropdown-toggle::after {
  display: none;
}

.color-pick .dropdown-menu {
  width: 142px;
  height: 116px;
  padding: 5px;
}

.color-pick .dropdown-item {
  padding: 0;
  width: auto;
  clear: initial;
  display: block;
  border: 1px solid #fff;
  float: left;
  transition: all 0.3s ease;
}

.color-pick .dropdown-item:hover {
  border-color: #fff;
}

.color-pick .dropdown-item.active, .color-pick .dropdown-item:active {
  background-color: transparent;
}

.color-pick .btn-primary:not(:disabled):not(.disabled).active, .color-pick .btn-primary:not(:disabled):not(.disabled):active, .color-pick .show > .btn-primary.dropdown-toggle {
  border: none;
  background: -webkit-linear-gradient(top left, #EF2E2E, #EE68E9, #463CD6);
  background: -moz-linear-gradient(top left, #EF2E2E, #EE68E9, #463CD6);
  background: linear-gradient(top left, #EF2E2E, #EE68E9, #463CD6);
}

.color {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  cursor: pointer;
}

.color.berryred {
  background: #EF3A53;
}

.color.blue {
  background: #44A4F8;
}

.color.neon {
  background: #3BD593;
}

.color.dullpurple {
  background: #CF92DE;
}

.color.brightred {
  background: #FF6D4F;
}

.color.yellow {
  background: #FFB636;
}

.color.gold {
  background: #A88240;
}

.color.pink {
  background: #F66DAD;
}

.color.darkblue {
  background: #0C9CBA;
}

.color.green {
  background: #93D549;
}

.color.purlple {
  background: #9869E8;
}

.color.grey {
  background: #68655F;
}

.color.darkestblue {
  background: #3C598B;
}

.color.darkgreen {
  background: #5E8B3C;
}

.color.lightpink {
  background: #FB85F7;
}

.color.black {
  background: #000000;
}

.color.satpurple {
  background: #5D44C2;
}

.color.lightblue {
  background: #13BDF2;
}

.color.dullgreen {
  background: #9AA591;
}

.color.orange {
  background: #F97F22;
}

.bg-dark {
  background: #232C3B !important;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 250px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
}

.sidebar .slimScrollDiv {
  height: auto !important;
}

@media (min-width: 768px) {
  .sidebar .slimScrollDiv {
    height: 100vh !important;
    width: 100% !important;
  }
}

.sidebar .navbar-nav {
  height: 100vh !important;
}

.sidebar-sticky {
  height: auto !important;
}

@media (min-width: 768px) {
  .sidebar-sticky {
    position: fixed;
    top: 0;
    width: 250px !important;
    height: 100vh !important;
    padding-top: .5rem;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    /* Scrollable contents if viewport is shorter than content. */
  }
}

@media (min-width: 768px) {
  .sidebar-sticky.bg-dark {
    background: transparent;
  }
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  text-transform: uppercase;
}

.sidebar-collapse .sidebar .slimScrollDiv {
  width: 65px !important;
  overflow: initial !important;
}

@media (min-width: 769px) {
  .sidebar-collapse .main {
    margin-left: 65px;
  }
}

.sidebar-collapse .navbar-brand {
  margin-right: initial;
}

.sidebar-collapse .navbar-brand > img {
  display: none;
}

.sidebar-collapse .navbar-brand .brand-icon {
  display: block;
}

.sidebar-collapse .navbar-nav {
  overflow: initial !important;
}

.sidebar-collapse .sidebar {
  width: 65px !important;
}

.sidebar-collapse .sidebar-sticky {
  width: 65px !important;
  overflow: initial !important;
}

.sidebar-collapse .sidebar-sticky .nav-item {
  position: relative;
}

.sidebar-collapse .sidebar-sticky .nav-link {
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 1rem !important;
  width: auto;
}

.sidebar-collapse .sidebar-sticky .nav-link-label {
  display: none;
}

.sidebar-collapse .sidebar-sticky .expand-icon {
  transform: rotate(-90deg);
  position: absolute;
  top: 13px;
  right: 0px;
}

.sidebar-collapse .sidebar-sticky .sidebar-heading {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar-collapse .sidebar-sticky .sidebar-heading span, .sidebar-collapse .sidebar-sticky .sidebar-heading a {
  display: none !important;
}

.sidebar-collapse .sidebar .sub-menu {
  position: absolute;
  left: 55px;
  top: 0;
  z-index: 999;
  width: 170px;
  background: #000;
  padding: 10px 10px 10px 0;
}

.sidebar-collapse .sidebar .sub-menu > .sidelist > a {
  position: relative;
}

.sidebar-collapse .sidebar .badge {
  position: absolute;
  top: 0;
  right: 0;
}

.main {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media (min-width: 768px) {
  .main {
    margin-left: 250px;
    min-height: 80vh;
  }
}

.main-content {
  padding: 40px 1px;
}

@media (min-width: 769px) {
  .main-content {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .main-content {
    margin-top: 10px;
  }
}

.empty-state {
  padding: 0 16px;
}

@media (min-width: 481px) {
  .empty-state {
    width: 570px;
    margin: auto;
  }
}

@media (max-width: 1023px) {
  .profile .border-right {
    border-right: none !important;
  }
}

.timeline-y {
  position: relative;
  min-height: 60vh;
}

@media (max-width: 767px) {
  .timeline-y {
    padding: 1rem 0;
  }
}

.timeline-y:before {
  content: '';
  width: 4px;
  height: 100%;
  background: #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  border-radius: 25px;
}

.timeline-y-item {
  position: relative;
  margin: 2px 0;
}

.timeline-y-anchor {
  width: 12px;
  height: 12px;
  position: absolute;
  left: calc(50% - 6px);
  top: 4px;
  display: block;
  background: #2994FF;
  border: 2px solid #f3f5f6;
  border-radius: 50%;
}

@media (min-width: 769px) {
  .timeline-y-anchor {
    top: 20px;
  }
}

.timeline-y-databox {
  padding: 2rem 0;
  position: relative;
}

@media (min-width: 769px) {
  .timeline-y-databox {
    padding: 1rem 0;
    width: 30%;
  }
}

@media (min-width: 769px) {
  .timeline-y-databox.left {
    float: left;
    margin-left: 10%;
  }
}

@media (min-width: 769px) {
  .timeline-y-databox.left .box:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #fff;
  }
}

@media (min-width: 769px) {
  .timeline-y-databox.right {
    float: right;
    margin-right: 10%;
  }

  .timeline-y-databox.right:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13.9px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}

@media (min-width: 769px) {
  .timeline-y-databox.right .box:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13.9px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}

.infoIcon-size {
    font-size: 1.3rem !important;
}

.dropdown-small {
    width: 300px;
}

.user .support-request {
    width: 50px;
}

    .user .support-request .nav-link {
        padding: 0;
        width: 20px;
    }

    .user .support-request i {
        font-size: 2rem;
        color: rgba(0, 0, 0, 0.6);
    }

@media (max-width: 767px) {
    .user .support-request i {
        color: rgba(255, 255, 255, 0.6);
    }
}

.modal {
    background-color: rgba(155, 155, 155, .75);
}

    .modal .modal-dialog {
        max-width: 1000px;
    }

        .modal .modal-dialog .modal-content {
            box-shadow: 0 0 3px 1px #A3ACAB;
        }

            .modal .modal-dialog .modal-content .modal-header {
                padding-block: 6px;
                padding-inline: 8px;
                background: #232C3B;
                box-shadow: 0 0 3px 1px #A3ACAB;
            }

                .modal .modal-dialog .modal-content .modal-header .modal-title {
                    display: flex;
                    flex-direction: row;
                    gap: 5px;
                    color: #FFF;
                }

                .modal .modal-dialog .modal-content .modal-header .btn-close {
                    border: 1px solid #F5F5F5;
                    border-radius: 3px;
                    background-color: #F5F5F5;
                    height: 24px;
                    width: 24px;
                }

                    .modal .modal-dialog .modal-content .modal-header .btn-close:hover {
                        border: 1px solid gray;
                        background-color: #F0F0F0;
                    }

                    .modal .modal-dialog .modal-content .modal-header .btn-close i {
                        color: #232C3B;
                    }

            .modal .modal-dialog .modal-content .modal-body {
                padding: 8px;
            }

            .modal .modal-dialog .modal-content .modal-footer {
                padding: 8px;
                box-shadow: 0 0 3px 1px #A3ACAB;
            }

                .modal .modal-dialog .modal-content .modal-footer .btn {
                    height: 30px;
                }

.validation-group .validation-result {
    padding-inline: 8px;
    padding-block-end: 8px;
    color: red;
}

/* Bootstrap 4.2.1 -> 4.6.2 difference */
.btn-group-vertical > .btn, .btn-group > .btn {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-default {
    background-color: buttonface;
}

/* DataTable style fixes */
.dt-container .table {
    text-wrap-mode: nowrap;
}

    .dt-container .table td.column-allow-wrap {
        text-wrap-mode: wrap;
    }

.dt-container .row {
    align-items: center;
}

    .dt-container .row .dt-length select {
        padding-inline-end: 1.8rem;
    }

    .dt-container .row .pagination {
        justify-content: flex-end;
    }

.dt-container .dt-processing div {
    display: none;
}