
.radio-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .radio-selector input:active+.selectradio {
    opacity: .9;
  }
  
  .radio-selector input:checked+.selectradio {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
  }
  
  .selectradio {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1) grayscale(1) opacity(.7);
    -moz-filter: brightness(1) grayscale(1) opacity(.7);
    filter: brightness(1) grayscale(1) opacity(.7);
  }
  
  .selectradio:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
  }
  
  .selectradio input:checked {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
  }

  
  #cookie-message {
    margin: 0 auto;
    padding: 1em;
    display: none;
    background-image: linear-gradient(to right, #e24b59, #b50d17);
}

#cookie-message .btn-info:active,
#cookie-message .btn-info {
    color: #fff;
    background-color: #980200;
    background-image: none;
    border-color: #980200;
    margin-left: 40px;
    cursor: pointer;
}

#cookie-message .learnmore {
    color: #fb9696;
}

[v-cloak] {
    display: none;
}

.modal-header .close {
    padding: 0rem !important;
    margin: 0rem !important;
}

.select_mx {
    max-height: 3006px;
    width: 90%;
}

.radio-color-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio-color-selector input:active+.color-selectradio {
    opacity: .9;
}

.radio-color-selector input:checked+.color-selectradio {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.color-selectradio {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(2) grayscale(.1) opacity(.8);
    -moz-filter: brightness(2) grayscale(.1) opacity(.8);
    filter: brightness(2) grayscale(.1) opacity(.8);
}

.color-selectradio:hover {
    -webkit-filter: brightness(2) grayscale(.1) opacity(1);
    -moz-filter: brightness(2) grayscale(.1) opacity(1);
    filter: brightness(2) grayscale(.1) opacity(1);
}

.color-selectradio input:checked {
    -webkit-filter: brightness(2) grayscale(.6) opacity(1);
    -moz-filter: brightness(2) grayscale(.6) opacity(1);
    filter: brightness(2) grayscale(.6) opacity(1);
}

.status-mark {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
}

.currentcolor {
    display: inline-block;
    width: 36px;
    height: 26px;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid #b1b1b1;
}

/* LOADING START */

.sk-cube-grid {
    width: 40px;
    height: 40px;
    top: 47%;
    left: 47%;
}

.sk-cube-grid.center {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 47%;
    left: 47%;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: rgb(161, 12, 12);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: rgb(238, 223, 16);
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    background-color: rgb(161, 12, 12);
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: rgb(0, 0, 0);
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: rgb(161, 12, 12);
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: rgb(238, 223, 16);
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.action-button {
    background-color: #f7d59f !important;
    border-radius: 20px !important;
    margin: 10px !important;
}

.rating {
    display: inline-block;
    position: relative;
    /* height: 50px;
    line-height: 50px; */
    /* font-size: 50px !important; */
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
    font-size: 50px !important;
}

.rating label:last-child .icon {
    color: rgb(163, 163, 163);
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: #FF8A65;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: rgb(163, 163, 163);
    text-shadow: 0 0 5px #FF8A65;
}

/* rating-list */
.rating-stars {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    clear: both;
}

.rating-stars i {
    font-size: 14px;
    color: #ccc;
    display: inline;
}

.rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1;
}

.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-stars li.stars-active i {
    color: orange;
}

.radio-selector {
    display: block;
}

.min-vh-30 {
    max-height: 30vh;
    overflow-x: auto;
}

.container .row div>.card {
    height: 250px;
    padding: 10px;
}

.radio-color-selector input {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio-color-selector input:active+.color-selectradio {
    opacity: .9;
}

.radio-color-selector input:checked+.color-selectradio {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.color-selectradio {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(2) grayscale(.1) opacity(.8);
    -moz-filter: brightness(2) grayscale(.1) opacity(.8);
    filter: brightness(2) grayscale(.1) opacity(.8);
}

.color-selectradio:hover {
    -webkit-filter: brightness(2) grayscale(.1) opacity(1);
    -moz-filter: brightness(2) grayscale(.1) opacity(1);
    filter: brightness(2) grayscale(.1) opacity(1);
}

.color-selectradio input:checked {
    -webkit-filter: brightness(2) grayscale(.6) opacity(1);
    -moz-filter: brightness(2) grayscale(.6) opacity(1);
    filter: brightness(2) grayscale(.6) opacity(1);
}

.status-mark {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
}

.currentcolor {
    display: inline-block;
    width: 36px;
    height: 26px;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid #b1b1b1;
}

/* LOADING START */

.sk-cube-grid {
    width: 40px;
    height: 40px;
    top: 47%;
    left: 47%;
}

.sk-cube-grid.center {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 47%;
    left: 47%;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: rgb(161, 12, 12);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: rgb(238, 223, 16);
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    background-color: rgb(161, 12, 12);
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: rgb(0, 0, 0);
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: rgb(161, 12, 12);
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    background-color: rgb(105, 105, 105);
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: rgb(238, 223, 16);
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* ------------------------------------------------------------------------------
*
*  # Twiter Typeahead
*
*  Styles for typeahead.bundle.min.js - input suggestion engine
*
*  Version: 1.3
*  Latest update: Jul 4, 2016
*
* ---------------------------------------------------------------------------- */

.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
    outline: 0;
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 100%;
    margin-top: 1px;
    min-width: 180px;
    padding: 7px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.typeahead-scrollable .tt-menu {
    max-height: 250px;
}

.typeahead-rtl .tt-menu {
    text-align: right;
}

.tt-suggestion {
    padding: 8px 15px;
    cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
    background-color: #f5f5f5;
}

.tt-dataset-group .tt-suggestion {
    padding-left: 24px;
    padding-right: 24px;
}

.tt-heading {
    font-size: 11px;
    line-height: 1.82;
    padding: 8px 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
}

.typeahead-template .empty-message {
    padding: 8px 15px;
    text-align: center;
}

.tt-suggestion.tt-selectable {
    cursor: pointer;
    color: #fd263a;
    font-weight: 700;
}

.tt-suggestion.tt-selectable:hover {
    cursor: pointer;
    color: #f75968;
    font-weight: 700;
}