h1, h2, h3, h4, h5, h6, label{
    color: #112F3E;
	font-family: "canada-type-gibson", sans-serif;
}
body, a, span, strong, b, button, input, div, li {
	font-family: "canada-type-gibson", sans-serif;
}
body strong, body b{
 font-weight: 500 !important;	
}
body .fw-bold {
    font-weight: 500 !important;
}
table th {
    font-weight: 500;
}
.bg-dark {
    background-color: #215D7B !important;
}
nav#navigation {
    height: 150px;
    background-color: #326A86 !important;
    border-bottom: 0;
}
.custom-white {
    color: #ffffff;
}
.sidebar-garagelogboek {
    height: 150px;
    padding-top: 20px;
}
.menu-sidebar--first {
    margin-top: 60px;
}
.text-12px {
    font-size: 12px;
}
.sidebar.sidebar-garage-menu li.nav-item {
    display: flex;
    justify-content: flex-start;
}
.sidebar.sidebar-garage-menu li.nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
	font-size: 17px;
    font-weight: 500;
	border-top: 1px solid rgba(255, 255, 255,  0.1);
    padding: 15px 20px;
	width: 100%;
}
.sidebar.sidebar-garage-menu li.nav-item a:hover, .sidebar.sidebar-garage-menu a.nav-link.active {
	background-color: #112F3E33 !important;
}
.sidebar.sidebar-garage-menu li.nav-item p {
    margin-bottom: 0;
}

li.nav-item.border-bottom {
    border-color: rgba(255, 255, 255,  0.1) !important;
}
main#main {
    background-color: #E8F9FF;
    position: relative;
    background-image: url('https://app.garagelogboek.nl/adminlte/assets/img/Login-Cover.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
main#main:before {
    content: "";
    background-image: url(https://app.garagelogboek.nl/adminlte/assets/img/vector.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100px;
    height: 40px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.app-content {
    margin-top: 100px;
}
.login-navbar {
    text-align: center;
    width: 100%;
    padding: 40px 0;
}
.login-card {
    max-width: 526px;
}
.card.login-form-card {
    box-shadow: 0 2px 6px #215D7B4D;
    border: none !important;
    border-radius: 12px;
}
.app-content label {
    color: #112F3E;
    font-weight: 500 !important;
    font-size: 16px;
}
p.text-center.Wachtwoord a {
    color: #112F3E;
    font-size: 14px;
    font-weight: 300;
}
.input-group.mb-3 {
    border-color: #112F3E33 !important;
    border-radius: 7px !important;
}
.shadow-sm {
    box-shadow: 0 2px 6px #215D7B4D !important;
    border-radius: 12px;
    border: none !important;
}
ul#userTabs li {
    width: fit-content;
}
ul#userTabs li button {
    color: #112F3E;
    font-size: 18px;
    background-color: #E8F9FF;
    border: none;
    font-weight: 400;
}
ul#userTabs {
    background-color: #E8F9FF;
    border: none;
    width: 80%;
}
ul.full-width-ul{
	width: 100% !important;
}
ul#userTabs li button.nav-link.active {
    color: #2290C8;
    font-weight: 500;
}
.card h5 {
    color: #112F3E;
    display: flex;
    gap: 10px;
}
a.add-new-user {
    background-color: transparent;
    color: #215D7B;
    border-color: #215D7B;
    font-size: 16px;
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 7px;;
}
a.add-new-user:hover {
    background-color: #215D7B;
    border-color: #215D7B;
}
.card-header {
    border-color: #c0d1da4d;
}
.tab-pane {
    margin: 50px 10px 0;
}
table th, table td {
    color: #112F3E !important;
}
div#companiesTable_paginate {
    margin-top: 20px;
}

