@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

ol li,
p {
    font-size: 18px;
    color: #4B4F58;
}

#forms-section {
    display: none;
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }

.blue-panel {
    background-color: #cce5ff;
    border: 1px solid #99ccff;
    padding: 16px;
    border-radius: 4px;
    color: #004085;
    margin: 20px 0;
    text-align: center;
  }
  .blue-panel a {
    color: #004085;
    text-decoration: underline;
  }
  .blue-panel p {
    margin-bottom: 0px !important;
  }

.mainbackground {
    background-image: url(https://www.reputationrhino.com/wp-content/plugins/reputatuion-score/assets/img/calc-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0 40px;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-results {
    list-style-image: initial;
}

.search-results {
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
}

.search-results__item {
    background-image: initial;
    background-color: rgba(24, 26, 27, 0.7);
    border-color: rgb(58, 63, 65);
}

.search-results__item {
    margin-bottom: 60px;
}

.search-results__item {
    padding: 80px 100px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    text-align: center;
}

.search-results__item .item-content {
    margin: 30px 0 60px;
    font-size: 24px;
    line-height: 36px;
}

.search-results__item .answer {
    color: rgb(114, 255, 114);
}

.search-results__item .answer {
    margin: 0;
    color: green;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.search-results__item form input {
    display: none;
}

.search-results__item form .btn.positive {
    color: #6ABE42;
}

.search-results__item form .btn.negative {
    color: #FF7373;
}

.search-results__item form .btn.not-me {
    color: #637FDF;
}

.search-results__item form .btn {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all .3s;
}

form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.search-results__item h3 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 54px;
    color: #434343;
}

.search-results__item form {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

a,
.page-title {
    color: #eb8904;
}

a:link {
    text-decoration: none !important;
}

.search-results-pagination .pagination-page {
    color: #999;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.pagination>div {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.pagination-prev,
.pagination-next,
#get-score {
    padding: 15px 40px;
    border-radius: 5px;
    background: #EB8904;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
}

.search-results-pagination {
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.container {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
}

.calculator-hero .get_reputation {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.score-results {
    width: 90vh;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 20px 120px;
    display: flex;
    column-gap: 20px;
    border: 1px solid #b9dcff;
    border-radius: 8px;
}

.score-results-grade {
    width: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    position: relative;
}

.score-results-grade img {
    width: 70px;
    height: auto;
}

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}

.score-results-grade .rating-mark {
    width: 115px;
    height: 82px;
    padding: 7px;
    background: url('https://www.reputationrhino.com/wp-content/plugins/reputatuion-score/assets/img/mark.svg') center / contain no-repeat;
    position: absolute;
    bottom: 20px;
    right: 70%;
}

.score-results .total-score {
    font-size: 36px;
    font-weight: 700;
}

.score-results-data h2 {
    margin: 0 0 50px;
    font-size: 36px;
    text-align: center;
    color: #434343;
}

.score-results-data .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}

.score-results-data .rating-label {
    margin: 0 20px 0 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.score-results-data .rating-number {
    margin: 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.score-results-data>p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #696969;
}

.score-results-data .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 40px;
    border-radius: 5px;
    background: #eb8904;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
}

.not-enough-class {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .not-enough-class .total-score {
    margin-top: 100px !important;
    text-align: center !important;
  }
  
  .not-enough-class .btn {
    margin-top: 50px;
    padding: 15px 40px;
    border-radius: 5px;
    background-color: #195431;
    border: 1px solid #195431;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
  }

.score-results-grade .rating-mark-circle {
    height: 68.803px;
    width: 68.803px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

p,
.entry-content p {
    margin-bottom: 1.75em;
}

.score-results-grade p {
    margin: 0;
    color: #999;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.form-section {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.get_reputation {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.get_reputation h1 {
    text-align: center;
    font-size: 48px;
    color: #434343;
    margin: 0 0 50px;
}

.get_reputation label {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

input {
    outline: none;
}

#get_reputation {
    padding: 15px 40px;
    background: #eb8904;
    border-radius: 5px;
    color: #ffffff;
    width: 290px;
    margin: 30px auto 20px;
    font-size: 1rem;
    border: none;
}

#get_reputation:hover,
#get_reputation:hover {
    background: #3a3a3a;
}

.error-message {
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-bottom: 20px;
}

.loader-container {
    width: 768px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 20px 0;
    display: none;
    max-width: 100%;
}

.loader-bar {
    height: 20px;
    width: 0;
    background-color: #4CAF50;
    border-radius: 5px;
    max-width: 100%;
}

#submitBtn {
    padding: 10px 20px;
    background-color: #FF9800;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #FAFAFA;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    font-size: 1rem;
    line-height: 1.3em;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    color: #666;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-appearance: none;
}

form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.loader-container2 {
    width: 768px;
    max-width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 20px 0;
    display: none;
}

.loader-bar2 {
    height: 20px;
    max-width: 100%;
    width: 0;
    background-color: #4CAF50;
    border-radius: 5px;
}

h1 {
    margin: 35px 0 20px;
    text-align: center;
    font-size: 48px;
    color: #434343;
}

h1 span {
    color: #eb8904;
    text-transform: uppercase;
}

h1+p {
    text-align: center;
}

p,
.entry-content p {
    margin-bottom: 1.75em;
}

.reputationtext {
    margin-bottom: 1.75em;
    text-align: center;
    font-size: 18px;
    color: #4B4F58;
}

.get_prompt {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    justify-content: start;
    gap: 20px;
}

.get_prompt,
.get_reputation {
    max-width: 100%;
}

.get_prompt input {
    width: 335px;
    font-size: 18px;

}

.prompt-submit {
    padding: 15px 40px;
    background: #eb8904;
    border-radius: 5px;
    color: #ffffff;
    width: 290px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 20px;
}

.prompt-submit:hover,
.prompt-submit:hover,
.prompt-submit-result:hover,
.prompt-submit-result:hover {
    background: #3a3a3a;
}

.prompt-submit-result {
    width: 420px;
    font-size: 20px;
    padding: 15px 40px;
    background: #eb8904;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    line-height: 1em;
    margin: 0 auto 20px;
    display: block;
}

.calculator-hero__steps {
    margin-top: 40px;
    display: flex;
}

.calculator-hero__steps .steps-image {
    width: 65%;
}

.video-container {
    width: 65%;
}

.calculator-hero__steps .steps-list {
    width: 65%;
    position: relative;
}

.calculator-hero__steps img {
    display: block;
    width: 100%;
    height: auto;
}

.calculator-hero__steps h3 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    color: #696969;
}

.calculator-hero__steps ol {
    margin: 25px 0;
    padding-left: 18px;
    font-size: 18px;
    font-weight: 400;
}

ol {
    list-style: decimal;
}

ol li,
p {
    font-size: 18px;
    color: #4B4F58;
}

.calculator-hero__steps ol li:not(:last-child) {
    margin-bottom: 15px;
}

.testimonials {
    padding: 120px 0 75px;
    font-family: 'Montserrat';
    justify-content: center;
}

.testimonials .container {
    width: 1140px;
}

.testimonials h2 {
    margin: 0 0 60px;
    color: #434343;
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

.testimonials-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.testimonials-list__Item {
    width: calc(33.33% - 20px);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #696969;
}

.partners {
    padding: 75px 0 120px;
    font-family: 'Montserrat';
}

.partners .container {
    width: 1140px;
}

.partners-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 140px;
    row-gap: 100px;
}

.partners-list__Item {
    width: 151px;
}

.partners-list__Item img {
    display: block;
    height: auto;
}

.testimonials-list__Item .item-photo {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.content p {
    line-height: 150%;
    color: #696969;
    font-size: 1em;
}
.warning-message{
    font-size: 12px !important;
    text-align: center;
    padding-bottom: 30px;
}

.blue-panel-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 20px auto;
  max-width: 1200px;
}

.blue-panel-new-new {
  flex: 2;
  text-align: center;
  margin: auto;
}

.blue-panel-new-new ul {
  list-style: disc;
  text-align: left;
  display: inline-block;
  margin: 0px 0px 12px;
  padding-left: 20px;
  color: #333;
}

.blue-panel-new-new li {
  margin: 6px 0;
  color: #333;
  font-size: 17px;
}


.blue-panel-new {
  background-color: #edf6ff;
  border: 1px solid #b9dcff;
  padding: 24px 0px;
  border-radius: 8px;
  color: #333;
  margin: 20px auto;
  text-align: center;
  width: 90vh;
  max-width: 100%;
  display: block;
}

.blue-panel-new h2 {
  color: #2c3e50;
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: bold;
}

.blue-panel-new p {
  margin: 8px 0;
  color: #333;
}

.blue-panel-new ul {
  list-style: disc;
  text-align: left;
  display: inline-block;
  margin: 12px 0;
  padding-left: 20px;
  color: #333;
}

.blue-panel-new li {
  margin: 6px 0;
  color: #333;
}

#score-page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  margin: 0px 200px;
}

