@font-face {
    font-family: Lexend;
    src: url('fonts/Lexend_Deca/LexendDeca-Regular.ttf');
}

:root {
    --main-color: #a4286a;
    --Lexend: 'Lexend', cursive;
}

#seoindicate_poster {
    background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
    min-height: 375px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.content_tag {
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #ddeefe;
    border-radius: 50px;
    display: inline-block;
    transition: .3s;
}

.border-theme {
    border: 2px solid var(--main-color) !important;
}

.border-curve {
    border-radius: 40px;
}

.hover-theme:hover {
    border: 1px solid #a8a4a4 !important;
    background: #f8f9fa !important;
    color: black;
    box-shadow: 1.125rem 1.125rem 1.25rem rgba(0, 0, 0, .075) !important;
}

.position-theme {
    position: sticky;
    top: 100px;
}

/* Article Analyzer */

.ocrloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.ocrloader span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(45, 183, 183, 0.54);
    z-index: 1;
    transform: translateY(135%);
    animation: move 1s cubic-bezier(0.15, 0.44, 0.76, 0.64);
    animation-iteration-count: infinite;
}

.ocrloader>div {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48%;
    backface-visibility: hidden;
}

.ocrloader i {
    display: block;
    height: 1px;
    background: #000;
    margin: 0 auto 2px;
    margin: 0 auto 2.2px;
    backface-visibility: hidden;
}

.ocrloader i:nth-child(2) {
    width: 75%;
}

.ocrloader i:nth-child(3) {
    width: 81%;
}

.ocrloader i:nth-child(4) {
    width: 87%;
}

.ocrloader i:nth-child(6) {
    width: 71%;
}

.ocrloader i:nth-child(7) {
    width: 81%;
}

.ocrloader i:nth-child(8) {
    width: 65%;
}

.ocrloader i:nth-child(9) {
    width: 83%;
}

.ocrloader i:nth-child(10) {
    width: 75%;
}

.ocrloader i:nth-child(12) {
    width: 86%;
}

.ocrloader i:nth-child(14) {
    width: 65%;
}

.ocrloader i:nth-child(16) {
    width: 75%;
}

.ocrloader i:nth-child(18) {
    width: 83%;
}

.ocrloader:before,
.ocrloader:after,
.ocrloader em:after,
.ocrloader em:before {
    border-color: #000;
    content: "";
    position: absolute;
    width: 19px;
    height: 16px;
    border-style: solid;
    border-width: 0px;
}

.ocrloader:before {
    left: 0;
    top: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}

.ocrloader:after {
    right: 0;
    top: 0;
    border-right-width: 1px;
    border-top-width: 1px;
}

.ocrloader em:before {
    left: 0;
    bottom: 0;
    border-left-width: 1px;
    border-bottom-width: 1px;
}

.ocrloader em:after {
    right: 0;
    bottom: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

@keyframes move {

    0%,
    100% {
        transform: translateY(135%);
    }

    50% {
        transform: translateY(0%);
    }

    75% {
        transform: translateY(272%);
    }
}

/* Article Analyzer */


/* Social SHare */

.bg-green-gradient {
    background: linear-gradient(135deg, #7adcb4, #00d082);
    color: white;
}

.btn-custombtn {
    padding: 1rem;
    justify-content: center;
    border-radius: 28px;
}

.social-share li {
    border-radius: 2px;
    margin: 5px;
    text-align: center;
}

.social-share .url {
    padding: 9px;
    justify-content: center;
}

.social-share span {
    font-size: 20px;
    line-height: 1em;
    padding: 6px;
    color: white;
}

.social-share .facebook {
    background: #6788ce;
}

.social-share .twitter {
    background: #29c5f6;
}

.social-share .linkedin {
    background: #3a9bdc;
}

.social-share .pinterst {
    background: #c8232c;
}

.social-share {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    letter-spacing: .025em;
}



/* Social SHare */

/* Modal */

body {
    overflow-x: hidden;
}

#ul_toc .dropdown-menu {
    transform: translate3d(-9px, 40px, 0px) !important;
}

#tableofcontent {
    display: none;
    position: fixed;
    right: 1vw;
    z-index: 1;
}

