:root {
    --boneshaper-color: #49a967;
    --banner-spear-color: #edbc47;
    --blinkblade-color: #01b0db;
    --snowflake-color: #c8f0ff80;
    --deathwalker-color: #8c97a9;
    --drifter-color: #a28b7c;
    --geminate-color: #c33e69;
    --meteor-color: #eb5b38;
    --fist-color: #2F4858;
    --trap-color: #ddb586;
    --elite-color: #400a0b;
    --nonelite-color: #694802;
    --friendly-color: #837ca2;
    --boneshaper-transperant-color: rgb(73 169 103 / 50%);
    --blinkblade-transperant-color: rgb(1 176 219 / 50%);
    --banner-spear-transperant-color: rgb(245 169 2 / 50%);
    --snowflake-transparent-color: rgba(200, 240, 255, 0.5);
    --deathwalker-transperant-color: rgb(140 151 169 / 50%);
    --drifter-transperant-color: rgb(162 139 124 / 50%);
    --geminate-transperant-color: rgb(195 62 105 / 50%);
    --meteor-transperant-color: rgb(235 91 56 / 50%);
    --trap-transperant-color: rgb(221 181 134 / 50%);
    --fist-transperant-color: rgb(47 72 88 / 50%);
    --elite-transperant-color: rgb(197 0 0 / 50%);
    --nonelite-transperant-color: rgb(70 14 15 / 50%);
    --friendly-transperant-color: rgb(131 124 162 / 50%);
    --hp-color: #690202;
    --attack-color: #fbf300;
    --movement-color: #2e00f8;
    --stats-icons-size: 30px;
    --element-default-color: #000000;
    --element-fire-color: #e73710;
    --element-ice-color: #56c8ef;
    --element-air-color: #8f8f8f;
    --element-earth-color: #7da82a;
    --element-light-color: #da9c16;
    --element-dark-color: #102383;
}


body {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Noto Emoji';
    margin: 0;
    padding: 10px;
    font-size: 22px;
    color: #F0F0F0;
    background-color: #2B2B2B;
    line-height: 1.4;
    -ms-overflow-style: none;
    scrollbar-width: 1px;
    overflow-y: scroll;
}


body::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}


input,
label,
button {
    font-size: 22px;
    color: #F0F0F0;
    background-color: transparent;
    border: none;
    padding: 8px;
    margin: 5px;
}

input[type="text"],
input[type="tel"],
button {
    border: none;
    background: none;
    color: #F0F0F0;
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin: 5px;
    background-color: #445566;
    border: none;
    cursor: pointer;
}

input[type="tel"] {
    width: 80px;
    height: var(--stats-icons-size);
    font-size: 22px;
    text-align: center;
    border: none;
    color: #F0F0F0;
    font-size: 25px;
    cursor: pointer;
    width: 50px;
    font-weight: 800;
    background: none;
    vertical-align: middle;
}


input[type="tel"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}


img {
    width: 40px;
    border-radius: 3px;
}

h3.logs-title {
    margin-bottom: -20px;
}

.title {
    display: flex;
    align-items: center;
}

.title img {
    margin-right: 10px;
}

.initiative {
    width: 375px;
}

.creatures {
    width: 100%;
    overflow-x: auto;
    user-select: none;
}

.creatures .creature-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
}

.creatures .creature-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.creatures .creature-column {
    flex: 10%;
    font-size: 18px;
    text-align: center;
    color: #F0F0F0;
    position: relative;
    margin: 15px 10px;
}

img.background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}


.creatures .initiative-column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.creatures .creature-column .nameplate {
    border-radius: 9px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100px;
    padding: 15% 0;
    align-items: center;
}

.standee-only {
    font-size: 30px;
}

.character-skin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character-skin .name {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    min-height: 75px;
}

.character-skin .name b {
    min-height: 60px;
    align-content: center;
}

.character-skin .character-icon {
    width: 40px;
}

.character-skin .monster-icon {
    width: 30px;
}

