
.jquery-comments * {
    box-sizing: border-box;
    text-shadow: none;
}

.jquery-comments a[href]:not(.tag) {
    color: #2793e6;
    text-decoration: none;
}

a.comment-id {
    float: right;
    line-height: 1.4em;
    font-size: 11px;
    color: #666!important;
    margin-left: 10px;
}

.jquery-comments a[href]:not(.tag):hover {
    text-decoration: underline;
}

.jquery-comments .textarea, .jquery-comments input, .jquery-comments button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;

    vertical-align: top;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0);
}

.jquery-comments button {
    vertical-align: inherit;
}

.jquery-comments .tag {
    color: inherit;
    font-size: 0.9em;
    line-height: 1.2em;
    background: #ddd;
    border: 1px solid #ccc;
    padding: 0.05em 0.4em;
    cursor: pointer;
    font-weight: normal;
    border-radius: 1em;
    transition: all 0.2s linear;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.jquery-comments .attachments .tag {
    white-space: normal;
    word-break: break-all;

    padding: 0.05em 0.5em;
    line-height: 1.3em;

    margin-top: 0.3em;
    margin-right: 0.5em;
}

.jquery-comments .attachments .tag > i:first-child {
    margin-right: 0.4em;
}

.jquery-comments .attachments .tag .delete {
    display: inline;
    font-size: 14px;
    color: #888;
    
    position: relative;
    padding: 2px;
    padding-right: 4px;
    right: -4px;
}

.jquery-comments .attachments .tag:hover .delete {
    color: black;
}

.jquery-comments .tag:hover {
    text-decoration: none;
}

.jquery-comments .tag:not(.deletable):hover {
    background-color: #d8edf8;
    border-color: #2793e6;
}

.jquery-comments [contentEditable=true]:empty:not(:focus):before{
    content:attr(data-placeholder);
    color: #CCC;
    position: inherit;
    pointer-events: none;
}

.jquery-comments i.fa {
    width: 1em;
    height: 1em;
    background-size: cover;
    text-align: center;
}

.jquery-comments i.fa.image:before {
    content: "";
}

.jquery-comments .spinner {
    font-size: 2em;
    text-align: center;
    padding: 0.5em;
    margin: 0;
    color: #666;
}

.jquery-comments .spinner.inline {
    font-size: inherit;
    padding: 0;
    color: #fff;
}

.jquery-comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jquery-comments .profile-picture {
    float: left;
    width: 3.6rem;
    height: 3.6rem;
    max-width: 50px;
    max-height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.jquery-comments i.profile-picture {
    font-size: 3.4em;
    text-align: center;
}

.jquery-comments .profile-picture.round {
    border-radius: 50%;
}

.jquery-comments .commenting-field.main{
    margin-bottom: 0.75em;
}

.jquery-comments .commenting-field.main .profile-picture {
    margin-bottom: 1rem;
}

.jquery-comments .textarea-wrapper {
    overflow: hidden;
    padding-left: 15px;
    position: relative;
}

.jquery-comments .textarea-wrapper:before {
    content: " ";
    position: absolute;
    border: 5px solid #D5D5D5;
    left: 5px;
    top: 0;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}

.jquery-comments .textarea-wrapper:after {
    content: " ";
    position: absolute;
    border: 7px solid #FFF;
    left: 7px;
    top: 1px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}

.jquery-comments .textarea-wrapper .inline-button {
    cursor: pointer;
    right: 0;
    z-index: 10;
    position: absolute;
    border: .5em solid rgba(0,0,0,0);
    box-sizing: content-box;
    font-size: inherit;
    overflow: hidden;
    opacity: 0.5;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jquery-comments .textarea-wrapper .inline-button:hover {
    opacity: 1;
}

.jquery-comments:not(.mobile) .commenting-field-scrollable .textarea-wrapper .inline-button {
    margin-right: 15px; /* Because of scrollbar */
}

.jquery-comments .textarea-wrapper .inline-button i {
    font-size: 1.2em;
}

.jquery-comments .textarea-wrapper .upload input {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jquery-comments .textarea-wrapper .close {
    width: 1em;
    height: 1em;
}

.jquery-comments .textarea-wrapper .textarea {
    margin: 0;
    outline: 0;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: text;

    border: 1px solid #CCC;;
    background: #FFF;
    font-size: 1em;
    line-height: 1.45em;
    padding: .25em .8em;
    padding-right: 2em;
}

.jquery-comments:not(.mobile) .commenting-field-scrollable .textarea-wrapper .textarea {
    padding-right: calc(2em + 15px);    /* Because of scrollbar */
}

.jquery-comments .textarea-wrapper .control-row > .attachments {
    padding-top: .3em;
}

.jquery-comments .textarea-wrapper .control-row > span {
    float: right;
    line-height: 1.6em;
    margin-top: .4em;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFF;
    padding: 0 1em;
    font-size: 1em;
    opacity: .5;
}

.jquery-comments .textarea-wrapper .control-row > span:not(:first-child) {
    margin-right: .5em;
}

.jquery-comments .textarea-wrapper .control-row > span.enabled {
    opacity: 1;
    cursor: pointer;
}

.jquery-comments .textarea-wrapper .control-row > span:not(.enabled) {
    pointer-events: none;
}

.jquery-comments .textarea-wrapper .control-row > span.enabled:hover {
    opacity: .9;
}

.jquery-comments .textarea-wrapper .control-row > span.upload {
    position: relative;
    overflow: hidden;
    background-color: #999;
}

.jquery-comments ul.navigation {
    clear: both;

    color: #999;
    border-bottom: 2px solid #CCC;
    line-height: 2em;
    font-size: 1em;
    margin-bottom: 0.5em;
}

.jquery-comments ul.navigation .navigation-wrapper {
    position: relative;
}

.jquery-comments ul.navigation li {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    cursor: pointer;
    text-align: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jquery-comments ul.navigation li.active,
.jquery-comments ul.navigation li:hover {
    color: #000;
}

.jquery-comments ul.navigation li.active:after {
    content: " ";
    display: block;
    right: 0;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.jquery-comments ul.navigation li[data-sort-key="attachments"] {
    float: right;
}

.jquery-comments ul.navigation li[data-sort-key="attachments"] i {
    margin-right: 0.25em;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive {
    display: none;
}

@media screen and (max-width: 600px) {
    .jquery-comments ul.navigation .navigation-wrapper {
        display: none;
    }
    .jquery-comments ul.navigation .navigation-wrapper.responsive {
        display: inline;
    }
}

.jquery-comments.responsive ul.navigation .navigation-wrapper {
    display: none;
}
.jquery-comments.responsive ul.navigation .navigation-wrapper.responsive {
    display: inline;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive li.title {
    padding: 0 1.5em;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive li.title header:after {
    display: inline-block;
    content: "";
    border-left: 0.3em solid rgba(0, 0, 0, 0) !important;
    border-right: 0.3em solid rgba(0, 0, 0, 0) !important;
    border-top: 0.4em solid #CCC;
    margin-left: 0.5em;
    position: relative;
    top: -0.1em;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive li.title.active header:after,
.jquery-comments ul.navigation .navigation-wrapper.responsive li.title:hover header:after {
    border-top-color: #000;
}

.jquery-comments ul.dropdown {
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 99;
    line-height: 1.2em;

    border: 1px solid #CCC;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.jquery-comments ul.dropdown.autocomplete {
    margin-top: 0.25em;
}

.jquery-comments ul.dropdown li {
    display: block;
    white-space: nowrap;
    clear: both;
    padding: 0.6em;
    font-weight: normal;
    cursor: pointer;
}

.jquery-comments ul.dropdown li.active {
    background: #EEE;
}

.jquery-comments ul.dropdown li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.jquery-comments ul.dropdown li .profile-picture {
    float: left;
    width: 2.4em;
    height: 2.4em;
    margin-right: 0.5em;
}

.jquery-comments ul.dropdown li .details {
    display: inline-block;
}

.jquery-comments ul.dropdown li .name {
    font-weight: bold;
}

.jquery-comments ul.dropdown li .details.no-email {
    line-height: 2.4em;
}

.jquery-comments ul.dropdown li .email {
    color: #999;
    font-size: 0.95em;
    margin-top: 0.1em;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown {
    left: 0;
    width: 100%;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li {
    color: #000;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li.active {
    color: #FFF;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li:hover:not(.active) {
    background: #F5F5F5;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li:after {
    display: none;
}

.jquery-comments .no-data {
    display: none;
    margin: 1em;
    text-align: center;
    font-size: 1.5em;
    color: #CCC;
}

.jquery-comments ul.main:empty ~ .no-comments {
    display: inherit;
}

.jquery-comments ul#attachment-list:empty ~ .no-attachments {
    display: inherit;
}

.jquery-comments ul.main li.comment {
    clear: both;
}

.jquery-comments ul.main li.comment .comment-wrapper,
.jquery-comments ul.main li.toggle-all,
.jquery-comments ul.main li.comment .commenting-field {
    padding: .5em;
}

.jquery-comments ul.main li.comment .comment-wrapper {
    border-top: 1px solid #DDD;
    overflow: hidden;
}

.jquery-comments ul.main > li.comment:first-child > .comment-wrapper {
    border-top: none;
}

.jquery-comments ul.main li.comment .comment-wrapper > .profile-picture {
    margin-right: 1rem;
}

.jquery-comments ul.main li.comment time {
    margin-left: .5em;
    float: right;
    line-height: 1.4em;
    font-size: 11px;
    color: #666!important;
}

.jquery-comments ul.main li.comment .comment-header {
    line-height: 1.4em;
    word-break: break-word;
}

.jquery-comments ul.main li.comment .comment-header > * {
    margin-right: .5rem;
}

.jquery-comments ul.main li.comment .comment-header .name {
    font-weight: bold;
}

.jquery-comments ul.main li.comment .comment-header .reply-to {
    color: #999!important;
    font-size: .8em;
    font-weight: normal;
    vertical-align: top;
}

.jquery-comments ul.main li.comment .comment-header .reply-to i {
    margin-right: .25rem;
}

.jquery-comments ul.main li.comment .comment-header .new {
    background: #2793e6;
    font-size: 0.8em;
    padding: 0.2em 0.6em;
    color: #fff;
    font-weight: normal;
    border-radius: 1em;
    vertical-align: bottom;
    word-break: normal;
}

.jquery-comments ul.main li.comment .wrapper{
    line-height: 1.4em;
    overflow: hidden;
}

.jquery-comments.mobile ul.main li.comment .child-comments li.comment .wrapper{
    overflow: visible;
}

/* Content */
.jquery-comments ul.main li.comment .wrapper .content {
    padding: 5px 0px;
    white-space: pre-line;
    word-break: break-word;
}

.jquery-comments ul.main li.comment .wrapper .content time.edited {
    float: inherit;
    margin: 0;
    font-size: .9em;
    font-style: italic;
    color: #999;
}

.jquery-comments ul.main li.comment .wrapper .content time.edited:before {
    content: " - ";
}

/* Attachments */
.jquery-comments ul.main li.comment .wrapper .attachments .tags:not(:empty) {
    margin-bottom: 0.5em;
}

.jquery-comments ul.main li.comment .wrapper .attachments .previews .preview {
    display: inline-block;
    margin-top: .25em;
    margin-right: .25em;
}

.jquery-comments ul.main li.comment .wrapper .attachments .previews .preview > * {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
}

.jquery-comments ul.main li.comment .wrapper .attachments .previews .preview > *:focus {
    outline: none;
}

/* Actions */
.jquery-comments.mobile ul.main li.comment .actions {
    font-size: 1em;
}

.jquery-comments ul.main li.comment .actions > * {
    color: #999;
    font-weight: bold;
}

.jquery-comments ul.main li.comment .actions .action {
    display: flex;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 2px;
    line-height: 1.5em;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    color: #5e5e5e;
}

.jquery-comments ul.main li.comment .actions .action:first-child {
    font-size: 15px;
    color: #4c4c4c;
    text-decoration: underline;
    margin-right: 15px;
    margin-left: 0;
    opacity: 1;
}
.jquery-comments ul.main li.comment .actions .action > span:empty + img {
    opacity: 0.7;
    filter: grayscale(1);
}
.jquery-comments ul.main li.comment .actions .action:hover img {
    filter: none!important;
    opacity: 1!important;
}
.comments--filter {
    display: flex;
}
.comments--filter > a {
background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px #dddddd solid;
    border-radius: 10px;
}
.filter-selected {
    background: #404dae!important;
    color: white!important;
    border-radius: 10px;
}
button.send.save.highlight-background {
    background: #404dae;
    line-height: 1.6em;
    border-radius: 14px;
    margin-top: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    opacity: 1;
    margin-left: 65px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
}

button.send.save.highlight-background img {
    margin-right: 5px;
    height: 11px;
}
.jquery-comments ul.main li.comment .actions .action.upvote .upvote-count:empty {
    display: none;
}

.jquery-comments ul.main li.comment .actions .action.upvote i {
    cursor: pointer;
}

.jquery-comments ul.main li.comment .actions .action:not(.upvote):hover,
.jquery-comments ul.main li.comment .actions .action.upvote:not(.highlight-font) i:hover {
    color: #666;
}

.jquery-comments ul.main li.comment .actions .action.delete {
    opacity: 0.5;
    pointer-events: none;
}

.jquery-comments ul.main li.comment .actions .action.delete.enabled {
    opacity: 1;
    pointer-events: auto;
}

.jquery-comments ul#attachment-list li.comment .actions .action:not(.delete) {
    display: none;
}

.jquery-comments ul#attachment-list li.comment .actions .action.delete {
    margin: 0;
}

.jquery-comments ul#attachment-list li.comment .actions .separator {
    display: none;
}


/* Child comments */
.jquery-comments ul.main li.comment .child-comments > *:before { /* Margin for second level content */
    content: "";
    height: 1px;
    float: left;

    width: calc(3.6em + .5em);  /* Profile picture width plus margin */
    max-width: calc(50px + .5em);   /* Profile picture max width plus margin */
}

.jquery-comments ul.main li.comment .child-comments .profile-picture {
    width: 2.4rem;
    height: 2.4rem;
}

.jquery-comments ul.main li.comment .child-comments i.profile-picture {
    font-size: 2.4em;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all {
    padding-top: 0;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all span:first-child {
    vertical-align: middle;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all span:first-child:hover {
    cursor: pointer;
    text-decoration: underline;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all .caret {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;

    margin-left: .5em;
    border: .3em solid;
    margin-top: .35em;

    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all .caret.up {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: inherit;
    margin-top: -.2em;
}

.jquery-comments ul.main li.comment .child-comments .togglable-reply {
    display: none;
}

.jquery-comments ul.main li.comment .child-comments .visible {
    display: inherit;
}

.jquery-comments ul.main li.comment.hidden {
    display: none;
}

/* Editing comment */
.jquery-comments ul.main li.comment.edit > .comment-wrapper > *:not(.commenting-field) {
    display: none;
}

.jquery-comments ul.main li.comment.edit > .comment-wrapper .commenting-field {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Drag & drop attachments */
.jquery-comments.drag-ongoing {
    overflow-y: hidden !important;
}

.jquery-comments .droppable-overlay {
    display: table;
    position: fixed;
    z-index: 99;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3)
}

.jquery-comments .droppable-overlay .droppable-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.jquery-comments .droppable-overlay .droppable-container .droppable {
    background: #FFF;
    color: #CCC;
    padding: 6em;
}

.jquery-comments .droppable-overlay .droppable-container .droppable.drag-over {
    color: #999;
}

.jquery-comments .droppable-overlay .droppable-container .droppable i {
    margin-bottom: 5px;
}

/* Read-only mode */
.jquery-comments.read-only .commenting-field {
    display: none;
}
.jquery-comments.read-only .actions {
    display: none;
}
.jquery-comments span.actions {
    display: flex;
}
ul.child-comments {
    padding-left: 15px;
}
ul.children-comments {
    padding-left: 120px;
}
div#authorizationModal:empty {
    display: none;
}
div#authorizationModal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 33%);
    z-index: 2222;
    width: 100%;
    height: 100%;
}
.modal.registration-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    height: 620px;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 3px;
    overflow: initial;
}
.form--input--confirmation label {
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.2;
}
.form--input--confirmation {
    display: flex;
}
.authorize--form .form--input--confirmation {
    width: auto;
    padding: 0;
    min-height: auto;
    margin: 0;
}
.authorize--form form button {
    border: 0;
    background-color: #404dae;
    border-radius: 32px;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #f7f9f9;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-top: 5px;
    cursor: pointer;
}
.social--login.row img {
    height: 42px;
}
a.forget-pass--trg {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    cursor: pointer;
}
.authorize--form .form--input--confirmation label a {
    color: #4e4e4e;
    font-weight: 500;
}

.jquery-comments ul.main li.comment .actions .action img {
    height: 16px;
    margin-left: 2px;
}
.modal.registration-modal h3 {
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f2457;
}
.modal.registration-modal p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
}
.authorize--form {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.authorize--form .row-input input {
    font-size: 14px;
    padding: 2px 10px;
    border: 1px #b3b3b3 solid;
    border-radius: 6px;
}
.authorize--form form {
    flex: 1;
    margin: 20px;
}
.authorize--form form h4 {
    font-size: 22px;
}
.authorize--form form {
    flex: 1;
    margin: 0px;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: 0.2s all ease;
}
.authorize--form form:first-child {
    border-right: 1px #ebebeb  solid;
    padding-right: 25px;
    margin-right: 25px;    
}
img.register-loader {
    height: auto;
    width: 35px;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}
img.authorize-loader {
    height: auto;
    width: 35px;
    margin: 0 auto;
    margin-top: 30px;
    display: none;
}
.comment.by-admin .comment-header span {
    color: red!important;
}
form[data-request="onRegister"] img.register-loader[style*=block] + .btn-submit, form[data-request="onRegister"] img.register-loader[style*=inline] + .btn-submit  {
    background: #d9d9d9;
    cursor: default;
    pointer-events: none;
    color: gray;
}
form[data-request="onAuthorize"] img.authorize-loader[style*=block] + .btn-submit, form[data-request="onAuthorize"] img.authorize-loader[style*=inline] + .btn-submit {
    background: #d9d9d9;
    cursor: default;
    pointer-events: none;
    color: gray;
}
.authorize--form form:last-child {
    border-right: 1px transparent  solid;
    padding-left: 20px;
}
.social--login.row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;
}
.social--login.row > div {
    display: flex;
    margin-top: 10px;
}
.social--login.row {
    margin-top: 15px!important;
}
.social--login.row span {
    font-size: 13px;
    color: gray;
    margin-top: 0px;
    text-align: center;
    padding: 0px 10px;
    line-height: 1.2;
}
.social--login.row span {
    font-size: 13px;
    color: gray;
    margin-top: 0px;
}
.social--login.row > div > a {
    background: gainsboro;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));
    display: flex;
    flex-direction: column;
    border-radius: 100%;
    cursor: pointer;
    margin: 5px;
}
.authorize--form .redakcija-container-inner--right--input label {
    font-size: 13px;
    color: gray;
    margin-top: 0px;
}
.authorize--form .redakcija-container-inner--right--input input {
    padding: 0px 7px;
    font-size: 15px;
}
.authorize--form .row {
    margin:0;
    margin-bottom: 5px;
}
.authorize--form h4 {
    margin-bottom: 15px;
}
.comments--filter > a img {
    height: 20px;
}
a.comments--register-btn {
    display: flex;
    padding: 8px 20px;
    padding-top: 9px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #404dae;
    color: white!important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 6px;
    width: auto;
    display: inline-block;
}
a.comments-logout {
    color: #2e2e2e;
    font-size: 13px;
    cursor: pointer;
    background: #d1d1d1;
    padding: 3px 9px;
    border-radius: 32px;
    font-weight: 400;
}
.register--success button {
    display: flex;
    width: auto;
    margin-top: 10px;
    border-radius: 32px;
    padding: 8px 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #404dae;
    color: white;
    letter-spacing: 0.4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    border: 0;
    margin-top: 20px;
}
.register--success h4 {
    text-align: left;
    margin-top: 40px;
    font-weight: 500;
}
.register--success h3 {
    font-size: 24px!important;
}
.comments--trigr a {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    background: #404dae;
    border: 2px #404dae solid;
    color: white;
}
.comments--trigr {
    margin-top: 20px;
    margin-bottom: 60px;
}

.main-container.page-comments .post-title h1 a {
    font-size: 24px;
}
.main-container.page-comments .post-content--lead h3 {
    border-left: 0;
    padding: 0;
    font-size: 18px!important;
}
p.no-comments-msg {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.discussion--flag {
    display: block;
    background-color: #037cbd;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
    height: 21px;
    padding-bottom: 0px;
    background-size: 26px;
    padding-top: 2px;
    background-image: none;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
    border-radius: 14px;
    line-height: 1.7;
    z-index: 1;
    opacity: 1!important;
    animation: pulseBlue 1.1s infinite;
}
.no-comments-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.no-comments-msg svg {
    margin-bottom: 10px;
}

/* Find Named colours here to use: https://en.wikipedia.org/wiki/Web_colors */
:root {
  --body-bg: sienna;
  --steam-color: silver;
  --coffee-color: #c3c3c3;
  --steam-animation: steaming 2000ms ease infinite;
  --steam-height: -20px;
  --steam-start-height: 12px;
  --steam1-delay: 50ms;
  --steam2-delay: 150ms;
  --steam3-delay: 25ms;

}

.steam {
  fill: var(--steam-color);
  transform: translateY(var(--steam-start-height));
  animation: var(--steam-animation);
}

.steam1 {
  animation-delay: var(--steam1-delay);
}
.steam2 {
  animation-delay: var(--steam2-delay);
}
.steam3 {
  animation-delay: var(--steam3-delay);
}

.coffee-cup {
  fill: var(--coffee-color);
}


@keyframes steaming {
  50% {  
    transform: translateY(var(--steam-height));
  }
}
.authorize--form form:hover {
    opacity: 1;
}


@media screen and (max-width: 960px) {
    no-comments-msg {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
        border-top: 1px #e7e7e7 solid;
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px #e7e7e7 solid;
    }
        .authorize--form {
            flex-direction: column;
        }
        .modal.registration-modal {
            width: 100%;
            height: auto;
            max-height: 90vh;
            overflow-y: scroll;
            overflow-x: hidden;
            max-width: 85vw;
            padding: 20px!important;
        }
        div#authorizationModal .banner--close {
            top: 0;
            right: 0;
            border-radius: 0;
            box-shadow: none;
        }
        .authorize--form form:first-child {
            border: 0!important;
            padding: 0!important;
            margin-bottom: 40px;
            margin-right: 0!important;
        }
        .authorize--form form:last-child {
            padding: 0!important;
        }
 .jquery-comments ul.main li.comment .comment-wrapper > .profile-picture {
        height: 30px;
        width: 30px;
    }   
    .comments--filter {
        flex-wrap: wrap;
    }
    .comments--filter > a {
        flex: 1;
    }
    .no-comments-msg {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
        border-top: 1px #e7e7e7 solid;
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px #e7e7e7 solid;
    }
}
.banner--close {
    top: -20px;
    right: -20px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(247, 57, 0, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}
.row-input {
    display: flex;
    flex-direction: column;
    width:100%;
}
.row-input label {
    font-size: 14px;
    margin-bottom: 5px;
    color: gray;
}
 .comments--filter > span:hover {
     opacity: 0.8;
}
 .comments--middle {
     background: white;
     margin-left: 5px;
}
li.comment.by-current-user > .comment-wrapper > .comment-header > span.name {
    color: #545fa3;
    text-decoration: underline;
}
 .comments--inner {
    background: white;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px rgba(224, 224, 224, 0.65) solid;
}
 ul.comments--middle--list {
     margin: 0;
     list-style: none;
}
 .top-comment__text-container p {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.2;
     letter-spacing: normal;
     text-align: left;
     color: #333547;
}
 .top-comment__timeago-container span {
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.21;
     letter-spacing: normal;
     text-align: left;
     color: #898fa8;
}
 .top-comment__author-container a {
     font-size: 16px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.19;
     letter-spacing: normal;
     text-align: left;
     color: #545fa3;
}
 .row.top-comment__top-deck {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .top-comment__author-container {
     flex: 1;
     padding-left: 10px;
}
 .row.top-comment__mid-deck {
     margin-top: 12px;
     margin-bottom: 12px;
}
 .top-comments__list-item {
     border-bottom: 1px #e4e4e4 solid;
     padding-bottom: 8px;
     padding-top: 8px;
     padding-left: 5px;
     padding-right: 5px;
}
 .row.top-comment__bot-deck {
     display: flex;
}
 .comment__votes.comment__votes-positive.positive-respond-only {
     font-size: 16px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.19;
     letter-spacing: normal;
     text-align: left;
     color: #3653a1;
}
 .top-comment__vote-container {
     margin-right: 4px;
     display: flex;
     align-items: center;
     cursor: pointer;
}
 .top-comment__vote-container.downvote--container {
     margin-left: 30px;
}
 .top-comment__response-button-container {
     margin-left: 45px;
}
 .top-comment__respond-container {
     min-width: 20px;
}
 .comment__response-button {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.19;
     letter-spacing: normal;
     text-align: left;
     color: #555985;
     cursor: pointer;
}
 .comment__votes.comment__votes-neutral.negative-respond-only {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.19;
     letter-spacing: normal;
     text-align: left;
     color: #9ea6c1;
}
 .top-comment__avatar-wrap img {
     border-radius: 32px;
     width: 24px;
     height: 24px;
}
 .comments--bottom {
     display: flex;
     flex-direction: column;
     margin-top: 15px;
     margin-bottom: 25px;
}
.comments--inputform div input, .comments--inputform div textarea {
    width: 100%;
}
 .comments--authorize a {
     font-size: 18px;
     font-weight: bold;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.22;
     letter-spacing: normal;
     text-align: left;
     color: #898fa8;
}
 .comments--authorize {
     display: flex;
     align-items: center;
     margin-top: 15px;
}
 .comments--authorize a {
     margin-right: 10px;
}
 a.comments--authorize--button {
     border-radius: 0.8px;
     background-color: #f7f9ff;
     padding: 8px 15px;
     display: flex;
     align-items: center;
     line-height: 1;
     cursor: pointer;
}
 .comments--inputform {
     display: flex;
     flex-direction: column;
}
 .comments--inputform textarea {
     margin-top: 10px;
     min-height: 100px;
     padding: 10px;
     border: 1px #d6d6d6 solid;
     border-radius: 2px;
     font-size: 15px;
     outline: none;
}
 .comments--inputform input {
     margin-top: 20px;
     padding: 10px;
     border: 1px #d6d6d6 solid;
     border-radius: 2px;
     font-size: 15px;
     outline: none;
}
 .g-recaptcha {
     margin: 0 auto;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 10px;
     margin-bottom: 10px;
}
 .comments--respond--container--submit {
    background-color: #404dae;
    padding: 8px 15px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    text-align: left;
    color: #f7f9f9;
    outline: none;
    border: 0;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.comments--filter > a .comments-loader[style*=none] + img {
    display: block;
}
.comments--respond--container--submit img {
    margin-right: 8px;
        width: 24px;
}
 .comments--inputform--submit {
    margin-top: 10px;
}
.comments--inputform .row {
    position: relative;
    display: flex;
}
 .comments--inputform--submit span {
     font-size: 12px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.25;
     letter-spacing: normal;
     text-align: left;
     color: #898fa8;
     margin-bottom: 12px;
}
 .comments--inputform--submit a img {
     margin-right: 5px;
}
 .comments--container {
     margin-bottom: 15px;
}
 .with-extracted-share-icons {
     display:none!important;
}
 p.post-comments-empty {
     text-align: center;
     padding-top: 30px;
     padding-bottom: 30px;
}
 .comments--respond--container {
     padding-bottom: 10px;
     padding-top: 5px;
}
 .comments--container.live-comments .comments--middle ul {
     height: 350px;
     overflow-y: scroll;
   -webkit-overflow-scrolling: touch;
     padding-right: 20px;
}
 .comments--container.live-comments .top-comment__response-button-container {
     display: none;
}
 .comments--bottom h4 {
     font-size: 24px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.21;
     letter-spacing: normal;
     text-align: left;
     color: #1f224e;
     align-items: center;
     margin-top: 10px;
     display: inline-block;
     width: 100%;
     margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .comments--bottom {
     padding: 25px;
     padding-top: 15px;
     background: rgba(245, 245, 245, 0.69);
}
 .comments--inputform--submit .form--input--confirmation {
     margin-bottom: 20px;
     margin-top: 10px;
     max-width: 265px;
}
 section.column-container.post-outer-container.post-comments--page .reporter-widget--container {
     margin: 0;
     margin-bottom: 40px;
}
 .comment-success {
     display: block;
     position: fixed;
     bottom: 40px;
     right: 20px;
     background: #328a07;
    /* max-width: 150px;
     */
     padding: 10px 20px;
     border-radius: 4px;
     z-index: 4;
     font-size: 14px;
     color: white;
     line-height: 1.3;
     box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.23);
     cursor: default;
}
 .top-comment__top li {
     margin-left: 30px;
     padding-top: 10px;
     border-top: 1px #e7e7e7 solid;
     margin-top: 15px;
     margin-right: -5px;
     border-bottom: 0px #e7e7e7 solid;
}
.comments--inputform .row {
    margin: 0;
}