.add-comment-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .5rem;
    border-radius: .75rem;
    background-color: #ffffff10;
}

img.usericont {
    flex-basis: 73px;
    width: 50px;
    height: 50px;
    max-width: 50px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center
}

img.emoji-picker-sub,img.emoji-picker {
    width: 30px;
    height: 30px
}

#user-1 {
    color: #bc4444;
    background-image: linear-gradient(210deg, #fd4a4a 0%, #aa3030 29%, #f9b362 67%, #ff0000 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

span#user-3 {
    color: #b1b1b1;
    text-decoration: line-through
}

.tag.level-0 {
    color: #fff;
    background: #5c8cbb;
    background: --webkit-gradient(linear,left top,left bottom,color-stop(0,#74c57b),color-stop(100%,#5cbb64));
    background: linear-gradient(180deg,#288ce4,#4075bb)
}

.tag.level-1 {
    color: #fff;
    background: linear-gradient(180deg,#f1564a,#d61f11);
    animation: beat 2s linear infinite
}

.tag.level-2 {
    color: #fff;
    background: #5c8cbb;
    background: --webkit-gradient(linear,left top,left bottom,color-stop(0,#74c57b),color-stop(100%,#5cbb64));
    background: linear-gradient(180deg,#e428b0,#a92583)
}

.tag.level-3 {
    color: #fff;
    background: #5c8cbb;
    background: --webkit-gradient(linear,left top,left bottom,color-stop(0,#74c57b),color-stop(100%,#5cbb64));
    background: linear-gradient(180deg,#848484,#4a4a4a)
}

span#user-2 {
    color: #bd3bba;
    background-image: linear-gradient( -225deg,#af32b0 0%,#9200ff 29%,#ff13a3 67%,#b417cf 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite
}

.alert-comment {
    padding: 5px 15px 5px 15px;
    margin: 20px 0;
    color: #a37526;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

.formm {
    flex-wrap: wrap
}

.formm.comment {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}

textarea#yorum,textarea#yorum_text {
    padding: 1rem 1.2rem;
    border-radius: .6rem;
    border: 1px solid transparent;
    color: #ffffffcc;
    background: #18181b;
    width: 100%;
    box-shadow: inset 1px 1px 8px rgba(0,0,0,.1);
    font-family: inherit;
    outline: none;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
    resize: none;
    box-sizing: border-box;
    line-height: initial
}

.alt {
    text-align: right
}

button#post-comment {
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    max-width: none;
    background-color: #2a3c7d;
    color: #fff;
    font-weight: 600;
}

.subcomment-alt-left,.input-text {
    width: 35%;
    float: left;
    margin: 0;
    text-align: left;
    padding: 0
}

input#yorum_name,input#yorum_mail {
    border: 1px solid #ddd;
    color: #3c3c3d;
    height: 32px;
    width: 100%;
    line-height: 20px;
    color: #777;
    display: inline-block;
    float: none;
    clear: both;
    margin: 0;
    box-sizing: border-box;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: baseline;
    padding-left: 10px;
    margin-bottom: 10px
}

.alt-comment, .alt-subcomment {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center
}

.grecaptcha-badge {
    visibility: hidden
}

.emoji-picker-body {
    margin: 0;
    padding: 10px
}

.emoji-list-onion,.emoji-list-panda {
    position: relative;
    width: 257px;
    height: 145px;
    padding: 0;
    margin: 0;
    overflow: auto
}

.emoji-item {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 5px 5px 0;
    list-style: none;
    cursor: pointer
}

.emoji-picker-body {
    position: absolute;
    right: 10px;
    width: 257px;
    background: #fff;
    z-index: 999;
    border-radius: 2px;
    display: none;
    box-shadow: 0 0 3px #6e6e6e40;
    margin-top: 10px
}

.emoji-picker-body::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -5px;
    right: 35px
}

.emoji-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    padding-left: 1px;
    font-weight: 600;
    color: #555;
    background: #eee;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 11px;
    z-index: 9999
}

.tab_comment_title {
    border-bottom: 2px solid #2e2e2e;
    margin-bottom: 15px;
    margin-top: 12px;
}

.tab_comment_title span.allcomments {
    border-bottom-color: #c0392b;
}

.tab_comment_title span {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    border-bottom: 2px solid #c0392b;
    margin-bottom: -1px;
    padding: 0 10px 5px 10px;
}


.avatar-comment {
    float: left;
    vertical-align: middle;
    text-align: center;
}

.top-comment {
    margin-left: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px
}

.top-comment:before {
    /* content: ''; */
    position: absolute;
    left: 41px;
    margin-top: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #27272a;
    transform: translatey(-50%) rotate(-90deg)
}



img.avatar.box-shadow {
    width: 40px;
    height: 40px;
    max-width: 50px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center
}

#comments .comment-emoji {
    width: 25px;
    margin-right: 5px
}

p.c-top {
    margin-bottom: .5rem;
}

span.author-name {
    /* text-decoration: none; */
    /* letter-spacing: .3px; */
    color: #addaa1;
    font-size: 1em;
    font-weight: 500;
    margin-right: 5px;
}

p.c-content {
    padding: 10px 10px;
    color: #777777
}

span.date {
    font-size: 10px;
    color: #999999
}

.notification-content {
    color: #b7b7b7;
    background: rgb(89 89 89 / 23%);
    padding: 10px;
    line-height: 20px;
    border-radius: 15px;
    font-size: .9rem;
}

.c-alt {
    margin-top: .5rem;
}

.more-drop-c, .c-alt a {
    font-size: .7rem;
}


svg.svg-inline--fa.fa-reply.fa-w-16 {
    vertical-align: middle;
    transform: rotate(180deg);
    width: 15px;
    height: 15px;
    opacity: .7;
    fill: #999;
    margin-right: 2px;
    margin-top: -5px
}

.add-subcomment {
    margin-left: 50px;
}


a.load-more-comment {
    background: #ccc;
    width: 100%;
    padding: 4px;
    text-align: center
}

.reply-cmt {
    margin-bottom: 6px;
    border-left: 1px solid #cccccc;
    padding: 0 10px;
    font-size: 11px;
    color: #999999;
    font-style: italic
}

.reply-cmt a {
    text-decoration: none;
    opacity: 0.8;
    color: #0274be
}

time.time {
    font-style: italic;
    color: #ffffffb3;
    opacity: .5;
    margin-left: .5rem;
    font-size: 11px;
}


.uk-button.uk-button-primary {
    border-radius: 5px;
    padding: 4px;
    font-size: 20px;
    border: 1px solid #e59c29
}

.emoji-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap
}

p#charNum {
    margin-left: 10px
}

span.tag-name-comment {
    font-weight: 600;
    color: #7497c3;
    cursor: pointer;
}

div#load_more {
    background: #3578e5;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff
}

.load_sub_more {
    background: #3578e5;
    padding: 7px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    margin-left: 102px;
}

.spinnerdot.large {
    padding: 10px 0
}

.spinnerdot.small div {
    height: 120px;
    width: 8px
}

.spinnerdot > div {
    width: 13px;
    height: 13px;
    background-color: #3578e5;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinnerdot .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spinnerdot .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.loading_dots2.large {
    padding: 3px;
    margin: 0
}

.loading_dots2.small div {
    height: 120px;
    width: 8px
}

.loading_dots2 > div {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.loading_dots2 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loading_dots2 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.addReadMore.showlesscontent .SecSec,.addReadMore.showlesscontent .readLess {
    display: none
}

.addReadMore.showmorecontent .readMore {
    display: none
}

.addReadMore .readMore,.addReadMore .readLess {
    margin-left: 2px;
    color: #178ccc;
    cursor: pointer
}

.link-follow {
    background: #6181b0!important;
    padding: 4px;
    border-radius: 50px;
    color: #fff!important;
    font-size: 0.6rem
}

.remove-follow {
    background: #b06161!important;
    padding: 4px;
    border-radius: 50px;
    color: #fff!important;
    font-size: 0.6rem
}

.notification_button {
    display: flex;
    margin-left: 50px;
    margin-top: 8px;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block
}

.admin {
    animation: bg-spin 3s linear infinite
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn
}

@-webkit-keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

@keyframes beat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(0.9)
    }

    21% {
        transform: scale(1.1) skew(0.004turn)
    }

    28% {
        transform: scale(1) skew(0.008turn)
    }

    35% {
        transform: scale(1) skew(0)
    }
}

.commentx h3 {
    margin: 0;
    margin-bottom: 1.5rem;
    color: #363636;
    font-size: 16px;
    font-weight: 500
}

.commentx .navigation {
    display: none
}

.commentx .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.commentx .commentlist li {
    border-bottom: 1px solid #f1f1f1;
    margin: 2rem 0
}

.commentx .commentlist li .avatar {
    display: none
}

.commentx .commentlist li cite.fn {
    font-weight: 500;
    font-style: unset;
    font-size: .75rem
}

.commentx .commentlist li span.says {
    display: none
}

.commentx .commentlist li .comment-meta {
    font-size: .75rem;
    float: left
}

.commentx .commentlist li .comment-meta a {
    color: #a7a7a7
}

.commentx .commentlist li .reply {
    font-size: .75rem;
    font-weight: 500;
    margin-top: 15px
}

.commentx .commentlist li p {
    clear: both;
    padding-top: 5px;
    font-weight: 300
}

.commentx .commentlist li ul.children {
    list-style: none;
    margin-left: 15px;
    padding: 0
}

.commentx .commentlist li ul.children li {
    border-bottom: 0;
    margin: 10px 0
}

.commentx .commentlist li .comment-author {
    float: left;
    margin-right: 10px
}

.commentx #reply-title {
    display: none
}

