html, body, textarea {
    margin: 0;
    padding: 0;
    background: #FAFBF9; /* #444; */
    font-family: sans-serif;
}
body, .content {
    min-height: 100vh;
}
textarea {
    box-sizing: content-box;
}
.muted {
    opacity: 0.4;
    -pointer-events: none;
}
.faded {
    opacity: 0.4;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-small {
    font-size: 70%;
}
.text-bold {
    font-weight: bold;
}

.content {
    display: flex;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #5771D5; /* #666; */

    border-bottom: 2px solid #888;
    width: 100%;
    height: 50px;
}
.nav a {
    text-decoration: none;
}
.nav a:hover {
    text-decoration: underline;
}
.nav .brand {
    margin: 0;
    padding: 0;
    width: 250px;
}
.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    height: 35px;

    display: flex;
    justify-content: space-around;
}
.nav ul li {
    -float: left;
    margin: 0 10px;
}
.nav .right-separator {
    border-right: 2px solid #888;
    margin-right: 15px;
    padding-right: 15px;
}
.nav .left-separator {
    border-left: 2px solid #888;
    margin-left: 15px;
    padding-left: 15px;
}
.nav .full-width {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 550px);
}
.nav ul.brand li {
    margin: 0;
    padding: 0;
}

.nav .credentials {
    width: 250px;
}

.nav .credentials .logout {
}

.sidebar {
    top: 52px;
    bottom: 10px;
    background: #06682D; /* #333; */
    width: calc(25% - 10px);
    margin: 0;
    padding: 0 0 10px;
}

.sidebar .menu-item {
    font-size: 0.9em;
    border-bottom: 1px solid #FFF3;
    padding-bottom: 10px;
}
.sidebar .menu-item.hello {
    margin-top: 40px;
}
.sidebar .menu-item.logout {
    /*position: fixed;
    bottom: 30px;
    left: 0;
    width: 200px;*/
    border-bottom: none;
    /*right: 0;*/
}

.sidebar .menu-item.logo {
    text-align: center;
}
.sidebar .brand {
    text-align: center;
}
.sidebar .menu-item.brand .logo {
    width: 100%;
}
.sidebar .menu-item.brand .logo-wrapper {
    padding: 20px;
    margin-bottom: 20px;
}
.sidebar .brand .mark {
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: bold;
}

