.button-22 {
  align-items: center;
  appearance: button;
  background-color: #0276ff;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "RM Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  transition: color 0.13s ease-in-out, background 0.13s ease-in-out,
    opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 6px;
  text-decoration: none !important;
  max-height: 55px;
}

/* everything for button on home.html */
.button-22:active {
  background-color: #006ae8;
}

.button-22:hover {
  background-color: #1c84ff;
  color: white;
}

/* navigation bar style */
.navbar-nav li a {
  display: block;
  text-transform: uppercase;
  color: #0463bf !important;
  font-size: 14px;
  font-weight: 600;
}

.navbar-nav li a:hover {
  color: #646464 !important;
}
.navbar-nav {
  flex-direction: inherit !important;
}
/* all html pages */
body,
html {
  height: 100%;
  padding-top: 0px !important;
}

/* The hero image on home.html*/
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://smartipard.rs/wp-content/themes/smart-ipard/inc/assets/images/banner.jpg");

  /* Set a specific height */
  height: 100%;
  max-height: 100%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.footer {
  background-color: #f8f6f7;
  box-shadow: 0 0 10px #d9d9d9;
  padding: 40px 0;
}
.fas.fa-phone {
  transform: rotate(90deg);
}
.footer .info {
  text-align: right;
}
.fas {
  margin-right: 4px;
}
.footer .document-banner {
  text-align: left;
}
.blok {
  display: inline-grid;
}

/* nav bar with underline*/
.header {
  border-bottom: 1px solid #0463bf;
}
/* application.html submit button style */
.submit-button {
  margin: 20px auto 20px;
}

.heading {
  margin: 50px auto;
}

.card {
  margin: 10px;
}

/* centered content on container classes */
.container {
  margin: 0 auto;
}
.container {
  position: relative; /* needed for footer positioning*/
  height: auto !important; /* real browsers */
  min-height: 70%; /* real browsers */
}

th,
td {
  vertical-align: middle !important;
}
/* centered title */
.title {
  text-align: center;
}

.login-form {
  height: 600px;
}

.measure {
  display: flex;
  width: 800px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 15px auto;
}
.card-body {
  width: fit-content;
  text-align: start;
  block-size: fit-content;
  min-width: 100%;
}

.card-subtitle {
  font-size: 14px;
}
.details-button {
  max-width: 140px;
  margin-left: 20px;
}

.card-heading {
  display: flex;
  justify-content: space-between;
}
.card-title {
  font-size: 1.7rem;
  width: 80%;
}

.measures {
  margin: 0 auto;
  display: block !important;
}

.spacing {
  margin-bottom: 60px;
}

a {
  text-decoration: none;
}

.questions-container {
  padding-top: 15px;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.question {
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
}

.question-yes-no {
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

/* Set a fixed width for the radio button and input divs */
.col-md-3.justify-content-between {
  width: 25%; /* One-fourth of the container width */
  box-sizing: border-box; /* Include padding and border in the width */
  padding: 0 10px; /* Add some padding to separate elements */
}

/* Ensure input and span elements don't stretch beyond the div width */
.equal-width-input {
  width: 60%;
  min-width: 60%;
  box-sizing: border-box; /* Include padding and border in the width */
}

/* Style the span element */
.col-md-3 span {
  font-size: 13px;
  padding-left: 5px;
}

.radio-buttons {
  text-align: right;
}

.numbering {
  justify-content: space-between;
  padding-left: 20px;
}

.form-signin-heading {
  text-align: center;
}

.input-date-container {
  display: flex;
  justify-content: flex-start;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-slider {
  display: flex;
  vertical-align: middle !important;
  align-items: center;
  justify-content: space-between; /* Add space between the elements */
  width: 200px; /* Adjust the width as needed */
}
.remove {
  width: 0;
  height: 0;
}

.td-width-min {
  max-width: 5vh;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.td-width-medium {
  max-width: 20vh;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.td-width-max {
  max-width: 25vh;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.filters {
  width: 50%;
  display: inline-flex;
  justify-content: space-between;
}

#search {
  width: 40%;
}

.send-mail {
  text-align: center;
  margin: 30px auto;
  width: 40%;
}

.notification-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

.notification {
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.entry-text {
  text-align: center;
}

.question-button {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .measure {
    width: auto !important;
  }

  .question-yes-no {
    flex-direction: column;
  }

  .switch-slider {
    width: 100%;
    justify-content: left;
  }

  .question-text {
    width: 100%;
    text-align: left;
  }

  .slider-label {
    margin: 0 5px;
  }

  .switch {
    margin: 0 5px;
  }

  .question {
    align-items: start;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  .numbering {
    justify-content: left;
  }

  .footer {
    background-color: #f8f6f7;
    box-shadow: 0 0 10px #d9d9d9;
    padding: 40px 0;
  }
  .footer p {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #92959e;
    line-height: 2;
    margin-bottom: 20px;
  }
  .fas.fa-phone {
    transform: rotate(90deg);
  }
  .footer .info {
    text-align: center;
  }
  .fas {
    margin-right: 4px;
  }
  .footer .document-banner a {
    margin-top: 11px;
  }
  .blok {
    display: inline-grid;
  }
  .custom-center {
    text-align: center;
  }
  .footer .logo {
    max-width: 150px;
    margin: 0 auto;
  }
  .img-fluid {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
  }
  .footer .document-banner {
    margin: 20px 0;
  }
  .hed {
    margin: 0 auto;
  }

  .radio-buttons {
    width: 100%;
    text-align: left;
  }

  .entry-text {
    text-align: left;
  }

  .filters {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #search {
    width: 100%;
  }

  .card-heading .card-title {
    font-size: 1.5rem;
  }

  .send-mail {
    width: 80%;
  }

  .number-container {
    padding-left: 0;
  }
  .numbering {
    justify-content: flex-start;
    padding-left: 0;
  }
}
