.input-groups {
    position: relative;
}

.input-groups input[type="text"] {
    padding-right: 40px;
}

.input-groups button {
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    width: auto;
    padding: 0.395rem 0.95rem;
    z-index: 2;
    border-radius: 0 0.375rem 0.375rem 0;
}

.login-bg {
    background-image: url("../../../assets/img/auth/login-bg.jpg");
    height: 100vh;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-bg .login-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg,
            rgba(46, 52, 81, 0.4) 0%,
            rgba(52, 40, 104, 0.95) 100%);
}

.col-md-8.firstHalf {
    height: 100vh;
    padding: 0px;
}

.secondHalf {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.account {
    text-decoration: none;
}

.welcomeText {
    font-size: xx-large;
    font-weight: 700;
}

.task-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

span.text-dark {
    color: black;
}

.reqField::after {
    content: " *";
    color: red;
}

.reqMandatoryField::before {
    content: "* ";
    color: red;
}

.avatar-circle {
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

select#dt-length-0 {
    margin-right: 10px;
}

.dt-length,
label {
    text-transform: capitalize;
}

.tableicons {
    cursor: pointer;
    font-size: 17px;
    color: #f99004;
}

i.bi.bi-eye.viewDetails {
    cursor: pointer;
    font-size: 20px;
    color: #007bff;
}

i.bi.bi-ticket-perforated.viewDetails {
    cursor: pointer;
    font-size: 19px;
}

i.bi.bi-people.cloneDetails {
    cursor: pointer;
    font-size: 19px;
    color: #2dce89;
}

i.bi.bi-trash.removeDetails {
    cursor: pointer;
    font-size: 17px;
    color: #f5365c;
    padding-top: 10px;
}

.editBtn {
    margin-top: 2.25px;
}

.delBtn {
    margin-top: 2.25px;
}

.statusbadge {
    padding: 10px 16px 6px 16px;
    height: 30px;
    text-align: center;
}

.vertical-line {
    border-left: 3px solid rgb(205, 205, 205);
    height: 50px;
    margin: 0 10px;
}

.card.boardCard {
    border-radius: 10px;
    border: 1px solid #cbc9c9;
}

.task-info {
    flex-grow: 1;
    text-align: left;
}

.ticket-info {
    flex: 1;
    margin: 10px;
}

a.mytask {
    text-decoration: none;
}

.mytask:hover {
    color: #004ffa;
}

.table.dataTable th.dt-type-numeric {
    text-align: left;
}

.table.dataTable th.dt-type-date {
    text-align: left;
}

.table.dataTable td.dt-type-numeric {
    text-align: left;
}

.table.dataTable td.dt-type-date {
    text-align: left;
}

.time_spent {
    font-weight: bold;
}

label[for="description"] {
    display: block;
}

textarea {
    width: 100%;
    resize: vertical;
    /* Allow vertical resizing */
}

label[for="start_date"] {
    display: block;
}

input[type="date"] {
    width: 100%;
}

.section-link {
    text-decoration: none;
    color: black;
    list-style: none;
}

.edit-form-container {
    background-color: #f6f7fb;
    padding: 15px;
    border-radius: 5px;
    border: 0.2px solid #ccc;
}

.save-btn {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
}

.edit-form-container {
    transition: height 0.3s ease-in-out;
}

.product-name {
    font-weight: bold;
    font-size: 14px;
}

.description {
    font-size: 12px;
    display: block;
    width: 60%;
}

.Product-Particulars {
    width: 280px;
}

.pricing {
    background-color: #ffffff;
    margin-right: 15px;
    justify-content: center;
    border-radius: 8px;
}

.role-permission {
    max-height: 450px;
    overflow-y: auto;
}

.user-permission-checkbox {
    max-height: 450px;
    overflow-y: auto;
}

/* .section-link.active h3 {
    font-weight: bold;
    color: #007bff;
    margin-bottom: 2px;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 4px;
} */
.conditionRow.card {
    background-color: #f6f7fb;
}

.removeConditionButton {
    cursor: pointer;
    font-size: 10px;
}

.Ruletext {
    font-size: 12px;
    font-weight: bold;
}

.no-text-decoration {
    text-decoration: none;
}

.custom-card-body .align-items-center {
    align-items: center;
}

.custom-card-body .align-center {
    align-items: center;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.tight-label {
    margin-bottom: 0.1rem;
}

.tight-input {
    margin-top: -0.1rem;
}

.invoicelabel {
    font-size: 11px;
    font-weight: bold;
}

.custom-card-style {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dash-btn {
    cursor: pointer;
    user-select: none;
}

.search-alert {
    color: red;
    margin-left: 20px;
    margin-bottom: 0px;
}

.search-box {
    padding-left: 20px;
    margin-bottom: 4px;
    margin-top: 1px;
}

select#dt-length-1 {
    margin-right: 10px;
}

.workflow-form {
    background-color: #f6f7fb;
    padding: 15px;
    border-radius: 5px;
    border: 0.2px solid #ccc;
}

#worklog-link {
    margin-left: 5px;
    margin-right: 5px;
}

/* Custom styles for active WorkLog badge */

.section-link.badge.badge-custom.active {
    border: 3px solid #4fcdec;
    padding: 7px 10px;
}

.section-link.badge.badge-custom-blue.active {
    border: 3px solid #4fcdec;
    padding: 7px 10px;
}

.scrollable-div {
    height: 350px;
}

.assi-btn {
    border: none !important;
}

.checkbox-label {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    align-items: center;
}

.checkbox-label input[type="checkbox"] {
    margin-right: 10px;
}

#setChecklist {
    font-size: 14px;
}

