﻿.form-check-input {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: var(--core-color-quaternary) !important;
}

.form-check-label {
  cursor: pointer;
}

.max-w {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .max-w {
    min-width: 60%;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .max-w {
    min-width: 50%;
    max-width: 50%;
  }
}

textarea {
  resize: none !important;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: auto !important;
  /*padding-top:3rem !important;*/
}

.svg-inline--fa.fa-stack-1x {
  width: 2rem !important;
}

.fa-stack {
  width: 2.25rem !important;
}

.select-none {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

/*egna*/
a {
  text-decoration: none !important;
  color: var(--core-color-secondary);
}
a:hover {
  color: var(--core-color-hover);
}

.background-img {
  background-image: url(../img/klutt-1.png), url(../img/klutt-2.png);
  background-position: left top, right top, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  min-height: 100vh;
}

.logo {
  max-height: 3rem;
}

.background-img-bottom {
  background-image: url(../img/klutt-3.png);
  min-height: 100vh;
}

.bordernone {
  border: none;
  background: none;
}

.backhover {
  text-decoration: none;
  color: black;
  transition: text-decoration 10s ease-in;
}

.backhover :hover {
  color: rgb(30, 33, 59);
  /*text-decoration: underline .2rem ;*/
  /*border: 2px;*/
  border-bottom: 2px solid black;
}

.border-radius-4 {
  border-radius: 4rem;
}

.yttrandecard {
  /*height: 70% !important;*/
  /*width: 90%;*/
}

.containercard {
  /*height:calc(100% - 8rem);*/
  min-height: 89%;
}

.cardscale {
  width: 90%;
  min-height: 60vh;
}

/* Custom styles for pagination buttons */
.page-link.btn.btn-dark {
  background-color: #000 !important; /* Black background color */
  color: #fff !important; /* White text color */
}

.page-link {
  border-color: #212529 !important;
}

.table-row-selected {
  background-color: #212529 !important; /* Customize the background color for selected rows */
  color: #fff !important; /* Customize the text color for selected rows */
}

@media (max-height: 700px) {
  .yttrandecard {
    height: 95% !important;
  }
}
@media (max-width: 576px) {
  .radiobtn {
    width: 100% !important;
  }
  .sammanfattningscard {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .yttrandecard {
    /*height: 80% !important;*/
    height: 100% !important;
    width: 100% !important;
    padding: 1rem !important;
  }
  .cardscale {
    width: 100%;
    /*height: 100vh!important;*/
  }
  .outer-card {
    /*width: 100%!important;*/
  }
}
@media (min-width: 576px) {
  .yttrandecard {
    /*width: 100%;*/
    /*height:60%;*/
  }
}
@media (min-width: 576px) {
  .outer-card {
    height: auto;
    max-width: 70%;
  }
  .logo {
    max-height: 3rem;
  }
  .yttrandecard {
    /*width: 80%;*/
  }
  .cardscale {
    /*width: 80%;*/
  }
}
@media (min-width: 992px) {
  .outer-card {
    height: auto;
    max-width: 70%;
  }
  .yttrandecard {
    max-width: 70%;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .cardscale {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .outer-card {
    max-width: 90%;
  }
  .yttrandecard {
    max-width: 60%;
  }
  .cardscale {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .yttrandecard {
    max-width: 50%;
  }
  .cardscale {
    width: 50%;
  }
}
