﻿
.questions-carousel-wrapper {
  margin-bottom: 49px;
  margin-left: -10px;
  margin-top: -10px;
}

.questions-carousel-wrapper .card {
  border: none;
  width: 175px;
  height: 200px;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
}

.questions-carousel-wrapper .card:hover .card-footer {
  background-color: #1B80B2;
}
.questions-carousel-wrapper .question-card.selected .card-footer {
    background-color: #1B80B2;
}
.questions-carousel-wrapper .card .card-body {
  background-color: #fff;
  align-items: center;
  display: flex;
}

.questions-carousel-wrapper .card .card-footer {
  color: white;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 600;
  border: none;
  background-color: #003959;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.questions-carousel-wrapper .selected .card-footer { 
  background-color: #1b80b2; 
}

.accordion-questions .accordion-item .accordion-header .accordion-button {
  background-color: #E0E7EB;
  color: #003959;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  line-height: 24px;
}

.accordion-questions .accordion-item .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231B80B2'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-questions .accordion-item .accordion-body {
  background: #F6F9FC;
}

.accordion-questions .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-questions {
  margin-top: 49px;
}

.accordion-item {
  margin-bottom: 5px;
  border: none;
}
