html {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
}

/*-------MD-------- */
@media (max-width: 767px) {
.table td{
  border-bottom-width: 0px;
} 

.table td:first-child{
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-dark);
  border-bottom-width: 0px;
  padding-left: 0px !important;
}

.table-fluid td:first-child:before{
  content: none;
  padding-left: 150px;
  font-weight: 400;
} 

.entitylist .view-grid table tbody tr 
 {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2 !important;
} 

/*
  .table-fluid td:before {
      width: 100%;
      margin-left: 0; 
  }
*/
  html[dir=ltr] .table-fluid td:first-child {
       padding-left: 1rem !important; 
  }

}


/*-------XS--------------------- */

@media (max-width: 576px) {
.table td{
  border-bottom-width: 0px;
} 

.table td:first-child{
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-dark);
  border-bottom-width: 0px;
  padding-left: 0px !important;
}

.table-fluid td:first-child:before{
  content: none;
  padding-left: 150px;
  font-weight: 400;
}

.entitylist .view-grid table tbody tr 
 {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2 !important;
} 

.table-fluid td:before {
    width: 100%;
    margin-left: 0; 
}

html[dir=ltr] .table-fluid td {
      padding-left: 1rem !important; 
}

}



/*---------------------------- */
.wrap-text {
	white-space: normal;
}

@media (min-width: 100px) {
  footer {
    position: static;
  }
  .rectangle{
    /* height: 200px; */
    width: 75% !important;
  }
  .container-dashboard {
    position: static;
  }
  .btn-dashboard {
    font-size: 75%;
  }
  .mobile-hide {
    display: none;
  }
  .btn-choose-account{
    height: 50px;
    width: 300px;
  }
}
@media (min-width: 850px) {
    .rectangle{
    /* height: 200px; */
    width: 50% !important;
  }
  .btn-dashboard {
    font-size: 100%;
  }
  .btn-choose-account{
    height: 50px;
    width: 500px;
  }
}

@media (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
  .btn-choose-account{
    height: 50px;
    width: 500px;
  }
}


.status-a {
  background: var(--bs-primary);
  border-radius: 2px;
  border-top-left-radius: 4px;
  border-style: solid;
  border-color: var(--bs-primary);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  color: white;
  height: 75%;
}

.status-b {
  background: var(--bs-secondary);
  border-radius: 2px;
  border-top-left-radius: 4px;
  border-style: solid;
  border-color: var(--bs-secondary);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  height: 75%;
}

.status-c {
  background: var(--bs-success);
  border-radius: 2px;
  border-top-left-radius: 4px;
  border-style: solid;
  border-color: var(--bs-success);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  height: 75%;
}

.status-d {
  background: var(--bs-info);
  border-radius: 2px;
  border-top-left-radius: 4px;
  border-style: solid;
  border-color: var(--bs-info);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  height: 75%;
}

.status-e {
  background: var(--bs-danger);
  border-radius: 2px;
  border-top-left-radius: 4px;
  border-style: solid;
  border-color: var(--bs-danger);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  height: 75%;
}


.img-dashboard {
  background: url("/CZAVachtergrond.png");
  width: 100%;
  height: 200px;
}

.img-logodashboard {
  background: url("/Logo_CZAV_zonder_Slogan_RGB.svg");
  width: 10em;
}

.p-dashboard {
  text-align: center;
  color: white;
  font-size: large;
}


h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 1em;
}


h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--bs-dark);
}


