.audio-buttons {
    margin-top: 7px;
    display: inline-block;
}

.hidden {
    display: none;
}

.voice-list-table th,
.voice-list-table tr {
    font-size: 13px !important;
}

.voice-list-table th a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #000;
}

.voice-list-table th {
    font-weight: 500;
}

.voice-list-table thead {
    background-color: #f2f2f2;
    border-top: 2px solid #eee;
}

.voice-list-table th a i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 12px;
}

textarea:focus,
input:focus,
audio:focus {
    outline: none;
}

.modal-body audio {
    width: 100%;
}

textarea.form-control:disabled,
textarea.form-control[readonly] {
    background-color: #fff !important;
}

.blockui {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: table;
    table-layout: fixed;
    border-radius: 4px;
    margin: 0 auto;
}

.blockui > span {
    color: #74788d;
    display: table-cell;
    vertical-align: middle;
    padding: 0.75rem 1.2rem;
    font-size: 1rem;
    font-weight: 400;
}

.blockui > span > .kt-loader,
.blockui > span > .kt-spinner {
    margin-right: 1.25rem;
}

.kt-spinner {
    position: relative;
}

.kt-spinner.kt-spinner--primary:before {
    border: 2px solid #d74271;
    border-right: 2px solid transparent;
}

.kt-spinner:before {
    animation: kt-spinner 0.5s linear infinite;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: kt-spinner;
}

@keyframes kt-spinner {
    to {
        transform: rotate(360deg);
    }
}

.kt-spinner:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.kt-spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
}

.blockUI {
    border: 0 !important;
}

.blockUI.blockMsg {
    background-color: transparent !important;
    text-align: center !important;
}

.fa-play-circle,
.fa-stop-circle {
    cursor: pointer;
    vertical-align: middle;
    font-size: 16px;
}

.pause-container {
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    min-width: 200px;
    right: 0px;
    top: 50px;
    z-index: 1;
}

.btn-special {
    border: 2px solid #d74271;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 14px;
    color: #d74271;
    font-weight: 500;
}

.btn-special:hover {
    border: 2px solid #d74271;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #d74271;
    color: #fff;
    font-weight: 500;
}

.voice-group
    .icheck-info
    > input:first-child:checked
    + input[type="hidden"]
    + label::before,
.voice-group .icheck-info > input:first-child:checked + label::before {
    display: none !important;
}

.voice-group
    [class*="icheck-"]
    > input:first-child:checked
    + input[type="hidden"]
    + label::after,
.voice-group [class*="icheck-"] > input:first-child:checked + label::after {
    display: none !important;
}

.voice-group [class*="icheck-"] > label {
    padding-left: 0 !important;
}

.voice-group
    [class*="icheck-"]
    > input[type="radio"]:first-child
    + input[type="hidden"]
    + label::before,
.voice-group
    [class*="icheck-"]
    > input[type="radio"]:first-child
    + label::before {
    display: none !important;
}

.voice-group img {
    border: 3px solid transparent;
}

.voice-group
    [class*="icheck-"]
    > input:first-child:checked
    + input[type="hidden"]
    + label
    > img,
.voice-group [class*="icheck-"] > input:first-child:checked + label > img {
    border: 3px solid #d74271;
}

@media (min-width: 400px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        line-height: 10px;
        margin-right: 0.4rem;
        margin-top: -8px;
    }
}

