.tools-content {
    padding-top: 10px;
}

.search_box {
    width: 600px;
    margin: 20px auto;
}

.error_box {
    width: 560px;
    margin: 30px auto 20px auto;
    border: #fd8f8f 1px solid;
    background: #fbeaea;
    padding: 20px;
    font-size: 15px;
    line-height: 21px;
    color: #ba0000;
}

.search_box_left {
    width: 70%;
    float: left;
    position: relative;
}

.search_box_right {
    width: 30%;
    float: right;
}

.search_button {
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 13px;
    display: inline-block;
    line-height: 22px;
    padding: 17px 14px 16px 14px;
    text-align: center;
    letter-spacing: 1.86px;
    cursor: pointer;
    font-weight: 300;
    border: #2EB472 1px solid;
    background: #2EB472;
    margin: 0px;
    width: 100%;
}

.search_button:hover {
    background: #0CAB5F;
}

.search_button:active {
    background: #04a557;
    border: #028747 1px solid;
}

.search_input {
    background: #FFFFFF;
    padding: 19px 20px 16px 13px;
    font-size: 16px;
    margin: 0px;
    border: 0px;
    width: calc(100% - 33px);
    color: #39454c;
    border-bottom: solid 3px #FFFFFF;
}

.search_input::placeholder {
    opacity: 0.8;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #3D4E57;
}

.search_input:focus {
    outline: none;
    border-bottom: solid 3px #2EB472;
    transition: all 0.5s linear;
    caret-color: #2EB472;
}

.converter_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.convert_input {
    background: #FFFFFF;
    padding: 19px 20px 16px 13px;
    font-size: 16px;
    margin: 0;
    border: 0;
    width: calc(100% - 33px);
    color: #39454c;
    border-bottom: solid 3px #FFFFFF;
}

.convert_input::placeholder {
    opacity: 0.8;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #3D4E57;
}

.convert_input:focus {
    outline: none;
    border-bottom: solid 3px #2EB472;
    transition: all 0.5s linear;
    caret-color: #2EB472;
}

.converter-3 {
    flex: 1;
}

.converter-3-submit {
    flex: 1;
    margin-right: 0;
}

.tools_holder {
    background: #FFFFFF;
    width: 100%;
    padding: 20px 0;
}

.tools_inside {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* Headings */

.tools_inside h2 {
    color: #343e4c;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 40px;
}

.tools_inside h3 {
    color: #343e4c;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 40px;
}

.tools_inside h4 {
    color: #343e4c;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
}

/* Paragraphs */
.tools_inside p {
    color: #475467;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.tools_inside a {
    font-family: 'Inter', sans-serif;
}

/* Lists */
.tools_inside ul, .tools_inside ol {
    padding: 0;
    padding-left: 15px;
    margin: 0;
}

.tools_inside li {
    color: #475467;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

/* Links */
.tools_inside a {
    color: #2EB472;
    text-decoration: none;
}

.tools_inside a:hover {
    text-decoration: underline;
}

table.table  {
    width: 100%;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
    margin-top: 32px;
    margin-bottom: 32px;
    border-collapse: collapse;
}

table.table td {
    text-align: left;
    padding: 12px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #475467;
}

table.table th {
    border-bottom: 1px solid #EAECF0;
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 12px 20px;
    text-align: left;
    color: #475467;
}

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

.explanation-holder {
    margin-top: 20px;
}

.explanation-body {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    vertical-align: top;
}

.icon-explanation-body {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

.explanation-text {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #3d4e57;
}

.explanation-icon {
    margin-top:0px;
    margin-right:20px;
    margin-left: 10px;
    width: 25px;
    height: 28px;
    vertical-align: top;
}


#cron_result_container {
    text-align: center;
    width: 600px;
    margin: 40px auto 70px auto;
}

#cron_result_container > .description {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

#cron_result_container > .description > .highlight {
    color: #273740;
    text-align: center;
    font-weight: 900;
    font-family: 'Montserrat';
    font-size: 33px;
    line-height: 50px;
}

#cron_result_container > .expression_result {
    background-color: #273740;
    font-family: 'Roboto Mono';
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 20px;
    font-size: 2em;
    text-align: center;
    width: calc(100% - 30px);
}

#cron_result_container > .legend {
    font-family: 'Montserrat';
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
}

#cron_result_container > .legend > div:hover {
    color: #2EB472;
    cursor: pointer;
}

#cron_result_container > .legend > div.selected {
    color: #2EB472;
    cursor: pointer;
}

#cron_result_container > .legend > div > .label {
    text-decoration: underline;
    font-size: 14px;
    line-height: 22px;
}


