.form-control.form-control-solid {
    background-color: #f5f8fa !important;
    border-color: #f5f8fa !important;
    color: #5e6278 !important;
    transition: color 0.2s ease !important;
}

.dropdown.show>.form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
    background-color: #eef3f7 !important;
    border-color: #eef3f7 !important;
    color: #5e6278 !important;
    transition: color 0.2s ease, background-color 0.2s ease !important;
}

.area {
    box-sizing: border-box;
    box-shadow: 0px 0px 7px 0px #0000002b;
    border-radius: 30px;
    background: #f5f5f5;
}

.message {
    margin: 0px 22px 22px 22px;
}

.input-box {
    width: 90%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 0.4rem !important;
    border: 1px solid;
    background: #fbfbfb;
    margin: 0px 22px 0px 22px;
}

.link {
    margin-right: 30px;
}

.new-pwd {
    margin: 10px 22px 0px 22px;
}

.input-group-addon {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#kt_app_header {
    /* background-color: #254e58; */
    background-color: #021431;
}

.cardcolor {
    background-color: #e1ecfe;
    border-radius: 0.4rem !important;
}

.cardBoard {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    min-height: 130px;
    border-radius: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.cardheight {
    min-height: 300px;
}

@media (max-width: 991.98px) {
    /* .header {
      height: auto;
      align-items: center;
    }
    .header .header-offset {
      display: none;
    } */

    /* .header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
    } */

    .app-header-wrapper {
        background-color: #1e6a75;
        margin-left: -20px;
        margin-right: -20px;
    }

    .app-content {
        padding-top: 0px;
    }

    #kt_app_header_wrapper {
        position: absolute;
        top: calc(100% + 12px);
        right: 20px;
    }

    .app-header-logo {
        width: 100%;
        justify-content: space-between;
    }

    .modal-body {
        padding: 0px !important;
    }
}

.input-group .select2 .selection .select2-selection #select2-projectId-container {
    overflow: visible;
    margin-right: 20px;
}

.task-priority-high {
    background-color: red;
}

.task-priority-medium {
    background-color: orange;
}

.task-priority-low {
    background-color: green;
}

.icon-spacing {
    right: 40px;
}

.pointer {
    cursor: pointer;
}

.pointer a:hover {
    background-color: #ddd;
}

.remove-padding {
    padding: 10px !important;
}

.button-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.dropdown-select {
    top: 7px;
    right: 10px;
    /* z-index: 3; */
}

.scroll {
    max-height: 500px;
    overflow-y: auto;
}

/* .progress-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.progress {
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress:before,
.progress:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
}
.progress:after {
    border: 7px solid #e9e9ea;
    left: auto;
    right: 0;
}
.progress .progress-bar {
    box-shadow: none;
    border: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
}
.progress .progress-value {
    width: 70px;
    height: 35px;
    line-height: 27px;
    border-radius: 20px;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 2;
} */
.progress.orange:before {
    border: 7px solid #fe3b3b;
}

.progress.blue:before {
    border: 7px solid #1a4966;
}

.progress.green:before {
    border: 7px solid #53aa2c;
}

.progress.purple:before {
    border: 7px solid #66406f;
}

.progress.orange .progress-value {
    border: 5px solid #fe3b3b;
    color: #fe3b3b;
}

.progress.blue .progress-value {
    border: 5px solid #1a4966;
    color: #1a4966;
}

.progress.green .progress-value {
    border: 5px solid #53aa2c;
    color: #53aa2c;
}

.progress.purple .progress-value {
    border: 5px solid #66406f;
    color: #66406f;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.success-border {
    border-color: rgb(155 215 50);
    border-left: 6px solid rgb(155 215 50);
}

.error-border {
    border-color: rgb(233 40 65);
    border-left: 6px solid rgb(233 40 65);
}

.error-box {
    padding-right: 40px;
    border-color: rgb(233 40 65);
    border-left: 6px solid rgb(233 40 65);
}

.success-box {
    padding-right: 40px;
    border-color: rgb(155 215 50);
    border-left: 6px solid rgb(155 215 50);
}

