:root{
    --dashboard-backgorund-color:#f0f0f0;
    --dataTable-th-primary-color:#0277bd;
    --border-on-hover-color:#1a92fd;
    --wacky-button-default-color:#01579b;
    --wacky-button-default-lightcolor:#f0f0f0;
    --dataTable-td-odd-color:#ecf0f7;
    --font-family-default: 'Roboto', sans-serif; /*'Sofia Sans Condensed'*/
    --the_tr-primary-color: #11366b;
    --primary-bg-color: #400080;
	--primary-color: #ffffff;
}
body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; }
.toast-body{
    overflow: auto;
    height: 300px;
}
.default-app-btn{
	background-color: #ffcf2b !important;
  	border: none !important;
    color: #fff !important;
    text-shadow: 1px 1px 10px #555;
}
.breadcrumb {
    padding: .75rem 1rem !important;
    margin-bottom: 1rem !important;
    list-style: none !important;
    border-radius: 0 !important;
}
.breadcrumb a {
    color:#f2f2f2;
    text-decoration: none !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color:#f2f2f2;
}
.breadcrumb-item.active {
    color: #f2f2f2;
}
.welcome-text {
    color: #f2f2f2;
    padding: 0 .5rem !important;
}
.welcome-user{
    color: #f2f2f2;
    outline: none !important;
    text-decoration: none !important;
}
.fc-button { font-family: 'Roboto', sans-serif; }
.fc-cell-text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.login-form, .signup-form {
    height: auto;
    display: grid;
}
.navbar-light .navbar-nav .nav-link {
    color: #f2f2f2;
    font-weight: bold !important;
    font-size: 14px !important;
    margin: 0 16px !important;
    word-break: normal !important;
    border-bottom: 3px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { border-bottom: 3px solid #ffcf2b; }

/* MODAL begin */
.modal-dialog {
    height: 100VH;
    display: flex;
    max-width: 700px;
}
.modal-content { margin: auto; }
.modal-backdrop { --bs-backdrop-opacity: 0 !important; }
/* MODAL end */
.alert { display: flex; }
.alert span { margin: auto 0; }
.alert .close {
    margin: -4px 0 0 auto;
    background: none;
    border: 0;
    font-size: 25px;
}
/* REMOVE ROW OVERFLOW */
.row { --bs-gutter-x: 0 !important; }
/*aris*/
#canvas-container canvas { cursor: crosshair !important; }
.nav-tabs .nav-link , .nav-tabs .nav-link .active{ color: #495057 !important; }
.rental_app_navlink{
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Select 2 Settings Custom */
.select2.select2-container.select2-container--default{
    width: auto !important;
    background-color: #d9d9d9;
    border: none;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 8px 0px 10px 0px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;

  }
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none !important;
    background: #eee;
    outline: none !important;
}
.select2-dropdown {
    width: 450px !important;
}
.select2-container {
    width: 100% !important;
}

/* Apply a fixed width to the Select2 input field */
.select2-selection--single {
    width: 100% !important;
}
.select2-selection.select2-selection--single:focus-visible {
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

/* Login Form */

/* Style for error messages */
.text-danger {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

/* Settings */
.nav-link {
    color: #4a5568;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}
.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}
.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}
.settings-sidenav-item{
    display:flex;
}
.settings-icon {
  font-size: 24px;
  margin: auto 0px;
  padding: 0px 10px 0px 0px;
  display: inline-flex;
  flex-direction: row;
}
.hero {
	background: var(--primary-bg-color);
	color: var(--primary-color);
	transition: all 0.16s ease-in-out;
}
.default-color-pick{
    width: 30px;
  height: 30px;
}
.cacheClearAlert {
    width: 20%;
    display: flex;
    align-items: center;
    margin: 10px auto;
    position: absolute;
    z-index: 1000;
}
.btn {
    color: #000;
    background: transparent;
    border-radius: 4px !important;
    border: 1px solid #ffd02b;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.btn:hover {
    color: #000;
    background-color: #ffd02b;
    border-color: #ffd02b;
    box-shadow: 1px 1px 3px #cecece;
}




/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 30px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: transparent;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border: 2px solid #000;
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 1px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 11px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 21px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  
/* Side Menu */
.side-menu {
    position: fixed;
    top: 0;
    left: -250px; /* Hidden off-screen initially */
    width: 250px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    transition: left 0.3s ease;
    z-index: 2000;
    border-right: 2px solid #c9c9c9;
}

.side-menu ul {
    list-style-type: none;
    padding: 0;
}

.side-menu ul li {
    margin: 20px 0 0 0;
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.side-menu.open {
    left: 0; /* Slide in */
}

.sideMenu img {
    width:40px;
    height:40px;
}

#navbarNav span {
    color: #000;
}

#navbarNav a {
    color: #000;
}

.user-dropdown {
    border: 1px solid #000;
    height: 35px;
    margin: auto 0;
    padding: 0 11px;
}

.breadcrumb {
    width: fit-content;
    background-color: #fff !important;
    border: 1px solid #ffcf2b !important;
    border-radius: 0 8px 8px 0 !important;
    margin-top: 10px;
    height: 40px !important;
    padding: 8px 20px !important;
    border: 0 !important;
}

.breadcrumb li {
    color: #000 !important;
}



.breadcrumb li::before {
    color: #000 !important;
}

.breadcrumb a {
    color: #000 !important;
}

.box.box1 {
    box-shadow: 1px 1px 3px #b5b5b5;
}

.box.box2 {
    box-shadow: 1px 1px 3px #b5b5b5;
}

.box.box3 {
    box-shadow: 1px 1px 3px #b5b5b5;
}

.badge {
    color: #000000 !important;
}

.badge a {
    color: #000000 !important;
}

.settings-sidenav-item {
    color: #000000 !important;
}

.per25 {
    width:25%;
}

.primary-color {
    background-color: #ffcf2b !important;
    border: 1px solid #ffcf2b !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    box-shadow: 3px 3px 5px #d9d9d9;
}

.primary-color:hover {
    background-color: #fed344 !important;
    border: 1px solid #ffcf2b !important;
}

.div-cell:hover {
    cursor: pointer;
}

.notification-btn {
    padding: 0 10px;
    border-radius: 4px;
}

.primary-nocolor {
    border: 1px solid #c9c9c9;
}

.notification-number {
    position: absolute;
    right: 0;
    background: #c00;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    margin: 8px 20px 0 0;
}

.notifications {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
    width: 360px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 6px 12px 17px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    background: #fff !important;
    z-index: 2000;
}


.user-nav {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
    width: 230px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 6px 12px 17px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    background: #fff !important;
    z-index: 2000;
    top: 50px;
    right: 0px;
}
  

.user-nav-header {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 2px solid #ddd;
}

.user-nav-header h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.notification-header {
    display: flex;
    align-items: center;
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
}

.notification-header h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.notification-header a {
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
}

.notification-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}
  
.notification-tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.notification-tab.active {
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
}

.notification-item {
    padding: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
  
.notification-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.notification-item .notification-content {
    flex: 1;
}

.notification-item .notification-content p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.notification-item .notification-content .notification-time {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.notification-item .actions button {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.notification-accept {
    background-color: #0066cc;
    color: #fff;
}

.notification-deny {
    background-color: #f5f5f5;
    color: #333;
    margin-left: 8px;
}

.swal2-confirm.swal2-styled {
    background-color: #ffcf2b;
}

.swal2-confirm.swal2-styled {
    padding: 6px 40px !important;
}

.swal2-confirm.swal2-styled {
    background-color: #ffcf2b;
    padding: 10px 20px !important;
    color: #000;
}

.swal2-deny.swal2-styled {
    background-color: #ffcf2b;
    padding: 10px 20px !important;
    color: #000;
}

text {
    font-family: 'Roboto', sans-serif !important;
}

div {
    font-family: 'Roboto', sans-serif !important;
}

span {
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-family: 'Roboto', sans-serif !important;
}

td {
    font-family: 'Roboto', sans-serif !important;
}

th {
    font-family: 'Roboto', sans-serif !important;
}

#car-group-filters label {
    margin: 0 16px 10px 0;
}

.applyBtn.primary-color.btn.btn-sm {
    padding: 10px 60px;
}

#r_btn {
    padding: 10px 40px;
}

.insurance-checkbox {
    width: 20px;
    height: 20px;
}

.container-lr.additionalServices_q th {
    padding: 6px 14px;
    text-align: left;
    background-color: #ffcf2b;
    color: #000;
}

.container-lr.additionalServices_q td {
    padding: 0 0 0 15px;
}

.container-lr.additionalServices_q {
    background-color: #f8f8f8;
}

.submenu_inventory {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

/* Hide submenu by default */
.submenu_invoicing {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

.submenu_booking {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
}

/* Show submenu on hover over #menu_invoicing */
#menu_invoicing:hover + .submenu_invoicing,
.submenu_invoicing:hover {
    opacity: 1;
    max-height: 500px; /* Set this to an appropriate max height */
    visibility: visible;
}

#Rentals:hover + .submenu_booking,
.submenu_booking:hover {
    opacity: 1;
    max-height: 500px; /* Set this to an appropriate max height */
    visibility: visible;
}

#inventory:hover + .submenu_inventory,
.submenu_inventory:hover {
    opacity: 1;
    max-height: 500px; /* Set this to an appropriate max height */
    visibility: visible;
}

