/**
 * All of the CSS for your public-facing functionality should be
 * included in this file. I AM A TEST CAUSE SOMETHING WEIRD IS HAPPENING
 *
 */

/*#yu-finder-test-id {*/
/*    border: 10px solid red;*/
/*    font-size: 1px;*/
/*}*/


/*#yu-finder-test-id td:nth-child(2) {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/



/*#yu-finder-test-id {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));*/
/*}*/


/*#yu-finder-test-id {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*}*/

.entry-content {
    font-family: "IBM Plex Sans", sans-serif;
    width: 95% !important;
    max-width: 100% !important;
    margin: 0 1% 0 1% !important;
    padding: 0 10px !important;
    font-size: 16px;
}

.container {
    max-width: 100% !important;
}

/* Override WordPress defaults */
@media only screen and (min-width: 1168px) {
    .entry .entry-content > *, .entry .entry-summary > *, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *, .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
        max-width: none !important;
    }
}

h3 {
    font-size: 1.1em !important;
    margin: 0.5em 0;
}

.bg-active {
    background-color: #f1f8ff !important;
}

.bg-disabled {
    background-color: #f8f8f8 !important;
    opacity: 0.5 !important;
    pointer-events: none;
}

/* Fix table width issue */
.table {
    table-layout: fixed;
    word-wrap: break-word;
}

th, td {
    width: 250px !important;
}


.yufinder_platform input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.yufinder_platform input[type="checkbox"]:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid ;
}

.yufinder_platform input[type="checkbox"]:checked:before {
    background: #555;
}

.table-bordered {
    border: 1px solid #ddd;
}

table td.yufinder-platform-data-cell {
    width: 300px !important;
}


#comparisonchart th {
    /* white-space: normal; */
    background-color: #78879d;
    /* padding: 12px; */
    overflow: hidden;
    white-space: nowrap;
}

#comparisonchart tr:first-child th {
    background: #f3f3f3;
}

#comparisonchart tr:not(:first-child) th {
    color: #fff;
}

#comparisonchart tr:first-child td:first-child {
    /* white-space: normal; */
    background-color: #78879d;
    /* padding: 12px; */
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th {
    border: 1px solid #ddd;
}

.table-striped>tbody>tr>td:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped>tbody>tr>td:nth-of-type(even) {
    background-color: #f1efef;
}

.platforms_compare_checklist {
    display: flex;
}
.btn-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    background-color: lightgray;
}
.btn-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #333; /* Dark gray background */
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white; /* White tick */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.btn-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.btn-checkbox-label {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;

}
.hidden {
    display: none !important;
}

.step3-button-container {
    margin-bottom: 10px;
}

.select-all-btn {
    background-color: white !important;
    border: 2px solid green;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 500;
    cursor: pointer;
    color: black !important;
}

.clear-all-btn {
    background-color: white !important;
    border: 2px solid darkred;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 500;
    cursor: pointer;
    color: black !important;
}