div#companiesTable_paginate .page-item.active a.page-link {
    background-color: #2290C8 !important;
    border-color: #2290C8 !important;
}
button.btn.btn-success {
    background-color: #2290C8;
    border-color: #2290C8;
    border-radius: 7px;
    padding: 12px 36px;
}
.profile-menu-div {
    position: absolute;
    bottom: 5%;
    padding: 20px;
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}
.profile-deatils {
    color: #fff;
    font-size: 12px;
}
.profile-deatils p {
    margin-bottom: 0;
}
a.profile-menu-div:hover, a.profile-menu-div.active {
    background-color: #112F3E33;
}
.profile-section {
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile-section label, .profile-section input {
    display: block;
    width: 100%;
}
label.text-primary {
    color: #2290C8 !important;
}
a.text-danger {
    text-decoration: none !important;
}
h5.profile-heading {
    margin-bottom: 20px;
}
a.top-title {
    display: flex;
    align-items: center;
    gap: 20px;
}
a.top-title h1.fw-bold {
    font-size: 27px;
    color: #fff;
    margin-bottom: 0;
}
a.top-title span.fw-text {
    font-size: 18px;
}
a.btn.btn-success.vehicle-add {
    border-radius: 7px;
    background-color: #2290C8;
    border: none;
    padding: 10px 20px;
}
button#addCustomItem {
    width: fit-content;
    border: none;
    color: #112F3E;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    padding-top: 20px;
}
a#back-overview {
    background-color: transparent;
    border-color: #215D7B;
    color: #215D7B;
    font-weight: 500;
    font-size: 17px;
    padding: 12px 36px;
}
button#addCustomItem:hover {
    background-color: mintcream;
}
p.text-dark {
    color: #112F3E !important;
}
#maintenanceForm input.form-check-input {
    border-color: #112F3E;
}
body .vehicle-service-det {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
    padding-right: 20px;
}
div#maintenanceAccordion strong  {
    color: #112F3E;
}
div#vehicle-information strong {
    color: #112F3E;
}
button.accordion-button {
    color: #112F3E !important;
}
.btn.btn-outline-secondary, .btn.btn-outline-secondary:hover {
    background-color: transparent;
    border-color: #215D7B;
    color: #215D7B;
    font-weight: 500;
}
button#feedbackBtn {
    background-color: #215D7B;
    border-radius: 0px 0 0 7px;
    padding: 10px 20px;
    border: none;
}
h5.modal-title.fw-bold {
    font-size: 18px;
}
div#feedbackModal .modal-header p {
    font-size: 14px;
    color: #112F3E;
}

div#feedbackModal button.btn-close,  div#editItemModal button.btn-close{
    position: absolute;
    right: 30px;
    top: 5px;
    background-image: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