.character-attributes {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.creatures .creature-column .nameplate img.profile {
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px;
    cursor: pointer;
}

.creatures .boneshaper-row.friendly img.profile {
    color: var(--boneshaper-color);
}

.creatures .banner-spear-row.friendly img.profile {
    color: var(--banner-spear-color);
}

.creatures .snowflake-row.friendly img.profile {
    color: var(--snowflake-color);
}

.creatures .deathwalker-row.friendly img.profile {
    color: var(--deathwalker-color);
}

.creatures .drifter-row.friendly img.profile {
    color: var(--drifter-color);
}

.creatures .blinkblade-row.friendly img.profile {
    color: var(--blinkblade-color);
}

.creatures .trap-row.friendly img.profile {
    color: var(--trap-color);
}

.creatures .geminate-row.friendly img.profile {
    color: var(--geminate-color);
}

.creatures .meteor-row.friendly img.profile {
    color: var(--meteor-color);
}

.creatures .fist-row.friendly img.profile {
    color: var(--fist-color);
}

.creatures .elite img.profile {
    color: var(--elite-color);
}

.creatures .friendly img.profile {
    color: var(--friendly-color);
}

.creatures .boneshaper-row.friendly {
    background-color: var(--boneshaper-transperant-color);
}

.creatures .banner-spear-row.friendly {
    background-color: var(--banner-spear-transperant-color);
}

.creatures .snowflake-row.friendly {
    background-color: var(--snowflake-transparent-color);
}

.creatures .drifter-row.friendly {
    background-color: var(--drifter-transperant-color);
}

.creatures .blinkblade-row.friendly {
    background-color: var(--blinkblade-transperant-color);
}

.creatures .trap-row.friendly {
    background-color: var(--trap-transperant-color);
}

.creatures .meteor-row.friendly {
    background-color: var(--meteor-transperant-color);
}

.creatures .geminate-row.friendly {
    background-color: var(--geminate-transperant-color);
}

.creatures .fist-row.friendly {
    background-color: var(--fist-transperant-color);
}

.creatures .deathwalker-row.friendly {
    background-color: var(--deathwalker-transperant-color);
}

.creatures .elite-row {
    background-color: var(--elite-transperant-color);
}


.creatures .nonelite-row {
    background-color: var(--nonelite-transperant-color);
}

.creatures .friendly-row.friendly {
    background-color: var(--friendly-transperant-color);
}

.creatures .creature-column .nameplate input {
    color: white;
    background: none;
    font-size: 25px;
    font-weight: 800;
    width: 50px;
    padding: 0;
    margin: 0px;
}

.initiative-column {
    display: flex;
    align-items: center;
}

.initiative-column.hidden {
    visibility: hidden;
}

.initiative-column.hidden+.nameplate img.profile {
    cursor: inherit;
}

.attack-btn.hidden {
    visibility: hidden;
}

.stats {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px 10px;
    width: 90px;
}

.stats .stat-child {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 10px;
    flex: 1 0 20%;
    margin-top: 8px;
}

.stats .stat-child object {
    width: var(--stats-icons-size);
    height: var(--stats-icons-size);
}

.action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button {
    padding: 10px 15px;
    background-color: #445566;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

button:hover {
    background-color: #56677A;
    transform: scale(1.02);
}

.attack-btn {
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #a94949;
    border: 3px solid #902a2a;
    margin-top: 15px;
}

.attack-btn button {
    background: none;
}

.attack-btn button img {
    height: 30px;
    width: 30px;
    background: #a94949;
    padding: 5px;
    border: 3px solid #902a2a;
}

.remove-btn {
    font-size: 18px;
    font-weight: normal;
    color: #999;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    width: 50px;
    transition: none;
}

.remove-btn:hover {
    background-color: #ff0000;
    color: white;
}

#elite-monster {
    margin-top: 15px;
}

div#modal-attack,
div#modal-conditions {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#attack-conditions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid white;
}


#attack-conditions img {
    margin-right: 14px;
}

