﻿.clickable {
  cursor: pointer;
}

.required label:after {
  content: "*";
  color: #e24747;
}

.wait {
  display: none;
}

img {
  height: auto;
}

.grecaptcha-badge {
  display: none !important;
}

.validation-summary-errors {
  margin-top: 20px;
  color: red;
  color: #e24747;
}
.validation-summary-errors ul, .validation-summary-errors ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  color: #e24747;
}

.newsitems div img {
  width: 100%;
}

.cookie-settings {
  padding: 20px;
  font-size: 10px;
}
.cookie-settings button {
  box-shadow: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  border: 0;
}
.cookie-settings button.confirm-button {
  background-color: black;
  color: white;
}
.cookie-settings button.confirm-button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.cookie-settings .form-check {
  min-height: initial;
}
.cookie-settings .collapse-container {
  padding: 10px;
  background-color: #e9e9e9;
}
.cookie-settings .cookie-item {
  border: 1px solid #808080;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cookie-settings .cookie-item button {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 0;
}
.cookie-settings .cookie-item:not(:last-of-type) {
  border-bottom: 0;
}
.cookie-settings .cookie-item .cookie-item-icon {
  width: 16px;
}

.cookie-message {
  width: 500px;
  max-width: 100%;
  padding: 20px;
  font-size: 10px;
}
.cookie-message a:not(.tg-btn) {
  color: #212529;
}
.cookie-message .tg-btn {
  cursor: pointer;
}
.cookie-message button {
  box-shadow: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  border: 0;
}
.cookie-message button.confirm-button {
  background-color: black;
  color: white;
}
.cookie-message button.confirm-button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.cookie-message .button-container {
  display: flex;
  gap: 10px;
}

.dropzone {
  border: 1px solid #ECECEC;
  background-color: #F1F3F8;
  min-height: 138px;
}

ul.attachments {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.images li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 6px;
  position: relative;
  border: 1px solid white;
  list-style-type: none;
}

ul.images li a {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: white;
  padding: 5px;
  height: 24px;
  width: 23px;
}

ul.images li a i {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.delete {
  right: 25px !important;
  color: red;
}

.dropzone .dz-preview {
  width: 75px;
  height: 75px;
  min-height: 75px;
}

.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0;
  width: 80px;
  height: 80px;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 0px;
}

.dropzone .dz-preview .dz-progress {
  margin-top: 0px;
  width: 60px;
  margin-left: -26px;
}

.dz-details {
  display: none;
}

.hero-banner picture {
  position: absolute;
  inset: 0;
}
.hero-banner picture img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  width: 100%;
  inset: 0;
}

.col-content .text-base p {
  font-weight: unset !important;
}

.hidden {
  display: none !important;
}

.btn-app-link {
  min-width: 150px;
}

.poweredbyfooter {
  font-size: 12px;
}

.errors {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  color: #e24747;
}

.btn-reset {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  /*    color: $dark-200 !important;
  */
}
.btn-reset:hover {
  color: #24252A !important;
}

.privacy-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 1.05rem;
}

@media (max-width: 768px) {
  .privacy-wrapper {
    max-width: 100%;
    margin: 20px 0;
    padding: 0 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.vacature-card {
  display: flex;
  height: 100%;
}

.vacature-card .filter-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vacature-card .filter-text h6 {
  margin: 0 !important;
}

.vacature-card .filter-text p.text-base {
  margin: 0 !important;
}

.vacature-card .filter-text .mb-16 {
  margin-bottom: 16px !important;
}

.vacature-card .filter-text > .btn-link {
  width: fit-content;
}

.select-filters div:not(:last-child) {
  margin-bottom: 20px !important;
}

.opleiding-title {
  width: 45%;
}

#docsModal .modal-dialog {
  max-width: 750px;
}
#docsModal .modal-content {
  border-radius: 0;
}
#docsModal .modal-header,
#docsModal .modal-footer {
  border-radius: 0;
}
