﻿/* CSS */
:root {
    font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: 'Inter', sans-serif;
    }
}


.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.pt-55 {
    padding-top: 60px !important;
}

.modal-dialog-fs {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content-fs {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.bg-draft {
    background-color: #d9d9d9;
}

.bg-cancelled {
    background-color: #db3b3b;
}

.bg-pending {
    background-color: #545454;
}

.bg-ongoing {
    background-color: #004369;
}

.bg-nam {
    background-color: #FF66C4;
}

.bg-underreview {
    background-color: #935ba3;
}

.bg-unserved {
    background-color: #fb8334;
}

.bg-partiallydelivered {
    background-color: #fad02c;
}

.bg-delivered {
    background-color: #63b3d3;
}

.bg-billed {
    background-color: #00c875;
}

.bg-workingon {
    background-color: #03f8ff3d;
}

.trunc-text {
    /*display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
}

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
}

.swal-wide {
    width: 750px !important;
    height: 400px !important;
}

.swal-html {
    height: 370px;
    padding-top: 25px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.bg-updated-light {
    background-color: #09c2de40;
}

.width-50px {
    width: 50px;
}

.width-200px {
    width: 200px;
}

.text-allcaps {
    text-transform: uppercase;
}

.is-me .chat-msg>small>a {
    color: white
}

.note-editor.note-frame,
.note-editor.note-airframe {
    border: none;
}

.nk-chat-head-tools>li {
    padding: .125rem;
}

.chat-msg>a>img {
    max-height: 150px;
}


.chat-msg>p>img {
    max-height: 150px;
}

.bg-body-gray {
    background-color: #f7f9fc !important;
}


.th-lgray-header {
    background: #FBFAFA;
}

.scroll-dialog {
    max-height: calc(120vh - var(--mud-appbar-height));
    overflow-y: auto;
}

.swal2-container {
    z-index: 9999 !important;
}

.border-dropzone-custom {
    border: 2px dashed #0000005c !important;
}

.signature-pad {
    left: 0;
    top: 0;
    /*    width: 650px;
    height: 200px;*/
}

.signature-wrapper {
    border: 2px dashed #0000005c !important;
    position: relative;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mud-nav-link .mud-nav-link-text {
    color: rgb(85, 104, 125);
    font-weight: 600 !important;
}

.mud-nav-group>.mud-nav-link>.mud-nav-link-text {
    color: rgb(85, 104, 125);
    font-weight: 600 !important;
}

.border-bottom-light {
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.border-top-light {
    border-top: 1px solid var(--mud-palette-lines-default);
}

.border-right-light {
    border-right: 1px solid var(--mud-palette-lines-default);
}

.mud-tab {
    text-transform: none !important;
    min-width: 0px !important;
}

.btn-paper-style {
    border-radius: 6px !important;
    border-color: rgb(223, 230, 237) !important;
    border-style: solid !important;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px !important;
}



.btn-box-shadow-paper {
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px !important;
}

.mud-tabs-toolbar {
    background-color: transparent !important;
}

.not-uppercase {
    text-transform: none !important;
    letter-spacing: 0rem;
}

.th-gray-header {
    background: #f5f6fa;
}

.text-light-gray {
    color: #000000a3;
}

.noitem-svg {
    background: transparent url("../images/279.svg") no-repeat scroll 0px 0px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.modal-backdrop {
    z-index: 1301 !important;
}

.modal {
    z-index: 1302 !important;
}

.ql-container {
    height: 150px !important;
}

.mud-popover {
    z-index: 1403 !important;
}

.outer-scrollable {
    overflow-x: auto;
    white-space: nowrap;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.mud-menu>div.mud-menu-activator {
    display: block !important;
}

.corner-radius-curved {
    border-radius: 10px !important;
}

.mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text {
    margin-top: 0px !important;
}

.font-size-1rem {
    font-size: 1rem !important;
}

.font-size-dot725rem {
    font-size: .725rem !important;
}

.mud-avatar-32 {
    width: 32px !important;
    height: 32px !important;
}

.mud-appbar-height-auto {
    height: auto !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.bg-body-gray-light {
    background-color: #F8F9FD !important;
}

.heading-medium {
    font-size: 2.25rem;
    line-height: 1.3;
    font-weight: 600;
}

.heading-small {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 600;
}

.border-shadow-plain {
    border: 1px solid #d0d5dd !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / 5%) !important;
    -webkit-transition: .3s !important;
    transition: .3s !important;
}

.text-size-small {
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: normal;
}

.modal-xxl {
    max-width: 1280px;
}

.freeze {
    position: sticky;
    left: 5px;
}

.font-size-table-report {
    font-size: .750rem;
}

.safari-ui-fix {
    -webkit-user-select: auto;
}

.fixed-height-650 {
    height: 650px;
}

.string-upper {
    text-transform: uppercase;
}

.string-empty {
    text-transform: none;
}


.form-group {
    margin-bottom: 24px
}

.form-label {
    margin-bottom: 12px;
    display: block;
    cursor: pointer;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(37 37 45 / var(--tw-text-opacity))
}

:is(.dark .form-label) {
    --tw-text-opacity: 1;
    color: rgb(242 242 243 / var(--tw-text-opacity))
}

.form-label.required:after {
    --tw-text-opacity: 1;
    color: rgb(245 61 107 / var(--tw-text-opacity));
    content: " *"
}

.form-input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(37 37 45 / var(--tw-text-opacity))
}

.form-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.form-input {
    box-shadow: 0 0 0 1px #0a0a2e29 inset, 0 1px 1px #0a0a0b0f
}

.form-input:hover:not(:disabled) {
    box-shadow: 0 0 0 1px #0a0a2e3d inset, 0 1px 1px #0a0a0b0f
}

.form-input:focus,
.form-input:hover:focus {
    position: relative;
    z-index: 10;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(112 71 235 / var(--tw-ring-opacity))
}

.form-input:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 248 / var(--tw-bg-opacity))
}

.form-input:disabled:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.form-input:-moz-read-only:not(select):not(div):not(a) {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 248 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(108 108 137 / var(--tw-text-opacity));
    box-shadow: 0 0 0 1px #0a0a2e29 inset
}

.form-input:read-only:not(select):not(div):not(a) {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 248 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(108 108 137 / var(--tw-text-opacity));
    box-shadow: 0 0 0 1px #0a0a2e29 inset
}

.form-input.readonly {
    opacity: 1
}

.form-input.form-input-group {
    padding: 1px
}

.form-input.form-input-group .form-input,
.form-input.form-input-group .form-input:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}



.button-secondary-gray {
    grid-column-gap: .5rem;
    color: #344054;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05)
}

.button-secondary-gray:hover {
    color: #1d2939;
    background-color: #f9fafb
}

.button-secondary-gray:focus {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7
}

.button-secondary-gray.is-button-small {
    grid-column-gap: .5rem;
    padding: .5rem 1rem
}

.button-secondary-gray.is-button-small.icon-only {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0
}

.button-secondary-gray.icon-only {
    width: 2.75rem;
    height: 2.75rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex
}

.button-secondary-gray.is-button-xsmall {
    padding: .5rem .875rem;
    font-size: .875rem
}

.button-secondary-gray.is-button-xsmall.icon-only {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0
}

.button-secondary-gray.is-button-large {
    grid-column-gap: .75rem;
    padding: 1rem 1.75rem;
    font-size: 1.125rem
}

.button-secondary-gray.is-button-large.icon-only {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0
}

.button-secondary-gray.is-transparent {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .2)
}

.button-tertiary-gray {
    grid-column-gap: .5rem;
    color: #475467;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .625rem 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.button-tertiary-gray:hover {
    color: #344054;
    background-color: #f9fafb
}

.button-tertiary-gray.is-button-small {
    grid-column-gap: .5rem;
    padding: .5rem 1rem
}

.button-tertiary-gray.is-button-small.icon-only {
    width: 2.5rem;
    height: 2.5rem;
    color: #98a2b3;
    padding: 0
}

.button-tertiary-gray.is-button-small.icon-only:hover {
    color: #667085
}

.button-tertiary-gray.icon-only {
    width: 2.75rem;
    height: 2.75rem;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex
}

.button-tertiary-gray.is-button-large {
    grid-column-gap: .75rem;
    padding: 1rem 1.75rem;
    font-size: 1.125rem
}

.button-tertiary-gray.is-button-large.icon-only {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0
}

.button-tertiary-gray.is-button-xsmall {
    padding: .5rem .875rem
}

.button-tertiary-gray.is-button-xsmall.icon-only {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0
}

.button-tertiary-gray.is-button-breadcrumbs {
    grid-column-gap: .5rem;
    padding: .5rem .75rem
}

.button-tertiary-gray.is-button-breadcrumbs.w--current {
    color: #344054;
    background-color: #f9fafb
}

.button-link-gray {
    grid-column-gap: .5rem;
    color: #475467;
    white-space: nowrap;
    background-color: transparent;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    display: flex
}

.button-link-gray:hover {
    color: #344054
}

.button-link-gray.is-button-xsmall {
    font-size: .875rem
}

.button-link-gray.is-button-large {
    grid-column-gap: .75rem;
    font-size: 1.125rem
}


.form-control[readonly] {
    background-color: white !important;
}



.sticky-column {
    /* Stick to the left */
    left: 0;
    position: sticky;
    /* Displayed on top of other rows when scrolling */
    z-index: 1201;
    background: white;
}

.sticky-header {
    position: sticky;
    /* Displayed on top of other rows when scrolling */
    z-index: 1200;
    background: white;
    top: 0;
}

.background-blue-backdrop {
    backdrop-filter: blur(10px);
}

.nk-menu .nk-menu-sub {
    width: 300px !important;
}

.font-badge {
    font-size: 0.65rem;
}


.font-comment-time {
    font-size: 0.60rem;
}

.card-radius-15 {
    border-radius: 15px !important;
}

.clockwork-font {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}