.left-border {
    border-left: 5px solid #92bafb !important;
}

.table-radius {
    border-radius: 0.4rem !important;
}

table.table th,
table.table td {
    border-color: #f5f9ff;
}

.table-shadow {
    box-shadow: 0px 1px 8px 0px rgb(153 150 157 / 15%);
}

table.table th:first-child {
    border-top-left-radius: 0.4rem;
}

table.table th:last-child {
    border-top-right-radius: 0.4rem;
}

table.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0.4rem;
}

table.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.4rem;
}

table.table th {
    background-color: #cee0fd;
    border-color: #cee0fd;
}

.table.gy-5 td,
.table.gy-5 th {
    padding: 0.825rem 1.25rem;
}

/* .table.gy-5 td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
} */

.status-dropdown .btn.btn-task-status {
    padding: 0.5rem 0.75rem !important;
    font-size: 14px;
    font-weight: 600;
}

.bg-to-do,
.bg-not-started {
    background-color: #b4b4b8 !important;
}

.text-to-do,
.text-not-started {
    color: #b4b4b8 !important;
    font-weight: 600;
}

.bg-inprogress,
.bg-on-track {
    background-color: #295f98 !important;
}

.text-inprogress,
.text-on-track {
    color: #295f98 !important;
    font-weight: 600;
}

.bg-dev-done {
    background-color: #79ac78 !important;
}

.text-dev-done {
    color: #79ac78 !important;
    font-weight: 600;
}

.bg-testing {
    background-color: #de8f5f !important;
}

.text-testing {
    color: #de8f5f !important;
    font-weight: 600;
}

.bg-done,
.bg-finished {
    background-color: #618264 !important;
}

.text-done,
.text-finished {
    color: #618264 !important;
    font-weight: 600;
}

.bg-rejected,
.bg-at-risk {
    background-color: #b06161 !important;
}

.text-rejected,
.text-at-risk {
    color: #b06161 !important;
    font-weight: 600;
}

.bg-all {
    background-color: #897c87 !important;
}

.text-all {
    color: #897c87 !important;
    font-weight: 600;
}

.bg-re-open,
.bg-off-track {
    background-color: #dc8686 !important;
}

.text-re-open,
.text-off-track {
    color: #dc8686 !important;
    font-weight: 600;
}

.bg-duplicate,
.bg-discontinued {
    background-color: #52575d !important;
}

.text-duplicate,
.text-discontinued {
    color: #52575d !important;
    font-weight: 600;
}

.bg-deferred {
    background-color: #493628 !important;
}

.text-deferred {
    color: #493628 !important;
    font-weight: 600;
}

.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
    border-radius: 0.4rem;
}

.dropdown ul li a {
    display: block;
    /* border-radius: 5px !important; */
    text-align: left !important;
    /* color: white !important; */
    padding-left: 20px;
}

.dropdown ul li {
    margin-bottom: 5px;
    cursor: pointer;
}

.badge-purple {
    /* background-color: #f1d5eb; */
    background-color: #f1e9fb;
    border-radius: 0.4rem;
}

.text-purple {
    color: purple;
}

.accordion-button:not(.collapsed) {
    color: black;
}

.dropdown-menu {
    max-height: 200px !important;
    overflow: auto !important;
    /* overflow-y: auto;  */
    /* position: fixed !important; */
}

/* .select2-container {
    width: calc(100% + 10px) !important;
} */

.table-y {
    overflow-x: visible;
}

#kt_app_header {
    z-index: 9999;
}

.bg-user,
.bg-user:focus,
.bg-user:hover,
.bg-user.dropdown-item:focus,
.bg-user.dropdown-item:hover {
    color: var(--bs-dropdown-link-color);
    /* background-color: #0D9276 !important; */
}

.modal-top {
    /* margin-top: 90px; */
    top: 90px;
}

/* .btn.btn-primary {
    color: #333;
} */

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs):not(.btn-icon) {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.btn.btn-shadow {
    background-color: white;
    box-shadow: 0px 1px 8px 0px rgb(153 150 157 / 15%);
}

#kt_app_sidebar {
    background-color: #fff;
}

