@font-face {
    font-family: 'Poppins SemiBold';
    src: url('/static/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('/static/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('/static/fonts/poppins/Poppins-SemiBold.ttf') format('truetype'),
        url('/static/fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('/static/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('/static/fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('/static/fonts/poppins/Poppins-Regular.ttf') format('truetype'),
        url('/static/fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fonts */

input,
textarea {
    font-family: 'Poppins Regular';
}

html body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    display: block;
}

main {
    flex: 1 0 auto;
}

.fab-graph {
    margin-top: -10px;
}

img.avatar-top {
    width: 36px;
    height: 36px;
    margin-top: 12px;
    display: block;
}

div.display-block {
    display: inline-block;
    width: auto;
    right: 15px;
    position: absolute;
    padding-top: 6px;
    padding-bottom: 6px;
}

li.collection-item.hover:hover {
    background-color: rgb(230, 229, 231);
    cursor: pointer;
}

div.collapsible-header:hover {
    background-color: rgb(230, 229, 231);
    cursor: pointer;
}

ul.collection>li.collection-item.avatar.hover.current-agent {
    background-color: rgba(244, 246, 144, 0.29);
}

span.title.agent {
    width: 400px;
}

span.red-label {
    background-color: #dd2c00;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    font-size: small;
}

span.info-label {
    background-color: #5ab0e3;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    font-size: small;
}

span.ok-label {
    background-color: #3ae3a6;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    font-size: small;
}

.collapsible-header.tickets {
    min-height: 1rem !important;
    line-height: 1rem !important;
    padding: 0 !important;
}

.ticket-header {
    font-size: small;
    display: block;
    cursor: pointer;
    min-height: 2rem !important;
    line-height: 2rem !important;
    padding-right: 0;
    padding-left: 14px;
}

div.ticket-body-header {
    display: block;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

div.ticket-body {
    padding-left: 24px;
    padding-left: 24px;
    padding-bottom: 30px;
    padding-top: 16px;
    border-left-style: solid;
    border-left-width: 12px;
    border-left-color: #bf360c;
}

li.active>div.ticket-body-header {
    border-left-style: solid;
    border-left-width: 12px;
    border-left-color: #6b6b6b;
    background-color: #d3d3d3;
}

.unseen {
    background-color: #f9a825;
}

div.collapsible-header.ticket-body-header.unseen>div>div.col.s4.faded.right-align.truncate {
    color: #d44407;
}

li.active>div.collapsible-header.ticket-body-header.active>div>div.col.s4.faded.right-align.truncate {
    color: #d44407;
}

div.ticket-body>strong {
    font-size: larger;
    font-weight: bolder;
    margin-left: -2px;
}

div.display-block.ticket-buttons {
    height: 62px;
    padding-bottom: 12px;
}

span.department-badge {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 16px;
    text-align: center;
    margin: 6px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #aaaaaa;
    color: #777777;
}

li div.collapsible-header>span.ticket-title {
    position: relative;
    top: -6px;
    font-weight: bold;
    font-size: 24px;
}

div.relative {
    position: relative;
    height: 0px;
}

span.ticket-footer {
    position: relative;
    top: -36px;
    left: 64px;

}

span.ticket-date {
    position: absolute;
    top: -36px;
    right: 16px;
    padding-top: 0px;
}

div.ticket-stats {
    position: relative;
    right: 16px;
    top: -48px;
    padding-top: 0px;
}

/*
Icon links
*/

div.icons {
    margin-top: 16px;
    display: inline-block;
    width: 100%;
}

ul.shortcut-links {
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
}

.shortcut-links li {
    list-style: none;
    float: left;
    width: 90px;
    height: 80px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: -1px;
    margin-bottom: -1px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;

}

.shortcut-links li:hover {
    background-color: rgba(154, 214, 214, 0.1);
    cursor: pointer;
}

.shortcut-links a.icon-active li {
    background-color: #E0E0E0;
}

.shortcut-links .far {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

.shortcut-links .fas {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

.shortcut-links .fab {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

.shortcut-links .fal {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 24px;
}

/****************************************************
SMALL NAV ICONS
 */

ul.small-shortcut-links {
    padding-left: 14px;
    padding-right: 14px;
    height: 64px;
    margin-top: 0;
    margin-bottom: 0;
}

.small-shortcut-links li {
    list-style: none;
    float: left;

    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 8px;
    margin-top: 0px;
    margin-right: -1px;
    margin-bottom: -1px;
    margin-left: 0px;
    font-size: 12px;
    /*line-height: 64px;*/
    text-align: center;

}

.small-shortcut-links li:hover {
    background-color: rgba(154, 214, 214, 0.1);
    cursor: pointer;
}

.small-shortcut-links a.icon-active li {
    background-color: #E0E0E0;
}

.small-shortcut-links .fa {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 16px;
}

a.icon-default {
    color: #2B2B2B;
}

a.icon-active {
    color: #4b4b4b;
}

a.icon-info {
    color: rgba(0, 0, 0, 0.54);
}

a.icon-success {
    color: #509B1A;
}

a.icon-edit {
    color: #DB0214;
}

/*-------------------------------------------------
 *
 * ICON UL
 *
 *------------------------------------------------*/

ul.icon {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}

ul.icon li {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
}

ul.icon li a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    text-decoration: none;
}

ul.icon li:hover {
    background-color: #eeeeee;
    color: #2a7daf;
    text-decoration: none;
}

ul.icon li em {
    font-style: italic;
    font-size: 12px;
    font-weight: 100;
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

ul.icon li span.fa {
    float: left;
    padding-top: 4px;
    font-size: 24px;
    display: inline-block;
    height: 42px;
}

ul.icon li span.title {
    font-size: larger;
}

ul.icon a:hover {
    text-decoration: none;
}

div.row.collection-row {
    margin-bottom: 0px;
    min-width: 360px;

}

div.col.extra {
    color: #727272;
    padding-bottom: 0px;
    font-size: 0.8rem;
}

div.col.main {
    font-size: 1.2rem;
}

i.extra {
    width: 18px;
    margin-left: -18px;
}

span.faded {
    color: #999999;
}

.faded-label {
    color: #999999;
    font-size: smaller;
}

div.no-row-pad {
    margin-bottom: 6px;
}

div.col.faded {
    color: #999999;
    font-size: 0.8em;
    margin-bottom: -4px;
}

i.ticket-icon {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.54);
    margin: 0px;
    padding: 0px;
}

div .ticket-actions {
    min-width: 320px;
}

div.ticket-header {
    font-size: 2em;
    padding: 0px;
    margin-bottom: 8px;
}

div.ticket-sub-header {
    font-size: 1em;
    padding: 0px;
    margin: 0px;
}

div.li-data-label {
    color: #d44407;
    font-size: smaller;
}

div.li-data {
    margin-bottom: 0.5em;
}

li.li-avatar {
    min-height: 64px !important;
}

li.li-tickets {
    padding-top: 0px;
    margin-bottom: 0px;

}

div.li-tickets {
    padding-left: 75px;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.li-row {
    padding-top: 12px;
    margin-bottom: 12px;
}

div.li-row>div.col {
    margin: 0px;
    line-height: 1em !important;
}

div.li-row.header {
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

span.li-department-badge {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    left: 15px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #aaaaaa;
    color: #777777;
    margin-top: 12px;
}

.collapsible-body-ticket {
    padding: 0px;

}

div.action-bar {
    line-height: 3em;
    height: 3em;
    padding-left: 12px;
    padding-right: 12px;
}

a.icon-button {
    font-size: 18px;
    width: 28px;
    height: 24px;
    display: inline-block;
    color: #424242;
    text-align: center;
    border-radius: 4px;
}

a.icon-button:hover {
    background-color: rgb(59, 187, 232);
}

div.row.row-form {
    padding-left: 22px;
    padding-right: 22px;
}

li.li-ticket-header {
    border-bottom-color: #bf360c !important;
}

div.signature {
    color: #999999;

}

div.row.response {
    margin-top: 12px;
}

span.faded {
    color: #999999;
    font-size: smaller;
}

#assets-header a.icon-button {
    margin-top: 14px;
}

#assets-header a.icon-button:hover {
    margin-top: 14px;
}

ul.nav-small {
    height: 64px;
    padding: 0px;
    width: auto;
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}

ul.nav-small li {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    float: left;
    font-size: 16px;
    display: inline-block;
}

ul.nav-small li a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    text-decoration: none;
}

ul.nav-small li:hover {
    background-color: #eeeeee;
    color: #2a7daf;
    text-decoration: none;
}

.greybar i.fa {
    display: block !important;
}


div.greynavbar li {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
}

div.greynavbar li a {
    display: block;
}

nav.greynavbar ul {
    margin-left: 8px;
    margin-right: 8px;
}


span.ticket-quick-actions a {
    color: grey;
}

span.ticket-quick-actions a i {
    font-size: small;
    margin-right: 0px;
}

.ql-editor strong {
    font-weight: bold;
}

#deckcms-ql-editor {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
}

.expires-bottom {
    position: absolute;
    padding-top: 32px;
    bottom: 12px;
    left: 24px;
}

.card-title-small {
    font-size: 16px;
    font-weight: 300;
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title-small.activator {
    cursor: pointer;
}

.material-icons.activator {
    cursor: pointer;
}


.row {
    margin: 10px -10px !important;
}

.col {
    padding: 0 10px !important;
}


.CodeMirror {
    border: 1px solid #eee;
    height: auto !important;
}

/*

    Name:       3024 night
    Author:     Jan T. Sott (http://github.com/idleberg)

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

a.a-round {
    padding: 8px 14px;
    border-radius: 16px;
}

a.a-round:hover {
    background-color: rgba(183, 212, 227, 0.40);
}

.select-wrapper label.invalid {
    margin-top: 62px;
    margin-left: -11px;
    color: #F44336;
}