.commentx .logged-in-as {
    font-size: 13px;
    font-weight: 400
}

.commentx #respond label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.commentx textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    padding: 5px;
    font-family: inherit;
    font-size: 14px
}

.commentx #submit {
    background-color: #0eafc1;
    border-color: transparent;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 15px;
    text-align: center;
    white-space: nowrap;
    font-family: inherit;
    font-size: 14px;
    border-radius: 30px
}

.commentx #respond input[type=text] {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    padding: 5px;
    font-family: inherit;
    font-size: 15px
}
img.notification-avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

a.btn-button.btreply {
    background: #b04b4b;
    border-radius: 5px;
    padding: 0 4px;
    margin-right: 4px;
    color: #fff;
    font-size: .8rem;
}
a.btn-button.time {
    font-size: 12px;
    font-style: italic;
}.form-data-comment {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
}


.repcomment_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
}.inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .5rem;
    border-radius: .75rem;
    background-color: #ffffff10;
}
.bg-opatic5{background: #ffffff1a;}span.rep-sub {
    background: #415695;
    font-size: 11px;
}
.one, .two{font-size: .95em;}
.tag-name-comment{display:none;}
@media screen and (max-width:640px){textarea#yorum, textarea#yorum_text {padding: 1rem 1.2rem;}}
