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

.show-hide {
    display: none;
}

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

.form-tooltip {
    font-size: 15px;
}

.form-modal-header-error {
    font-weight: bold;
    background-color: #D9534F;
    color: white;
}

.form-accordion-item {
    font-family: unset;
    font-size: 13px;
}

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

.form-modal-header-operational-restrictions {
    font-weight: bold;
    background-color: #ed6b06;
    color: white;
    text-align: center;
    border-radius: 5px;
}

.form-modal-header-no-operational-restrictions {
    font-weight: bold;
    background-color: #02B875;
    color: white;
    text-align: center;
    border-radius: 5px;
}

.form-modal-body-operational-restrictions {
    font-size: 16px;
}

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

.form-alert {
    width: 100%;
    text-align: center;
    padding: 9px;
    border-radius: 0px;
}

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


.form-field-row-operational-restrictions {
    margin: 1.5em 1em 1em 1em;
}

.form-submit-btn {
    width: 30%;
    max-width: 10em;
    border-radius: 12px;
}

.form-need-help-btn {
    width: 65%;
    max-width: 22em;
    min-width: 19em;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.form-username-placeholder {
    font-size: 13px;
    pointer-events: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-logout-btn {
    font-size: 13px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

.form-logout-btn-group {
    margin-top: 0.5em;
    width: auto;
}

.form-submit-btn-div {
    text-align: center;
}

.form-control-label {
    font-weight: bold;
    text-align: center;
}

.form-control-label-div {
    justify-content: center;
}

.form-control {
    color: black;
}

.control-btn {
    width: 50%;
    pointer-events: none;
}

.control-btn-group {
    width: 100%;
}

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

.form-awp-code {
    width: 25%;
}

.form-confirm-valid {
    color: #02b875;
    text-align: center;
}

.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;
}

.visible {
    display: block;
}

.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;
}

.card-submit-btn {
    width: 100%;
}

.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-status-comment {
    margin: -0.5em 1em;
    width: 93%;
}

.update-wo-labour {
    width: 73%;
    margin: -2.9em -5em 1em 1em;
}

.update-wo-labour-row {
    justify-content: center;
}

.card-submit-employees-btn {
    width: 100%;
    margin-top: -1em;
}

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

.confirm-modal-preview-btn-div {
    justify-content: center;
}

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

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

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

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

.no-coswin-table {
    color: red
}

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

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

.block {
    display: inline-block;
}

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

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

.navbar {
    height: 3em;
}

.contact-link {
    margin-right: 2em;
}

.hide-queue {
    display: none;
}

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

.app-row {
    margin-bottom: 1em;
}

.coswin-link {
    width: 23%;
}

.coswin-indicator {
    margin: 1em 0em 0em 0em;
}

.coswin-indicator-col {
    text-align: right;
    margin-top: -0.4em;
}

.coswin-row {
    justify-content: center;
    text-align: center;
    margin: 2em 0em 0.5em -4em;
}

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

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

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

.coswin-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;
}

.form-awp-preview {
    font-size: 12px;
    text-align: center;
    color: grey;
}

.op-card-header {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: black;
}

.op-card-body {
    font-size: 15px;
    text-align: left;
    color: black;
}

.op-card {
    margin: 0.5em 0em background: none
}

.already-sent-message {
    margin-bottom: -1em;
}

.alert-message {
    background-color: #ed6b06;
}

.alert-row {
    justify-content: center;
    margin-bottom: 0em;
}

.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;
}

.form-confirm-read-checkbox {
    font-size: 15px;
    margin-top: 1em;
}

.form-phone-number-prefix {
    width: 5%;
    justify-content: center;
}

.form-country-code-field {
    max-width: 5em;
    text-align: center;
}

.form-phone-number-field {
    width: 52%;
}

.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;
}

.form-assets-dropdown {
    width: 24em;
    margin-top: 0.1em;
}

.VirtualizedSelectOption {
    color: black;
}

.form-select {
    padding-right: 2rem;
}

.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;
}

.feedback-div {
    justify-content: center;
    display: flex;
}

.feedback-toast {
    margin-top: 1em;
}