﻿@font-face {
  font-family: "THESANS-PLAIN";
  src: url("/Content/fonts/THESANS-PLAIN.OTF"); }

@font-face {
  font-family: "THESANS-BOLD";
  src: url("/Content/fonts/THESANS-BOLD.OTF"); }

/* Cards filter */
.cardsfilter-container {
  background-color: #ebf2f5;
  margin-top: 90px;
  min-height: 130px;
  padding-bottom: 10px; }

.cardsfilter-button {
  width: 153px;
  height: 154px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: -76px;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative; }

.cardsfilter-button-selected {
  color: #0dad4a; }

.cardsfilter-button-disabled {
  color: #7d8a8f; }

.cardsfilter-button-title {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center; }

.cardsfilter-button-counter {
  display: none;
  position: absolute;
  background-color: #b71234;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  right: 18px;
  top: 4px; }

.cardsfilter-criteria {
  margin-top: 70px;
  display: none; }

.cardsfilter-criteria-switch {
  margin: 10px 20px; }

/* Cards list */
.cardsfilter-cardscontainer {
  display: none; }

.cardsfilter-card {
  margin: 0px 2% 6% 2%;
  width: 379px; }

.cardsfilter-card-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 237px;
  border-radius: 20px; }

.cardsfilter-card-button {
  width: 250px;
  height: 50px;
  margin: 10px 0px; }

.cardsfilter-card-name {
  color: #7d8a8f;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  margin-top: 25px; }

.cardsfilter-card-type {
  color: #7d8a8f;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 5px; }

.cardsfilter-compare-button {
  height: 40px;
  margin: 20px;
  padding: 0px 70px; }

/* Kendo Switch */
.k-switch-label-off, .k-switch-label-on {
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  width: auto; }

.k-switch-container {
  font-size: 1rem; }

.k-switch-off .k-switch-container, .k-switch-off .k-switch-container:hover {
  border: 2px solid #002649;
  color: #002649;
  background-color: transparent; }

.k-switch-on .k-switch-container {
  background: linear-gradient(109deg, #002649 0%, #006ab6 100%);
  color: #fff;
  padding: 5px; }

.k-switch-on.k-state-focused, .k-switch-on:focus {
  box-shadow: none; }

.k-switch-handle {
  border-radius: 0px;
  width: 32px;
  height: 32px;
  background: url("../images/icon_close_switch.png") no-repeat;
  background-size: contain; }

.k-switch-off .k-switch-handle {
  opacity: 0;
  left: calc(100% - 2em); }

.k-switch-on .k-switch-handle, .k-switch-on:hover .k-switch-handle {
  background-color: transparent; }

/* Shimmer effect (not implemented) */
.shine {
  border-radius: 15px;
  height: 190px;
  background: #E5F0FB;
  background: linear-gradient(to right, #c1dceb 4%, #a3cbe1 25%, #c1dceb 36%);
  background-size: 1200px 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.d-small-cardfilter-criteria {
  display: none; }

.d-big-cardfilter-criteria {
  display: block; }

@media (max-width: 1399.98px) {
  .cardsfilter-button {
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: -76px;
    font-weight: 700;
    font-size: 1rem;
    position: relative; }
  .d-small-cardfilter-criteria {
    display: block; }
  .d-big-cardfilter-criteria {
    display: none; } }

@media (max-width: 767.98px) {
  .cardsfilter-button-title {
    position: absolute;
    top: 100%;
    width: 100%;
    font-size: 0.9rem;
    text-align: center; }
  .cardsfilter-button {
    width: 153px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: -76px;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative; }
  .cardsfilter-card-name {
    color: #7d8a8f;
    font-size: 1rem;
    text-align: center;
    line-height: 1rem;
    margin-top: 15px; }
  .cardsfilter-card-type {
    color: #7d8a8f;
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: 2px; }
  .cardsfilter-criteria {
    margin-top: 40px;
    display: none; }
  .d-small-cardfilter-criteria {
    display: none; }
  .d-big-cardfilter-criteria {
    display: block; }
  .k-switch-container {
    font-size: 0.8rem; }
  .k-switch-handle {
    border-radius: 0px;
    width: 25px;
    height: 25px;
    background: url(../images/icon_close_switch.png) no-repeat;
    background-size: contain; } }
