table.table-latest-prompts {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

div.latest-prompts table.table-latest-prompts tr td span.short-prompt:hover {
    cursor:pointer;
    background:#c1bfbf40;
}


table.table-latest-prompts th, table.table-latest-prompts td {
    padding: 10px;
    text-align: left;
    width: 85%;
}

table.table-latest-prompts td.latest-prompts-td {
    text-align: center;
    display: block;
    position: relative;
}


table.table-latest-prompts td.latest-prompts-td .latest-prompts-button {
    padding: 8px;
    margin: 7px;
}

table.table-latest-prompts td.selected {
    color:#eba123;
}

table.table-latest-prompts  td.enhanced-prompt{
    padding-left: 25px;
    font-style: italic;
}

table.table-latest-prompts i.prompt-energy {
    margin-right: -2px!important;
}

table.table-latest-prompts div.preloader-div div.uil-ring-css > div  {
    width: 80px;
    height: 80px;
    box-shadow: 0 3px 0 0 #f79b11;
    left:20%;
}

tr.preloader-my-prompts div.uil-ring-css {
    height:70px;
}

h4.my-prompts {
    color: #666666;
    font-weight: 600;
}

.collapse-prompt {
    position: relative;
}

.collapse-prompt.collapsed {
    max-height: 100%;
}

.toggle-text {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 5px;
    text-decoration: none;
    color: #eba123;
    top: 17px;
    right: -6px;
    height: 35px;
}

td.prompt-text div.collapse-prompt a.toggle-text {
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clear: left;
}

td.prompt-text div.collapse-prompt button.my-prompts-btn {
    text-align: center;
    padding: 12px 18px;
    border: 1px #97959552 solid!important;
    border-radius: 10px!important;
}

div.collapse-prompt.active{
    font-weight: bold;
}

button#btn-try {
    margin-left:5px;
}

table.table-latest-prompts tr.active div.btn-hldr {
    margin-left: 43px;
    margin-top: 15px;
}

td.prompt-text span.short-prompt,
div.collapse-prompt.active {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    min-width: 400px;
    background: #7170700a;
    border-radius: 8px;
    border-bottom: 1px solid #d6cfc9;
    margin-bottom: 2px;
    text-align: left;
    word-break: break-word;
}

div.collapse-prompt.active {
    background: #c1bfbf40;
}

div.hide-collapse-prompt {
    float:right;
}

div.hide-collapse-prompt:hover {
    cursor:pointer;
}

div.enhance-prompt {
    width: 100%;
    display: inline-block;
    margin-top:10px;
    font-size: 15px;
    font-weight: normal;
}

div.enhance-prompt  span.enhance-text {
    font-style: italic;
    font-size: 15px;
    font-weight: normal;
}

div.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.enhance-prompt img.loaded {
    width: 5%;
    float: left;
}

div.enhance-prompt span.enhance-text {
    display:flex;
}

div.enhance-prompt div.btn-hldr div.hide-collapse-prompt {
    float:right;
    margin-top: 10px;
}

div.enhance-prompt div.btn-hldr  button{
    margin-left:5px;
}

table.table-latest-prompts div.created_time {
    float: left;
    font-size: 13px;
    width:25%;
    font-weight: bold;
    color: #999;
}

div.latest-prompts div.search-hldr {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

div.latest-prompts div.search-hldr  #searchBox {
    padding-right: 30px;
    border-radius: 30px;
    border: 1px solid #c6bfbf;
    padding: 10px;
    width: 450px;
    padding-right: 40px;
    text-indent: 10px;
}

div.latest-prompts div.search-hldr  .fa-search {
    transform: translateY(-50%);
    cursor: pointer;
    margin-top: 20px;
}

div.search-error {
    float: left;
    display: inline-block;
    width: 100%;
}

label.fa-search-hldr {
    position: absolute;
    height: 43px;
    width: 30px;
    margin-left: -37px;
}

span#loadMore a:hover{
    color:#cd7b00;
}

div.latest-prompts .highlight {
    background-color: yellow;
}

div.latest-prompts .table-scroll {
    max-height: 1000px;
    overflow-y: auto;
}
div.latest-prompts .table-latest-prompts {
    width: 100%;
}

.prompts-container {
    max-height: 60vh;
    height: 60vh;
    overflow-y: auto;
    width: 100%;
}

div.collapse-prompt div.icons-hldr, span.short-prompt div.info-row div.icons-hldr {
    width: 75%;
    display: inline-block;
    text-align: right;
}

div.collapse-prompt div.icons-hldr i.fa, span.short-prompt div.info-row div.icons-hldr i.fa {
    margin-left: 10px;
}

.jconfirm .jconfirm-box div.my-prompts-close-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5px;
}

.jconfirm-box-container.my-prompts-hldr .jconfirm-box{
   /*  max-height: 80vh; */
}

div.latest-prompts div.prompts-container .info-row {
    margin-bottom: 25px;
}

div.collapse-prompt div.icons-hldr i {
    cursor:pointer;
}

div.latest-prompts input#searchBox:focus {
    outline: none;
    border: 1px solid #c6bfbf;
}

table.table-latest-prompts tr.highlighted-row span.short-prompt {
    background-color: #c1bfbf73;
}

table.table-latest-prompts span.short-prompt {
    padding-bottom:25px;
}

div.info-row div.icons-hldr a.btn {
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
}

div.validate-prompt-btns {
    margin-top: 20px;
    padding: 20px;
}

div.validate-prompt-btns input#t2d-random-prompt-btn {
    padding: 5px;
    font-size: 1.5rem;
}

div.preloader-div div.message-loader {
    text-align: center;
    margin-top: -75px;
}

div.preloader-div div.uil-ring-css,
tr.active div.loader-container {
    text-align: center;
}

/* mobile version */

@media only screen and (max-width: 600px) {
    table.table-latest-prompts td button{
        margin-bottom: 10px;
        width:133px;
    }
    div.latest-prompts div.search-hldr #searchBox {
        width: 330px;
    }
    td.prompt-text span.short-prompt, div.collapse-prompt.active {
        min-width: 320px;
    }
    table.table-latest-prompts tr.active div.btn-hldr {
        margin-left:0px;
    }
    div.collapse-prompt div.icons-hldr i.fa, span.short-prompt div.info-row div.icons-hldr i.fa {
        margin-left: 15px;
    }
}

/* end mobile version */