#attack-conditions p {
    margin-right: 4px;
}

.attack-modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal {
    z-index: 101;
}

.modal-content {
    background-color: #3A3A3A;
    margin: 15% auto;
    padding: 25px;
    border: 1px solid #888;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -14px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.icon {
    text-align: center;
}

.icon img {
    width: 50px;
    height: 50px;
}

.icon p {
    margin-top: 5px;
}

.hp {
    background-color: #4CAF50;
}

.attack {
    background-color: #E57373;
}

.movement {
    background-color: #8E44AD;
}

.range {
    background-color: #F1C40F;
}

.add-char {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 100px;
}

.add-char .row {
    display: flex;
    flex-direction: column;
    position: relative;
}

.add-char,
.row,
.default-stats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.add-char .row .default-stats.type-buttons {
    position: absolute;
    bottom: 0;
}

.row .row-monster-stats {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
}

.row-monster-stats .default-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.row-monster-stats .default-stats label {
    margin-bottom: -14px;
}

.tombstone-icon {
    margin-left: 120px;
    width: 50px;
    cursor: pointer;
}

.tombstone-icon:hover {
    transform: scale(1.1);
}

.tombstone-icon.hidden {
    display: none;
}

.row.middle-line {
    border: 1px solid white;
}

select {
    font-size: 18px;
    color: #F0F0F0;
    background-color: #445566;
    border: none;
    padding: 10px;
    outline: none;
}

option {
    font-size: 18px;
    color: #F0F0F0;
    background-color: #445566;
    border: none;
}

.flipped-image {
    transform: scaleX(-1);
}

/* #battle-log::-webkit-scrollbar {
    display: none;
} */

.log-time {
    font-weight: bold;
    margin-right: 5px;
}

.log-event,
.log-time {
    color: #999;
}

.log-bold {
    color: #F0F0F0;
}

.log-img {
    width: 25px;
    height: auto;
}

.technical-log {
    font-size: 14px;
    font-style: italic;
}

#loading-spinner {
    display: inline-block;
    visibility: hidden;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.done {
    text-decoration: line-through;
    color: gray;
}

.game-setup {
    width: 50%;
}

.game-setup #todoList {
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

#todoList {
    display: none;
}

#todoList li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#todoList li label {
    margin-top: 1px;
    padding: 0;
    display: flex;
    align-items: center;
}

#todoList li label.done {
    text-decoration: line-through;
    color: gray;
}

.elements-wrapper {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    user-select: none;
    gap: 5px;
    justify-content: flex-start;
}

#logs-container {
    position: relative;
}

#logs-filter {
    position: absolute;
    top: 15px;
    min-width: 300px;
}

#logs-filter .ss-main {
    padding: 10px 13px;
    background-color: transparent;

}

.ss-main {
    position: relative;
    z-index: 99;
}

.ss-content .ss-list {
    background-color: #2B2B2B;
    border: 1px solid #F0F0F0;
}

.ss-content .ss-list div.ss-option {
    color: #F0F0F0;
}

.ss-main .ss-values .ss-value div.ss-value-text,
.ss-main .ss-values .ss-placeholder {
    font-size: 16px;
    line-height: 1.45;
}

.ss-main .ss-values div.ss-value {
    background-color: #8b8888;
}

/* Prevent Grid.js overflow issues */
#battle-log {
    overflow: visible !important;
    position: relative;
    margin-top: 25px;
    font-size: 15px;
}

.element-icon {
    width: 50px;
    height: 50px;
    fill: var(--element-default-color);
    cursor: pointer;
}

.element-icon:hover {
    transform: scale(1.1);
}


.condition-row {
    display: flex;
    align-items: center;
    gap: 1px;
    min-height: 35px;
}

.condition-row,
.condition-images {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.condition-child {
    display: flex;
    align-items: center;
    position: relative;
}

.condition-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: white;
}

