/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.sb-card {
    position: relative;
    margin-top: 20px;
    padding: 0.7em 2em 1em;
    min-width: 255px;
    max-width: 630px;
    background: #fff;
    box-sizing: border-box;
}
.border-light {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #e4e6e8;
}
.sb-card a:link {
    color: #444;
}
.sb-card a:visited {
    color: #444;
}
/* Post title*/
.sb-post-list-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
/* Post details */
.sb-post-list-details {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .01em;
    word-spacing: .02em;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sb-post-list-details-uncut {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .01em;
    word-spacing: .02em;
    font-weight: 300;
}

/**Horizontal post separator**/
.sb-post-separator {
    height: 16px;
}
/* ----------------------------------------*/

/* Post status */

.sb-post-status {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 22px;
}

.sb-post-status-planned {
    color: #1fa0ff;
}

.sb-post-status-open {
    color: #a6baba;
}

.sb-post-status-in-review {
    color: #85b5b5;
}

.sb-post-status-in-progress {
    color: #c17aff;
}

.sb-post-status-complete {
    color: #9de078;
}

.sb-post-status-closed {
    color: #ec5e75;
}
/* ----------------------------------------*/

.sb-column {
    float: left;
    align-content: center;
    vertical-align: center;
}

.sb-comment-column {
    align-content: center;
    vertical-align: center;
}
/* Clear floats after the columns */
.sb-row:after {
    content: "";
    display: table;
    clear: both;
}

.sb-vote-container {
    width: 45px;
    height: 40px;
    text-align: center;
}

.sb-vote {
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
}

.sb-vertical-separator {
    width: 55px;
}
.sb-separator-m {
    height: 16px;
}

.sb-separator-s {
    height: 8px;
}
.sb-separator-l {
    height: 32px;
}
.sb-post {
    width: 90%;
}

.sb-comment {
    width: 100%;
}

.sb-post-meta {
    color: #888;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
}

.sb-autoresize-textarea {
    width: 100%;
}

.sb-align-right {

}

/* ----------------------------------------*/

/* Upvote / Downvote */
.sb-vote-column {
    float: left;
    align-content: center;
    vertical-align: center;
    color: #000;
    font-size: 15px;
    padding-top: 5px;
    cursor: pointer;
}

#upvote {
    width: 0;
    height: 0;
    border-color: #00a0d2;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #00a0d2;
    display:inline-block;
}

.sb-post-details-label {
    color: #666;
    margin: 0 10px 0 0;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: .01em;
    word-spacing: .02em;
    line-height: 2.0;
    font-weight: 400;
}
.sb-post-grid-container {
    display: grid;
    grid-template-columns: auto auto  ;
    padding: 0px;
    justify-content: end;
}
.sb-post-grid-item {
}


.sb-grid-container {
    display: grid;
    grid-template-columns: auto auto ;
    padding: 0px;
    justify-content: left;
}
.sb-grid-item {
}


.sb-autoResizeTextarea {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: text;
    box-sizing: border-box;
    border-radius:5px
}

.sb-autoResizeTextarea.focused {
    border:1px solid #aaa
}

.sb-autoResizeTextarea .inset {
    display: flex;
    margin: 0 0 8px;
    color: #999;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 15px;
    text-transform: uppercase;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.sb-autoResizeTextarea .sb-inputContainer {
    display: flex;
    flex-direction:row
}

.sb-autoResizeTextarea .sb-inputContainer textarea {
    flex: 1;
    width: 100%;
    line-height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    resize: none;
    outline: none;
    color: #333;
    background: none;
    font-size: 15px;
    line-height: 22px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    min-height:21px;

    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right*/

}

.sb-autoResizeTextarea .sb-inputContainer textarea:disabled {
    color: #333;
    -webkit-text-fill-color:#333
}

.sb-autoResizeTextarea .sb-inputContainer textarea::-webkit-input-placeholder {
    color:#aaa
}

.sb-autoResizeTextarea .sb-inputContainer textarea::-moz-placeholder {
    color:#aaa
}

.sb-autoResizeTextarea .sb-inputContainer textarea:-ms-input-placeholder {
    color:#aaa
}

.sb-autoResizeTextarea .sb-inputContainer textarea::-ms-input-placeholder {
    color:#aaa
}

.sb-autoResizeTextarea .sb-inputContainer textarea::placeholder {
    color:#aaa
}

.sb-autoResizeTextarea.disabled, .sb-autoResizeTextarea.disabled textarea {
    background:#efefef
}

.sb-reply-container {
    margin-left: 20px;
    display: -webkit-flex;
}

.sb-comment-container .sb-btn-primary, .sb-btn-primary:hover, .sb-btn-primary:focus, .sb-btn-primary.focus, .sb-btn-primary:not(:disabled):not(.disabled):active, .sb-btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0071e3;
    border-color: #0071e3;
    float: right;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    margin-left: 10px;
    text-decoration: none;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    border: none;
}
.sb-comment-container .sb-btn-primary:hover {
    text-decoration: none;
}

