/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 55px;
}

.main-menu .navbar-header .navbar-brand {
  margin-top: auto;
}

.feather.feather-home, .feather.feather-codepen, .feather.feather-trending-up {
  width: 1.5rem;
  height: 1.5rem;
}

.auth-wrapper.auth-cover .brand-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.disabled-avatar-bg {
  background-color: transparent !important;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  width: 280px;
}

@media (min-width: 992px) {
  .vertical-layout.vertical-menu-modern .main-menu {
    width: 280px;
  }
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
  content: "";
}

.copyright-dev a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.copyright-dev a svg {
  height: 14px;
  width: 22px;
  margin: 0px 3px 5px 5px;
}

.copyright-dev a svg path:nth-child(1),
.copyright-dev a svg path:nth-child(3),
.copyright-dev a svg path:nth-child(4) {
  fill: #9a9fa6;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.copyright-dev a p {
  color: #9a9fa6;
  margin-bottom: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.copyright-dev a:hover svg path:nth-child(1),
.copyright-dev a:hover svg path:nth-child(3),
.copyright-dev a:hover svg path:nth-child(4) {
  fill: #fff;
}

.copyright-dev a:hover p {
  color: #ffffff;
  text-decoration: none;
}

.fz-2em {
  font-size: 2em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
  content: "";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  content: "";
}