#tableofcontent.show {
    display: flex;
    flex-direction: column;
}

.custom-nav-ul ul {
    display: grid;
    list-style-type: none;
    text-align: left;
    grid-gap: 1rem;
}

.custom-nav-ul a {
    color: #000200;
    border-left: 5px solid;
    border-color: black;
    background-color: #eee;
    list-style-type: none;
    padding: 10px 20px;
}

.custom-nav-ul li {
    display: grid;
    grid-gap: 1rem;
}

.custom-nav-ul .active {
    border-color: var(--main-color);
}

.state-rajasthan h3 {
    border-top: 2px solid black;
}

/* Modal */

a {
    color: var(--main-color);
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-theme {
    background-color: var(--main-color);
}

.bg-active {
    background-color: #e6e6e6;
}

.topicsBar:hover {
    background: #e6e6e6 !important;
}

blockquote {
    border-left-width: 3px;
    border-left-color: var(--main-color);
}

body {
    font-family: var(--Lexend);
}

/* Circular Progress */

.circularprogress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.circularprogress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.circularprogress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.circularprogress .circularprogress-left {
    left: 0;
}

.circularprogress .circularprogress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.circularprogress .circularprogress-left .circularprogress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.circularprogress .circularprogress-right {
    right: 0;
}

.circularprogress .circularprogress-right .circularprogress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.circularprogress .circularprogress-value {
    position: absolute;
    top: 0;
    left: 0;
}

/* Circular Progress */

label {
    font-weight: lighter;
}

/* Table */

table {
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

.callout-theme {
    border-left-color: var(--main-color);
}


.zoom:hover {
    color: var(--main-color);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

/* Table */

/* Heading */

h1,
h2,
h3,
h4 {
    color: var(--main-color);
    font-weight: 400;
    text-align: left !important;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

/* Heading */

/* Post */

.post-content h2 {
    border-bottom: solid;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

.post-content p {
    line-height: 2.2em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    vertical-align: baseline;
}

.featured-image {
    max-height: 500px;
    min-height: 300px;
}

/* Post */

/* Forms */

.custom-forms {
    background: var(--main-color);
    padding: 10px;
}

.input-group-site_audit .input-group-append {
    display: block;
    width: 100%;
    margin: 0;
    margin-right: 8px;
}

.urlinput {
    position: relative;
    flex: 1 1 0%;
    padding: 10px;
    width: 100%;
    border: none;
    margin-right: 15px;
    font-size: 20px;
    background: hsla(0, 0%, 100%, .2);
    color: #fff;
    caret-color: #fff;
    text-align: left !important;
}

.urlinput {
    padding: 10px;
    width: 100%;
    border: none;
    margin: 4px;
    font-size: 20px;
    background: hsla(0, 0%, 100%, .2);
    color: #fff;
    caret-color: #fff;
    text-align: left !important;
}

.urlinput::placeholder {
    color: white;
    font-family: monospace;
}

.input-group-site_audit .input-group-append .urlbtn {
    width: 100%;
}

.urlbtn {
    margin: 4px;
    background: white;
    padding: 10px;
    font-weight: 500;
    border: none;
    color: var(--main-color);
}

.urlbtn:hover {
    color: black;
}


/* Forms */


/* Google Search Result */

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}

/* Google Search Result */

#report-progress {
    background: var(--main-color);
    font-size: 20px;
    width: 0%;
    height: 40px;
}


#width_tmp_select,
.filterblog {
    text-align: center;
    font-size: 40px;
    font-weight: lighter;
}


/* MCE EDITIOR */

.mce-content-body img {
    max-width: 500px !important;
    height: auto;
}

/* MCE EDITIOR */

/* Social Icon */

.social-links {
    margin: 5px;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0563bb;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #0678e3;
    color: #fff;
    text-decoration: none;
}

/* Social Icon */

/* General */

.cursor-pointer {
    cursor: pointer;
}

.text-underline {
    text-decoration-line: underline;
    text-align: center;
}

.doc-image {
    max-height: 400px;
}

.form-control {
    border-color: var(--main-color);
}

.form-control:focus {
    border-color: black;
}

.tox:not([dir=rtl]) {
    border-color: var(--main-color);
    border-radius: .3rem;
}

.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 32vh;
    object-fit: contain;
}

.links {
    color: var(--main-color);
}

.links:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.searchbox {
    box-sizing: border-box;
    border: 0;
    padding: 11px;
    color: black;
    box-shadow: rgba(0, 0, 0, .1) 0 0 2px 3px inset;
}

.searchbtn {
    background-color: var(--main-color);
    color: white;
}

.categorytab {
    color: black;
    margin: 2px;
}

.categorytab:hover {
    color: white !important;
    background-color: var(--main-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--main-color);
    color: white !important;
}

.nav-tabs {
    border-bottom: 1px solid var(--main-color);
}

.info-box-text {
    white-space: normal !important;
}

.custom-ul ul,
.mce-toc ul {
    list-style-type: none;
    text-align: left;
    display: grid;
    grid-gap: 1rem;
}

.custom-ul a,
.mce-toc ul a {
    color: #000200;
    border-left: 5px solid var(--main-color);
    background-color: #eee;
    list-style-type: none;
    padding: 10px 20px;
}

.custom-ul li,
.mce-toc li {
    display: grid;
    grid-gap: 1rem;
}

.mce-toc ul a:hover {
    color: black;
    text-decoration: underline;
}

.mce-toc h2 {
    font-weight: 400;
    color: var(--main-color);
}

.brand-text {
    font-weight: 400;
    letter-spacing: 0.1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar-dark .navbar-brand:hover {
    border-style: solid;
    border-width: 0 0 1px;
}

.navbar-dark .nav-link:hover {
    border-style: solid;
    border-width: 0 0 1px;
    color: whitesmoke !important;
}

.navbar-light .nav-link:hover,
.navbar-light .navbar-brand:hover {
    border-style: solid;
    border-width: 0 0 1px;
    color: #a4286a !important;
}

.navbar-dark {
    background: var(--main-color);
}

.navbar-light {
    background: white;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

*:focus {
    outline: 0 !important;
}


#resizing_select {
    width: 63.2px;
}

#width_tmp_select {
    display: none;
}

.selectcategory {
    background: transparent;
    border: none;
    border-bottom: 1px solid #43464b;
    font-weight: lighter;
    text-transform: lowercase;
    cursor: pointer;
}

optgroup {
    font-size: 20px;
}

.encircle_number {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 2px solid #666;
    color: #666;
    text-align: center;
}

.encircle_number:hover {
    background: var(--main-color);
    color: white;
    border: 2px solid var(--main-color);
}

@media (min-width: 992px) {
    .post-content {
        text-align: justify;
    }
}

@media (max-width: 400px) {
    .social-share span {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .desktop_only {
        display: none;
    }

    .input-group-site_audit .urlinput {
        position: relative;
        flex: 1 1 0%;
    }

    .input-group-site_audit .input-group-append {
        display: flex;
        width: auto;
    }
}

@media (max-width: 768px) {
    .adsbygoogle {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 250px;
        width: 250px !important;
        overflow: hidden;
    }

    .input-group-site_audit .input-group-append {
        display: block;
        width: 100%;
        margin: 0;
    }

    .urlinput {
        flex: none;
        margin-bottom: 5px;
        text-align: center;
    }

    .input-group-site_audit .urlinput {
        flex: none;
    }

    .filterblog {
        font-size: 31px;
    }

    h1 {
        font-size: 1.602em;
    }

    h2 {
        font-size: 1.424em;
    }

    h3 {
        font-size: 1.266em;
    }

    h4 {
        font-size: 1.125em;
    }
}
