#border-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#border-pagination li {
    list-style: none;
    margin: 2px 5px;
}

#plagiarism-result {
    display: none;
    padding: 20px;
}

#plagiarism-result>div, #plagiarism-result>a {
    padding: 5px;
    margin-bottom: 20px;
    width: 100%;
}

#plagiarism-result a {
    display: none;
    background-color: #edf2f3;
}

#plagiarism-result a:hover {
    font-weight: bold;
    color: #b5b5b5;
}

#plagiarism-result h4 {
    color: #838383;
}

#plagiarism-result .control {
    display: none;
}

#plagiarism-result .control i {
    font-size: 15px;
    color: darkgrey;
}

#plagiarism-result .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

tr.debit {
    background: #ff000014;
}

.modal-padding {
    padding: 30px;
}

.dark-border {
    border: 1px solid var(--color-body) !important;
}

mark.highlight {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed #faa3a3;
    background: transparent;
    color: initial;
}

.context-menu {
    display: block;
    position: absolute;
    z-index: 999999;
    right: 0px;
    top: 1px;
}

.context-menu button {
    width: 120px;
    background-color: #464646;
    border: none;
    height: 43px;
    color: #b9b9b9;
    margin-top: -1px;
}

.context-menu button:hover {
    background-color: #423b3b;
}

.note-editable {
    max-height: 520px !important;
    overflow-y: auto;
}

.credit-bouns-title {
    font-size: 44px !important;
    line-height: 54px !important;
}

.active_thankyou {
    font-size: 32px !important;
    line-height: 42px !important;
    width: 900px;
    margin: 0 auto;
}

.editor-title-topic {
    min-height: 245px;
}

.editor-title-topic::-webkit-scrollbar {
    width: 2px;
}

.editor-title-topic::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.editor-title-topic::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.button_silk_slider a {
    margin-right: 15px;
}

.button_silk_slider .next-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #524e4f;
    border-radius: 50px;
    color: #fff;
    padding: 5px 7px;
    border: 0;
}

.menu_icon_insta {
    color: #d62976;
}

.border-dark {
    border: var(--border-width) solid #ebebeb !important;
}

#paymentResponse p {
    color: #f00 !important;
}

#paypalNotice {
    background: #232328;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 11px;
}

#paypalNotice p {
    font-size: 14px;
    margin-bottom: 0;
}

.left-filter .form-group {
    position: relative;
}

.suggestions {
    position: absolute;
    z-index: 99999999;
    background-color: #222626;
    width: 99.6%;
    height: 365px;
    overflow-y: auto;
}

.suggestions ul li {
    cursor: pointer;
    list-style: none;
    padding: 0px 4px;
    border-radius: 2px;
}

.suggestions ul li:hover {
    background-color: #161616;
}

.suggestions::-webkit-scrollbar {
    width: 4px;
    background-color: #4c4b4a;
}

.suggestions::-webkit-scrollbar-thumb {
    background-color: #a5a5a5;
}

.rounded-icon-bg i.valid {
    background: rgba(70, 141, 17, 0.2);
}

.rounded-icon-bg i.valid:before {
    color: #57a53d;
    font-weight: 600;
}

.rounded-icon-bg i.partly-valid {
    background: rgb(118, 104, 51);
}

.rounded-icon-bg i.partly-valid:before {
    color: #cbac50;
    font-weight: 600;
}

.rounded-icon-bg i.invalid {
    background: rgb(116, 62, 62);
}

.rounded-icon-bg i.invalid:before {
    color: #eb7e7b;
    font-weight: 600;
}

.left-filter input[type=checkbox] {
    opacity: 0.5;
    position: initial !important;
}

.small-width-center {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

input[placeholder] {
    color: #acacac;
}

input:active[placeholder] {
    color: #acacac;
}

input:focus[placeholder] {
    color: #acacac !important;
}

.result-info {
    margin-bottom: 50px;
}

#save_export_columns input[type=checkbox] {
    opacity: 0.5;
    position: initial !important;
}

#save_export_columns input[type=checkbox]~label:before {
    content: none;
}

#save_export_columns input[type=checkbox]~label:after {
    content: none;
}

#save_export_columns input[type=checkbox]~label {
    padding-left: 0;
}

.sd-tooltip {
    font-size: 13px;
}

.font-12{
    font-size: 12px;
    cursor: pointer;
}