@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Modals/LineItemComments.razor.rz.scp.css */
.line-item-comments-container[b-0bpsxa9swa] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-item-comments-wrapper[b-0bpsxa9swa] {
    background: #eaf6ff;
    padding: 1rem;
    border-radius: 5px;
    width: 100%;
}

.line-item-comments-entries[b-0bpsxa9swa] {
    margin-top: 0rem;
    border-radius: 12px;
    position: relative;
    overflow-y: auto;
    max-height: 320px;
}

.line-item-comments-container ul[b-0bpsxa9swa], .line-item-comments li[b-0bpsxa9swa] {
    list-style: none;
    padding: 0;
}

.line-item-comments-container li[b-0bpsxa9swa] {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

    .line-item-comments-container li:last-child[b-0bpsxa9swa] {
        border: 0px;
        padding-bottom: 0;
    }

    .line-item-comments-container li[b-0bpsxa9swa]:before {
        content: '';
        width: 15px;
        height: 15px;
        background: white;
        border: 1px solid #4e5ed3;
        box-shadow: 3px 3px 0px #bab5f8;
        box-shadow: 3px 3px 0px #bab5f8;
        border-radius: 50%;
        position: absolute;
        left: -10px;
        top: 0px;
    }

.line-item-comments-time[b-0bpsxa9swa] {
    color: #2a2839;
    font-weight: 500;
}

.line-item-comment[b-0bpsxa9swa] {
    color: #4f4f4f;
    line-height: 1.5;
    margin-top: 0.4rem;
}
/* /Pages/Clients/ClientTimeline.razor.rz.scp.css */

ul[b-j51wy6k9pp], li[b-j51wy6k9pp]{
    list-style: none;
    padding: 0;
}

.container[b-j51wy6k9pp]{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    /*background: linear-gradient(45deg, #209cff, #68e0cf);*/
    padding: 1rem 0;
}
.wrapper[b-j51wy6k9pp]{
    background: #eaf6ff;
    padding: 1rem;
    border-radius: 15px;
    width:100%;
}
h1[b-j51wy6k9pp]{
    font-size: 1.1rem;
    font-family: sans-serif;
}
.sessions[b-j51wy6k9pp]{
    margin-top: 0rem;
    border-radius: 12px;
    position: relative;
    overflow-y: auto;
    max-height: 320px;
}
li[b-j51wy6k9pp]{
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}
li:last-child[b-j51wy6k9pp]{
     border: 0px;
     padding-bottom: 0;
}
li[b-j51wy6k9pp]:before{
     content: '';
     width: 15px;
     height: 15px;
     background: white;
     border: 1px solid #4e5ed3;
     box-shadow: 3px 3px 0px #bab5f8;
     box-shadow: 3px 3px 0px #bab5f8;
     border-radius: 50%;
     position: absolute;
     left: -10px;
     top: 0px;
}
.time[b-j51wy6k9pp]{
    color: #2a2839;
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 500;
}
p[b-j51wy6k9pp]{
    color: #4f4f4f;
    /*font-family: sans-serif;*/
    line-height: 1.5;
    margin-top:0.4rem;
}

li.current-stage[b-j51wy6k9pp] {
    font-weight: 500;
}

li.lowlight span[b-j51wy6k9pp] {
    color: lightgrey;
}

[b-j51wy6k9pp] li.lowlight label {
    background-color: lightgrey !important;
}

li.lowlight div[b-j51wy6k9pp] {
    color: lightgrey;
}

.linked-entry[b-j51wy6k9pp] {
    padding-left: 60px;
}

[b-j51wy6k9pp] .level-slider button {
    padding: 0;
}
/* /Pages/Jobs/Gantt.razor.rz.scp.css */
[b-sgxq5ttv3g] .k-gantt-tasks td {
    padding: 0 !important;
    border-width: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
}

[b-sgxq5ttv3g] .k-grid-content {
    overflow: hidden !important;
    overflow-x: auto !important;
}

[b-sgxq5ttv3g] .k-gantt-timeline .k-grid-content {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

[b-sgxq5ttv3g] .k-gantt-content {
    overflow: hidden !important;
}
/* /Pages/Nylas/Folder.razor.rz.scp.css */
.show-hover[b-cxyqeuyxfz] {
    display: none;
}
.hide-hover[b-cxyqeuyxfz] {
    display: initial;
}
/*
.hover-container:hover > .show-hover {
    display: initial;
}

.hover-container:hover > .hide-hover {
    display: none;
}*/

tr:hover .show-hover[b-cxyqeuyxfz] {
    display: initial;
}

tr:hover .hide-hover[b-cxyqeuyxfz] {
    display: none;
}

.table-email a[b-cxyqeuyxfz] {
    color: inherit;
    text-decoration: none;
}

.table-email a[b-cxyqeuyxfz] {
    color: inherit;
    text-decoration: none;
}


.table-email .thread-unread[b-cxyqeuyxfz] {
    font-weight: 500;
}

.table-email .thread-unread strong[b-cxyqeuyxfz] {
    font-weight: 500;
    color: #0366d6;
}

.form-check-input[b-cxyqeuyxfz] {
    position: initial;
    margin-top: initial;
    margin-left: initial;
}
/* /Pages/Nylas/Mail.razor.rz.scp.css */

.nav-link[b-mkbcllhzec] {
    color: #333;
}

.nav-link-button-hover[b-mkbcllhzec] {
    color:#ffffff00;
}

.nav-link:hover > .nav-link-button-hover[b-mkbcllhzec] {
    color:inherit;
}

.nav-link-tab-text[b-mkbcllhzec] {
    display: table-cell;
    max-width: 100px;
    min-width:50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav-tabs-open[b-mkbcllhzec] {
    overflow: hidden;
    padding: 1px;
    flex-wrap: initial !important;
    text-wrap: nowrap;
}

.nav-tabs-open > a[b-mkbcllhzec] {
    text-decoration:none;
}

.nav-tabs-1 .nav-link-tab-text[b-mkbcllhzec] { max-width: 150px; }
.nav-tabs-2 .nav-link-tab-text[b-mkbcllhzec] { max-width: 140px; }
.nav-tabs-3 .nav-link-tab-text[b-mkbcllhzec] { max-width: 130px; }
.nav-tabs-4 .nav-link-tab-text[b-mkbcllhzec] { max-width: 120px; }
.nav-tabs-5 .nav-link-tab-text[b-mkbcllhzec] { max-width: 110px; }

.pipeline-panel-right[b-mkbcllhzec] {
    padding-top: 107px;
}

/* /Pages/Nylas/NewNylasEmailModalPopup.razor.rz.scp.css */
[b-g1xtc0vrmf] .attachment {
    border: 1px solid grey;
    padding: 6px;
    margin: 1px;
    border-radius: 12px;
    display: inline-block;
}

[b-g1xtc0vrmf] .unread .panel-heading {
    font-size: medium;
    font-weight: bold;
}
/* /Pages/Nylas/NylasEmailsPopup.razor.rz.scp.css */
[b-8oidxg5g2w] .attachment {
    border: 1px solid grey;
    padding: 6px;
    margin: 1px;
    border-radius: 12px;
    display: inline-block;
}

[b-8oidxg5g2w] .unread .panel-heading {
    font-size: medium;
    font-weight: bold;
}
/* /Pages/Nylas/SearchFolder.razor.rz.scp.css */
.show-hover[b-xwyc7hy5sv] {
    display: none;
}
.hide-hover[b-xwyc7hy5sv] {
    display: initial;
}

.hover-container:hover > .show-hover[b-xwyc7hy5sv] {
    display: initial;
}

.hover-container:hover > .hide-hover[b-xwyc7hy5sv] {
    display: none;
}

.table-email a[b-xwyc7hy5sv] {
    color: inherit;
    text-decoration: none;
}

.table-email a[b-xwyc7hy5sv] {
    color: inherit;
    text-decoration: none;
}


.table-email .thread-unread[b-xwyc7hy5sv] {
    font-weight: bold;
}

.table-email .thread-unread strong[b-xwyc7hy5sv] {
    font-weight: 500;
    color: #0366d6;
}

.form-check-input[b-xwyc7hy5sv] {
    position: initial;
    margin-top: initial;
    margin-left: initial;
}
/* /Pages/Projects/Gantt.razor.rz.scp.css */
[b-wb880zyx91] .k-gantt-tasks td {
    padding: 0 !important;
    border-width: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
}

[b-wb880zyx91] .k-grid-content {
    overflow: hidden !important;
    overflow-x: auto !important;
}

[b-wb880zyx91] .k-gantt-timeline .k-grid-content {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

[b-wb880zyx91] .k-gantt-content {
    overflow: hidden !important;
}
/* /Pages/PurchaseOrders/Gantt.razor.rz.scp.css */
[b-4msd19gk1o] .k-gantt-tasks td {
    padding: 0 !important;
    border-width: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
}

[b-4msd19gk1o] .k-grid-content {
    overflow: hidden !important;
    overflow-x: auto !important;
}

[b-4msd19gk1o] .k-gantt-timeline .k-grid-content {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

[b-4msd19gk1o] .k-gantt-content {
    overflow: hidden !important;
}
/* /Pages/Settings/Business/UpgradeAccount.razor.rz.scp.css */
.pricing-card[b-7k52k5pfjp] {
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
}
.popular[b-7k52k5pfjp] {
    background: #e0c3fc;
    position: relative;
}
.popular[b-7k52k5pfjp]::before {
    content: "Most Popular";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.btn-custom[b-7k52k5pfjp] {
    background: #6a0dad;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.2s ease;
}
.btn-custom:hover[b-7k52k5pfjp] {
    background: #4b0082;
    transform: scale(1.05);
}
/* /Pages/Settings/Integration/Index.razor.rz.scp.css */
.integration[b-lmw2gn3rjg]  img {
    max-width: 150px;
    max-height: 100px;
}

.integration[b-lmw2gn3rjg]  .cell-icon {
    width: 1%;
    vertical-align: middle;
    text-align: center;
}

.integration[b-lmw2gn3rjg]  .cell-description {
    vertical-align: middle;
}

.integration[b-lmw2gn3rjg]  .cell-button {
    width: 1%;
    vertical-align: middle;
    text-align: center;
}

.integration[b-lmw2gn3rjg]  .cell-organization {
    vertical-align: middle;
    width: 30%;
}
/* /Pages/Settings/Integration/SupplierApi/Index.razor.rz.scp.css */
.integration[b-2i0lhtxht4]  img {
    max-width: 150px;
    max-height: 100px;
}

.integration[b-2i0lhtxht4]  .cell-icon {
    width: 1%;
    vertical-align: middle;
    text-align: center;
}

.integration[b-2i0lhtxht4]  .cell-description {
    vertical-align: middle;
}

.integration[b-2i0lhtxht4]  .cell-button {
    width: 1%;
    vertical-align: middle;
    text-align: center;
}

.integration[b-2i0lhtxht4]  .cell-organization {
    vertical-align: middle;
    width: 30%;
}
/* /Pages/Stock/StockItemComments.razor.rz.scp.css */
.line-item-comments-container[b-9e5wv7nn2d] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-item-comments-wrapper[b-9e5wv7nn2d] {
    background: #eaf6ff;
    padding: 1rem;
    border-radius: 5px;
    width: 100%;
}

.line-item-comments-entries[b-9e5wv7nn2d] {
    margin-top: 0rem;
    border-radius: 12px;
    position: relative;
    overflow-y: auto;
    max-height: 320px;
}

.line-item-comments-container ul[b-9e5wv7nn2d], .line-item-comments li[b-9e5wv7nn2d] {
    list-style: none;
    padding: 0;
}

.line-item-comments-container li[b-9e5wv7nn2d] {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.line-item-comments-container li:last-child[b-9e5wv7nn2d] {
    border: 0px;
    padding-bottom: 0;
}

.line-item-comments-container li[b-9e5wv7nn2d]:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}

.line-item-comments-time[b-9e5wv7nn2d] {
    color: #2a2839;
    font-weight: 500;
}

.line-item-comment[b-9e5wv7nn2d] {
    color: #4f4f4f;
    line-height: 1.5;
    margin-top: 0.4rem;
}
/* /Pages/WorksOrders/Gantt.razor.rz.scp.css */
[b-hyi33pqjpi] .k-gantt-tasks td {
    padding: 0 !important;
    border-width: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
}

[b-hyi33pqjpi] .k-grid-content {
    overflow: hidden !important;
    overflow-x: auto !important;
}

[b-hyi33pqjpi] .k-gantt-timeline .k-grid-content {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

[b-hyi33pqjpi] .k-gantt-content {
    overflow: hidden !important;
}
/* /Shared/NotificationBell.razor.rz.scp.css */
.notification-bell .badge[b-uu66ozx70y] {
    position: absolute;
    top: 5px;
    right: 13px;
    border-radius: 50%;
    background: red;
    color: white;
}

.content[b-uu66ozx70y] {
    max-height: 80px;
}

.notification-dropdown[b-uu66ozx70y] {
    max-height:500px;
}

.notification-dropdown > li.dropdown-item[b-uu66ozx70y] {
    width: 350px;
    border-bottom: 1px grey dotted;
}
/* /Shared/NotificationIndividual.razor.rz.scp.css */
.notification-dropdown-item[b-qshyoh06pb] {
    width: 350px;
}

.notifications-icon[b-qshyoh06pb] {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    color: white;
    font-size: large;
}

.notifications-title[b-qshyoh06pb] {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: small;
}

.notifications-timestamp[b-qshyoh06pb] {
    font-size: x-small;
    font-style: italic;
    color: darkgrey;
}

.notifications-content[b-qshyoh06pb] {
    max-width: 252px;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: small;
    margin: 0px;
    padding: 0px;
}

.notifications-unread[b-qshyoh06pb] {
    align-self: center;
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    max-height: 10px;
    border-radius: 50%;
}

.notifications-divider[b-qshyoh06pb] {
    margin: 4px 12px !important;
}
/* /Shared/Notifications.razor.rz.scp.css */
.notifications-divider[b-kkqtmwyetg] {
    margin: 4px 12px !important;
}

.notifications-bell .badge[b-kkqtmwyetg] {
    position: absolute;
    top: 5px;
    right: 13px;
    border-radius: 50%;
    background: red;
    color: white;
}

.notifications-dropdown[b-kkqtmwyetg] {
    max-height: 500px;
}
/* /Shared/TakeTourButton.razor.rz.scp.css */
.sl-preview-cta[b-lzod6e13pq] {
    background-color:#ff9119;
    border:none;
    border-radius:8px;
    box-shadow:0px 0px 15px rgba(26, 19, 72, 0.45);
    color:#f2f2f2;
    cursor:pointer;
    display:inline-block;
    font-family:Poppins, Arial, sans-serif;
    font-size:clamp(18px, 1.599vw, 22px);
    font-weight:600;
    height:30px;
    line-height:1.2;
    padding:0 clamp(15px, 1.776vw, 20px);
    text-overflow:ellipsis;
    transform:translateZ(0);
    transition:background 0.4s;
    white-space:nowrap;
    width:auto;
    z-index:999999;
}

.sl-preview-cta-ripple[b-lzod6e13pq] {
    position:absolute;
    border:1px solid #ff9119;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
}

.sl-preview-cta-ripple-shadow[b-lzod6e13pq] {
    box-shadow:#ff9119 0px 0px 4px 4px;
    opacity:0;
    border-radius:inherit;
    position:absolute;
    inset:0;
}

.sl-preview-cta:hover .sl-preview-cta-ripple[b-lzod6e13pq] {
    transition:all 1s cubic-bezier(0,0,.2,1);
    inset:-0.75em!important;
    opacity:0!important
}

.sl-preview-cta:hover .sl-preview-cta-ripple-shadow[b-lzod6e13pq]{
    opacity:0.125!important;
}
/* /Shared/TwilioHandler.razor.rz.scp.css */
.twilio-disconnect[b-sgvvet86xs] {
    position: fixed;
    bottom: 80px;
    right: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: #FF0000;
    color: #fff;
    z-index: 2147483003;
    padding: 6px;
    transition: transform .2s;"
}

.twilio-disconnect[b-sgvvet86xs] {
    /* Initial styles for the element */
    transition: transform 0.3s ease; /* Smooth transition for the transform property */
}

.twilio-disconnect:hover[b-sgvvet86xs] {
    transform: scale(1.1); /* Scale the element on hover */
}