#score-page .score-results {
  flex: 1 1 30%;
  width: auto;
  margin: 0;
}

#score-page .blue-panel-new {
  margin: auto;
}

#score-page .blue-panel-wrapper {
  width: 45%;
}

@media (max-width: 991px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #score-page {
        margin: 0px;
    }

    .score-results-grade .rating-mark {
        right: 60%;
    }

    .mainbackground {
        padding: 60px 0 40px;
    }

    .calculator-hero__steps {
        margin-top: -110px;
        display: flex;
        flex-direction: column;
    }

    .calculator-hero__steps .steps-image {
        width: 100%;
    }

    .video-container {
        width: 100%;
        order: 0;
    }

    .calculator-hero__steps .steps-list {
        width: 100%;
        left: 0;
        order: 1;
        margin-top: -80px;
    }

    .search-results__item h3 {
        font-size: 24px;
    }

    .error-message {
        margin-bottom: 0px;
    }

    .search-results__item form {
        flex-wrap: wrap;
        gap: 20px;
    }

    h1 {
        margin: 0 0 30px;
        font-size: 32px;
        line-height: 1.5;
    }
    
    .get_reputation h1 {
        font-size: 32px;
    }

    .search-results__item {
        padding: 30px 15px;
    }

    .search-results__item form .field-group {
        width: calc(50% - 10px);
    }

    .score-results {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 30px;
    }

    .score-results-grade {
        width: 100%;
        margin-bottom: 30px;
    }

    .score-results-data {
        width: 100%;
    }

    .score-results .total-score {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .partners-list {
        column-gap: 100px;
        row-gap: 70px;
    }

    .testimonials-list__Item {
        width: calc(50% - 15px);
    }

    #score-page .score-results,
  #score-page .blue-panel-new {
    flex: 1 1 100%;
  }
}


@media (max-width: 768px) {
    .partners-list {
        column-gap: 40px;
        row-gap: 30px;
    }

    .partners {
        padding: 30px 0 60px;
    }

    #score-page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin: 0 16px;
  }

  #score-page > .score-results { order: 1; }
  #score-page > .blue-panel-new { order: 2; }
  #score-page > .blue-panel-wrapper { order: 3; }

  #score-page > .score-results,
  #score-page > .blue-panel-new,
  #score-page > .blue-panel-wrapper {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }

  .score-results {
    padding: 16px;
    border-radius: 8px;
  }

  .score-results-data h2 {
    font-size: 24px;
    margin: 0 0 16px;
  }

  .score-results-data .rating {
    margin-bottom: 24px;
  }

  .score-results-grade .rating-mark {
    right: 55%;
  }

  .blue-panel-new {
    width: 100%;
    padding: 16px;
  }

  .prompt-submit,
  .prompt-submit-result {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 576px) {

    .get_prompt input,
    .prompt-submit,
    #get_reputation,
    #submitBtn {
        width: 100%;
    }

    .get_prompt {
        flex-direction: column;
    }

    .testimonials-list__Item {
        width: 100%;
    }

    #score-page .blue-panel-wrapper {
    width: 100%;
    }
}