.wp-sb-container .sb-btn-primary {
    color: #fff;
    background-color: #0071e3;
    border-color: #3489C9;
    float: right;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    margin-left: 10px;
    min-width: 120px;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    cursor: pointer;
}

.sb-btn-primary {
    border: none;
    color: #fff;
    background-color: #0071e3;
    border-color: #3489C9;
    float: right;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    margin-left: 10px;
    min-width: 120px;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    cursor: pointer;
}


.wp-sb-container .sb-btn-primary:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.wp-sb-container .sb-btn-primary:focus {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.wp-sb-container .sb-btn-primary:active {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 30%;
    height: auto;
}

.sb-btn-outline-secondary {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #212529;
}
.sb-btn--circle {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    text-align: center;
    border-radius: 20px;
    align-content: center;
    float: right;
    border-width: 1px;
    border-color: rgba(125, 161, 182, 0.27);
    cursor: pointer;
}

.card-buttons .fa {
    font-size: 14px;
}

.sb-ml-1 {
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    color: #464646;
    font-weight: 400;
}

.sb--bold {
    font-weight: 700;
}

.fbs-hr {
    border-color: #dcd7ca;
    border-top: 1px none #ddd;
}

.fbs-icon {
    font-size: 14px;
}

.fbs-powered {
    float: right;
    margin-top: 16px;
}

.fbs-py-1 {
    padding-bottom: 4px!important;
    padding-top: 4px!important;
}

.fbs-py-2 {
    padding-bottom: 8px!important;
    padding-top: 8px!important;
}

.fbs-py-3 {
    padding-bottom: 16px!important;
    padding-top: 16px!important;
}
.fbs-py-4 {
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}

.fbs-py-5 {
    padding-bottom: 24px!important;
    padding-top: 24px!important;
}

.fbs-4 {
    font-size: 16px;
}

.fbs-1 {
    color: #464646;
    font-size: 10px;
}

*:focus {
    outline: none;
}

.file-upload {
    position: relative;
    display:block;
    width:150px;
    height:150px;
    border-radius: 3px;
    background-color:rgba(0,0,0,0.3);
    font-size: 14px;
    color:white;
    text-align: center;
    line-height: 150px;

}

.file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.file-preview img{
    width:100%;
    height: auto;
}

.file-preview .ibenic_file_preview {
    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;
}

.sb_file_delete {
    position: absolute;
    width: 100%;
    top:98%;
    left:0;
    padding:0.5em;
    text-align: center;
    color:white;
    background-color:red;
}


#actions {
    margin: 2em 0;
}


/* Mimic table appearance */
div.table {
    display: table;
}
div.table .file-row {
    display: table-row;
}
div.table .file-row > div {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 8px;
}
div.table .file-row:nth-child(odd) {
    background: #f9f9f9;
}



/* The total progress gets shown by event listeners */
#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
    display: block;
}

/* Hide the start and cancel buttons and show the delete button */

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}
#previews .file-row.dz-success .delete {
    display: block;
}

.fbs-dark {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    line-height: 1.5;
    color: black;
    font-weight: 600;
    cursor: pointer;
}

.sb-powered {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #464646;
}