.condition-image {
    width: 30px;
    height: 35px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.condition-image:hover {
    transform: scale(1.1);
}

.condition-row {
    display: flex;
    gap: 16px;
    align-items: center;
}

.condition-item {
    display: flex;
    align-items: center;
}

.condition-item img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.condition-input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.condition-btn {
    width: 100%;
}

.stat-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-top: 15px;
}

#attack-result {
    display: inline-block;
}

.damage-icon {
    margin-right: -10px;
}

#round-number {
    font-size: 24px;
    font-weight: bold;
    color: #e74c3c;
    margin: 0;
    padding: 0;
}

.toast {
    visibility: hidden;
    max-width: 50%;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    opacity: 0;
}

.toast.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.toast.hide {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
}

.buttons-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.round-info {
    display: flex;
    align-items: center;
}

.round-info span {
    font-size: 16px;
}

#join-session-container,
#load-scenario-container {
    display: none;
}

.box {
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    position: relative;
}

.box span {
    position: absolute;
    top: -12px;
    left: 10px;
    background-color: #ccc;
    padding: 0 5px;
    font-weight: bold;
    color: #333;
    border-radius: 10px;
}

.condition-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.condition-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.condition-item img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.condition-item input {
    width: 50px;
    text-align: center;
}

.pulsating-heart {
    animation: pulse 1.5s infinite;
    transform-origin: center;
}

.gridjs-tr,
.gridjs-th {
    border: 1px solid #F0F0F0 !important;
}

.gridjs-td,
.gridjs-footer,
.gridjs-pagination,
.gridjs-search,
.gridjs-pages button,
.gridjs-search-input {
    background-color: #2B2B2B !important;
}

.gridjs-tr,
.gridjs-th,
.gridjs-summary,
.gridjs-sort {
    color: #F0F0F0 !important;
}

.gridjs-th {
    background-color: #8b8888 !important;
}

.gridjs-wrapper {
    border-color: none !important;
    border-radius: 0px !important;
}

.gridjs-search {
    float: right !important;
}

.gridjs-summary {
    font-size: 10px !important;
}

.gridjs-footer {
    padding: 10px !important;
}

.gridjs-pages button {
    color: #ccc;
    border: none;
    padding: 8px 12px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 12px !important;
}

.gridjs-pages button:hover:not([disabled]) {
    background-color: #555;
}

.gridjs-pages button[disabled] {
    background-color: #aaa;
    cursor: not-allowed;
    color: #929292 !important;
}

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    color: #fff !important;
    background-color: rgba(139, 136, 136, 0.75) !important;
    font-weight: bold;
}

.gridjs-pagination div.gridjs-pages button:hover {
    color: #fff;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.postman {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.autocomplete-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Style the input field */
#type {
    width: 95%;
    box-sizing: border-box;
    padding: 8px;
    font-size: 18px;
    border: 1px solid #ccc;
}

.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #2B2B2B;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 150px;
    overflow-y: auto;
    z-index: 9999;
}

/* Style individual dropdown items */
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

/* Highlight item on hover */
.autocomplete-items div:hover {
    background: #445566;
}

