@import url(../fonts/inter/stylesheet.css);
@import url(custom_variable.css);
/* ========================== custom css ========================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Inter';
}

/* ========================== custom css ========================== */

.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.loading-message {
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.blockUI.blockMsg.blockPage {
  border: unset !important;
  background-color: unset !important;
  z-index: 100000 !important;
}

a {
  color: #0185ca;
}

.login-page,
.register-page {
  background: #ffffff !important;
}

/* .login-box, .register-box {
  width: 25%;
} */
.login-box>.card {
  border-radius: 10px;
}

.login-card-body,
.register-card-body {
  padding: 50px 40px;
  border-radius: 10px;
}

.form-control {
  height: 2.8rem !important;
}

/*.btn-primary, .btn-secondary {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  height: 2.8rem;*/
/*}*/

.btn-primary {
  background-color: #0185ca;
  border-color: #0185ca;
  justify-content: center;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #0185ca;
  border-color: #0185ca;
}

.navbar-blue {
  background: #008fb9;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 193, 93, 1));
}

.sidebar-dark-blue .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-blue .nav-sidebar>.nav-item>.nav-link.active {
  background: #008fb9;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 193, 93, 1));
}

.nav-sidebar>.nav-item {
  margin: 0 8px;
}

/* ============== sideBar Work Start =================== */
.custom-drpodown-profile {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 15px 23px 23px;
  border: 0;
  position: relative;
}

.navbar-expand .navbar-nav .dropdown-menu.custom-drpodown-profile {
  top: 47px;
}

.custom-drpodown-profile::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  content: "";
  position: absolute;
  top: -9px;
  right: 15px;
}

.custom-drpodown-profile .dropdown-item {
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
  color: #495A70;
}

.custom-drpodown-profile .dropdown-item:focus,
.custom-drpodown-profile .dropdown-item:active {
  background-color: transparent;
}

.table-responsive {
  overflow: auto;
}

.table-responsive::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background-color: #dadada;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #008fb9;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
  width: 100%;
}

.sidebar .nav .nav-item .sideBar-list svg {
  stroke: black;
  margin-right: 10px;
}

.sidebar .nav .nav-item .sideBar-list.active svg {
  stroke: white;
}

.layout-fixed .main-sidebar {
  width: 250px;
  box-shadow: 0px 0px 8px rgb(221 221 221 / 40%) !important;
}

.layout-navbar-fixed .wrapper .brand-link.sideBarHeader-logoDiv {
  width: 100%;
  padding: 14.5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px;
}

.layout-navbar-fixed .wrapper .brand-link .sideBarHeader-logo {
  width: auto;
  height: 30px;
  margin: 0;
  max-height: 30px;
  display: flex;
  line-height: 1;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
  margin-top: 0;
}

.main-sidebar .sidebar .sideBar-nav {
  padding: 0 var(--padding-16);
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar .sideBar-nav .nav-sidebar li {
  margin: 0;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar .sideBar-nav .nav-sidebar li .sideBar-list {
  padding: 10px 15px;
  border-radius: var(--br-6);
  box-shadow: unset;
}

/* ============== sideBar Work End =================== */

.voor-header-search-mainDiv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.voor-header-search-mainDiv .voor-header-search-innerDiv {
  margin-right: 30px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}

@media screen and (max-width:573px) {
  .voor-header-search-mainDiv .voor-header-search-innerDiv {
    margin-bottom: 10px;
  }
}


.voor-header-search-mainDiv .voor-header-search-innerDiv input {
  font-weight: 400;
  font-size: 13px;
  color: #8B97B1;
  width: 250px;
  padding-right: 20px;
}

.voor-header-search-mainDiv .voor-header-search-innerDiv .voor-header-searchBtn {
  background: #E0E0E0;
  border-radius: 0px 6px 6px 0px;
  height: 100%;
  padding-inline: 15.5px;
  font-weight: 500;
  font-size: 13px;
  color: #495A70;
}

.addCustomer {
  padding: 10px 15px;
  color: var(--white);
  background: #0085CA;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  stroke: #fff;
  border: 1px solid #0085CA;
  transition: 0.5s;
}

.addCustomer:hover {
  color: #0085CA;
  stroke: #0085CA;
  border: 1px solid #0085CA;
  background: transparent;
  transition: 0.5s;
}

.custom-content-wrapper .content .card {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(221, 221, 221, 0.2);
  border-radius: 6px;
}

.custom-content-wrapper .content .card .card-body.table-responsive {
  padding: 0;
}

.custom-content-wrapper .content .card .card-body.table-responsive #table_wrapper #table {
  margin: 0 !important;
  border: 0;
  border-bottom: 1px solid #F3F3F3;
  border-collapse: collapse !important;
}

.table td,
.table th {
  padding-left: 25px;
}

.table tbody tr:nth-child(odd) {
  background-color: #FBFBFB;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #F3F3F3;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #495A70;
}

.table thead th {
  border-bottom: blanchedalmond;
  font-weight: 600;
  font-size: 15px;
  color: #0C2340;
}

.sidebar-collapse .sidebar .sideBar-nav {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-collapse .sidebar .sideBar-nav .nav-sidebar li .sideBar-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar .sideBar-nav {
  padding: 0 var(--padding-16);
  display: block;
}

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar .sideBar-nav .nav-sidebar li .sideBar-list {
  display: block;
}

/* ========= pagination ========= */
div.dataTables_wrapper div.dataTables_info {
  padding-left: 30px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  padding-right: 30px;
}

div.table-responsive>div.dataTables_wrapper>div.row:last-child {
  margin: 25px 0;
}

.page-item.active .page-link {
  background-color: #0085CA;
  border-color: #0085CA;
}

.page-item .page-link {
  background-color: #FAFAFA;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0C2340;
}

.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* ========= pagination ========= */

@media (min-width: 991px) {

  body:not(.sidebar-mini-md) .content-wrapper.custom-content-wrapper,
  body:not(.sidebar-mini-md) .main-footer.custom-footer,
  body:not(.sidebar-mini-md) .main-header.custom-header {
    transition: margin-left .3s ease-in-out;
    /* margin-left: 250px; */
    padding-left: 15px;
    padding-right: 20px;
  }
}

/* =================== Add customer =================== */

#addCustomer .card-body .row>.col-xl-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.opslaan-btn {
  height: 100%;
  padding: 10px 16.5px;
  font-weight: 500;
  font-size: 13px;
  color: white;
  margin-right: 15px;
}

.opslaan-btn-blue {
  background: #0085CA;
}

.opslaan-btn-blue:hover {
  color: white;
}

.opslaan-btn-secondary {
  background: #e7e7e7;
}

.has-float-label>span {
  top: inherit !important;
  bottom: -14px;
}

.has-float-label>span::after {
  display: none !important;
}

/* =================== Add customer =================== */
.content-wrapper.custom-content-wrapper {
  height: 100% !important;
  margin-bottom: 0 !important;
}

.custom-content-wrapper .content .card-header {
  display: none;
}

#table_length {
  display: none;
}

#table_filter {
  display: none;
}

/* .main-footer.custom-footer {
  display: none;
} */