.toggle-style {
    cursor: pointer;
}
.textarea {
    min-height: 150px;
}
.voice-name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 84%;
}
.voice-flag {
    font-size: 24px;
    line-height: 0;
    width: 9%;
}
.voice-sex {
    width: 7%;
}
.button-heading {
    cursor: default !important;
    border: 0 !important;
    justify-content: left !important;
}
.button-voice {
    font-size: 0.9rem;
    justify-content: space-between !important;
}
#tab-container .tabs ul {
    border-bottom: 0;
}
#tts-error-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
.table-stats {
    background-color: transparent !important;
    color: inherit !important;
}
.box-currently-playing {
    background-image: url('../img/Speaker_Icon.svg');
    background-position: top 4px right 4px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

@media (max-width: 639.98px) {
    .button-voice {
        width: 100%;
    }
}
@media (min-width: 640px) and (max-width: 1023.98px) {
    .button-voice {
        width: 290px;
    }
}
@media (min-width: 1024px) {
    .button-voice {
        width: 300px;
    }
    .textarea {
        min-height: 190px;
    }
}
@media (min-width: 1280px) and (max-width: 1407px) {
    .column-voices {
        flex: none;
    }
}

/* LIGHT MODE SPECIFICS */
.mode-light .no-hover, .mode-light .no-hover:hover {
    color: #4a4a4a !important;
    background-color: hsl(0, 0%, 96%) !important;
    border-color: #dbdbdb !important;
    z-index: 0 !important;
    cursor: default;
}
.mode-light #filters .tabs.is-toggle li.is-active a {
    background-color: hsl(141, 71%, 48%);
    border-color: hsl(141, 71%, 48%);
}
.mode-light #tab-container .tabs li a {
    color: #485fc7;
}
.mode-light #tab-container .tabs li.is-active a {
    background-color: #fff !important;
}
.mode-light #tab-container .tabs li a:hover {
    background-color: hsl(0, 0%, 90%) !important;
}
.mode-light .table-stats td, .mode-light .table-stats th {
    border-color: #eee !important;
}
.mode-light .box-currently-playing {
    background-color: #eee;
}

/* DARK MODE SPECIFICS */
.mode-dark .no-hover, .mode-dark .no-hover:hover {
    color: #eee !important;
    background-color: hsl(0, 0%, 21%) !important;
    border-color: #444444 !important;
    z-index: 0 !important;
    cursor: default;
}
.mode-dark a {
    color: #dc6805;
}
.mode-dark a:hover {
    color: #ff8b25;
}
.mode-dark .footer {
    background-color: hsl(0, 0%, 7%);
}
.mode-dark .title {
    color: hsl(0, 0%, 96%);
}
.mode-dark .subtitle {
    color: hsl(0, 0%, 90%);
}
.mode-dark .box {
    background-color: hsl(0, 0%, 14%);
    color: hsl(0, 0%, 96%);
}
.mode-dark hr {
    background-color: hsl(0, 0%, 28%);
}
.mode-dark .is-success {
    background-color: #dc6805;
}
.mode-dark .is-success:active, .mode-dark .is-success:hover {
    background-color: #ff7500 !important;
}
.mode-dark #tab-container .tabs li.is-active a {
    background-color: hsl(0, 0%, 14%) !important;
    color: #eee;
}
.mode-dark #tab-container .tabs li a:hover {
    background-color: hsl(0, 0%, 20%) !important;
}
.mode-dark .is-success:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(209, 119, 35, 0.25);
}
.mode-dark #filters .tabs a, .mode-dark #filters .tabs.is-toggle a {
    color: #eee;
    border-color: #444444;
}
.mode-dark #filters .tabs.is-toggle a:hover {
    background-color: hsl(0, 0%, 21%);
}
.mode-dark #filters .tabs.is-toggle li.is-active a {
    background-color: #dc6805;
    border-color: #dc6805;
}
.mode-dark .textarea, .mode-dark .select select {
    background-color: hsl(0, 0%, 28%);
    border-color: hsl(0, 0%, 42%);
    color: hsl(0, 0%, 96%);
}
.mode-dark .textarea::placeholder {
    color: hsl(0, 0%, 49%);
}
.mode-dark .textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: hsl(0, 0%, 49%);
}
.mode-dark .textarea::-moz-placeholder { /* Firefox 19+ */
    color: hsl(0, 0%, 49%);
}
.mode-dark .textarea:-ms-input-placeholder { /* IE 10+ */
    color: hsl(0, 0%, 49%);
}
.mode-dark .textarea:-moz-placeholder { /* Firefox 18- */
    color: hsl(0, 0%, 49%);
}
.mode-dark .textarea.dialogue {
    min-height: 100px !important;
}
.mode-dark .label {
    color: #eee;
}
.mode-dark strong {
    color: #eee !important;
}
.mode-dark .content blockquote {
    background-color: #666666 !important;
    border-left: 5px solid #444444 !important;
}
.mode-dark .message {
    background-color: #666666 !important;
}
.mode-dark .message-body {
    border-color: #444444 !important;
    color: inherit !important;
}
.mode-dark .table-stats td, .mode-dark .table-stats th {
    border-color: #444444 !important;
}
.mode-dark .box-currently-playing {
    background-color: #444;
}