.h4-dashboard {
  	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

h5 {
    font-size: 18px;
	text-transform: uppercase;
}

h5 a {
    color: var(--bs-light);
}


h6 {
    font-weight: 700;
}

.groen {
    color: var(--bs-dark);
}


.textbr {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


hr.solid{
    border-top: 2px solid var(--bs-primary);
    opacity: 1;
}

.p-dashboardordernumber {
  font-weight: bold;
}

.list-group-item {
  border: none;
  padding-left: 0em;
}

.link-secondary,.text-mutedczav.my-2 {
  color: var(--bs-info);
}

.fw-bold {
  font-weight: bold;
}

.p-line2 {
  margin-bottom: 0;
  font-size: 90%;
}

.p-bold {
  margin-bottom: 0;
  font-weight: bold;
}

.a-dashboard {
  margin-left: 0em;
  color: var(--bs-dark);
}

.a-dashboard:hover {
  color: var(--bs-light);
}

.a-groen {
    color: var(--bs-dark);
    font-weight: 600;
    text-decoration: none;
}

.a-groen:hover {
    color: var(--bs-light);
}

.a-zwart {
    text-decoration: none;
    color: var(--bs-dark);
}

.a-zwart:hover {
    color: var(--bs-light);
}

.pointer {
    cursor: pointer;
}


.link-icon {
  color: var(--bs-dark);
}

.row-left-right {
  padding-left: 30px;
  padding-right: 15px;
}

.row-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.click a {
  display: block;
}

.child-nav {
  flex-grow: 4;
}

.p-child-right {
  align-content: flex-end;  
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.p-child-left {
  align-content: flex-start;  
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wrapper {
  display: flex;  
  flex-flow: column wrap;
  text-align: center;
  align-items: center; 
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
}

.wrapper > * {
  padding: 10px;
  flex-wrap: wrap;
}

.rectangle {
  background-color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 1px solid var(--bs-dark);
}

.btn-dashboard{
  display: flex;
}

.btn-order{
  width: 300px;
  flex-basis: 160px;
}

.btn-wrapper {
  display: flex;  
  flex-flow: column wrap;
  text-align: center;
  align-items: center; 
  justify-content: center;
  width: 100%;
}

.col-wrapper {
  display: flex;  
  flex-flow: column wrap;
  justify-content: flex-start;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.form-control-borderless {
  border: none;
}

.card-search{
  padding-bottom: 1em;
}


::selection{
  color: #fff;
  background: #664AFF;
}
.wrapper-search{
  margin: 15px auto;
  width: 100%;
}
.wrapper-search .search-input{
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0.5px 0.5px 3px 2px rgba(0,0,0,0.1);
}
.search-input input{
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
}

.search-input.active input{
  border-radius: 5px 5px 0 0;
}
.search-input .autocom-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}
.search-input.active .autocom-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}
.autocom-box li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.search-input.active .autocom-box li{
  display: block;
}
.autocom-box li:hover{
  background: #efefef;
}
.search-input .icon{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: var(--bs-dark);
  cursor: pointer;
}

.btn-choose-account {
  font-weight: bold;
}


.card-title .bi {
    color: var(--bs-dark);
}


.card-title a {
    text-decoration: none;
}

.card-title a:hover {
    color: var(--bs-light);
}

.card-dark {
  --bs-card-border-radius: 0.375rem;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-width: 1px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #6c6765;
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius)
}
/* Inlog pagina */

.inloglink {
    text-decoration: none;
}






.box-container {
  display: flex;
  flex-wrap: wrap;
}

.dot-fac {
  height: 20px;
  width: 20px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: inline-block;
}
.dot-open {
  height: 20px;
  width: 20px;
  background-color: var(--bs-secondary);
  border-radius: 50%;
  display: inline-block;
}
.dot-dl {
  height: 20px;
  width: 20px;
  background-color: var(--bs-dark);
  border-radius: 50%;
  display: inline-block;
}
.dot-gl {
  height: 20px;
  width: 20px;
  background-color: var(--bs-light);
  border-radius: 50%;
  display: inline-block;
}


/* Modal met spinner */

#SpinnerModal .modal-content {
    padding: 50px;
    text-align: center;
}
    


/* CSS mbt header */

header {
	position: sticky;
	top: 0;
	z-index: 10;
	width: inherit;
	background-color: white;
}

header .bi {
	color: var(--bs-dark);
	font-size: 30px;
    vertical-align: middle;
}
 



.btn-profile {
	background: none;
	border-radius: 7px;
	border:none;
}

.h-profile {
	text-transform: uppercase;
	margin-left: 15px;
	color: var(--bs-dark);
	line-height: 2;
}

.profile .dropdown-menu {
		background-color: white;
		border-width: 1px;
		border-radius: 0;
		border-color: var(--bs-primary);
		width: inherit;
	}


.profile .dropdown-item {
	color: black;
   	font-size: 14px;
	line-height: 2;
}

.profile .dropdown-item:hover {
	background-color: transparent;
    border-color: transparent;
	color: var(--bs-light);
      padding: 2px 14px;
}

.profile .dropdown-divider {
	opacity: 1;
	color: #ffcd1c;
	margin: 10px 15px;
}

.profile-company .dropdown-item {
	font-style: italic;
    }

.account-active {
    font-weight: bold;
}

.profile > .dropdown-menu {
        width: 100%;
}


@media (min-width: 768px) {
    .profile > .dropdown-menu {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .profile > .dropdown-menu {
        width: 30%;
    }
}

@media (min-width: 1400px) {
    .profile > .dropdown-menu {
        width: 25%;
    }
}



.signout .dropdown-item {
	font-weight: bold;
	color: var(--bs-dark);
	}

.bi-cart-fill {
    position: relative;
}


.overlay-dot {
  height: 12px;
  width: 12px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 0; 
  left: 15px;
    z-index: 999;
  
}







/* CSS mbt navigatie */

nav {
	background-color: var(--bs-primary);
	position: sticky;
}

.navbar {
   padding-top: 0;
   padding-bottom: 0;
}

nav .bi {
	color: white;
}

.navbar-toggler {
	border: none;
	background-color: none;
}

.nav-link {
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 3;
	color: var(--bs-dark);
} 

.nav-link:hover {
	color: var(--bs-dark);
	text-decoration: underline;
} 

.navbar .dropdown-menu {
	border-radius: 0;
	line-height: 3;
 }


.navbar .dropdown-item:hover {
	background-color: transparent;
    border: none;
	  color: var(--bs-secondary);
    margin-left: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
}

nav .dropdown-divider {
	opacity: 1;
	color: white;
}

@media (min-width: 993px) {
	
	.navbar	.dropdown-item {
        color: var(--bs-primary);
        font-size: 14px;
	}
	
	.navbar	.dropdown-menu {
		background-color: white;
		border-width: 0px 1px 1px 1px;
		border-color: #57b75c;
		width: inherit;
  	}
	
	.navbar .dropdown:hover .dropdown-menu {
        display: block;
	} 

	.nav-item:hover {
        background-color: rgb(255 255 255 / .5);
	}
	
	.navbar	.dropdown-toggle::after {
        content: none;
	}
}

@media (max-width: 992px) {
	
	.navbar	.dropdown-item {
        color: white;
        font-size: 14px;
	}
	
	.navbar	.dropdown-menu {
    	background-color: transparent;
		border: none;
		border-radius: 0;
		text-align: center;
		line-height: 3;
	}
	
	.navbar	.dropdown:click .dropdown-menu {
    	display: block;
  	}
    
.print-button {
  font-size: 0.7rem; /* smaller icon on small screen */
}

.label-container {
  font-size: 0.7rem; /* smaller text on small screen */
}

.report-container {
  margin-top: -20px !important;
}

}


/* CSS mbt breadcrumbs */
.breadcrumbs {
	background-color: var(--bs-secondary);
  /* border-bottom: 1px solid #6c6765; */
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: black;
    font-weight: 300;
    }

.breadcrumb-item a {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	color: black;
	text-decoration: none;
}


/* Order overview op home */

.order-footer {
    padding: 0px 24px 24px 24px;
    background-color: transparent;
    border: none;
}




/*EditProfileData*/

.form-check-input:checked {
    background-color: var(--bs-primary);
}


/* Order page */


/* zoekresultaten op order-page */


#autocom-box p {
    padding: 0px 20px 8px 20px;
    font-size: 18px;
}

#autocom-box a {
  color: black;
  text-decoration: none;
}
 
