/**/
div.cs-skin-slide {
    color: #333;
    font-size: 18px;
    margin: 0 5px;
    width: 100%;
    max-width: max-content;
    font-weight: normal;
    min-width: 160px;
}

@media (max-width: 767px) {
    div.cs-skin-slide {
        min-width: 150px;
        max-width: 250px;
    }
}

div.cs-skin-slide:not(.cs-active):before {
    background: transparent;
}

.cs-skin-slide>span {
    min-height: 32px;
    padding: 0 30px 0 10px;
    height: max-content;
}

.cs-skin-slide .cs-options {
    width: max-content;
    max-width: 350px;
    padding: 0;
    height: max-content;
}

.cs-skin-slide.cs-active::before {
    background: transparent;
}

.cs-skin-slide>span::after,
.cs-skin-slide.cs-active>span::after {
    content: '\270f';
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
}

.cs-select>span::after {
    right: 5px;
}

.cs-skin-slide .cs-options li span {
    background: #ffedab;
    color: #333;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
    padding: 2px 10px;
}

.cs-skin-slide .cs-options li {
    background: #ffed99;
    color: #666;
    margin: 4px 0;
}

.cs-select ul {
    background: #fff;
    padding: 1px 4px;
}

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
    background: #ffd966;
    color: #333;
}

.cs-select.correcto {
    background-color: rgba(117, 206, 102, 0.2);
}


.cs-select.incorrecto {
    background-color: rgba(229, 71, 81, 0.2);
}