* {
    font-family: 'Barlow', sans-serif;
}

.form-label {
    font-weight: bold;
    margin-bottom: 0.1rem;
    font-size: medium;
}

.form-label.required::after {
    content: " *";
    color: var(--bs-danger);
}

.go-contractor-accordion {
    margin-top: 0.5em;
}

.form-field-div {
    width: 80%;
    max-width: 35em;
}

.form-field-row {
    margin-bottom: 1em;
    justify-content: center;
}

.form-control {
    color: black;
}

.form-confirm-invalid {
    color: #d9534f;
    text-align: center;
}

.decision-button-reject {
    width: 20%;
}

.decision-button-approve {
    width: 20%;
    margin-right: 4em;
}

.decision-button-row {
    justify-content: center;
    margin-bottom: 1em;
    padding-left: 2em;
}

.res-logo {
    width: 50%;
    max-width: 9em;
}

.res-logo-row {
    margin: 1em;
    justify-content: center;
}

.hidden {
    display: none;
}

.talkdesk-btn {
    background-color: #5405bd !important;
    margin: 0em 0em 0em 0.5em;
}

.card-header {
    font-weight: bold;
}

.send-sms-recipient {
    width: 86%;
    margin: -2.9em 1em 1em 3em;
}

.send-sms-message {
    margin: -0.5em 1em;
    width: 93%;
    height: 199px;
    font-size: 13px;
}

.hide-card {
    justify-content: center;
    display: none;
}

.show-card {
    justify-content: center;
    margin-bottom: 0.8em;
}

.update-status-value {
    width: 11em;
    margin: -2.8em 0em 1em 7em;
}

.update-work-description {
    margin: -0.5em 1em;
    width: 93%;
}

.update-safety-issues {
    margin: -0.5em 1em;
    width: 93%;
}

.update-notes {
    margin: -0.5em 1em;
    width: 93%;
}

.confirm-modal-preview-btn {
    height: 2.5em;
    width: 100%;
}

.ifs-indicator-row {
    margin: 1em 0em 0.5em 6em;
}

.ifs-work-task-status-row {
    color: red;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ifs-title {
    width: 4.2em;
    margin-right: -0.4em;
}

.ifs-indicator-btn {
    width: auto;
    height: fit-content;
    margin-top: 0.3em;
}

.ifs-table {
    font-size: 15px;
    border: 1px solid darkgrey;
    box-shadow: 0 0 0 1px rgb(222, 226, 230);
}

.ifs-indicator-tooltip {
    font-size: 15px;
    color: white;
}

.block {
    display: inline-block;
}

.dropdown-item-name {
    margin: 0.2em;
}

.go-indicator-tooltip {
    font-size: 12px;
    color: white;
}

.navbar {
    height: 3em;
}

.hide-queue {
    display: none;
}

.preview-area {
    border: 2px solid grey;
    border-radius: 11px;
    margin: 2em 2em 0em -1em;
}

.ifs-table-div {
    width: 80%;
}

.ifs-table-row {
    justify-content: center;
    text-align: center;
}

.ifs-check-div {
    width: 100%;
    margin-top: 0.5em;
}

.ifs-check-loading {
    width: 100%;
    margin-top: 3.5em;
}

.gocontractor-logo-col {
    margin: -0.1em 3em 0em 0em;
}

.contact-indicators-row {
    margin: 1.5em 0em 0em 6em;
}

.gocontractor-notif {
    text-align: left;
}

.gocontractor-notif-div {
    width: 80%;
}

.gocontractor-notif-row {
    justify-content: center;
    text-align: center;
    margin-bottom: 2em;
}

.go-check-div {
    width: 100%;
    margin-top: 0.5em;
}

.go-check-loading {
    width: 100%;
}

.out-request-badge {
    margin: 0.5em;
}

.out-request-badges {
    text-align: center;
    margin-top: 2em;
}

.out-request-table {
    margin: 0em 2em 2em 2em;
}

.in-progress-table {
    margin: 0em 2em 2em 2em;
}

.in-progress-title {
    justify-content: center;
    margin: 3em;
    text-align: center;
}

.force-close-button-a {
    justify-content: center;
    margin: 2em;
    text-align: center;
}

.queue-table {
    width: 100%;
    cursor: pointer;
}

.counter-badge {
    margin-left: 0.8em;
}

.counter-btn {
    font-size: 1.2em;
    width: 40%;
}

.open-queue-counter {
    margin: 2em 0em 0em 1em;
    justify-content: center;
}

.open-queue-table {
    margin: 1em;
    justify-content: center;
}

.pending-queue-counter {
    margin: 3em 0em 0em 1em;
    justify-content: center;
}

.pending-queue-table {
    margin: 1em;
    justify-content: center;
}

.preview-col-placeholder {
    text-align: center;
    margin-top: 1em;
    font-size: 1.2em;
}

.dropdown-item {
    display: inline-block;
}

.progress-bar-mini {
    margin: 0.25em 1em;
    height: 20px;
}

.modal-confirm>.modal-content {
    background-color: #262626;
}

.big-badge {
    font-size: 12px;
    margin-left: 0.5em;
}

.force-close-button {
    width: 18%;
}

.modal-confirm-title {
    font-size: large;
}

.modal-confirm-footer {
    justify-content: center;
    padding: 0.4em;
}

.popover-phone-number {
    color: #E74E2E;
}

.btn-link {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none;
    --bs-btn-hover-color: #5EA5BD;
}

.shortcut-button.btn-link {
    color: #7F7F7F;
}

[class*="fa-solid"] {
    margin-right: 0.4em;
}

.toc-logo {
    height: 40px;
    margin: 0em 0em 0em 1em;
}

.DateInput_input {
    font-size: 16px;
    height: 39px;
}

.DateInput {
    width: 7em;
}

.clear-logs-filters {
    margin-top: 1.5em;
    margin-left: 9em;
    height: 2.8em;
    width: 9em;
}

.invalid-logs-filter {
    margin-top: 2em;
}

.filters-card {
    margin: 1.5em 0em;
}

.logs-table {
    margin: 0em 0.5em;
}

.default_tab {
    font-weight: normal;
    margin-left: 0.2em;
    font-size: medium;
    color: #7F7F7F;
}

.active_tab {
    font-weight: bold;
    color: white;
    margin-left: 0.2em;
    font-size: medium;
}

.form-header {
    margin-left: -0.8em;
}

.form-input-row {
    width: 30em;
}

.form-card {
    padding: 1.6em 2em 2em 2em;
    margin-top: 1em;
}

.form-main-div {
    justify-content: center;
    display: grid;
}

.VirtualizedSelectOption {
    color: black;
}

.auth-btn {
    width: 35%;
    max-width: 20em;
}

#login-form-phone-number {
    margin-top: 18vh;
}

#login-form-code {
    margin-top: 22vh;
}

.message-invalid {
    font-size: 1rem;
    font-style: italic;
    font-weight: normal;
    color: red;
}

.message-valid {
    font-size: 1rem;
    font-weight: 500;
}

.response-message-row {
    margin-top: 1.5em;
}

.show-twilio-code {
    width: 8em;
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
}

.twilio-code-warning-row {
    margin-top: 0em;
}

.back-btn {
    width: 7em;
    font-size: small;
}

.select-logs-filter {
    height: 42px;
}