#autocom-box a:hover {
    color: var(--bs-primary);
}



/* voor cards op order-page en service pagina */

.card-productcategorie {
    text-decoration: none;
    color: white;
}

.card-productcategorie:hover {
    color: black;
}

.card-productcategorie .bi {
    color: var(--bs-dark);
}


.card-favoriet {
    border-color: var(--bs-secondary);
}

@media (min-width: 100px) {
    .ster-favoriet {
    width: 89px;
    height: 89px;  
    }
}

@media (min-width: 400px) {
    .ster-favoriet {
    width: 98px;
    height: 98px;  
    }
}

@media (min-width: 450px) {
    .ster-favoriet {
    width: 115px;
    height: 115px;  
    }
}


@media (min-width: 500px) {
    .ster-favoriet {
    width: 132px;
    height: 132px;  
    }
}

@media (min-width: 550px) {
    .ster-favoriet {
    width: 148px;
    height: 148px;  
    }
}








/*Order Page Product Group */

.productnaam {
   color: var(--bs-primary);
}

.h5-productmenu {
 text-transform: none;
}

.h5-productmenu a {
    text-decoration: none;
    color: #444444;
}


.h5-productmenu a:hover {
    color: var(--bs-light);
}

.bi-cart-fill {
    color: var(--bs-dark);
}

