
@media (max-width: 992px) {
    .gw-cards>* {
        flex: 0 0 47.5%;
    }
.customer-experience-card {
    width: 250px !important;
    }
}
@media (max-width: 768px) {
    .gw-cards>*, .module-info-cards>* {
        flex: 0 0 100%;
    }
}

.card-shadow {
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border: 2px solid transparent;
}

.card-shadow:hover{
    border: 2px solid #f9690e;
    -webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
    box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
}

.card-title {
    font-size: 1.3rem;
    font-weight: bold;
}

.bi::before {
    line-height: inherit;
}

.btn-cart, .btn-cart:focus {
    background-color: #f9690e;
    color: white !important;
    border: none !important;
}

.btn-cart:hover {
    background-color: #e05e0d;
    color: white;
}

.btn-cart:active {
    background-color: #ca560d !important;
}
.filter-badge {
    cursor: pointer;
    border-radius: 50rem;
    font-size: 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    line-height: 1;
    display: inline-block;
    padding: 0.35rem 0.65rem;
    font-weight: 700;
    color: var(--bs-link-color);
    border: 1px solid var(--bs-link-color);
    background-color: transparent;
}

.filter-badge.active {
    color: #fff;
    background-color: var(--bs-link-color);
}

:root {
    --bs-link-color: #2ba1df
}

h2 {
    color: #2ba1df
}
.icon-fix {
line-height: 1.4em;
}

.carousel-caption {
    position: relative;
    right: 0;
    top: 0rem;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: black;
    text-align: center;
    font-size: 1.25rem;
}
.carousel-indicators [data-bs-target] {
    background-color: black;
}
.zoom-button {
    text-align: center;
    display: flex;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
}
.zoom-container {
    position: absolute;
    bottom: 2%;
    right: 3%
}
.offset-underline {
    text-underline-offset: 0.15rem!important;
}

pre.history {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  white-space: pre-line;
  font-family: inherit;
}

.table.blue > thead > tr > th {
    vertical-align: bottom;
    background: #51b8f2;
    color: white;
}
.table.blue > thead > tr > th:first-child {
    border-radius: 5px 0 0 0;
}
.table.blue > thead > tr > th:last-child {
    border-radius: 0 5px 0 0;
}