.sidebar .heading {
    /* text-transform: uppercase; */
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 0px;
}
.sidebar .heading:not(:first-child) {
    margin-top: 30px;
    padding-bottom: 30px;
}
.sidebar .sub-heading {
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.clickable-item {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #0003;
}
.clickable-item:hover, .menu-item:hover {
    text-decoration: underline;
    text-decoration-style: unset;

    cursor: pointer;
}
.step-order {
    cursor: pointer;
    opacity: 0.25;
}
.step-order:hover {
    opacity: 1.0;
}


.sidebar-left {
    left: 0;
    /* flex: 1; 
    z-index: 100; */
    width: 200px;
    text-align: center;
}
.sidebar-right {
    right: 0;
    flex: 5.5;
    padding: 0;
}
.sidebar-right.full-size {
    flex: 9;
}
.sidebar-right.full-size > .workspace {
    min-height: 100%;
}

.workspace {
    padding: 80px 30px 200px;
    flex: 7;
    position: relative;
}
.workspace .heading {
    font-size: 40px;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.workspace .heading .heading-detail,
.workspace .heading ~ .heading-detail {
    font-size: 16px;
    font-family: sans-serif;

    /*
    font-size: 18px;
    font-family: Agrandir-light;
    */
}
.workspace .footing {
    border-top: 1px solid #0003;
    margin-top: 0px;
    padding-top: 5px;
}
.workspace .workspace-section:not(:first-child),
.workspace-section > form > .input-group:not(:first-child) {
    margin-top: 25px;
}
.workspace-section {
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.input-group .input-label {
    width: 100%;
    margin-left: 1px;
    margin-bottom: 3px;
    font-size: 20px;
}
.input-group > input,
.input-group > textarea,
.input-group > select,
.input-group .input-block,
[content-item-key] {
    width: 100%;
}

.input-group > input,
.input-group > textarea,
.input-group > select,
[content-item-key] {
    background: #FFFD;
    border: 1px solid #000A;
    border-radius: 3px;
    padding: 7px 3px;
    margin: 3px 0;
    
    font-size: 18px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-group > .input-block {
    float: left;
}
.input-group {
    margin: 10px 0;
}
.input-group > .input-group {
    margin-bottom: 20px;
}
.input-group > .input-group:last-child {
    margin-bottom: 0;
}

.input-block-mini .input-group {
    font-size: 80%;
}
.input-block-mini .input-group .input-label {
    width: 100px;
}
.input-block-mini .input-group > input,
.input-block-mini .input-group > textarea,
.input-block-mini .input-group > select,
.input-block-mini .input-group .input-block,
.input-block-mini [content-item-key] {
    width: calc(100% - 110px);
}

.input-block-horizontal .input-group {
    display: inline-block;
    /* width: calc(50% - 3px); */
    margin-bottom: 0;
}

table.refinements {
    border-collapse: collapse;
}
table.refinements thead td {
    border-bottom: 2px solid #888;
    width: 50%;
}
table.refinements .refinement_list {
    font-size: 80%;
    padding-right: 25px;
    padding-bottom: 10px;
}
input.refinement-src {
    width: 100%;
}
.refinement-entry .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.refinement-entry {
    line-height: 20px;
}

.content-item-container {
    margin-bottom: 10px;
}
.content-item-container .content-description {
    width: 100%;
}

.pack-controls .btn {
    margin: 10px;
    float: left;
    width: unset;
    padding: 5px 10px;
    min-width: 100px;
}
.sequence-controls {
    display: flex;
    justify-content: space-around;
}
.sequence-controls .btn {
    flex: 1 1 45%;
    margin: 5px;
}
.sequence-controls.footing .btn.btn-remove {
    opacity: 1;
    line-height: unset;
    display: block;
    padding: 3px 0;
    margin-left: unset;
}
.sequence-controls.footing .btn.btn-remove:hover {
    text-decoration: underline;
}

/* .show-interview-list, .show-prompt-list */
.left-pinned-item {
    position: absolute;
    left: 25px;
    font-size: 80%;
    top: 15px;
}
.toggle-sandbox {
    position: absolute;
    right: 25px;
    font-size: 80%;
    margin-top: 5px;
}

.footer {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    height: 14px;
    line-height: 14px;
    font-size: 10px;

    text-align: center;
    background: #333;

    z-index: 9999;
}

.btn {
    cursor: pointer;

    border: 1px solid #000A;
    border-radius: 3px;
    text-align: center;

    padding: 3px 10px;
    margin: 5px 0;

    background-color: #FFF3;

    display: inline-block;
}
.btn.disabled {
    pointer-events: none;    
    background-color: #9993;
    border: 1px solid #999F;
    color: #FFF3;
    cursor: not-allowed;
}

.btn-full-width {
    display: block;
    width: 100%;
}
.btn-dynamic-width {
    width: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-standard-width {
    width: 150px;
}

.btn-row .btn {
    width: unset;flex-grow: 1;
}

.btn-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 10px;
}
.footing .btn {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.input-group .btn-remove {
    display: inline-block;
    width: auto;
    padding: 0px 10px 2px;
    margin-left: 10px;
    line-height: 14px;
    opacity: 0.25;
}
.input-group .btn-remove:hover {
    opacity: 1;
    text-decoration: none;
}

/*
form > .input-group > .input-block {
    opacity: 0.3;
    transition-property: opacity;
    transition-duration: 0.25s;
}

form > .input-group:hover > .input-block {
    opacity: 1.0;
}
*/

table {
    width: 100%;
    border-spacing: 0 5px;
}
table thead tr th {
    text-align: left;
    /* border-bottom: 1px solid #0003; */
}
table tbody tr:nth-child(odd) {
    /* background: #EEE;
    background-color: #2222; */
}

table td {
    padding: 3px;
}

table td:first-child, td:last-child {
    /* padding: 3px 10px; */
}


table.execution {
    border-collapse:collapse;
}

table.execution td .heading {
    border: none;
    text-align: unset;
    margin: 0;
}

table.execution td {
    padding-bottom: 20px;
}

table.execution .text-small {
    font-size: 80%;
}

table.execution .ask-response {
    width: 100%;
}

table.execution tr > td:first-child {
    width: 33%;
    padding-left: 10px;
}

table.execution tr:nth-child(odd) {
}

.execution-prompt .generated-content, .execution-prompt .generated-content table {
    font-size: 12px;
    line-height: 14px;
}
.execution-prompt .generated-content table {
    border-collapse: collapse;
}
.execution-prompt .generated-content table td {
    padding: 2px;
    margin: 0;
}
.execution-prompt .generated-content table tr:nth-child(odd) {
}

.execution-prompt .refinements {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.execution-prompt .refinements .btn {
    width: unset;
    max-width: 30%;
    min-width: 30%;
    padding: 3px 5px;
    font-size: 80%;
}

.execution-prompt .refinements .btn.btn-regeneration {
}

.execution-prompt .refinements .btn.btn-addition {
}


.execution .execution-ask .title {
    margin-bottom: 5px; 
    font-size: 16px;
}
.execution .execution-ask .ask-response,
.execution .execution-ask .ask-source {
    width: calc(100% - 7px);
    border: none;
    margin-top: 10px;
    padding-left: 7px;
}
.execution .execution-controls .btn {
    width: 100%;
}
.execution .execution-controls a.btn {
    color: unset;
    text-decoration: none;
}

.execution-nickname {
    width: calc(100% - 10px);
    margin: 10px 0;
    -text-align: center;
}


.execution .execution-info {
    text-align: center;
    margin-bottom: 20px;
}


.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none!important;
}
.clearfix::after,
.input-group::after {
    content: "";
    clear: both;
    display: table;
}

.auth {
    text-align: center;
    margin:50px;
}
.auth img {
    margin: 50px;
    background: black;
    border-radius: 500px;
    border: solid 3px #888;
}

.button-block {
    display: flex;
    justify-content: space-around;
    column-gap: 5px;
}
.button-block.border-shift {
    width: calc(100% + 4px);
}
.button-block .btn {

}

.spinner {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.spinner-mini {
    max-height: 28.5px;
}


.highlight-container {
    white-space: pre-line;
}
.highlight-container .highlight {
    background: #C4CDF0;
    color: #161C35;
}

.conversation-content {
    width: 100%;
}

.conversation-content .selectable-item {
    margin: 5px 0;
    border: 1px dashed #0005;
}
.conversation-content .selectable-item:hover {
    border: 1px solid #0005;
    cursor: pointer;
    background-color: #FFF1;
}

.conversation-content .selectable-item .content-wrapper {
    padding: 5px;
}

.conversation-content .selectable-item.selected {
    border: 2px solid #0008;
    background-color: #FFF3;
}
.conversation-content .selectable-limit {
    margin-bottom: 20px;
    text-align: center;
}


.pb-horizontal-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-top: 10px;
}
.pb-menu-item:hover {
    cursor: pointer;
    /* text-decoration: underline; */
    text-decoration-style: unset;
}

.pb-menu-item {
    /* text-decoration: underline;
    text-decoration-style: dotted; */
}
.pb-menu-item.active {
    font-weight: bold;
    text-decoration: none;
}

.pb-menu-item.active:before {
    /* content: "\25B6";
    padding-right: 5px; */
}

.pb-menu-item.active:after {
    /* content: "\25C0";
    padding-left: 5px; */
}


.card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    border: 1px solid #000A;
    height: 250px;
    width: calc(25% - 35px);
    margin: 6px;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


.card .card-heading {
    min-height: 32px;
    margin-bottom: 5px;
    font-size: 13.5px;
    font-weight: bold;
    margin-top: 80px;
}
.card .card-author {
    min-height: 18px;
    text-align: center;
    font-size: 80%;
    text-transform: capitalize;
    position: absolute;
    left: 5px;
    top: 55px;
    height: 30px;
    line-height: 30px;
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid #5552;
    background: #f5f5f5;
}

.card .card-author .name {
    text-align: left;
    margin-left: 35px;
    opacity: 0.6;
}

.card .card-content {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 80%;
}

.card .btn {
    position: absolute;
    left: 0;
    right: 0;
    width: calc(90%);
    margin-left: auto;
    margin-right: auto;
    bottom: 7px;
    border-radius: 5px;
    font-size: 70%;
}

.card .btn.btn-primary {
    right: 10px;
    left: unset;
    width: 25%;
}
.card .btn.btn-secondary {
    right: unset;
    left: 10px;
    width: 55%;
}


.card .card-cover {
    position: absolute;
    left: -2px;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card .card-author .card-image {
    position: absolute;
    left: 5px;
    top: 2px;
    
    height: 26px;
    width: 26px;
    overflow: hidden;
    
    border-radius: 50px;
    background-color: green;

}
.card .card-author .card-image img {
    height: 100%;
}

.marketplace .card .card-heading,
.marketplace .card .card-content,
.marketplace-modal .card-heading,
.marketplace-modal .card .card-content {
    cursor: pointer;
}
.marketplace .card .card-heading:hover,
.marketplace .card .card-content:hover,
.marketplace-modal .card-heading:hover,
.marketplace-modal .card .card-content:hover {
    -background-color: #EEE;
    -transform: scale(1.025);
    -transition: transform 0.25s;
    text-decoration: underline;
}
.marketplace .card .card-author:hover,
.marketplace .modal-author:hover,
.marketplace-modal .modal-author:hover {
    cursor: pointer;
    background-color: #EEE;
    transform: scale(1.025);
    transition: transform 0.25s;
    text-decoration: underline;
}

.image-wrapper img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



/*
.card.card-with-image {
    margin-bottom: 10px;
    margin-top: 25px;
}
.card.card-with-image .card-image {
    position: absolute;
    height: 50px;
    width: 50px;
    left: -5px;
    top: -25px;
    border: 1px solid;
    border-radius: 25px;

    overflow: hidden;
}
.card.card-with-image .card-heading {
    -padding-top: 25px;
}
*/


.notyf__toast {
    opacity: 0.7!important;
}

.notyf__wrapper {
    padding: 10px 15px 10px 0px;
}


.resizable {
    position: absolute;
    background-color: lightblue;

    resize: none;
    overflow: hidden;

    z-index: 99999;
    border: solid 2px;
    margin:0!important;

    min-height: 200px;
    min-width: 200px;
}

.move-handle {
    width: 100%;
    background: #CCC;
    padding: 10px;
    border: 1px solid #444;
}

.resize-handle {
    width: 10px;
    height: 10px;
    background-color: darkblue;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: nwse-resize;
}


.workspace-section .toggle-views {
    position: absolute;
    right: 25px;
    font-size: 15px;
}

.workspace-section.workspace-header {
    margin: -40px -30px 0px;
    margin-right: -30px;
    border-radius: 0px;
    padding: 40px 40px 10px;
    height: 175px;
}
.workspace-section.workspace-header p {
    margin: 0 0 10px;
}

.workspace-header .form {
    max-width: 350px;
}

.workspace-header .pb-horizontal-menu {
    margin-bottom: -10px;
    line-height: 40px;
}

.pb-horizontal-menu .pb-menu-item {
    padding: 0 15px;
    font-size: 20px;
}

.pb-horizontal-menu .pb-menu-item:hover {
    border-bottom: 5px solid #FFF6;
}

.pb-horizontal-menu .pb-menu-item.active {
    border-bottom: 5px solid #FFFD;
}

.workspace-section.pack-controls {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 40px;
}


table.item-table tr {
}

table.item-table td {
    border-bottom: 1px solid #000A;
    border-top: 1px solid #000A;
    background-color: #FFFA;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.item-table {
    border-spacing: 0 10px;
}

table.item-table td:first-child {
    border-left: 1px solid #000A;
}

table.item-table td:last-child {
    border-right: 1px solid #000A;
}

.workspace.guidance .pack-controls {
    position: unset;
}

.tingle-modal {
    background: #0009;
}


.conversation-box {
    padding: 20px;
    margin: 20px 0px;
    border-radius: 35px;
}
.conversation-box code,
.conversation-box pre {
    white-space: pre-line;
}

.conversation-box:first-child {
    margin-top: 0px;
}

.conversation-box.conversation-box-closed .btn {
    display: none;
}

.conversation-box.content-response {
    margin-left: 15%;
    border-bottom-right-radius: 0px;
}
.conversation-box.content-request {
    border-bottom-left-radius: 0;
    margin-right: 15%;
}

.conversation-box .execution-ask {
    margin-top: 15px;
}

.no-pointer-events,
.conversation-box.conversation-box-closed input {
    pointer-events: none;
    cursor: not-allowed;
}
.ask-response-closed {
    padding: 5px;
    border: 1px dotted;
    margin-left: -5px;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #0002;
    font-style: italic;
    white-space: pre-line;
}
.workspace-header .execution-controls {
    position: absolute;
    top: 40px;
    right: 20px;
}

.controls-horizontal .btn {
    display: inline-block;
}

.workspace-section.execution {
    max-height: calc(100vh - 234px);
    overflow-y: scroll;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0!important;
}
.conversation-box:last-child {
    margin-bottom: 25vh;
}




table.table-container.instance-table thead tr th  {
    width: 15%
}
table.table-container.instance-table thead tr th:last-child  {
    width: 5%
}
table.table-container.instance-table thead tr th:nth-child(1)  {
    width: 20%;
}
table.table-container.instance-table thead tr th:nth-child(2) {
    width: 25%;
}

.workspace-section.pack-designer-choice {
    max-height: calc(100vh - 320px);
    overflow-y: scroll;
    margin-top: 0!important;
}

.btn-chunky {
    width: 300px;
    padding: 16px;
    font-size: 18px;
}
.conversation-box .btn {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}

.tingle-modal .input-group:not(:first-child) {
    margin-top: 15px;
}


.input-group .input-label:first-child {
    margin-bottom: 10px;
}

.workspace-section.workspace-header .input-group .input-label:first-child {
    margin-bottom: 0px;
}


.input-description {
    opacity: 0.7;
    font-size: 70%;
}

.tingle-modal--overflow {
    padding-bottom: 8vh;
}
.columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.columns .column-section {
    width: 50%;
}
.sandbox-modal .tingle-modal-box__content {
    padding: 40px;
}

.tingle-modal.sandbox-modal {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sandbox-modal .workspace-section.execution.pb-theme-extra-light {
    max-height: calc(100vh - 350px);
}

.sandbox-modal .tingle-modal-box__content {
    padding-bottom: 0;
}

.sandbox-modal .conversation-box:last-child {
    margin-bottom: 20px;
}

.sandbox-modal .workspace-header .execution-controls {
    display: none;
}

.sandbox-modal .workspace-header .nickname {
    display: none;
}

.btn-continue {
    margin-bottom: 30px;
}
.execution .btn-continue {
    margin-right: 30px;
}

.condensed-menu .pb-horizontal-menu .pb-menu-item {
    font-size: 15px;
}

.condensed-menu .pb-horizontal-menu .pb-menu-item .condensed-hide {
    display: none;
}

.workspace .tingle-modal {
    position: absolute;
}

.workspace .tingle-modal-box {
    width: 90%;
}

.tingle-enabled .workspace {
    flex:  8.5;
}

.guidance .heading {
    font-size: 24px;
}
.guidance .heading-info {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.workspace.guidance {
    overflow-y: scroll;
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    padding-bottom: 40px;
}


.workspace-header .execution-controls .btn.btn-reset {
    display: none;
}

.execution .execution-controls .btn.btn-reset {
    display: none;
}
.guidance .workspace-header .execution-controls {
    top: unset;
    bottom: 10px;
}
.guidance .workspace-header .execution-controls .btn {
    display: none;
}
.guidance .workspace-header .execution-controls .btn.btn-reset {
    display: inline-block;
}
.guidance .workspace-header .execution-nickname {
    display: none;
}
.guidance > .workspace-section.execution {
    border-radius: 0;
    max-height: calc(100vh - 295px);
}
.guidance .conversation-box.content-request {
    margin-left: 10px;
}
.guidance .conversation-box.content-response {
    margin-right: 10px;
}


.columns .column-section .input-block {
    max-height: 125px;
    overflow-y: scroll;
    height: 125px;
    position: relative;
}

.input-block.scrollable-content:before {
    -content: "▲";
    content: "\25B2";
    position: sticky;
    left: 100%;
    top: 0;
    opacity: 0.4;
    float: right;
}

.input-block.scrollable-content:after {
    -content: "▼";
    content: "\25BC";
    position: sticky;
    left: 100%;
    bottom: 0px;
    opacity: 0.4;
    float: right;
}




@media screen and (max-width: 1200px) {
    .sidebar-right {
        display: none;
    }
    .card {
        width: calc(33% - 35px);
    }
    .hide-small-view {
        display: none;
    }
}

.btn-indent-left {
    margin-left: 10px;
}
.btn-indent-right {
    margin-right: 10px;
}



.tingle-modal.tingle-collapsed .tingle-modal-box__content {
    padding: 0;

}



.marketplace-modal .modal-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 40px;
    border-bottom-left-radius: 10px;
}

.marketplace-modal .tingle-modal-box__content {
    margin: 300px 10px 50px;
}

.marketplace-modal .modal-author {
    min-height: 18px;
    text-align: center;
    font-size: 80%;
    text-transform: capitalize;
    position: absolute;
    left: 5px;
    top: 215px;
    height: 70px;
    line-height: 30px;
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 1px solid #5552;
    background: #f5f5f5;
}

.marketplace-modal .modal-author {
    
}
.marketplace-modal .modal-author .modal-image {
    left: 5px;
    right: unset;
    overflow: hidden;
    border-radius: 50px;
    background-color: green;
    width: 65px;
    height: 65px;
    top: 2px;
}

.marketplace-modal .modal-author img {
    height: 100%;
}
.marketplace-modal .modal-author .name {
    text-align: left;
    margin-left: 85px;
    line-height: 70px;
    font-size: 26px;
    opacity: 0.75;
}

.tingle-modal .modal-image.modal-cover {
    height: 265px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.marketplace-modal .author-container,
.marketplace-modal .pack-container {
    width: calc(30% - 5px);
    position: relative;
}
.marketplace-modal .pack-container {
    width: calc(70% - 5px);
    display: flex;
    float: left;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
}
.marketplace-modal .pack-container .card {
    width: calc(32% - 5px);
}

.marketplace-modal .author-container {
    float: right;
    padding: 0 10px;
    font-weight: lighter;
}

.tingle-modal-box__content:after {
    content: "";
    clear: both;
    display: table;
}

.marketplace-modal .heading {
    border-bottom: 1px solid #aaa;
    font-weight: bold;
}


.marketplace-modal .modal-heading {
    z-index: 99999;
    height: 100px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 38px;
    color: #021A0B;
    font-weight: bold;
}


.marketplace-modal .tingle-modal-box__content > .btn-secondary,
.marketplace-modal .tingle-modal-box__content > .btn-primary {
    position: absolute;
    bottom: 85px;
}

.marketplace-modal .btn-secondary {
    right: unset;
    left: 10px;
    width: 55%;
}

.marketplace-modal .btn-primary {
    right: 10px;
    left: unset;
    width: 25%;
}