div#feedbackModal .modal-header {
    border: none !important;
    padding-bottom: 0;
}
div#feedbackModal .modal-header h5{
    margin-top: 20px;
}
div#feedbackModal .modal-header p{
    margin-bottom: 0px;
}
div#feedbackModal .modal-content {
    width: 674px;
    padding: 20px;
}
textarea#feedbackMessage {
    font-weight: 300;
    border: 1px solid #112F3E33;
    color: #112F3E;
}
textarea#feedbackMessage::placeholder{
	color: #112F3E;
}
div#feedbackModal .modal-footer {
    border-top: none;
}
div#feedbackModal button#sendFeedbackBtn, button#saveItemBtn {
    background-color: #2290C8;
    border: none;
    padding: 10px 35px;
}
#maintenanceAccordion .form-check.form-check-inline {
    padding-left: 0;
    width: 46%;
}
label.form-check-main-service {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #112F3E33;
    padding: 10px 0;
}
.form-input-main {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #112F3E33;
    padding: 10px 0;
}
.form-input-main input, .form-input-main select {
    width: 50%;
    border: none !important;
    box-shadow: none;
    text-align: right;
    font-size: 14px;
    color: #112F3E;
}
input#license_plate {
    text-align: left;
    background-color: #F4BE04 !important;
    width: 150px;
    background: #F4BE04 url("https://app.garagelogboek.nl/adminlte/assets/img/number-plate.svg") no-repeat center  left / cover  !important;
    padding-left: 30px;
}
.form-input-main.licene-plate-input {
    justify-content: flex-start;
}
div#customItemsContainer input {
    border: none;
    border-bottom: 1px solid #112F3E33;
    color: #112F3E;
    box-shadow: none;
    padding-left: 0;
    border-radius: 0;
}
div#customItemsContainer input::placeholder{
	color: #112F3E;
}
button#maintenanceFormSubmit {
    background-color: #2290C8;
    border-color: #2290C8;
    border-radius: 7px;
    padding: 12px 36px;
}
button#backBtn {
    padding: 12px 18px;
    color: #215D7B;
    border-radius: 12px;
}
.main-prview-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #112F3E33;
    color: #112F3E;
    font-size: 16px;
}
.main-prview-item span {
    font-weight: 300;
}
.main-prview-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #112F3E33;
    color: #112F3E;
    font-size: 16px;
}
.main-prview-item span {
    font-weight: 300;
}
#previewData span.badge.bg-warning.text-dark {
    font-size: 16px;
    font-weight: 500;
    color: #112F3E !important;
}
.maintaince-car-body {
    background-color: #fff;
}
.search-filter-cm {
    background-color: #E8F9FF;
    padding: 10px;
    border-radius: 10px;
}
.maintaince-car-body input#searchInput {
    width: 225px;
    border-radius: 10px !important;
    border: none;
    box-shadow: none;
}
.maintaince-car-body input#searchInput::placeholder {
    color: #112F3E;
}
body select#filterSelect {
    border: none !important;
    width: 100px !important;
    min-width: 100px !important;
    background-color: transparent;
    box-shadow: none;
    color: #112F3E;
}
.mc-pagination-bar {
    background-color: #E8F9FF;
    padding: 10px;
    border-radius: 10px;
}
.table-responsive {
    padding: 20px 0;
}
.blue-text {
    color: #112F3E;
}
.antal-text {
    display: flex;
    gap: 5px;
}
.antal-text span {
    font-weight: 300;
}
select#perPage {
    width: 175px !important;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-weight: 500;
    color: #112F3E;
}
ul.pagination {
    background-color: #FFFFFF;
    padding: 3px 0px;
    border-radius: 10px;
}
ul.pagination li.page-item a {
    background-color: transparent !important;
    border: none;
}
ul.pagination span.page-link {
    background-color: transparent !important;
    border: none;
    color: #112F3E !important;
    font-weight: 500 !important;
}
.maintaince-car-body .table tbody tr {
    border-bottom: 1px solid #112F3E33;
}
.maintaince-car-body tr {
    border-bottom: 1px solid #112F3E33;
}
.maintaince-car-body table thead th {
    color: #112F3E;
	font-weight: 400;
	opacity: 0.7;
}
form#UserAddForm label{
	margin-bottom: 10px;
}
form#UserAddForm input, form#UserAddForm select {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #112F3E33;
    padding: 0;
}
.app-content {
    margin: auto;
    margin-top: 100px;
    max-width: 1330px;
    width: 100%;
}
label.form-check-main-service {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
label.form-check-main-service .form-check-input {
  display: none;
}
label.form-check-main-service::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #112F3E;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
label.form-check-main-service:has(.form-check-input:checked)::before {
  border-color: #2290C8;
}
label.form-check-main-service::after {
    content: "";
    position: absolute;
    top: 16px;
    right: -1px;
    width: 14px;
    height: 14px;
}
label.form-check-main-service:has(.form-check-input:checked)::after {
  background: url('https://app.garagelogboek.nl/adminlte/assets/img/check-mark.svg') no-repeat center / 11px;
}
#successModal button.btn-close {
    background-image: none;
    opacity: 1;
}
h5#successModalLabel {
    font-size: 18px;
    font-weight: 500;
}
#successModal p {
    font-size: 14px;
    color: #112F3E !important;
    font-weight: 300;
    margin: 10px 0;
}
#successModal .modal-header.text-white {
    border-bottom: none;
    align-items: baseline;
}
#successModal .modal-content {
    padding: 20px;
}
button.btn-outline-print {
    box-shadow: none;
    border: none !important;
    border-radius: 7px;
    padding: 0;
    margin-left: 10px;
}
button.accordion-button span {
    color: #2290C8 !important;
    margin-left: 5px;
	font-weight: 500 !important;
}
.licence-palte-mesg {
    position: absolute;
}
.details-Bewerken {
    padding: 12px 22px;
}
label#profilePiclabel {
    font-weight: 400;
    margin-bottom: 5px;
}
.row.profile-fields .col-md-4, .row.profile-fields .col-md-12 {
    position: relative;
}
.row.profile-fields .col-md-4 img, .row.profile-fields .col-md-12 img, .row.profile-fields .col-md-4 lottie-player {
    position: absolute;
    right: 20px;
    top: 14px;
}
.row.profile-fields .col-md-4 input, .row.profile-fields .col-md-12 input {
    height: 50px;
    color: #112F3E;
    border: 1px solid #112F3E33;
    border-radius: 10px;
	font-weight: 300;
}
.row.profile-fields .col-md-4 input::placeholder, .row.profile-fields .col-md-12 input::placeholder {
    color: #112F3E;
}
.tab-header-bar {
    display: flex;
    justify-content: space-between;
}
.maint-item-select {
    width: fit-content;
    border: none !important;
    box-shadow: none;
    color: #112f3ea3;
}
.col-md-4.dropdown-maint-item {
    position: relative;
}
.maint-item-select {
    width: fit-content;
    border: none !important;
    box-shadow: none;
    color: #112f3ea3;
    position: absolute;
    right: 30px;
    top: -5px;
}

