
#form-section #loader-btn{
    display: flex;
    align-items: center;
    gap: 10px;
}

.spinner-custom {
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-top-color: #60BCD8;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#analyzer-content
{
    min-height: 500px;
}

.form-container
{
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #34495e;
}

.form-container h1.section-title
{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 58px;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
}

.form-container p.section-text
{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center;
    color: #fff;
}

.form-container form
{
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.form-container input
{
    font-family: Montserrat, sans-serif;
    line-height: 55px;
    width: 100%;
    padding: 0 130px 0 12px;
    border: 0;
    -webkit-box-shadow: 0 8px 15px rgba(75, 72, 72, .2);
    box-shadow: 0 8px 15px rgba(75, 72, 72, .2);
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
}

.form-container .input-group .btn
{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 55px;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 1.5em;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #5a4000;
    border: 0;
    background: #f7d070;
    background-repeat: no-repeat;
    font-size: 16px;
}

#seo-desc-section 
{
    padding: 10rem 0 12rem;
}

#seo-desc-section h2.section-title
{
    font-family: Montserrat, sans-serif;
    margin-bottom: 4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
    color: #243b53;
}

#seo-desc-section h3.section-title
{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #243b53;
    text-align: center;
}

#seo-desc-section .section-icon
{
    font-size: 48px;
    color: #243b53;
    text-align: center;
    margin-bottom: 20px;
}

#seo-desc-section p.section-text
{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #243b53;
    text-align: center;
}

#analyzer-results
{
    padding: 10rem 0 12rem;
    border-top: 1px solid #e5e5e5;
}

#seo-result-summary-section h2.section-title
{
    font-family: Montserrat, sans-serif;
    margin-bottom: 4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
    color: #243b53;
}

#seo-result-summary-section p.section-text
{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #243b53;
    text-align: center;
}

.seo-result-summary-actions
{
    margin: 2rem;
    text-align: center;
}

.seo-result-summary-actions .action-btn
{
    display: inline-block;
    min-width: 150px;
    margin: 0 .6rem .6rem 0;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: #fff;
    border-radius: 3px;
}

.seo-result-summary-actions .action-btn-danger
{
    background: #d44638;
}

.seo-result-summary-actions .action-btn-success
{
    background: #198754;
}

.seo-result-summary-actions .action-btn a
{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    font-size: 12px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    text-decoration: none;
}

.seo-result-summary-actions .action-btn-danger:hover, 
.seo-result-summary-actions .action-btn-danger:focus {
    opacity: .9;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #d44638;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #d44638;
}

.seo-result-summary-actions .action-btn-success:hover,
.seo-result-summary-actions .action-btn-success:focus {
    opacity: .9;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #198754;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #198754;
}

.seo-result-summary-content
{
    padding: 2rem;
    background: #f0f4f8;
}

.seo-result-summary-content .progress-container
{
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.seo-result-summary-content .progress-container .progressbar-text 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 54px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #000;
}

.seo-result-summary-content .progress-card
{
  display: inline-block;
  padding: 35px 20px 20px;
  background-color: #fff;
  width: 100%;
  min-height: 360px;
}

.seo-result-summary-content .progress-card h4
{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #243b53;
    text-align: center;
}

.seo-result-summary-content .progress-card p
{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #243b53;
    text-align: center;
}

.seo-result-summary-content .progress-details
{
    padding: 35px 20px 20px;
    background-color: #fff;
    width: 100%;
    min-height: 360px;
}

.seo-result-summary-content .progress-details .progress-line
{
    margin: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.seo-result-summary-content .progress-details .progress-line-title
{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #243b53;
    height: 100%;
    display: flex;
    align-items: center;
}

.seo-result-summary-content .progress-details .progress-line-text
{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #243b53;
    position: absolute;
    font-weight: 600;
    margin-left: 20px;
}

.section-head
{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 20px;
    color: #fff;
    background: #243b53;
    --bs-gutter-x: -1.5rem;
    --bs-gutter-y: 0;
    margin-right: calc(0.5* var(--bs-gutter-x));
    margin-left: calc(0.5* var(--bs-gutter-x));
}

.result-section
{
    margin-top: 40px;
}

.result-section h2.section-title
{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #FFF;
}

.section-container
{
    background-color: #bdc3c7;
}

.section-container > .row
{
    border-bottom: 1px solid #e5e5e5;
}

.section-component
{
    padding: 20px;
}

.col-result-title h3
{
    color: rgb(36, 59, 83);
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.col-result-title
{
    display: flex;
}

.col-result-question .fa-circle-question
{
    font-size: 14px;
}

.result-icon-wrapper .fa-circle-check
{
    font-size: 24px;
    color: #198754;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.result-icon-wrapper .fa-circle-xmark
{
    font-size: 24px;
    color: #d44638;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.result-icon-wrapper .fa-circle-info
{
    font-size: 24px;
    color: #3498db;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.col-result-content
{
    display: flex;
    column-gap: 20px;
}

.col-result-content p
{
    color: #243b53;
}

.result-list
{
    color: #243b53;
    background-color: #f0f4f8;
    padding: 15px 15px 0px 15px;
    margin-top: 15px;
    max-height: 250px;
    overflow: scroll;
}

.result-list ul
{
    list-style-type: none;
    padding: 0;
}

.result-list ul li
{
    padding-bottom: 15px;
}

.result-list-head
{
    font-weight: bold;
}

.result-content-wrapper
{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-snapshot-wrapper
{
    margin-top: 15px;
}

.search-preview-wrapper, .mobile-search-preview-wrapper
{
    margin-top: 15px;
    padding: 20px;
    background: #fff;
}

.search-preview-title, .mobile-search-preview-title
{
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a0dab;
}

@media (max-width: 992px) {
    .search-preview-title, .mobile-search-preview-title {
        white-space: wrap;
    }
}

.search-preview-url, .mobile-search-preview-url
{
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0 5px;
    color: #006621;
}

.search-preview-description, .mobile-search-preview-description
{
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    color: #545454;
}

.result-keyword-item
{
    background-color: #bdc3c7;
}

.result-keyword-list
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

.result-content-wrapper .fa-solid.fa-check
{
    color: #198754;
    font-size: 18px;
}

.result-content-wrapper .fa-solid.fa-xmark
{
    color: #d44638;
}

.result-content-text textarea
{
    font-size: 14px;
}

.analyzed-chars
{
    margin-top: 10px;
    font-weight: 700;
}

#copy-desc-to-clipboard,
#copy-title-to-clipboard,
#copy-h1-to-clipboard
{
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}