html, body {
    height: 100%;
    margin: 0;
}

.bg-orange {
    background: #e96e00 !important;
}
.bg-blue {
    background: #1f3d79 !important;
}
.bg-light-orange {
    background: #ffe9d6 !important;
}
.text-orange {
    color: #e96e00 !important;
}
.text-blue {
    color: #1f3d79 !important;
}
.text-light-orange {
    color: #ffe9d6 !important;
}
.navbar-nav .dropdown-menu {
    position: absolute !important;
}
.sticky-top {
z-index: 999;
height:100%;
}
.navbar-expand .navbar-nav-underline .nav-link.active {
    color: #e96e00 !important;
}
.nav-link:focus, .nav-link:hover {
    color: #e96e00 !important;
    text-decoration: none;
}
.navbar-nav-underline {
    --bs-nav-underline-height: 3px;
    --bs-nav-underline-color: transparent;
    --bs-nav-underline-link-hover-color: #e96e00 !important;
    --bs-nav-underline-link-active-color: #e96e00 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #e96e00 !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: #e96e00 !important;
}
.nav-tabs {
    --bs-nav-tabs-link-active-color: #e96e00 !important;
}
.dropdown-menu {
    --bs-dropdown-link-hover-color: #e96e00 !important;
    --bs-dropdown-link-hover-bg: #ffe9d6 !important;
    --bs-dropdown-link-active-color: #e96e00 !important;
    --bs-dropdown-link-active-bg: #ffe9d6 !important;
}
body {
    color: black !important;
    font-family: "Public Sans", sans-serif;
}
.page-content{
    /* height: calc(100vh - 83px) !important; */
    padding-top: 0rem;
    padding-bottom: 1rem;
}
.navbar + .page-content{
    /* height: calc(100vh - 162px) !important; */
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.page-content-hero{
    /* height: calc(100vh - 83px) !important; */
    padding-top: 0rem;
    padding-bottom: 1rem;
}
.navbar + .page-content-hero{
    /* height: calc(100vh - 162px) !important; */
    padding-top: 0rem;
    padding-bottom: 1rem;
}
.public-sans-black {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal !important;
}
.public-sans-bold {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal !important;
    font-weight: 700;
}
/* Card CheckBoxs */ 
.card-checkbox label {
	width: 100%;
	font-size: 1rem;
}
.card-input-element+.card {
	height: calc(36px + 2*1rem);
	color: rgb(30, 61, 120);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid transparent;
	border-radius: 4px;
  }
  
  .card-input-element+.card:hover {
	cursor: pointer;
  }
  
  .card-input-element:checked+.card {
	border: 2px solid #e96e00;
	-webkit-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
  }
  
  .card-input-element:checked+.card::after {
	content: '\f00c';
	color: #e96e00;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 24px;
	-webkit-animation-name: fadeInCheckbox;
	animation-name: fadeInCheckbox;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @-webkit-keyframes fadeInCheckbox {
	from {
	  opacity: 0;
	  -webkit-transform: rotateZ(-20deg);
	}
	to {
	  opacity: 1;
	  -webkit-transform: rotateZ(0deg);
	}
  }
  
  @keyframes fadeInCheckbox {
	from {
	  opacity: 0;
	  transform: rotateZ(-20deg);
	}
	to {
	  opacity: 1;
	  transform: rotateZ(0deg);
	}
  }
/* Scoped CSS for the fleet-table */
.fleet-table .fixed-width {
    width: 88px !important;  /* Adjust as needed for consistent width */
    max-width: 88px !important;
}
.table-dark {
    --bs-table-color: #fff !important;
    --bs-table-bg: #252525 !important;
}
.table-invoice {
    border-spacing: 0;
    font-size: 0.875rem;
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-collapse: collapse; 
    padding: .5rem .5rem;
}
.table-invoice .table-dark {
    color: #fff;
    background: #252525;
}
.table-invoice th {
    font-weight: 500;
}
.table-invoice tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
.table-invoice tr {
    border-bottom: 0.5pt solid #dcdfe4 !important;
}
.table-invoice td {
    padding-top:10px;
    padding-bottom:10px; 
    padding-right:5px;   
}
.table-invoice td:first-child {
    padding-left:5px;
    padding-right:0;
}
/* Custom btn */
.btn-orange {
    color: #e96e00 !important;
	background-color: #ffe9d6 !important;
  	border-color: #ffe9d6 !important;
}

.btn-orange:hover {
	color: #fff !important;
	background-color: #e96e00 !important;
	border-color: #e96e00 !important;

}
.btn-primary {
    color: #e96e00 !important;
	background-color: #ffe9d6 !important;
  	border-color: #ffe9d6 !important;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #e96e00 !important;
	border-color: #e96e00 !important;

}
btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: white !important;
    background-color: #e96e00 !important;
  	border-color: #e96e00 !important;
}
/* Card Radio */
.card-radio-group .card {
    cursor: pointer;
}
.card-radio-group input[type="radio"] {
    display: none;
}
.card-radio-group input[type="radio"]:checked + .card {
    background: #e96e00;
    color: white;
    box-shadow: 0 0 10px rgba(213, 32, 39, 0.25);
}
/* User Flags */
.flag {
    font-size: 0.75rem;
    min-height: 22px;
    min-width: 22px;
    text-align: center;
    padding: 0.25rem;
}

.fixed-main {
top: 70px !important; 
}

.scroll-main {
margin-top: 75px !important;
}

@media (max-width: 767.98px) {
    .scroll-main {
    margin-bottom: 52px !important ;
    }
}

::-webkit-scrollbar {
    width: 6px;
    background: #dcdfe4;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #afb3b4;
}

.breadcrumb-item + .breadcrumb-item::before{
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f054" !important;
}
input.picker[type="date"] {
  position: relative;
}

input.picker[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}
/* Radio Cards */
input[type="radio"].btn-check:checked + label.card {
  border: 2px solid #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
/* Cropper */
.cropper-container-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
/* Modal */
.modal-footer {
  border-top: none !important;
}
/* Badge */
.text-bg-outline-dark {
  color: RGBA(9,30,66,1) !important;
  background-color: white !important;
  border: var(--bs-border-width) var(--bs-border-style) RGBA(9,30,66,1) !important;
}