#additionalBox option {
    font-size: 14px !important;
}

.custom-font-size {
    font-size: 15px !important;
    /* Adjust the font size for the select options */
}

.custom-font-size option {
    font-size: 1rem;
    /* Adjust the font size of the options */
}

.card-body_dropdown {
    height: fit-content;
    padding-top: 10px;
}

.card-title_dropdown {
    font-size: 14px;
}

.rowDrop {
    padding: 0;
    margin: 5px;
    border-radius: 10px;
}

.rowDrop h6 {
    margin-left: 12px;
    margin-top: 25px;
}

.sidebar-content {
    padding-bottom: 45px;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-header {
    height: 64px !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #2dce89;
    outline: none;
}

.history-list,
.comments-list,
.worklog-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.history-list li,
.comments-list li,
.worklog-list li {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 0.5rem;
}

.history-list li strong,
.comments-list li strong,
.worklog-list li strong {
    color: #333;
}

.create-edit-invoice-btn-container {
    max-width: 300px;
    margin: 3px;
}

.selectorOpt {
    font-weight: bold;
    font-size: 18px"

}

#itemList {
    margin-left: 15px;
}

.sep-logo {
    width: 200px;
    margin-top: -10px;
}

.sidebar-header {
    display: flex;
    flex-direction: column;
}

.auth-sep-logo {
    filter: invert(1);
    margin-bottom: 5px;
    margin-left: 30px;
}

.reset-sep-logo {
    filter: invert(1);
    margin-bottom: 5px;
    margin-left: 200px;
    margin-top: 15px;
}

.reset-password-container {
    border-radius: 16px !important;
}

.reset-password-header {
    background-color: transparent !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
}


/* DASHBOARD ANALYTICS */
.analyticsContainer p {
    margin: 0;
}

.container {
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 25px;
}

.topPart {
    height: 30%;
    padding: 2px;
    display: flex;

}

.teamPerformance {
    width: 60%;
    height: 240px;
    margin-left: 15px;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 6px;
    color: white;
    border-radius: 5px;
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    background-color: #f36138;
    position: relative;

}