.sidebar.sidebar-garage-menu li.nav-item a {
    position: relative;
}
.sidebar.sidebar-garage-menu li.nav-item a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #2290C8;
    transition: ease-in-out .3s;
    opacity: 0;
    border-radius: 3px 0 0 3px;
}
.sidebar.sidebar-garage-menu li.nav-item a:hover:before, 
.sidebar.sidebar-garage-menu li.nav-item a.active:before {
   opacity: 1;
}
.form-input-main.text-area-field {
    display: block;
    margin-top: 15px;
}
.form-input-main.text-area-field label {
    display: block !important;
}
.text-area-field textarea.form-control {
    border: none;
    color: #112F3E;
}
#previewData2 strong {
    color: #112F3E;
    font-size: 16px;
}
#previewData2 span {
    color: #112F3E;
    font-size: 16px;
    font-weight: 300;
    float: right;
}
#print-vehicle-details span {
    font-size: 16px;
    font-weight: 300;
	color: #112F3E;
}
#previewData2 .main-prview-row {
    border-bottom: 1px solid #112F3E33 !important;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
}
#previewData2 .main-prview-row .col-md-6 {
    padding: 0;
}
.form-input-main input[type=number]::-webkit-inner-spin-button,
.form-input-main input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-input-main input[type=number] {
  -moz-appearance: textfield;
}
.text-area-field textarea.form-control {
    border: none;
    color: #112F3E;
    box-shadow: none;
}
.form-select {
    background: url('https://app.garagelogboek.nl/adminlte/assets/img/angle-downs.svg') no-repeat center  right / 10px;
    padding-right: 20px;
}
div#previewSection .card .card-header {
    border: none;
}
form#maintenanceForm .row.g-3 .col-md-4 {
    margin-top: 0;
}
div#print-vehicle-details .accordion-body .d-flex.justify-content-between {
    border-bottom: 1px solid #112F3E33;
    padding: 10px 0;
}
div#print-vehicle-details .accordion button.accordion-button {
    box-shadow: none !important;
}
div#print-vehicle-details .card-body .d-flex.justify-content-between {
     border-bottom: 1px solid #112F3E33;
    padding: 10px 0;
}
ul.pagination a.page-link {
    background: url('https://app.garagelogboek.nl/adminlte/assets/img/LeftArrow.svg') no-repeat center / 6px;
    color: transparent;
}
ul.pagination a.page-link[aria-label="Next"] {
    background: url('https://app.garagelogboek.nl/adminlte/assets/img/RightArrow.svg') no-repeat center / 6px;
    color: transparent;
}
.profile-img img {
    width: 35px;
    height: 35px;
}
#previewData span.badge {
    background: #F4BE04 url("https://app.garagelogboek.nl/adminlte/assets/img/number-plate.svg") no-repeat center  left / cover  !important;
    width: 120px;
    padding: 10px;
}
div#successModal button.btn-close {
    position: absolute;
    right: 30px;
    top: 20px;
    box-shadow: none !important;
}

#maintenanceAccordion ul.accordian-btn {
    padding-left: 0;
}
#maintenanceAccordion .accordion-header {
 position: relative;
}
#maintenanceAccordion ul.accordian-btn {
    position: absolute;
    right: 80px;
    list-style-type: none;
    top: 11px;
    z-index: 999;
}
#maintenanceAccordion ul.accordian-btn li {
    display: inline-block;
    padding: 0 2px;
    cursor: pointer;
}
#maintenanceAccordion ul.accordian-btn li img {
    width: 35px;
}
#maintenanceAccordion .accordion-button::after {background-image: url(https://app.garagelogboek.nl/adminlte/assets/img/accordin-icon.svg);transform: rotate(180deg);
position: relative;
    top: -3px;
}
#maintenanceAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(https://app.garagelogboek.nl/adminlte/assets/img/accordin-icon.svg);
    transform: rotate(0deg);
    position: relative;
    top: 4px;
}
.bottom-details {
    gap: 10px;
    margin-top: 50px;
}
.bottom-details button {
    padding: 0 !important;
    border: none;
    background-color: transparent;
}
.bottom-details a.vehicle-add {
    padding: 13px 36px !important;
}
.service-details-list .form-check {
    padding-left: 0;
}
.service-details-list .form-check img {
    position: relative;
    top: -1px;
}
.col-md-6.service-details-list .innerdiv, .col-md-6.garage-details-list .innerdiv{
    border-bottom: 1px solid #112F3E33;
	padding-bottom: 10px;
}
.card.login-form-card input {
    font-size: 14px;
    font-weight: 300 !important;
}
.kenteken-section input#license_plate {
    font-size: 20px;
    width: 156px;
}
.kenteken-section button.btn.btn-success {
    font-size: 17px;
    padding: 12px 20px;
}
form#maintenanceForm button#addCustomItem {
    box-shadow: none;
    background: transparent;
}
form#maintenanceForm .pt-3 > .row.g-3 > .col-md-4:nth-child(n+7):nth-child(-n+9){
     margin-top: 1rem;
}
img.custom-pencil-hover {
    position: absolute;
    z-index: 9999;
    top: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    object-fit: contain;
    padding: 5px;
    box-sizing: border-box;
}
.custom-tem-hover{
	position: relative;
}
.custom-tem-hover:hover img.custom-pencil-hover {
    display: block !important;
}
input#editItemText {
    border: 1px solid #112F3E33;
    height: 50px;
    color: #112F3E;
    font-weight: 300;
}
#editItemModal .modal-header {
    border: none;
}
#editItemModal .modal-footer {
    border: none;
}