.main-sidebar,
.main-sidebar::before {
    width: 251px;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    padding: 2px 8px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    font-size: 12px;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.select2 {
    max-width: 100%;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: #fff;
    color: #fff;
}

.voice-form .collapsed {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.voice-form .fa-chevron-down {
    display: inline-block;
}
.voice-form .fa-chevron-up {
    display: none;
}
.voice-form .collapsed .fa-chevron-down {
    display: none;
}
.voice-form .collapsed .fa-chevron-up {
    display: inline-block;
}
.advance-voice-selection.selected {
    background-color: rgba(0, 0, 0, 0.3);
    /* color: #fff; */
}
[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}
.nav-tabs.nav-tabs-line-style .nav-link:focus,
.nav-tabs.nav-tabs-line-style .nav-link:hover {
    border-color: #fff !important;
    border-bottom: 1px solid #000 !important;
}
.nav-tabs.nav-tabs-line-style .nav-item.show .nav-link,
.nav-tabs.nav-tabs-line-style .nav-link.active {
    border: 0;
    border-bottom: 2px solid #000 !important;
}
.phoneme-chars {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 10px;
}
.phoneme-chars:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.advance-settings-dropdown button,
.advance-settings-dropdown.show button .advance-settings-dropdown button:hover,
.advance-settings-dropdown button:focus,
.advance-settings-dropdown button:active {
    background-color: #fff !important;
    color: #6c757d !important;
    border-color: #ced4da !important;
}
.advance-settings-dropdown .dropdown-item {
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.advance-settings-dropdown .dropdown-item .mute {
    color: rgba(112, 112, 112, 0.7);
    font-size: 12px;
    line-height: 0;
}
.advance-settings-dropdown .dropdown-menu {
    z-index: 99999;
    max-height: 300px;
    overflow-y: scroll;
}

.ct-app {
    display: none !important;
}
.c2c-dropdown {
    display: block;
    z-index: 10000;
    border-radius: 7px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}
.c2c-dropdown a {
    padding: 6px 16px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
}
.c2c-dropdown a:hover {
    background-color: #ccc;
}

.c2c-dropdown li {
    list-style: none;
}

.c2c-border {
    border: 1px solid #ccc !important;
}

.contextMenu {
    position: absolute;
    display: none;
    z-index: 10000;
}

.c2c-dropdown a.desc {
    background-color: #f2f2f2;
    cursor: default;
}

#editor .voicename:before,
#editor .prosody:before,
.preview-advance .voicename:before,
.preview-advance .prosody:before {
    content: attr(data-before); /* value that that refers to CSS 'content' */
    font-size: 0.75rem;
    font-weight: bold;
    font-style: normal;
}

.self-closing-tag {
    font-style: normal !important;
}

#editor mark,
.preview-advance mark {
    background-color: transparent !important;
    padding: 0 !important;
}

#editor .voicename {
    background-color: rgba(255, 0, 0, 0.05);
}

.ce-element--focused,
.ce-element--over {
    background-color: rgba(0, 0, 0, 0.02);
    outline: none;
}

/* .editable .self-closing-tag, 
.preview-advance .self-closing-tag {
    position: relative;
    padding: 0;
    line-height: 1;
    color: inherit;
    font-family: Consolas;
    font-weight: bold;
    background: none;
    border: none;
} */

.unselectable,
.select2-selection,
.select2,
.nav-link,
.self-closing-tag {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.self-closing-tag {
    pointer-events: none;
}

i.pronunciation {
    font-style: normal !important;
    border-bottom: 2px solid rgb(255, 127, 14);
}
i.prompt {
    font-style: normal !important;
    border-bottom: 2px solid rgb(255, 127, 14);
}

strong.prosody {
    font-style: normal !important;
    font-weight: normal !important;
    border-bottom: 2px solid rgb(16, 124, 16);
}

#container {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.popover-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.popover-body ul li:not(:last-child) {
    border-bottom: 1px #eee dashed;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #d74271 !important;
}

a.dropdown-item.text-primary:focus,
a.dropdown-item.text-primary:hover {
    color: #fff !important;
}

.swal2-styled.swal2-confirm {
    background-color: #d74271 !important;
}

.swal2-styled.swal2-cancel {
    background-color: #757575 !important;
}

.swal2-styled.swal2-confirm:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(255 86 86 / 50%) !important;
}

.swal2-styled.swal2-cancel:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(117 117 117 / 50%) !important;
}

.contextMenu {
    position: absolute;
    display: none;
    z-index: 99;
}


.ribbon-wrapper .ribbon {
    font-size: 12.8px;
    right: 0px;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    -webkit-transform: rotate(-30deg);
    transform: rotate(30deg);
    width: auto;
    color: #fff;
    background-color: #000;
}

.music-list-container {
    border: 1px solid transparent;
}

.music-list-container input,
.music-list-container label {
    cursor: pointer;
}

.checked-music.music-list-container {
    border: 1px solid #e46264;
    background-color: rgba(228, 98, 100, 0.16) !important
}

.fixed-header-footer-modal {}

@media (max-width: 768px) {
    .fixed-header-footer-modal {
        width: calc(100vw - 3vw)
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .fixed-header-footer-modal {
        width: calc(100vw - 10vw)
    }
}

@media (min-width: 992px) and (max-width: 2000px) {
    .fixed-header-footer-modal {
        width: calc(100vw - 10vw)
    }
}

@media (min-width: 2000px) {
    .fixed-header-footer-modal {
        width: calc(100vw - 30vw);
        /*min-height:calc(100vh - 30vh);
    height:calc(100vh - 30vh);*/
    }
}

.fixed-header-footer-modal {
    /*height:calc(100vh - 10vh);
*/
}

.fixed-header-footer-modal .modal-content {
    height: calc(100vh - 60px);
}

.fixed-header-footer-modal .modal-content .modal-body {
    height: calc(100vh - 198px);
    overflow-y: auto;
}