.pagination {
    background-color: white;
}

.pagination a {
    color: #888888;
}

.pagination a:hover {
    color: #fff;
}


/*Product Order */


.productorder .row {
    margin: 15px 0px 20px 0px;
}


#fav-product {
     color:var(--bs-secondary);
    font-size: 26px;
     cursor: pointer;
}


.productorder .form-check {
    margin-left: 12px;
}


.productorder .bi {
 color: var(--bs-dark);
}



.form-floating > label {
    color: black;
    font-weight: bold;
    opacity: 1!important;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

:not(.card-body, #differentAddress) > .form-floating > label {
    margin-left: .75em!important;
}

    
input:focus::placeholder {
    color: var(--bs-gray-600)!important;
    opacity: 1!important;
    transform: translateY(0rem);
}


input::placeholder {
    color: black!important;
    opacity: 1!important;
    transform: translateY(0.5rem);
}

.powerbi {
  height:73vh;
}



.requiredtext {
    margin: 0px 12px;
}


#cart {
    margin-bottom: 3em;
}


.alert {
    color: #842029;
    margin: 10px 12px;
}


/* Edit Profile Data */

.btn-cancel {
    border-color: var(--bs-dark);
    color: var(--bs-dark);
}

.btn-cancel:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-dark);
    color: var(--bs-dark);
}



/** Orders **/

.nav-tabs .nav-orders .nav-link-orders {
    background-color: var(--bs-dark);
}

.nav-tabs .nav-orders .nav-link-orders:hover {
    background-color: var(--bs-primary);
}

.nav-tabs .nav-orders .nav-link-orders.active {
    background-color: var(--bs-secondary);
}

.nav-orders:hover {
    background-color: transparent;
}

.nav-link-orders {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 3;
} 

.nav-link-orders:hover {
    text-decoration: none !important;
} 

.nav-link-orders.active {
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	line-height: 3;
} 

.nav-link-orders.active:hover {
    text-decoration: none;
} 

.nav-link-orders:hover {
	color: var(--bs-dark);
	text-decoration: underline;
} 


.orders-xs a.active {
    font-weight: 600;
    background-color: transparent;
    color: black;
}

.nav-link-tab {
  color: white;
}



/* .entitylist gebruikt in de tabs op Orders */

.entitylist .view-grid table {
  font-family: Open Sans, sans-serif;
  border-collapse: collapse;
  width: 100%;
  
}


.entitylist .view-grid table tr {
  border-bottom: 2px solid var(--bs-primary);
  padding: 8px;
 
}


.entitylist .view-grid table th, .view-grid table th a {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: none;
  color: black;
  text-decoration: none;
    text-wrap: nowrap;
}

.entitylist .view-toolbar .input-group {
    width: 100%;
}


.entitylist .view-toolbar {
    margin-block-start: 2rem;
    border-radius: 5px;
    box-shadow: 0.5px 0.5px 3px 2px rgba(0,0,0,0.1);  
    vertical-align: middle;
    padding: 0;
}


.entitylist .view-toolbar .input-group input {
    border: none;
}

.entitylist .view-grid .fa-search, .fa-search::before {
    font-family: "bootstrap-icons";
    content:'\F52A';
    text-align: center;  
    font-size: 20px;
    color: var(--bs-dark);
    cursor: pointer;
}



.entitylist .view-grid .fa-arrow-up, .fa-arrow-up::before {
    font-family: "bootstrap-icons";
    content:'\F145';
    display: inline !important;
}


.entitylist .view-grid .fa-arrow-down, .fa-arrow-down::before {
    font-family: "bootstrap-icons";
    content:'\F124';
        display: inline !important;
}


.entitylist .view-grid .fa-spinner, .fa-spinner::before {
    font-family: "bootstrap-icons";
    content:'\F421';
}



.entitylist .pagination {
    background-color: white;
    margin-block-end: 1rem;
}


.entitylist .pagination a {
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    font-size: var(--bs-pagination-font-size);
    text-decoration: none;
}

.entitylist .pagination a:hover {
    background-color: var(--bs-pagination-hover-bg);
}




.entitylist .pagination li:not(:first-child) a {
    margin-left: -1px;

}


