@import "mijnproject/node_modules/bootstrap/dist/css/bootstrap.min.css";
/* HOVER */
.scale-on-hover {
  transition: 0.3s;
}
.scale-on-hover:hover {
    transform: scale(1.2);
  }


/* TEKST */
.single-line-text {
  white-space: nowrap;
}
a {
  text-decoration: none !important;
}

ul {
    list-style-type: none;
  }

p {
    padding: 0px;
    margin-bottom: 0px !important;
}


.text-orange {
    color: rgb(243, 162, 0) !important;
  }
  
.text-orange-hover:hover {
    color: rgb(243, 162, 0)  !important;
  }
.text-danger-hover:hover {
  color: #dc3545 !important;
  transition: 0.3s;
}
.text-center {
    margin-bottom: 0 !important;
  }


  
/* CONTAINERS/ROWS */
.scrollable-container {
    height: 150px; 
    overflow-y: auto; 
  }
.scrollable-container-xl{
    height: 310px; 
    overflow-y: auto; 
  }

.border-light {
    border-color: #495057;
  }

.list-unstyled li {
    margin-bottom: .5rem;
  }

.accordion-body {
  padding: 0px 0px 10px 0px !important;
}

.accordion-button {
  padding: 10px 0px !important;
  border: none !important; 
}


/* BUTTONS */

.btn-grey-hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.btn-grey-active {
  background-color: rgba(0, 0, 0, 0.03);
}

html, body {
  height: 100%;
}
.img-fit-chofer {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
  overflow: hidden;
}
.img-fit {
  width: 80%;
  max-height: 300px;
  

}

.img-search{
  height: 100px;
  width: 100px;
  object-fit: cover !important;
  overflow: hidden;
}
.content {
  flex: 1;
}

.row>* {
  padding: 0px !important;
}

.programa-info {
  display: none;
  position: relative; /* Ensure relative positioning */
  top: -10px;
  padding-top: 10px;
}
.programa-info.active {
  display: block;
  
}
.link-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
  padding: 10px 15px;
  border-radius: 5px;
  color: #212529;
}
.link-button.active {
  background-color: #e9ecef; /* Bootstrap's bg-light color */
  color: #007BFF !important;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 75px;
}

.thumbnail-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    overflow: hidden;
    border: none; /* Remove border */
}

.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: rgb(39, 39, 39);
    opacity: 0;
    transition: opacity 0.3s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.image-wrapper:hover .overlay {
    opacity: 1;
}

.image-wrapper:hover .overlay-icon {
    opacity: 1;
}

.container-page {
  display: none;
}
.container-page.active {
  display: block;
}

.btn-empresa {
  width: 100%;
  margin: 5px 0;
}

.bg-primary-subtle,.bg-danger-subtle {
  transition: 0.2s !important;
}

.bg-primary-subtle:hover {
  background-color: #0d6dfd4f !important;
  scale: 1.01;
}
.bg-danger-subtle:hover {
  background-color: #dc35464d !important;
  scale: 1.01;
}
.bg-success-subtle:hover {
  background-color: #19875443 !important;
  scale: 1.01;
}
#orientationMessage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
