/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.happy_calls_container {
    -webkit-print-color-adjust: exact;
    margin: 0 auto;
}

#add_happy_calls_service_popup,
div#add_happy_calls_employee_popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000066;
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 99;
}

.happy_calls_popup_inner {
    min-width: 400px;
    min-height: 200px;
    max-width: 800px;
    background-color: #fff;
    padding: 2rem 3rem;
    position: relative;
}

span.close_hc_form {
    position: absolute;
    top: 0;
    right: 12px;
    font-weight: bold;
    cursor: pointer;
    font-size: 2rem;
}

.happy_calls_container label {
    display: block;
    margin: 0.5rem 0;
}

.happy_calls_container label>span {
    display: inline-block;
    width: 10rem;
}

.happy_calls_container label textarea,
.happy_calls_container label select,
.happy_calls_container label input {
    color: #666;
    padding: 1rem;
    height: auto;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    border-color: #00000036;
}

.happy_calls_container button {
    margin: 0 auto;
    font-size: 20px;
    height: 49px;
    padding: 0px 20px;
    cursor: pointer;
}

.hc_employee_table_row {
    display: flex;
    justify-content: space-between;
}

label.hc_form_third {
    width: calc(50% - 1rem);
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0.5rem;
    padding: 0 0.5rem;
    flex-direction: column;
}

label.hc_form_full {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
}

label.hc_form_full textarea {
    width: 100%;
    height: 9rem;
}

.add_happy_calls_service_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.add_happy_calls_service_form label span {
    display: inline-block;
    width: unset;
    font-size: 14px;
}

body .happy_calls_container {
    width: 1200px;
    max-width: 1200px;
}

.happy_calls_tabs ul li {
    list-style: none;
    margin-right: 2rem;
}

.happy_calls_tabs ul {
    display: flex;
    padding: 0;
    margin: 1.2rem 0;
    align-items: flex-end;
}

.happy_calls_tabs ul li button {
    background-color: #5f6062;
    color: #fff;
    width: 11rem;
    box-shadow: none;
    border: none;
}

.happy_calls_container th.hc_emp_roll_wraller {
    padding: 0;
}

select[name="hc_emp_all_roll"],
.happy_calls_tabs ul li input,
.happy_calls_tabs ul li select {
    color: #666;
    padding: 0 0.75em;
    height: auto;
    width: 10.5rem;
    height: 49px;
    font-size: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: var(--ast-comment-inputs-background);
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    transition: all .2s linear;
}

select[name="hc_emp_all_roll"] {
    color: #fff;
    border: none;
    background-color: transparent;
}

select[name="hc_emp_all_roll"]:focus-visible {
    outline: none;
}

.form_wrapper {
    background-color: #fbeacc;
    padding: 3rem 2rem;
    margin-top: 1.5rem;
}

.form_wrapper span {
    color: #5f6062;
}

.form_wrapper button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 0px;
    width: 400px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #c49013;
    color: #fff;
    margin-left: 10rem;
    cursor: pointer;
}

.form_wrapper input[type="text"] {
    border: 1px solid #5f6062;
    color: #5f6062;
    width: 35%;
    padding: 16px 14px;
}

.form_wrapper input[type="file"] {
    border: 1px solid #5f6062;
    color: #5f6062;
    width: 35%;
    padding: 13px 14px;
}

.happy_calls_company_wrapper h2 {
    background-color: #5f6062;
    color: #fff;
    padding: 1rem;
    font-size: 42px;
    margin: 2rem 0;
}

.hc_employee_table_row div {
    border-bottom: 1px solid #0505057a;
    width: 100%;
    padding: 10px 16px;
}

button.add_happy_calls_service,
button.add_happy_calls_employee {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.42857143;
    border-radius: 0px;
    width: 400px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 1rem !important;
    background-color: #c49013;
    color: #fff;
}

.hc_employee_table_row:nth-child(odd) {
    background: #fbeacc;
}

.hc_employee_table_row div:first-child {
    border-right: 0;
    border-top: 0;
}

.hc_employee_table_row.head {
    background-color: #5f6062;
    color: #fff;
    font-weight: 600;
}

.print_header h1.entry-title,
h1.wp-block-post-title {
    max-width: 1200px;
    background-color: #5f6062;
    color: #fff;
    padding: 1rem;
    font-size: 42px;
}

.happy_calls_container table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px 4px;
    text-align: center;
    font-size: 16px;
}

th.hc_tracker_head_date {
    min-width: 6rem;
}

th.hc_tracker_head_phone {
    min-width: 8rem;
}

th.hc_tracker_head_req {
    max-width: 11rem;
}

th.hc_tracker_head_closed {
    max-width: 10rem;
}

.happy_calls_container th {
    background-color: #5f6062;
    color: #fff;
    padding: 10px;
}

.happy_calls_container table {
    width: 100%;
    margin-top: 1.5rem;
}

.happy_calls_tabs {
    display: flex;
    gap: 2rem;
}

h1.wp-block-post-title,
header.entry-header.ast-no-thumbnail {
    display: none;
}

.hc_result_table tr:nth-child(odd),
.hc_tracker_table tr:nth-child(odd) {
    background: #fbeacc;
}

.form_wrapper {
    display: flex;
    justify-content: space-between;
}

.form_wrapper label {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.form_wrapper label input {
    flex-grow: 1;
    margin-bottom: 0;
}

.hc_uploaded_logo {
    display: flex;
    align-items: center;
}

.hc_header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.happy_calls_popup_inner h4.add_happy_calls_employee_heading {
    margin: 0 0 2rem 0;
}

button#hc_save_employee {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.42857143;
    border-radius: 0px;
    width: 400px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 1rem !important;
    background-color: #c49013;
    color: #fff;
}

.happy_calls_popup_inner h4 {
    margin: 0 0 1rem 0;
}

.happy_calls_tabs ul li:last-child {
    margin: 0;
}

span.hc_report_emp_name {
    display: block;
    cursor: pointer;
}

.happy_calls_container h4 {
    margin: 0;
}

.happy_calls_tabs .active {
    background-color: #c49013;
}

select[name="hc_emp_all_roll"] option {
    color: black;
}

.ui-datepicker .ui-datepicker-title select {
    padding: 0;
}

h2.hc_company_setup {
    margin: 1rem 0;
    padding: 1rem;
    background: #c49013;
    color: #fff;
    font-size: 42px;
}

.hc_report_emp_check {
    float: right;
    margin-right: 1rem;
}

.hc_report_emp_hi {
    display: flex;
    border-width: 1px 0px 0px 0px;
}

.hc_report_emp_ratio {
    flex-grow: 2;
}

.hc_report_head_hi {
    border-width: 0;
}