#cron_result_container > .expression_result .highlight {
    color: #2EB472;
    background: rgba(46, 180, 116, 0.2);
}

.table-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.table-container .table-row {
    width: 100%;
    margin-bottom: 18px;
}

.table-container .input-group-container {
    display: flex;
    justify-content: space-between;
}

.table-container .input-group.three {
    width: 30%;
}

.table-container .input-group.two {
    width: 50%;
    text-align: left;
}

.table-container .input-group.one {
    width: 100%;
}

.table-container .input-group label {
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    color: #343e4c;
}

.table-container .input-group input {
    width: calc(100% - 30px);
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.color-preview {
    height: 48px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.number_display {
    color: #475467;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.tools_container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 30px auto 0 auto;
}

.sidebar {
    width: 250px;
    padding-top: 20px;
}

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

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

.sidebar li {
    padding: 10px 20px;
    font-size: 1em;
}

.sidebar li.active, .sidebar li:hover {
    font-weight: bold;
    background: #F5F5F5;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar li.active, .sidebar li:active {
    background: #e9e9e9;
}

.sidebar li.categories, .sidebar li.categories:hover, .sidebar li.categories:active  {
    font-weight: bold;
    background: #FFFFFF;
    cursor: default;
}


main {
    flex: 1;
    padding: 20px;
    margin-left: 50px;
}

h3 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
    grid-auto-rows: 1fr;
    margin-top: -140px;
    padding-top: 140px;
}

a.card-link:hover {
    text-decoration: none !important;
    border: 0;
}

a.card-link:hover > .card {
    -webkit-box-shadow: 0px 1px 7px 0px rgba(224,224,224,1);
    -moz-box-shadow: 0px 1px 7px 0px rgba(224,224,224,1);
    box-shadow: 0px 1px 7px 0px rgba(224,224,224,1);
    border: rgba(18,203,104,0.8) 1px solid;
}

.card {
    border: 1px solid #E0E0E0;
    padding: 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: calc(100% - 45px);
}

.card h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.6em;
    color: #000000;
}

.card p {
    color: #666666;
    font-size: 0.9em;
    line-height: 1.6em;
}

.card p.try-it {
    color: #222222;
    color: #222222;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 0;
}

.big-convertor-holder {
    width: 100%;
    margin-top: 25px;
}

.convertor-textarea {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 10px;
}

.convertor-left {
    width: calc(50% - 30px);
    margin-right: 25px;
    display: inline-block;
    text-align: left;
}

.convertor-right {
    width: calc(50% - 30px);
    margin-left: 25px;
    display: inline-block;
    text-align: left;
}

.big-convertor-holder label {
    font-weight: bold;
    text-align: left;
    font-size: 1.3em;
    color: #343e4c;
}

.big-convertor-buttons {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.tools-small-button {
    color: #FFFFFF;
    font-size: 15px;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Montserrat';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #00994F;
    background: #00994F;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.tools-small-button:hover {
    background: #0CAB5F;
    text-decoration: none;
}

.tools-small-button:active {
    background: #04a557;
    border: #028747 1px solid;
}

pre {
    text-align: left;
    color: #abb2bf;
    display: block;
    overflow-x: auto;
    padding: 1em;
    background: #282c34;
}

@media screen and (max-width: 1200px) {
    .tools_inside {
        width: 90%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .tools_inside h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    .tools_inside p,
    .tools_inside li {
        font-size: 13px;
    }

    .table-container .input-group-container {
        display: block;
    }

    .table-container .input-group.three {
        width: 100%;
        margin-bottom: 15px;
    }

    .table-row {
        margin-bottom: 50px;
    }

    .table-container {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width: 800px) {

    .tools_inside {
        width: calc(100% - 40px);
    }

    #cron_result_container {
        width: 100%;
    }

    #cron_result_container > .legend > div > .label {
        font-size: 12px;
        line-height: 20px;
    }

    #cron_result_container > .legend {
        gap: 15px;
        font-size: 11px;
        line-height: 18px;
    }
}

@media screen and (max-width: 550px) {


    .main_header_medium {
        padding-top: 40px;
    }

    .website_go_down_holder {
        width: 100%;
    }
}



@media screen and (max-width: 1380px) {

    .holder_bubble, .other-results {
        width: 95%;
    }

    .tab-box {
        width: 95%;
        margin: 30px auto 0px auto;
    }

    .global-results {
        width: 100%;
    }

}