.teamPerformance::after {
    content: '';
    position: absolute;
    top: 0;
    right: 1.5px;
    width: 50%;
    height: 100%;
    background: url('/assets/dist/img/teamPerformance/image.png') no-repeat;
    background-size: cover;
    opacity: 0.6;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.teamPerformance h1 {
    margin-top: 8px;
}

.topPartCards {
    display: flex;
    column-gap: 15px;
    width: 40%;
    margin-left: 50px;
    padding-top: 5px;
}

.topPartCards div h5 {
    font-size: 0.9rem;
}

.priorityTask,
.topIssues {
    width: 50%;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
    height: 240px;
}

#chart8 {
    margin-bottom: 10px;
}

.keyMatrixBody {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
    column-gap: 10px;
    row-gap: 10px;
    font-size: 1.1rem;
}

.keyMatrixBodyTop {
    display: flex;
}

.keyMatrixBodyBottom {
    display: flex;
}

.keyMatrixCard {
    display: flex;
    column-gap: 10px;
    padding: 10px;
}

.keyMatrixCardTitle {
    padding-top: 4px;
}

.keyMatrixCount {
    font-size: 1.4rem;
    margin-right: 5px;
}

.keyMatrix {
    margin-left: 10px;
}

.keyMatrix h5 {
    margin-top: -5px;
    margin-bottom: 5px;
}

.priorityTask {
    padding-left: 10px;
}

.priorityTask h5,
.topIssues h5 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 550;
}

.priorityCount {
    font-size: 1.8rem;
    font-weight: 600;
}

.priorityStatus {
    font-size: 0.8rem;
}

.topIssues {
    padding-left: 10px;
}

.topIssuesBody {
    display: flex;
    flex-direction: column;
    padding: 5px;
    row-gap: 10px;
}

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


.summaryWeeklyTasks {
    margin-left: 20px;
    width: 65%;
    padding-left: 10px;
    padding-top: 18px;
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1);
}

.summaryWeeklyTasks h5 {
    font-size: 0.8rem;
    font-weight: 550;
    font-family: 'Odibee Sans ' !important;
}

.totaltaskGraph {
    margin-left: -5px;
    width: 70%;
    display: flex;
    column-gap: 10px;
    padding-left: 10px;


}

.totaltaskGraphCard {
    margin-top: 55px;
    width: 45%;
}

.totaltaskGraphCard h4 {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 100;
}

.totaltaskCount {
    font-size: 2.5rem;
    font-weight: 550;
    font-family: 'Odibee Sans' !important;
    margin-bottom: 30px !important;
}

.totaltaskWeekCount {
    color: grey;
    font-size: larger;
    margin-bottom: 0;
    font-family: 'Odibee Sans' !important;
}

.totaltaskDesc {
    margin-top: 0;
    color: grey;
    font-size: 0.8rem;
}

.barGraphContainer {
    width: 70%;
}

.bottomPart {
    display: flex;
    column-gap: 20px;
    height: 50%;
}

.taskTracker {
    display: flex;
    flex-direction: column;
    width: 42%;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1);
}

.taskTracker h5 {
    font-size: 0.8rem;
    font-weight: 550;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.numbersTrackCard h1 {
    margin: 0;
    font-weight: 550;
    font-size: 2.5rem;
    font-family: 'Odibee Sans' !important;
}

.numbersTrackCard h1 span {
    font-size: 0.9rem;
    font-weight: 100;
}

.numbersTrackCard p {
    margin: 0;
}

.graphTrack {
    height: 90%;
    padding: 20px;
    display: flex;
    column-gap: 20px;
    padding-left: 5px;
}

.statusInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding-top: 35px;

}

.statusInfo div h5 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 550;
}

.statusInfo div p {
    margin-top: 0;
    margin-bottom: 0;
    color: grey;

}

.statusGraph {
    width: 80%;
}

#resolvedTasks {
    color: rgb(90, 231, 90);
}

#leftTasks {
    color: grey;
}

#unresolvedTasks {
    color: red;
}

