body{
    background-image: none;
}
#createProject:hover{
    cursor: pointer;
}
.navbar-nav{
    padding-left: 15px;
    font-size: 18px;
}
.content-wrapper{
    min-height: 588.391px;
}
.feature-update-5{
    background: #2952CC;
    z-index: 9999;
}
.close-topbar{
    position: absolute;
    right: 16px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    z-index:22;
}
.multilingual-voices{
    padding: 5px;
    font-size: 15px;
}
.multilingual-voices span{
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    display: inline-block;
}
#createProject{
    padding: 10px 20px;
}
#createProject span{
    font-size: 18px;
    font-weight: 500;
}
.card-project{
    min-height: 100px;
    width:100%
}
.card-project h3{
    font-weight: 500;
}
.card-header{
    border-bottom: 0;
}
.card-title-project{
    font-weight: 500;
}
.create-project-model{
    width: 100%;max-width: 800px;margin: 0 auto;height: 100%;
}
.edit-mode{
    display: none;
}
.project-name{
    color: rgba(0,0,0,0.6);
}
.content-editor{
    background: #fff;
}
#langauge{
    width: 100% !important;
}
.voices{
    max-height: 600px; overflow-y: auto;
}
.icheck-info{
    padding: 0 10px 10px
}
.voices-label{
    vertical-align: middle;
}
.voices-img{
    width: 50px;
}
.voices-name{
    display: inline-block;text-align: left;vertical-align: middle;width: 80px; margin-right: 10px; margin-left: 10px;
}
.audio-buttons{
    margin-top: 15px;
    cursor:pointer;
}
.head-speaker-container{
    vertical-align: middle; margin-bottom: 20px;
}
.setting-voice{
    position: relative;
}
#popover{
    margin-top: 10px;
}
.pause-container{
    position: absolute;
}
#user-voice-name{
    background:rgba(0, 0, 0, 0.03);border: 0;
}
.prompt-text{
    margin-bottom: 20px; clear: both;
}
.spoken-by{
    display: inline-block;text-align: left;vertical-align: middle;width: 130px; margin-right: 5px; margin-left: 10px;
}
.user-voice-name-advance{
    background: rgba(0, 0, 0, 0.03); border: 0;
}
.import-script{
    display: none;
}
#advanceEditor{
    height: 500px; overflow: auto
}
.block-checkbox{
    margin-top: 0.6rem !important
}
.editor_2{
    word-break: break-word; padding: 6px; background: rgb(255, 255, 255); position: relative;
}
.preview-btn{
    width: 28px; margin-top: 8px; color: #C1C4D6;
}
.drop-icon,.title{
    line-height: 20px;
}
.block-preview-bar{
    padding: 5px 0; bottom: 0px;right: 0; left: 0; background: rgba(255,255,255,0.6)
}
.block-preview-bar div{
    height: 60px; margin: 0 auto; padding: 10px 5px 10px 10px; background: #8F95B2; border-radius: 5px;
}
.audio{
    width: 100%; height: 40px; margin: 0 auto;
}
.audio-btn{
    top: -7px;right: -7px;border-radius: 100%;line-height: 0;padding: 2px;
}
.new-editor{
    font-weight: 500
}
.bulk-action-container{
    border-left: 2px solid #D8DAE5;
}
.bulk-action-show-btn{
    border: 2px solid #D8DAE5; color: gray!important; font-weight: 500;
}
.bulk-select-all-btn,.bulk-unselect-all-btn{
    border: 2px solid #c7c9d2; font-weight: 500;
}
.bulk-action-close-btn{
    border: 0; font-weight: 500
}
.save-draft-msg{
    font-weight: 500; display: none;
}
.voice-list-container{
    position: static; zoom: 1;
}
.sortable{
    background: #fff; position: relative;
}
.media{
    margin: 5px 10px;
}
.audio-play{
    width: 80%
}
.download-audio-btn ,.btn-extra{
    font-size: 18px;
}
.overflow-section{
    padding-right: 80px !important;
}
@media (max-width: 1529px) {
    .overflow-section {
        padding-right: 70px !important;
    }
}
@media (max-width: 887px) {
    .overflow-section {
        padding-right: 40px !important;
    }
}
@media (max-width: 515px) {
    .overflow-section {
        padding-right: 25px !important;
    }
}
.card-project:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    background: #8A5CFF;
}
.card-project:hover .action i{
    color: #FFFFFF !important;
}
.card-project:hover .project-name{
    color: #FFFFFF !important;
    text-decoration: underline;
    /* font-weight: bold; */

}

.tippy-box[data-theme~='insert-break'] {
    background-color: #fff;
    color: black;
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 13%) 0px 6.4px 14.4px 0px, rgb(0 0 0 / 11%) 0px 1.2px 3.6px 0px;
}

.tippy-box[data-theme~='insert-break']>.tippy-arrow:before{
    color: #fff;
    box-shadow: rgb(0 0 0 / 13%) 0px 6.4px 14.4px 0px, rgb(0 0 0 / 11%) 0px 1.2px 3.6px 0px;
}

.tippy-box[data-theme~='insert-break'] .form-check {
    margin-bottom: 1rem;
}

.modal-title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

/* Remove checkmark icons from modal lists */
.modal .fa-check::before {
    content: "" !important;
}

.modal .fa-times::before {
    content: "" !important;
}