@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

body {
    font-family: 'Inter', sans-serif;
    padding-bottom: 120px;
}

header {
    background: #B5651D;
    padding: 0 20px;
}

.right-btns .btn {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;
}

    .right-btns .btn:hover {
        background: #fff;
        color: #B5651D;
    }

.right-btns .Sign-btn {
    margin-left: 10px;
    background: #fff;
    color: #B5651D;
}

    .right-btns .Sign-btn:hover {
        color: #fff;
        border: 1px solid #fff;
        background: #B5651D;
    }

body {
    background: #F0F7FC;
}

.containerMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 140px 0 50px;
}

.loginOuter {
    width: 970px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    max-width: 86%;
}

.loginImg {
    border-radius: 20px 0px 0px 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loginOuter .logininnerBox {
    padding: 40px;
}

.loginOuter .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.loginOuter .form-label {
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 400;
}

.loginOuter .form-control {
    border-color: #DFDFDF;
    padding: 12px 40px 13px 45px;
    height: 50px;
    position: relative;
    border-radius: 10px;
}

.loginOuter .passViewIcons {
    position: absolute;
    right: 15px;
    top: 12px;
}

.loginOuter i {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translate(0%, -50%);
}

.loginOuter .form-control::placeholder {
    color: #C6C6C6;
    font-size: 14px;
}

.loginOuter .form-control.password::placeholder {
    font-size: 20px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-color: #A020F0;
    left: 0;
    margin: 0 5px 0 0;
}

    .form-check-input:checked {
        background-color: #A020F0;
        border-color: #A020F0;
    }

.form-check {
    padding-left: 1.5em;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form-control:focus-visible {
    text-shadow: none;
}

.blueLink {
    color: #B5651D;
    text-decoration: underline;
}

    .blueLink a {
        color: #B5651D;
    }

.themeBtn {
    padding: 10px 15px;
    background: #A020F0;
    border-color: #A020F0;
    font-size: 16px;
    border-radius: 10px;
}

    .themeBtn:hover {
        background: #a25614;
        border-color: #B5651D;
    }

.mt-100 {
    margin-top: 100px;
}


footer {
    background: #ffff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: 13px;
}

ul {
    margin: 0;
    padding: 0
}

.suggestion-left-check li {
    list-style: none;
    margin-bottom: 10px;
}

.suggestion-left-check a {
    position: relative;
    border: 1px solid #76848E;
    padding: 14px;
    display: block;
    border-radius: 12px;
    font-size: 14px;
    color: #76848E;
    text-decoration: none;
    text-align: center;
}

    .suggestion-left-check a:hover, .suggestion-left-check a.active {
        background: #A020F0;
        color: #fff;
        border-color: #A020F0;
    }

.Upload-Editor, .border-radius {
    border-radius: 14px;
    box-shadow: 0 3px 5px rgba(2,59,109,.05);
}

.btn-file {
    border-color: #A020F0;
    font-weight: 500;
    color: #A020F0;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 8px;
    line-height: 26px;
    font-size: 14px;
}

    .btn-file img {
        margin-right: 4px;
        width: 20px;
    }

    .btn-file:hover {
        border-color: #A020F0;
        color: #A020F0;
    }

    .btn-file.btn-print {
        border-color: #303030;
        color: #303030;
    }

    .btn-file.btn-error-check {
        background: #FFEDED;
        color: #FA3D3D;
        border-color: #FFEDED;
    }

    .btn-file.btn-suggestion {
        background: #FFF7C1;
        color: #CB9200;
        border-color: #FFF7C1;
    }

.btn-Dictionary {
    background: #fff1e4;
    border-color: #fbeada;
    color: #b5651d;
}

    .btn-Dictionary:hover {
        background: #b5651d;
        color: #fff !important;
    }

.btn-file.btn-exception {
    background: #fff1e4;
    border-color: #fbeada;
    color: #b5651d;
    margin-right: 10px;
}


.btn-file.btn-print:hover {
    background: #F0F7FC;
}

.bottomBtns {
    border-top: 1px solid #e1e1e1;
    padding: 10px 20px 0;
    margin: 15px -20px 0;
}

.suggestion-toast {
    background: #fff !important;
    border-color: #e9ecef;
    width: 450px;
}

.suggestion-box button {
    color: #008000;
    padding: 4px;
}

.suggestion-box {
    border: 1px solid #e9ecef;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

.suggestion-toast .toast-body {
    max-height: 340px;
    overflow: auto;
}

    .suggestion-toast .toast-body p {
        font-size: 13px;
        margin: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.btn-ignore {
    padding: 0px;
    font-size: 14px;
}

.ql-redo-button, .ql-undo-button {
    width: 20px;
}

.selectpicker {
    padding: 6px 9px;
    padding-right: 40px;
    min-height: 38px;
    font-size: 14px;
    border: none;
    outline: 0;
    cursor: pointer;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    background: url(../images/arrow-black.svg) no-repeat right;
    background-position: right 10px top 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.countrypicker .dropdown-item {
    font-size: 14px;
}

.countrypicker .btn-file {
    padding: 5px 12px;
}

.countrypicker img.flag {
    width: 24px;
    margin-right: 6px;
}

.selectpicker[disabled] {
    background-color: #F5F5F5 !important;
    background: url(../images/disable-arrow.svg) no-repeat;
    background-position: right 10px top 50%;
}


.Editor textarea {
    height: 450px;
    width: 100%;
    border: none;
    outline: none;
}

.profile .user-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.profile p small {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}

.profile p {
    color: #ffff;
    margin: 0px;
    margin-left: 10px;
    font-weight: 500;
}

    .profile p span {
        display: block;
        position: relative;
        padding-right: 20px;
    }

        .profile p span::after {
            content: '';
            width: 15px;
            height: 10px;
            position: absolute;
            right: 0;
            top: 8px;
            background: url(../images/down-arrow.svg) no-repeat;
        }

.profile {
    cursor: pointer;
}

    .profile.dropdown-toggle::after {
        display: none;
    }

.dropdown-menu ul li {
    list-style: none;
}

.dropdown-menu ul {
    padding: 0px;
    width: 250px;
    margin: 0;
}

    .dropdown-menu ul li a {
        color: #303030;
        text-decoration: none;
        padding: 10px 15px;
        border-bottom: 1px solid #E1E1FC;
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .dropdown-menu ul :last-child a {
        border: 0;
    }

    .dropdown-menu ul li a:hover {
        background: #F0F7FC;
    }

    .dropdown-menu ul li a svg {
        margin-right: 4px;
    }

.plagiarism-check h2 {
    font-size: 20px;
    margin: 0;
}

.plagiarism-content .content strong {
    font-size: 70px;
    font-weight: 600;
    display: block;
}

.plagiarism-content .content span {
    font-size: 22px;
    font-weight: 500;
    display: block;
}

.plagiarism-content .content {
    width: 50%;
    text-align: center;
    padding: 20px 0;
}

    .plagiarism-content .content.color-green {
        color: #348748;
        border-right: 1px solid #E5EDF2;
    }

    .plagiarism-content .content.color-danger {
        color: #D13636;
    }

.complete-status {
    color: #348748;
    font-weight: 500;
    font-size: 19px;
    padding: 15px 0;
}

.progress-bar {
    background: #A020F0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
    border-radius: 20px;
    margin: 0 20px;
}

.matched-sources {
    border-top: 1px solid #E1E1FC;
}

    .matched-sources h2 {
        color: #B5651D;
    }

.thead-dark th {
    background: #B5651D;
    color: #ffff;
    font-weight: 500;
}

.sources a {
    display: block;
}

.sources {
    font-size: 16px;
    font-weight: 500;
}

.similarity {
    font-size: 24px;
    font-weight: 500;
}

.matched-sources .table td {
    border: 0;
}

.matched-sources .table {
    border: 1px solid #E9E9FD;
}

.words {
    border-top: 1px solid #E1E1FC;
    font-size: 16px;
    font-weight: 500;
}

.h2 {
    font-size: 36px;
    font-weight: 600;
}

.plan {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    position: relative;
    padding-bottom: 90px;
}

.active-plan {
    border: 1px solid #A020F0;
}

.plan span {
    font-size: 24px;
    font-weight: 600;
    color: #B5651D;
    display: block;
}

.trial {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .trial p {
        margin: 0;
        font-size: 13px;
        font-weight: 500;
    }

    .trial small {
        display: block;
        color: #B5651D;
        font-size: 100%;
    }

.expireOn {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

    .expireOn small {
        color: #D13636;
        font-size: 100%;
    }

.plan strong {
    font-size: 50px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    line-height: normal;
}

    .plan strong label {
        font-size: 16px;
        text-transform: uppercase;
        color: #008000;
    }

.plan ul {
    margin-bottom: 10px;
}

.crownSub {
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 25px;
    font-size: 16px;
    color: #b71db9;
}

    .crownSub i {
        position: absolute;
        right: 0;
        top: 0;
    }

.plan small {
    font-size: 14px;
    color: #afafaf;
    font-weight: 500
}

.plan ul li {
    list-style: none;
    font-size: 16px;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
}

    .plan ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 15px;
        height: 15px;
        background: url(../images/tick.svg) no-repeat;
    }

.plan .btn {
    text-align: center;
    border: 1px solid #A020F0;
    padding: 10px;
    display: block;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

    .plan .btn.active, .plan .btn:hover {
        background: #A020F0;
        color: #fff;
    }

.custom-file-input {
    width: 100%;
    opacity: 0;
    display: none;
}

.badge-check {
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 14px;
    background: #B5651D;
    position: absolute;
    right: 10px;
    top: 50%;
    border-radius: 6px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ql-toolbar.ql-snow {
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

.ql-container.ql-snow {
    border: none !important;
}

.field-validation-error {
    font-size: 14px;
}


.word-note {
    font-size: 14px;
    margin: 0;
    color: red;
}

.crown {
    position: relative;
    padding-right: 25px;
    padding-top: 5px;
}

    .crown i {
        position: absolute;
        right: 6px;
        top: -5px;
    }

        .crown i img {
            width: 18px;
        }

.replace-with-popup {
    padding: 20px 20px 15px;
    max-width: 300px;
    min-width: 200px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(2,59,109,.09);
}

    .replace-with-popup h3 {
        font-size: 16px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .replace-with-popup .btn-replace {
        color: #A020F0;
        border-color: #A020F0;
        font-size: 14px;
    }

        .replace-with-popup .btn-replace:hover {
            background: #A020F0;
            color: #fff;
        }

    .replace-with-popup .btn-close {
        width: 15px;
        height: 15px;
        padding: 0;
    }

.correction-popup .modal-title {
    font-size: 18px;
    padding-right: 20px;
}

.correction-popup .btn-primary {
    background: #A020F0;
    border-color: #A020F0;
}

    .correction-popup .btn-primary:hover {
        background: #be5df9;
        border-color: #be5df9;
    }

.corrected-message {
    font-size: 16px;
    padding: 5px;
}

.modal-body {
    padding: 10px;
}

.spinner-border {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff52;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}


.brand-logo {
    width: 65px;
}

.custom-file input[type="file"]:disabled + label {
    background: #e9e9e9;
    opacity: 0.5;
    border-color: #b9b4b4;
    cursor: not-allowed;
}

.contactUs textarea {
    min-height: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.sw b, .sw del, .sw strong, .sw sub, .sw sup, .sw u {
    color: #37ac8e;
}

.custom-select .select-selected img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.modal-drag-handle {
    cursor: move !important;
}

.ql-snow.ql-toolbar ql-custom-button:hover {
    color: #06c;
}

.ql-snow .ql-custom-formats {
    vertical-align: middle;
}

    .ql-snow .ql-custom-formats .ql-custom-button {
        padding-top: 5px;
    }

    .ql-snow .ql-custom-formats:after {
        clear: both;
        content: '';
        display: table;
    }

.ql-snow.ql-toolbar button:hover .ql-undo-button {
    stroke: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-redo-button {
    stroke: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-copy-button {
    stroke: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-paste-button {
    stroke: #06c;
}

.ql-snow .ql-custom-button .ql-stroke {
    fill: none;
    stroke: #1a1919;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}


@media screen and (max-width:767px) {

    .loginImg {
        display: none;
    }

    .plagiarism-content .content strong {
        font-size: 45px;
    }

    .plagiarism-content .content span {
        font-size: 16px;
    }

    .btn-file {
        font-size: 14px;
        padding: 5px 15px;
    }

    .selectpicker {
        font-size: 14px;
    }

    .h2 {
        font-size: 26px;
    }

    .loginOuter {
        max-width: 90%;
    }

        .loginOuter .logininnerBox {
            padding: 20px;
        }

    /* New add css */
    .profile p small {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    header {
        padding: 0px;
    }

    .profile p span {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 20px;
    }

    .mt-100 {
        margin-top: 90px;
    }
}

@media screen and (min-width:992px) {
    .suggestion-left-check {
        position: sticky;
        top: 80px;
    }
}

.correction-popup .modal-body {
    max-height: 400px;
    overflow: hidden;
    overflow: auto;
}

.correction-popup {
    max-width: 800px;
}



.paraphraser-suggestion-toast {
    background: #fff !important;
    border-color: #e9ecef;
    width: 800px;
}

    .paraphraser-suggestion-toast .toast-body {
        max-height: 340px;
        overflow: auto;
    }

        .paraphraser-suggestion-toast .toast-body p {
            font-size: 13px;
            margin: 0px;
            width: 100%;
            text-align: left;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

.plan ul li.noTickMark::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background: none;
}