body {
  font-size: 0.875rem;
}

body.login-page {
  background: #667db6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #667db6,
    #0082c8,
    #0082c8,
    #667db6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #667db6,
    #0082c8,
    #0082c8,
    #667db6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a {
  color: #17a2b8;
}


/* Hide the spinner arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Optionally, adjust the input's appearance to compensate for the removed spinner */
input[type="number"] {
  -moz-appearance: textfield; /* For Firefox */
  appearance: textfield;
}

a:hover,
a:focus {
  color: #117a8b;
}

.table td,
.table th {
  padding: 0.6rem;
}

.upperNav {
  display: flex;
  align-items: center;
  height: 8rem;
}

.upperHeadingText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.palika-logo {
  min-width: 120px;
}

.red {
  color: #ff0000;
}

.blue {
  color: rgb(36 96 185);
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo .logo-text {
  margin-left: 16px;
  text-align: center;
}

.login-box {
  margin-top: 26px;
  min-width: 400px;
}

.navbar-white {
  background-color: #2460b9;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(239 240 243);
}

.main-sidebar,
.main-sidebar::before {
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 210px;
}

.layout-navbar-fixed .wrapper .brand-link {
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: width 0.3s ease-in-out;
  width: 210px;
  z-index: 1035;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
  transition: width 0.3s ease-in-out;
  width: 210px;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
  width: calc(210px - 0.5rem * 2);
  transition: width ease-in-out 0.3s;
}

@media (min-width: 992px) {
  .sidebar-mini.sidebar-collapse
    .main-sidebar:not(.sidebar-no-expand).sidebar-focused,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover {
    width: 210px;
  }

  .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
    width: 210px;
  }
}

@media (min-width: 768px) {
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .main-footer,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 210px;
  }
}
.select2-selection.select2-selection--single {
  min-height: 36px;
}

.remove-button {
  top: -10px;
  right: 0;
}
div.dt-buttons {
  position: absolute !important;
  left: 0;
}

/* Dashboard Styles */
 .dashboard-chart-container{
  position: relative;
}
.fiscal-year-select-container {
  width: 144px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
}
