body {
  font-size: 0.875rem;
  background-color: #f4f3ef;
}

main {
  background-color: #f4f3ef;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  background-color: #fff;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  overflow-y: scroll !important;
/*max-height: 100vw !important;*/

}

@media (max-width: 767.98px) {
  .sidebar {
    /*top: 6rem;*/
  }
  .sidebar .nav {
    font-size: 1.4rem !important;;
  }
  
}



.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav {
  font-size: 1.2rem;
}



.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}



/*
 * CARDS
 */

 .card {
  border-radius: 12px;
  box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  border: 0 none;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}


.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}


.card .card-header:not([data-background-color]) {
  background-color: transparent;
}
.card .card-header {
  padding: 15px 15px 0;
  border: 0;
}
.card .card-header {
  padding: 15px 15px 0;
  border: 0;
}


.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}


.card .card-body {
  padding: 15px 15px 10px 15px;
}

.card-stats .card-body {
  padding: 15px 15px 0px;
}


.card-title {
  margin-bottom: .75rem;
}
.card .card-header .card-title {
  margin-top: 10px;
}



.card-stats .card-body .numbers {
  text-align: right;
  font-size: 2em;
}
.card .numbers {
  font-size: 2em;
}

.card-stats .card-body .numbers .card-category {
  color: #9A9A9A;
  font-size: 16px;
  line-height: 1.4em;
}
.card-stats .card-body .numbers p {
  margin-bottom: 0;
}



.category, .card-category {
  /* text-transform: capitalize; */
  font-weight: 400;
  color: #9A9A9A;
  font-size: 0.7142em;
}

.card-category {
  font-size: 1em;
}


.card-stats .card-footer {
  padding: 0px 15px 15px;
}
.card .card-footer {
  background-color: transparent;
  border: 0;
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-stats .card-footer .stats {
  color: #9A9A9A;
}

.card-stats .icon-big {
  font-size: 3em;
  min-height: 64px;
}

.card-stats .icon-big .feather {
  width: 40px;
  height: 40px;
  vertical-align: text-top;
}


.card-trips .icon-big .feather {
  width: 40px;
  height: 40px;
  vertical-align: text-top;
}

.card-trips .icon-big .bi {
  vertical-align: text-top;
  font-size: 32px;
}

.card-trips .numbers {
  font-size: 1.6em;
}

.card-trips .numbers-big {
  font-size: 2.5em;
  font-weight: bold;
}

.icon-warning {
  color: #fbc658;
}

.icon-success {
  color: #6bd098;
}

.icon-danger {
  color: #eb5459;
}

.card-stats .card-footer hr {
  margin-top: 10px;
  margin-bottom: 15px;
}



.text-warning, a.text-warning:focus, a.text-warning:hover {
  color: #fbc658 !important;
}

.text-warning {
  color: #ffc107!important;
}



/* .table-success {
  color: #6bd098;
} */


/*
 * DASHBOARD
 */
.dashboard .fa{
  padding-top: 10px;
}

.container-dashboard{
  padding-left: 10px;
}


.container-dashboard .col{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.btn-dashboard {
  width: 100px !important;
  height: 80px !important;
}


/*
 * Calendar
 */

@media (max-width: 767.98px) {
  .fc-dayGridMonth-button
  ,.fc-timeGridWeek-button
  ,.fc-timeGridDay-button
  ,.fc-today-button {
    display: none !important;
  }  
}


/*
 * trip
 */

#col-action{
  width: 100px;
}

.form-check{
  padding-left: 0em;
}

.form-label{
  padding-top: 10px;
}

@media (max-width: 767.98px) {
  #btn-edit
  ,#btn-delete
  ,#col-hours
  ,#col-period
  ,#col-type {
    display: none !important;
  }  
  #col-action{
    width: auto;
  }



}
 