.entitylist .pagination li:first-child a {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.entitylist .pagination li:last-child a {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}


.entitylist .pagination .active a, .entitylist .pagination .active a:focus, .entitylist .pagination .active a:hover {
    background-color: var(--bs-success) !important;
}

.view-grid .dropdown.action>.btn {
  display: none;
}


.view-grid .dropdown.action ul a:hover {
    border: none;
}


.view-grid .dropdown.action .dropdown-menu {
  display: block;
  position: static !important;
  position: initial !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  min-width: 100px;
}

.view-grid .dropdown.action .dropdown-menu li {
  display: inline-block;
  text-align: center;
}

.view-grid .dropdown.action .dropdown-menu li a {
  /* font-size: 0; */
  padding: 2px;
  margin: 0;
}
.view-grid .dropdown.action .dropdown-menu li a>span {
  font-size: 16px;
}
.view-grid .dropdown.action .dropdown-menu li a:hover {
  background: transparent;
}

@media (max-width: 767px) {
    .entitylist .table-fluid tr {
        overflow: hidden;
        border-top: none !important;
        margin-block-end: 2rem;
    }
   
    .entitylist .table-fluid td:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
  .entitylist .table tr {
      overflow: hidden;
      border-top: none !important;
      margin-block-end: 2rem;
  }
 
  .entitylist .table td:last-child {
      border-bottom: none;
  }
}

/* Return Overview */
.entitylist .table-fluid td > a {
    pointer-events: none;
    text-decoration: none;
    color: var(--bs-dark);
}

.entitylist .table td > a {
  pointer-events: none;
  text-decoration: none;
  color: var(--bs-dark);
}

.customlistlink > a {
  pointer-events: all !important;  
  text-decoration: underline !important; 
}

.sort-arrow {
  margin-left: 5px;
  font-size: 12px;
  color: #000;
}


/** Favorieten **/

.favorieten .bi {
    color: var(--bs-dark);
}


/* Formulieren */

.formulieren  li {
    color: var(--bs-primary);
    /* Bullet Color */
}



/* Contact-us - Aanmeldingen */


/* .form-floating > .contact-label {
    color: black;
    font-weight: bold;
    font-weight: bold;
    opacity: 1!important;
    /*transform: scale(.85) translateY(-0.5rem) translateX(0.15rem); 
} */


:not(.card-body, #differentAddress) > .form-floating > .contact-label {
    margin-left: 0em!important;
}


/* Areaalopgave */

.areaalopgave .bi {
 color: var(--bs-dark);
}



/* CSS mbt footer */

footer {
	background-color: #ffcd1c;
	width: inherit;
    margin-top: auto; 
}

footer .bi	{
	color: black;
	padding: 5px;
    font-size: 14px;
}

footer p {
	font-size: 14px;
	color: black;	
    display: inline;
}

.link-footer {
	font-size: 14px;
	color: black;
	text-decoration: underline;
	padding: 0px 5px;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	color: black;
}

/*extra */

.bg-primary {
  border-top: 1px solid #6c6765;
  border-bottom: 1px solid #6c6765;
}


/* upload file  */

.drop-zone {
  border: 2px dashed #ccc;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}

.drop-zone:hover {
  border-color: #ffcd1c;
  background-color: #f0f8ff;
}

.drop-zone.dragover {
  border-color: #ffcd1c;
  background-color: #e7f1ff;
}

/* signing container */

@media (max-width: 768px){
  .docusign-agreement-container {width: 100%}}
@media (min-width: 769px)  {
  .docusign-agreement-container {width: 100%}}
@media (min-width: 1025px) {
  .docusign-agreement-container {width: 100%}}

.docusign-agreement-container iframe {
  width: 100%;
  min-height: 80vh; /* fallback before resize message */
  border: none;
  overflow: hidden;
}


.search-dropdown {
    max-height: 60vh;
    width: 100% !important;
    overflow-y: auto;
    overflow-x: hidden; /* voorkomt horizontale scroll */
    white-space: normal; /* laat tekst afbreken */
}

#autocom-box p, 
#autocom-box a {
    white-space: normal;
}

/* Scrollbar breder maken */
#autocom-box::-webkit-scrollbar {
    width: 2px;
}

/* Achtergrond van scrollbar */
#autocom-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

/* De scrollbar zelf */
#autocom-box::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
}

/* Hover effect */
#autocom-box::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}