@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

.flippa-plugin-header,
.flippa-plugin-content,
.flippa-plugin-results {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /* color: #1F3349; */
}

.flippa-plugin-header button:focus,
.flippa-plugin-content button:focus,
.flippa-plugin-results button:focus {
    outline: none;
    box-shadow: none;
}

.flippa-plugin-header {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #1F3349;
    margin-right: 20px;
    height: 60px;
}

.flippa-plugin-header .logo {
    margin-bottom: 20px;
    float: left;
}

.flippa-plugin-content h2 {
    line-height: 35px;
    margin-top: 0;
    float: left;
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
}

.flippa-plugin-results {
    display: none;
}

#flippaRequestForm {
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #F5F7F9;
    padding: 40px;
}

#flippaRequestForm p {
    font-size: 14px;
}

#flippaRequestForm div.field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#flippaRequestForm label {
    float: left;
    width: 100%;
    line-height: 30px;
    font-weight: 600;
}

#flippaRequestForm input {
    float: left;
    width: 100%;
    margin: 0;
}

#flippaRequestForm input:focus {
    border-color: #FF8464;
    box-shadow: 0 0 0 1px #FF8464;
}

#flippaRequestForm div.button-container {
    width: 100%;
    margin-top: 30px;
}

#flippaRequestForm h2 {
    line-height: 22px;
}

#flippaRequestForm div.button-container button,
div.flippaform button,
div.flippa-plugin-results button {
    width: 350px;
    height: 50px;
    background-color: #FF8464;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    margin: auto;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
}

div.flippa-plugin-results button {
    width: 280px;
}

#flippaRequestForm div.button-container button:hover {
    opacity: 0.9;
}

#flippaRequestForm input#opt_in_verification {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

#flippaRequestForm  div.confirm_verification label {
    width: calc(100% - 22px);
    font-size: 12px;
    line-height: 14px;
}

#flippaRequestForm  div.confirm_verification {
    margin-top: 15px;
}

#flippaRequestForm  div.confirm_verification label.error {
    color: #990000;
}

#flippaAjaxLoader {
    display: none;
    margin: auto;
}

.flippa-plugin-results {
    width: 100%;
    padding-top: 30px;
}

.flippa-plugin-results div.button-container {
    padding-top: 40px;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
}

.flippa-plugin-results div.valuation {
    color: #1F3349;
    font-weight: bold;
}

.flippa-plugin-results div.upper-valuation {
    color: #2c492a;
    font-weight: bold;
}

.flippa-plugin-results div.lower-valuation {
    color: #492419;
    font-weight: bold;
}

.flippa-plugin-results span.title {
    float: left;
}

.flippa-plugin-results span.value {
    color: #1F3349;
}

.flippa-plugin-results p {
    font-size: 15px;
}

.flippa-plugin-results p.main {
    font-weight: bold;
}

.flippa-plugin-results .insights-container {
    margin-bottom: 40px;
    min-height: 290px;
}

.flippa-plugin-results .finalresults {
    background: #F5F7F9;
    padding: 40px 20px;
    margin-right: 20px;
}

.store_info ul li {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
}

.store_info ul li span.value {
    font-weight: bold;
}

#flippaRequestForm .error_message {
    float: left;
    color: #990000;
    margin-top: 2px;
    font-size: 10px;
    display: none;
}

span.executeButton {
    text-align: center;
    font-size: 9px;
    font-style: italic;
    width: 100%;
    display: block;
    margin-top: 9px;
}

.flippa-plugin-content p {
    font-size: 16px;
}

.insights-container {
    padding: 30px;
    background: #1F3349;
    box-sizing: border-box;
    margin-right: 20px;
    min-height: 210px;
    margin-bottom: 40px;
}

.insights-container .storetitle {
    font-size: 22px;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.insights-container .box {
    width: 21%;
    margin: 0 2%;
    float: left;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.insights-container .box span.label {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
}

.insights-container .box span.value {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

div.yearly-sales {
    margin-right: 20px;
    padding: 0 15%;
}

div.flippaform {
    text-align: center;
    margin-top: 60px;
    margin-right: 20px;
    background: #F5F7F9;
    padding: 40px 20px;
}

div.flippaform a,
.finalresults a {
    margin-top: 10px;
    color: #1F3349;
    font-weight: bold;
    display: block;
}

div.flippa-plugin-content a {
    color: #1F3349;
    font-weight: bold;
}

div.flippaform a {
    margin-top: 30px;
}

div.flippa-plugin-header a:focus,
div.flippa-plugin-content a:focus,
div.flippa-plugin-results a:focus {
    outline: none;
    box-shadow: none;
}

div.finalresults a {
    color: #63707E;
    margin-top: 40px;
}

div.flippapopup {
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: calc(100% + 20px);
    display: none;
}

div.flippapopup .popupbackground {
    background: rgba(0,0,0,0.5);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.flippapopup span.closepopup {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

div.field.hidden {
    display: none;
}

div.finalresults {
    text-align: center;
}

.finalresults h1 {
    color: #63707E;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
}

.flippa-content-separator {
    margin-bottom: 100px;
}

.no-woocommerce {
    background: #F5F7F9;
    padding: 40px 0;
    text-align: center;
    color: #1F3349;
    margin-top: 20px;
    margin-right: 20px;
}

span.error_request {
    color: #990000;
    margin-bottom: 10px;
    display: none;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1280px) {
    .insights-container .box span.label {
        font-size: 13px;
    }

    .insights-container .box span.value {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1160px) {
    .insights-container .box {
        min-height: 104px;
    }

    div.yearly-sales {
        padding: 0;
    }

    #flippaRequestForm input#opt_in_verification:checked:before {
        margin: -.1875rem 0 0 -.25rem;
        height: 1.3125rem;
        width: 1.3125rem;
    }
}

@media only screen and (max-width: 730px) {
    .insights-container .box {
        width: 46%;
        min-height: 0;
        margin-bottom: 20px;
    }

    .insights-container .box:nth-child(2n + 1) {
        clear: left;
    }

    .insights-container {
        min-height: 330px;
    }

    .flippa-plugin-results .insights-container {
        min-height: 420px;
    }

    .finalresults h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    #flippaRequestForm {
        width: 80%;
    }
}

@media only screen and (max-width: 640px) {
    div.yearly-sales {
        display: none;
    }
}

@media only screen and (max-width: 440px) {
    .insights-container .storetitle {
        font-size: 18px;
    }

    .flippa-plugin-results .insights-container {
        min-height: 440px;
    }
}