@media (max-width: 768px) {
    body {
        padding: 2px;
    }

    .creatures {
        overflow-x: hidden;
        width: 100%;
    }

    .creatures .creature-container {
        flex-direction: column;
    }

    .creatures .creature-column {
        flex-direction: row-reverse;
        display: flex;
        margin: 0px;
        text-align: justify;
        align-items: center;
        justify-content: flex-end;
    }

    img.background {
        display: none;
    }

    .creatures .creature-column .nameplate {
        flex-direction: row;
        padding: 0px;
        width: 100%;
        margin-top: 25px;
        justify-content: space-around;
        padding-left: 30px;
    }

    .character-skin {
        position: absolute;
        top: 0;
        left: 60px;
        height: 20px;
    }

    .creatures .creature-column .nameplate img.profile {
        width: 50px;
    }

    .character-skin.image {
        position: absolute;
        top: 3px;
        left: 3px;
    }

    .character-skin .name {
        margin: 0px;
        max-height: 20px;
        min-height: 1px;
        min-width: 400px;
        align-items: center;
        flex-direction: row;
    }

    .character-skin .name b {
        min-height: 20px;
        margin-top: 2%;
    }

    .creatures .creature-column .nameplate img.profile {
        box-shadow: 0px 0px 5px 1px;
    }

    .standee-only {
        margin-left: -5px !important;
    }

    .stats {
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 10px 20px;
    }

    .stats .stat-child {
        flex-direction: column;
        align-items: center;
    }

    .stats .stat-child img {
        width: 30px;
    }

    .creatures .creature-column .nameplate input {
        font-size: 20px;
        width: 40px;
    }

    .character-attributes {
        width: 25%;
    }

    .condition-row {
        margin: 0;
    }

    .attack-btn {
        width: 30px;
        height: 30px;
        margin-top: -20px;
        margin-right: 15px;
    }

    .attack-btn img {
        width: 20px;
    }

    .creatures .initiative-column {
        position: absolute;
        left: 2px;
        bottom: 5px;
        border: 1px solid white;
        margin: 0;
        border-radius: 50%;
    }

    input[type="tel"] {
        width: 30px;
        font-size: 20px;
        font-weight: 800;
    }

    .remove-btn {
        position: absolute;
        top: 0;
        right: -5px;
        margin: 0px;
        padding: 5px;
    }

    .modal-content {
        margin: 0;
        padding: 15px;
    }

    #modal-attack .modal-content .initiative {
        width: 330px;
    }

    .box span {
        top: -20px;
    }

    .initiative,
    .attack,
    .condition-btn,
    .box span,
    h1,
    h2,
    h3,
    label,
    select,
    option {
        font-size: smaller;
    }

    .title {
        justify-content: center;
    }

    .elements-wrapper {
        align-items: center;
        justify-content: center;
    }

    .header-icons {
        position: sticky;
        top: 0;
        z-index: 98;
        background-color: #2B2B2B;
    }

    .tombstone-icon {
        margin-left: inherit;
        float: right;
        margin-top: 10px;
        margin-right: 2px;
    }

    .toast,
    .toast.show {
        max-width: 100%;
    }

    .gridjs-summary {
        display: none;
    }

    .gridjs-th,
    .gridjs-td {
        padding: 6px 8px;
    }

    .gridjs-th:nth-child(5),
    .gridjs-th:nth-child(6),
    .gridjs-th:nth-child(7),
    .gridjs-td:nth-child(5),
    .gridjs-td:nth-child(6),
    .gridjs-td:nth-child(7) {
        display: none;
    }

    .gridjs-table {
        width: 100%;
        border-collapse: collapse;
    }

    .gridjs-th,
    .gridjs-td {
        padding: 8px 12px;
        text-align: left;
        white-space: nowrap;
    }

    .gridjs-pagination .gridjs-pages button {
        padding: 5px 5px;
    }

    /* Style table headers */
    .gridjs-th {
        position: sticky;
        top: 0;
        z-index: 1;
        padding: 2px 10px !important;
    }

    /* Pagination buttons */
    .gridjs-pages button {
        color: #fff;
        border: none;
        padding: 8px 12px;
        margin: 5px;
    }

    .gridjs-pages button[disabled] {
        background-color: #aaa;
        cursor: not-allowed;
    }

    .gridjs-pages button,
    .gridjs-search,
    .gridjs-search-input,
    .gridjs-table,
    .gridjs-th,
    .gridjs-td {
        font-size: 12px !important;
    }

    div.gridjs-search {
        float: left !important;
        margin-top: 65px;
    }

    input.gridjs-input {
        line-height: 1 !important;
    }

    .gridjs-search {
        display: none;
    }

    #logs-filter {
        position: relative;
        width: 100%;
        top: 25px;
    }

    .ss-main .ss-values .ss-value div.ss-value-text,
    .ss-content .ss-list div.ss-option,
    .ss-main .ss-values .ss-placeholder {
        font-size: 14px;
    }
}