#kt_app_content_container {
    padding-left: 20px !important;
}

body {
    background-color: #5e454b11 !important;
}

.tableRow {
    cursor: grabbing;
}

.table tbody tr td {
    transition: all 0.2s ease;
}

.table:hover tbody tr:hover td {
    /* background-color: rgb(178, 211, 190, 0.5); */
    /* font-size: large; */
    /* border-left: 5px solid rgb(178, 211, 190, 1) !important; */
    /* background-color: rgba(178, 211, 190, 0.2); */
    background-color: #f5f9ff;
    transition: all 0.2s ease;
    /* font-style: oblique; */
}

/* .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(178, 211, 190, 1.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(178, 211, 190, 1.5);
}

.form-select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(178, 211, 190, 1.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(178, 211, 190, 1.5);
} */

.form-control:focus,
.form-select:focus {
    /* box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); */
    box-shadow: 0 0 0 0.25rem #e1ecfe;
}

.btn.btn-primary:focus,
.btn.btn-primary:focus-visible {
    box-shadow: 0 0 0 0.25rem #cee0fd !important;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:focus-visible {
    box-shadow: 0 0 0 0.25rem #f0f0f0 !important;
}

.text-hidden {
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 75%; */
    max-width: 75%;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cardminheight {
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.project-item:hover {
    background-color: #f5f9ff;
    cursor: pointer;
    /* margin-right: 15px; */
}

.project-item.selected {
    background-color: #f5f9ff;
    /* margin-right: 15px; */
}

#kt_activities_body {
    max-height: calc(100% - 150px);
    overflow-y: scroll;
}

.select2 span span span {
    padding-right: 20px;
}

.cardheight {
    scrollbar-width: auto;
}

.bg-progress-color {
    background-color: #50b498;
}

.bg-progress-light-color {
    background-color: #9cdba6;
}

/* .comment-item .comment-buttons {
    display: none;
}

.comment-item:hover .comment-buttons {
    display: inline-block;
} */

.text-update {
    color: #4f6f52;
}

.dropdown-toggle {
    min-width: 140px;
}

.task-nav .nav {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.05);
}

#kt_chat_messenger #kt_chat_messenger_footer small:has(label:empty) {
    display: none;
}

table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 1.25rem;
}

.form-control.form-control-solid {
    min-height: 43px;
}

.btn-disable.btn.dropdown-toggle::after {
    content: unset;
}

.user-circle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    /* margin-right: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .btn.btn-user.dropdown-toggle {
    width: 100%;
} */
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline).btn-user {
    padding: 8px 12px;
    box-shadow: 0px 1px 8px 0px rgb(153 150 157 / 15%);
    /* box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05); */
    background-color: #fff;
    /* margin: 3px 0; */
}

.bug-video-play-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #085deb;
}

.bg-login {
    position: relative;
    background-image: url("../media/auth/planzo-login.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-color: white;
}

.bg-login::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: -20rem;
    height: calc(100% + 10rem);
    width: 40rem;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    box-shadow: -1rem 0 10rem rgba(0, 0, 0, 0.075);
}

.pass-eye {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.z-9 {
    z-index: 9;
}

.table-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    right: 60px;
    top: 15px;
}

.dropdown-menu:has(.daily-task-flex) {
    max-width: 200px;
    min-width: auto;
}

.view-task-body {
    max-height: calc(100vh - 230px);
    overflow-y: scroll;
}

.gap-10 {
    gap: 10px;
}

.daily-task-flex {
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.labels {
    display: flex;
    margin: 0.5rem 0.5rem 0px 0.5rem;
    flex-wrap: wrap;
    gap: 3px;
}

table.table-bordered.dataTable td {
    padding-top: 3px;
    padding-bottom: 3px;
}

#select2-assignee-results {
    scrollbar-width: auto;
}

.options-scroll {
    scrollbar-width: auto;
}   

.ck-editor__editable_inline {
    max-height: 200px !important;
    overflow-y: auto !important;
    scrollbar-width: auto;
}