.accessdenied-container {
    height: 100vh;
}

.accessdenied-container h1 {
    color: #dc3545;
}

.accessdenied-container p {
    font-size: 1.5rem;
    color: gray;
}

.checklist-tasks-card {
    background-color: #f6f7fb;
    border-radius: 10px;
}

.remove-task {
    cursor: pointer;
}

.modal-body {
    word-wrap: break-word;
    white-space: normal;
}

.line-input {
    width: 100%;
    resize: vertical; 
    overflow-y: auto; 
    box-sizing: border-box;
}

.list-group-item.active {
        background-color: #e9ecef;
        color: #000;
        border-color: #e9ecef;
        font-weight: bold;
    }
    .modal-backdrop {
        opacity: 0.5 !important;
    }

/* Workflow details (viewworkflow) */
.wf-text-model {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12.8px;
    /* line-height: 100%; */
    letter-spacing: 0;
    vertical-align: middle;
    padding-top: 15px;
}

.fw-model-colon{
    padding-top: 15px !important;
}
.wf-text {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12.8px;
    /* line-height: 100%; */
    letter-spacing: 0;
    vertical-align: middle;
}
.wf-label {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}
.wf-tab {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}
.wf-rule-row {
    margin-bottom: 25px;
}
.wf-rule-row:last-child {
    margin-bottom: 0;
}
.wf-pointer {
    cursor: pointer;
}
.wf-edit-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.wf-modal-dialog {
    max-width: 1631px;
    width: 1200px;
    margin-left: 260px;
}
.wf-modal-content {
    height: 611px;
    overflow-y: auto;
}
.wf-modal-header-icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wf-modal-close {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.wf-hidden {
    display: none;
}
.wf-label-width {
    width: 150px;
    padding-top: 15px;
}
.wf-tab-btn {
    cursor: pointer;
    margin-bottom: -2px;
}
.wf-rule-list-col {
    width: 12%;
    flex: 0 0 18%;
    max-width: 12%;
}
.wf-rule-detail-col {
    width: 82%;
    flex: 0 0 82%;
    max-width: 82%;
}
.wf-empty-img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.wf-task-bullet {
    font-size: 6px;
    vertical-align: middle;
}
.wf-to-status-pad {
    padding-left: 55px;
}

@media (max-width: 1400px) {
    .wf-modal-dialog {
        width: calc(100% - 48px);
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .wf-modal-dialog {
        width: calc(100% - 32px);
        max-width: 100%;
        margin: 0 auto;
    }

    .wf-modal-content {
        height: auto;
        max-height: calc(100vh - 120px);
    }
}

@media (max-width: 576px) {
    .wf-modal-content {
        max-height: calc(100vh - 80px);
    }
}

#rule-list {
    border: 1px solid #e1e5ea;
    border-radius: 0;
    background: #fff;
}
#rule-list .list-group-item {
    border: 1px solid #e1e5ea;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 12px;
    color: #2b2f33;
}
#rule-list .list-group-item:first-child {
    border-top: 0;
}
#rule-list .list-group-item:last-child {
    border-bottom: 0;
}
#rule-list .list-group-item-action:hover {
    background-color: #f5f6f8;
    color: #000;
}
#rule-list .list-group-item.active {
    background-color: #e9ecef;
    color: #000;
    border-color: #e9ecef;
    font-weight: 400;
}

#userModal .modal-body {
    height: 650px;  
    overflow-y: auto;       
}
.status-filters {
    background: var(--bs-body-bg, #ffffff);
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    min-height: auto;
    padding: 16px 20px 18px;
}

.status-filters-message {
    color: #d9534f;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.status-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.status-filter-btn {
    border: 1px solid #cfd4da;
    background: #ffffff;
    color: #6c757d;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    line-height: 1.2;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.status-filter-btn:hover {
    background: #6c757d;
    border-color: #6c757d;
    color: #ffffff;
}

.status-filter-btn.is-active {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
}