@media screen and (max-width: 1350px) {

    .results_top_left {
        padding-left: 20px;
    }

    .result-stats-stat {
        font-size: 26px;
    }

    .results-stats-unit-desc {
        font-size: 10px;
    }

    .results-stats-unit.left, .results-stats-unit.middle, .results-stats-unit.right {
        width: 180px;
    }

    .results_top_right {
        width: 64%;
    }

    .results-stats-action {
        margin-right: 0px;
    }



}

@media screen and (max-width: 1280px) {
    #test_url_holder {
        width: 410px;
    }

    #test_url_loader {
        min-width: 0px;
    }
}

@media screen and (max-width: 1250px) {
    .introduction_inside, .result_inside, .table_result_inside {
        width: calc(100% - 60px);
        padding: 0px 30px;
    }



}

@media screen and (max-width: 1180px) {
    .website-screenshots-phone {
        display: none;
    }

    .results_top_left {
        width: 30%;
    }

    .results_top_right {
        width: 65%;
    }

    .global-load-time-avg {
        left: 0px;
    }

    .results-link-box {
        width: 410px;
    }

    main {
        margin-left: 0;
    }
}

@media screen and (max-width: 1150px) {
    .tools_container {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1100px) {
    .website-screenshots-browser-picture {
        width: 212px;
        height: 128px;
        left: 19px;
        top: 24px;
    }

    .website-screenshots-browser {
        width: 250px;
        height: 165px;
    }

    .results_top_left {
        width: 25%;
    }

    .results_top_right {
        width: 71%;
    }


}

@media screen and (max-width: 1050px) {
    .global-results-map-holder {
        margin-left: -50px;
    }

    #average_speed_map_holder {
        left: 90px;
    }

    .website-host {
        max-width: 180px;
    }


    .tools_inside {
        width: 90%;
    }
}

@media screen and (max-width: 1015px) {
    #test_twitter_holder, #test_facebook_holder {
        display: none !important;
    }

    #test_url_loader {
        max-width: 100%;
        width: calc(100% - 30px);
    }

    #test_url_holder {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .map_area_holder {
        display: none;
    }

    .global-results, .other-results {
        display: none;
    }

    .results-stats-unit.right {
        display: none;
    }

    .results-stats-unit.middle {
        border-right: none;
    }

    .results_top_right {
        margin-left: 30px;
        float: left;
        width: 500px;
    }

    .results_top_left {
        width: 250px;
    }

    .global-load-time-avg {
        left: 40px;
    }
}

@media screen and (max-width: 900px) {
    .intro_divider_left, .intro_divider_right {
        width: 100%;
        margin: 0px;
    }

    .table td.optional, .table th.optional {
        display: none;
    }

    .introduction-block-left, .introduction-block-right {
        float: left;
        width: 100%;
        margin-bottom: 35px;
    }

    .introduction-block-left.bottom, .introduction-block-right.bottom {
        margin-top: 0px;
    }

    .sidebar {
        display: none;
    }
}


@media screen and (max-width: 850px) {
    .results_top_left {
        display: none;
    }

    .website_go_down_holder_dark {
        display: none;
    }

    .results-stats-unit.right {
        display: inline-block;
    }

    .results-stats-unit.middle {
        border-right: solid 1px #d9e2e8;
    }

    .results_top_right {
        width: calc(100% - 30px);
        margin-left:0px;
        padding-left: 30px;
    }

    .results-stats-unit.left, .results-stats-unit.middle {
        margin-right: 20px;
    }

    .results-stats-unit.right {
        margin-right: 0px;
    }

    .summary-loader {
        max-width: 150px;
    }
}

@media screen and (max-width: 700px) {

    .convertor-left {
        width: 100%;
        margin-right: 0;
    }

    .convertor-right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .convertor-textarea {
        width: calc(100% - 20px);
    }

    .search_box {
        width: calc(100% - 40px);
        margin: 20px auto;
    }

    .error_box {
        width: calc(100% - 40px);
    }

    .table td.left {
        max-width: 100px;
    }
}

@media screen and (max-width: 670px) {
    .results-stats-unit.right {
        display: none;
    }

    .results-stats-unit.middle {
        border-right: none;
    }

    .results-stats-actions {
        display: none;
    }

    .results-stats-unit {
        width: 35%;
    }

    .results_top_right {
        height: auto;
    }

    .card-container {
        grid-template-columns: repeat(1, 1fr);
    }

    main {
        padding: 0;
    }
}

@media screen and (max-width: 550px) {


    .search_box_left {
        width: 50%;
    }

    .search_box_right {
        width: 50%;
    }

}


@media screen and (max-width: 550px) {


    .main_header_medium {
        padding-top: 40px;
    }

}
