.h-auto-vh {
    height: 100vh !important;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* blurred Background start */
.blurred-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    /* Adjust the alpha (fourth value) for the desired level of transparency */
    backdrop-filter: blur(5px);
    /* Adjust the blur amount as needed */
    z-index: 9999;
    /* Adjust the z-index to ensure it appears on top of other elements */
    display: flex;
    justify-content: center;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #f9f9f9 #f9f9f9;
}

p.model-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--light-black);
    padding-top: 14px;
    text-transform: capitalize;
}

.close-model {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

.dialog-fullscreen .modal-default {
    width: 100% !important;
    height: 100% !important;
}

.loader {
    display: flex;
    align-items: center;
    gap: 3px;
}

.bar {
    display: inline-block;
    width: 2px;
    height: 2px;
    /* Default height */
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    animation: scale-up4 1s linear infinite;
}

.bar:nth-child(2) {
    height: 4px;
    animation-delay: 0.1s;
}

.bar:nth-child(3) {
    height: 6px;
    animation-delay: 0.2s;
}

.bar:nth-child(4) {
    height: 8px;
    animation-delay: 0.3s;
}

.bar:nth-child(5) {
    height: 10px;
    animation-delay: 0.4s;
}

.bar:nth-child(6) {
    height: 12px;
    animation-delay: 0.5s;
}

.back-btn-con {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #fff;
}


.bar:nth-child(7) {
    height: 14px;
    animation-delay: 0.6s;
}

.bar:nth-child(8) {
    height: 16px;
    animation-delay: 0.7s;
}

.bar:nth-child(9) {
    height: 16px;
    animation-delay: 0.8s;
}

.bar:nth-child(10) {
    height: 14px;
    animation-delay: 0.9s;
}

.bar:nth-child(11) {
    height: 12px;
    animation-delay: 0.9s;
}

.bar:nth-child(12) {
    height: 10px;
    animation-delay: 0.9s;
}

.bar:nth-child(13) {
    height: 8px;
    animation-delay: 0.9s;
}

.bar:nth-child(14) {
    height: 6px;
    animation-delay: 0.9s;
}

.bar:nth-child(15) {
    height: 4px;
    animation-delay: 0.9s;
}

.bar:nth-child(16) {
    height: 2px;
    animation-delay: 0.9s;
}

@keyframes scale-up4 {
    20% {
        background-color: #0DACA2;
        ;
        transform: scaleY(1.5);
    }

    40% {
        transform: scaleY(1);
    }
}


.model-header {
    border-bottom: 1px solid #C1C1C1 !important;
}

/* blurred Background start */

.alert-button-group.sc-ion-alert-md {
    justify-content: space-around;
}

.thumbsup-body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.profile-page {
    display: none;
}

.centered-container {
    text-align: center;
    width: 400px;
    padding: 20px;
    border-radius: 10px;
}

.custom-border-grey {
    border: 1px solid rgba(125, 123, 123, 0.2);
}


.centered-container.with_shadow {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.centered-container p {
    color: #191C25;
    font-size: 18px;

}

#reject-btn-page textarea {
    min-height: 116px;
    font: revert;
    width: 100%;
    resize: none;
    padding: 10px;
    border-radius: 10px;
}



.cancel-yes-btn button {
    padding: 15px 0;
    width: 44%;
    border-radius: 10px;
    margin: 0px 10px;
    margin-top: 20px;
    background: none;
    font-size: 18px;

}


button.yes-btn {
    background-color: #0DACA2;
    color: #ffffff;
}

button.cancel-btn {
    color: #191C25;
    border: 1px solid #191C25;
}

.approval-status {
    border: 1px solid #DCDBDD;
    border-radius: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    /* gap: 10px; */
    padding: 10px;
    align-items: center;
}

.grid-container>div {
    /* text-align: center; */
    /* padding: 20px 0; */
    font-size: 12px;
}

.quick-graph {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.quick-graph .quick {
    width: 60%;
}

.quick-graph .graph {
    width: 100%;
}

.item1 {
    grid-column: 1 /5;
}

button.item2 {
    color: #FF5162;
    background-color: #FFEEEF;
}

.approval-status button {
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 9px;
}

button.item3 {
    background-color: #D6FFEB;
    color: #0DBE65;
}

.approval-btn button {
    margin: 0 5px;
    width: 44%;
}

.aprroved-status h6 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.aprroved-status p {
    padding: 0;
    margin: 0;
    font-size: 10px;
}

.aprroved-status span p {
    font-size: 8px;
    padding: 0 5px;
}


.aprroved-status p span.approveby {
    color: #0DBE65;
    font-weight: bold;
}

.aprroved-status p span.rejectby {
    color: #FF5162;
    font-weight: bold;
}

.mob-header,
.sidebar-mob-hide,
.quick-stat-mob,
.desktop-taskrightbar,
.desktop-subtask,
.desktop-subtask-container {
    display: block;
}

.quick-desktop {
    display: grid;
}

.mob-dashboard-overall-section,
.mobile-menu,
.mob-breadcrump,
.mob-taskrightbar,
.mobile-subtask,
.mobile-subtask-container,
.comment-section,
.filter-image,
.waiting-for-aproval,
.quick-mob,
.nav_desktop_hidden {
    display: none;
}

/* .mychat_box {

    overflow-y: scroll;
} */

.optionbtnsection .dropbtn {
    color: #000;
    padding: 10px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    background-color: #00000000;
}

.preview-container {
    background-color: #fff;
    width: 270px;
    /* height: 322px; */
    position: absolute;
    bottom: 42px;
    border: 2px solid #DCDBDD;
    margin-bottom: 15px;
}

.preview-image {
    padding: 3rem, 2rem;
}

.deznav {
    height: calc(100% - 90px) !important;
    padding-top: 20px !important;
}


/* .preview-container .preview-thumbnail {
    border-top: 2px solid #707070;
    margin-top: 25%;
} */

.preview-container .thumbnail-image {
    padding: 10px;
}

.profile-edit-icon {
    width: 20px;
    height: 20px;
    background-color: #0DACA2;
    border-radius: 50%;
    position: absolute;
    top: 65px;
    left: 183px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.preview-container .close-btn {
    position: absolute;
    right: 5px;
    top: 0;
    background: none;
}

.preview-container .close-btn button {
    background: none;
    color: #000;
    font-size: 20px;
}

.reject-content .close-btn button {
    background: none;
    color: #000;
    font-size: 35px;
}

.day-wise-popup-heading {
    font-size: 16px;
    color: #191C25;
    font-weight: 500;
}

.day-wise-popup-container .employee-table.task-report-table-grid {
    display: grid;
    grid-template-columns: 50px 50px 50px 50px 50px 50px;
    text-align: left;
    gap: 10px;
    border: 1px solid #F9F9F9;
}

.day-wise-popup-container .employee-table.task-report-table-grid .task-table-data {
    min-height: 15px;
}

.day-wise-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reject-content .close-btn {
    text-align: right;
}

.optionbtnsection .dropdown {
    float: right;
    position: relative;
    display: inline-block;
}


.optionbtnsection .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    overflow: visible;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    z-index: 1;
}

.optionbtnsection .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.optionbtnsection .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 130px;
    overflow: visible;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    z-index: 1;
}

.optionbtnsection .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

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

.optionbtnsection .show {
    display: block;
}

.dropname {
    font-size: 14px;
}

.dropname span {
    color: #8A93A5;
}

.active-submenu {
    color: blue !important;
}

.tick-icon {
    color: blue;
}

.preview-bg {
    background-color: #00000069;
}

/* chat time in mob  */

.task_details_chat_time {
    position: relative;
    border: 1px solid #f4f4f8 !important;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #dbdbdb;
    border-radius: 18px;
    width: 20%;
    margin: 0px auto 15px auto;
    text-align: center;
    padding: 7px 0px;
}

.task_details_chat_time::before,
.task_details_chat_time::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: #f4f4f8;
    width: 100vh;
    transition: background-color 0.3s ease;
}

.task_details_chat_time::before {
    left: 0;
    transform: translateX(-100%);
}

.task_details_chat_time::after {
    right: 0;
    transform: translateX(100%);
}

/* Responsive design start  */


/* image previewer start */

.previewer-container {
    width: 400px;
    height: 400px;
    background-color: #2A2A2A;
    position: absolute;
    z-index: 1;
    bottom: 0;
    text-align: center;

}

.close-preview-img {
    font-size: 20px;
    background: none;
    color: #fff;
    position: absolute;
    right: 0;
    padding: 10px 20px 0 0;
}

.clicked-image-preview {
    width: 400px;
    height: 350px;
    padding: 20px;
    border-bottom: 1px solid #707070;
}

.thumbmnail-image {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    align-items: center;

}

.thumbmnail-image .tasks_feedback_cus_images {
    width: auto;
    display: flex;
}

.thumbmnail-image .input-group-append {
    border: none !important;
}

.previewer-container .tasks_feedback_cus_images .tasks_feedback_cus_images_img {
    float: left;
    height: auto;
    margin-right: 7px;
}

img.thumb-image {
    width: 50px;
    height: auto;

    border-radius: 0%;
}

.dashboard-scroll {
    /* overflow-y: scroll; */
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}

.dashboard-scroll::-webkit-scrollbar {
    width: 3px;
}

.dashboard-scroll::-webkit-scrollbar-thumb {
    background-color: #8A93A5;
}

.dashboard-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* image previewer end */

/* breadcrumb section  */

.back-btn {
    display: none;
}


.sub-search-filter-container {
    display: flex;
    gap: 10px;
    margin: 10px 8px;
    justify-content: space-between;
    align-items: start;

}

.sub-search-filter-container .input-group {
    background-color: #F4F4F8 !important;
    padding-right: 15px;
    color: #F4F4F8 !important;
    border-radius: 10px;
    align-items: center;
    height: 45px;
}

.sub-search-filter-container .input-group-text,
.sub-search-filter-container .form-control {
    background-color: #F4F4F8 !important;
    border-radius: 10px;

}

.sub-filter-container {
    display: grid;
    grid-template-columns: auto auto;
    background-color: #8A93A5;
    border-radius: 10px;
    align-items: center;
    padding: 0 10px;
    gap: 5px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: capitalize;
    height: 40px;
}

.sub-filter-container img {
    width: 15px;
    height: 15px;
}

.filter-header {
    font-size: 20px;
    color: #191C25;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 0 20px;
    align-items: center;
    text-transform: capitalize;
}

.filter-left-side {
    text-transform: capitalize;
    font-size: 14px;
    color: #262626;
    background-color: #F4F4F8;
    font-weight: 400;
}

.filter-checkbox-grid-container {
    display: grid;
    grid-template-columns: 144px auto;
    height: 350px;
}

.filter-right-side {
    text-align: left;
    text-transform: capitalize;
}

.filter-right-wrapper {
    padding: 0px 20px;
}

.filter-checkbox-header {
    font-size: 16px;
}

.filter-overall-wrapper ion-checkbox {
    --size: 12px;
    --checkbox-background-checked: #FF3F56;
}

.filter-overall-wrapper ion-checkbox::part(container) {
    border-radius: 1px;
    border: 1px solid #262626;
}

.filter-overall-wrapper ion-checkbox:checked::part(container) {
    border: none;
}

.filter-list {
    padding: 5px 0;
    font-size: 14px;
}

.all-site .filter-list {
    text-transform: uppercase;
}

.all-department .filter-list {
    text-transform: capitalize;
}

.filter-left-name {
    border-bottom: 1px solid #8A93A5;
    padding: 0 20px;

}

.filter-left-name-bg-color {
    background-color: #0DACA2;
    color: #fff;
}

.filtered-count {
    border-radius: 50px;
    background-color: #FF5162;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
}

.filter-left-side div {
    padding: 8px 10px;
    text-align: left;
    display: grid;
    grid-template-columns: 90px auto;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.filter-overall-wrapper .centered-container {
    padding: 0;
}

.profile-page-1 {
    display: block;
    padding: 10px 0 5px 0;
}

.profile-page-1 p {
    padding: 0;
    margin: 0;
}

.profile-page-1 .breadcrumb-section .breadcrumb-dashboard,
.profile-page-1 .breadcrumb-section .breadcrumb-name {
    font-size: 12px;
}

.profile-page-1 .breadcrumb-section .breadcrumb-dashboard {
    color: #8A93A5;
    cursor: pointer;
}

.profile-page-1 .breadcrumb-section .breadcrumb-name {
    color: #191C25;
    cursor: pointer;
    font-weight: 500;
}

.task-report-page .card {
    width: 100%;
    padding: 10px;
    height: 56vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.back-btn-1 {
    display: block;
    font-size: 22px;
    cursor: pointer;
}

.card.task-filter-card {
    height: 79vh;
}

.task-report-page .cardpdf {
    width: max-content;
    height: max-content;
}

.task-list.card {
    height: 88vh !important;
}

.task-report-page.content-body {
    padding-left: 30px;
}

.task-report-page.task-report-overview-page .card {
    padding: 0px !important;
}


.task-report-overview-page .task-back-btn {
    width: 100%;
    padding: 10px 0 0 10px;
}

.task-overview-table-container {
    /* width: 972px; */
    /* min-height: 275px; */
    box-shadow: 0px 3px 20px #0000000F;
    border-radius: 10px;
    padding: 0 10px 0 0;
}

.task-overview-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.task-check-overview-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task-desgination-name,
.breadcrumb-dashboard {
    font-size: 16px;
    color: #191C25;
    font-weight: 500;
}

.view-task-desgination-name {
    color: #fff;
}

.task-title-name {
    color: #8A93A5;
    font-size: 12px;
}

.feeback-view-all {
    color: #FF9A44;
    cursor: pointer;
}

.day-wise-popup-container .card {
    height: auto;
}

.day-wise-popup-container .card .task_details_chat_time {
    width: 30%;

}

.day-wise-popup-container .mb-3 {
    margin-bottom: 3rem !important;
}

.day-wise-popup-container .mychat_box {
    height: 330px;
    overflow: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
}

.day-wise-popup-container .mychat_box_submit_approval_fixed {
    width: 92%;
}

.day-wise-popup-container .message-box {
    margin-right: 8px;
}

.day-wise-popup-container .rounded {
    border-radius: 50% !important;
}

.label-name {
    color: #8A93A5;
    font-size: 14px;
    text-transform: capitalize;
}

.task-overview-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.task-overview-profile-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.print,
.download,
.submit {
    width: 184px;
    height: 60px;
    border-radius: 6px;
    text-transform: capitalize;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.print {
    border: 1px solid #191C25;
    background-color: #fff;
    color: #191C25;
}

.download {
    background-color: #FF9A44;
    color: #fff;
}

.submit {
    background-color: #0DACA2;
    color: #fff;
}

.task-report-btn-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 20px;
}

.task-report-page a:hover {
    color: #fff;
    text-decoration: none;
}

.task-inner-head {
    font-size: 14px;
    color: #22263D;
}

.task-report-btn-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.task-report-dropdown-container select {
    background-color: #F4F4F8;
    height: 54px;
    width: 100%;
    border-radius: 6px;
    border: none;
    padding: 10px;
    background-image: url('/assets/images/dropdown.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    appearance: none;
    color: #8A93A5;
}


.task-report-heading {
    font-size: 21px;
    padding-bottom: 20px;
    font-weight: 500;
    color: #22263D;
}

.task-report-dropdown-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 25px;

}

.task-btn {
    height: 24px;
    min-width: 60px;
    background-color: #fff;
    font-size: 10px;
    border-radius: 6px;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.task-view-btn {
    color: #58BBF7;
    border: 1px solid #58BBF7;
}

.task-print-btn {
    color: #FF9A44;
    border: 1px solid #FF9A44;
}

.site-superior-details {
    display: grid;
    grid-template-columns: auto auto auto;
    /* padding: 30px 20px 15px 20px; */
    padding: 15px 20px;
    gap: 13px;
}

.employee-list-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-superior-details .task-overview-profile-container {
    align-items: normal !important;
}

.task-desgination-feedback {
    font-size: 11px;
    font-weight: 500;
}

.site-details-container {
    border: 1px solid #ECEAEE;
    border-radius: 10px;
    margin: 0 2px 0 3px;
    background-color: #fff;
}

.view-site-details-container {
    background-color: #002760;
    border: 1px solid #002760;
}

.task-home-chart-section {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 15px;
    padding: 0 20px;
    height: auto;
}

.detail-view .task-home-chart-section {
    grid-template-columns: 300px auto !important;
}

.day-wise-popup-container .task-home-chart-section {
    padding: 0;
    display: block;
}

.day-wise-table-container {
    max-height: 300px;
    scrollbar-width: thin;
}



.day-wise-table-container table,
.day-wise-table-container th,
.day-wise-table-container td {
    border: 1px solid #F9F9F9;
    border-collapse: collapse;
    text-align: left;

}

.day-wise-table-container th,
.day-wise-table-container td {
    min-width: 60px;
    padding: 5px;
}

.employee-view-container .task-home-chart-section {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
    padding: 0 20px;
}

.department-bg-color {
    background-color: #58BBF7;
    border-radius: 10px;
}

.common-view-toggle {
    background-color: #fff;
}

.site-overview-table-view {
    color: #fff;
    background: linear-gradient(#8D86E3, #8E1584);
    animation: blurr 2s;
    animation-iteration-count: infinite;
    min-width: 50px;
    width: max-content;
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
    cursor: pointer;
}

@keyframes blurr {

    0%,
    100% {
        box-shadow: 0 0 10px #8E1584;
    }

    50% {
        box-shadow: 0 0 10px #8D86E3;
    }
}

.performance-chart,
.home-overview {
    padding: 15px;
}

.performance-chart {
    display: grid;
    grid-template-columns: auto 85px;
}

@-moz-document url-prefix() {
    .performance-chart {
        grid-template-columns: auto 110px;
        /* Adjusted template for Firefox */
    }

    .input-group {
        flex-wrap: nowrap;
    }
}

.overview-table-content {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

th,
td {
    /* padding-right: 10px !important;   */
    white-space: nowrap !important;
}

.task-report-table-grid {
    display: grid;
    grid-template-columns: repeat(9, 100px);
    overflow: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    /* scrollbar-color: #f9f9f9 #f9f9f9; */
    padding: 0 10px 0 10px;
    margin: 0 10px 0 0;
}

.task-type-table.task-report-table-grid {
    display: grid;
    grid-template-columns: 73px 54px 120px 136px 125px 56px 56px;
}

.employee-table.task-report-table-grid {
    grid-template-columns: 110px 160px 90px 100px 90px 100px 80px 80px 100px 80px 95px 95px 95px 80px 40px;
}

.employee-table.task-report-table-grid .task-table-data {
    min-height: 46px;
}

.task-home-chart-section.table-mark {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px
}

.task-home-chart-section.table-mark-pdf {
    display: grid;
    grid-template-columns: auto;
    gap: 10px
}

.task-type-table.task-report-table-grid {
    text-align: center;
}

.bread-crump-row .bread-col2 {
    max-width: 100% !important;
    display: flex;
    justify-content: end !important;
}

.selected-task-view {
    background-color: #F4F4F8;
    border-radius: 4px;
    height: 24px;
    margin: 0 20px 20px 20px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}


.task-table-data {
    color: #191C25;
    font-weight: 500;
    padding-bottom: 10px;
}

.task-table-row-heading {
    font-size: 12px;
    font-weight: 500;
}

.task-table-row-target {
    color: #FF5162;
}

.task-table-row-achieved {
    color: #FF9A44;
}

.task-table-row-performance {
    color: #58BBF7;
}

.task-table-row-y {
    color: #0DBE65;
}

.task-table-row-c {
    color: #0DACA2;
}

.task-table-column-heading {
    font-size: 11px;
    color: #8A93A5;
    width: fit-content;
    white-space: nowrap;
}

.overview-name {
    font-size: 14px;
    color: #191C25;
    font-weight: 500;
}

.overview-table {
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 6px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #8A93A5 #f9f9f9;
}

.performance-chart {
    height: auto;
}

.performance-chart,
.home-overview {
    /* border: 1px solid #1a1aa8; */
    border: 1px solid #F4F4F8;
    border-radius: 6px;
    margin-bottom: 15px;
}

.performance-chart .performance-percent {
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    padding-top: 10px;
}

.radial-bar-chart {
    margin-top: -25px;
}

.performance-percent-name {
    color: #8A93A5;
    font-size: 10px;
}

.performance-checklist {
    display: flex;
    gap: 8px;
}

.view-performance-checklist {
    background-color: #fff;
}

.performance-name {
    color: #191C25;
    font-size: 14px;
}

.performance-checklist img {
    width: 15px;
    height: 15px;
}

.performance-chart .performance-percent.performance-percent-green {
    color: #0DBE65;
}


.performance-chart .performance-percent.performance-percent-orange {
    color: #FF9A44;
}

/* circle */
.circle-container {
    position: relative;
    width: 60px;
    height: 60px;
}

.circle-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.circular-chart {
    position: absolute;
    top: 0;
    left: 0;
    /* Rotating to start the progress from the top */
}

.highlighted-text {
    color: #0DACA2 !important;
    font-weight: bold !important;
}


.circle-bg {
    fill: none;
    /* stroke: #e6e6e6; */
    stroke-width: 2.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: butt;
}

/* circle */


.task-down-btn {
    height: 24px;
    width: 24px;
    border-radius: 6px;
    border: 1px solid #0DACA2;
    background-color: #fff;
    cursor: pointer;
}

.chart-short-name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.chart-short-name-box {
    width: 14px;
    height: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.chart-short-name-box-color-c {
    background-color: #58BBF7;
}

.chart-short-name-box-color-y {
    background-color: #A871EB;
}

.chart-short-name-box-color-m {
    background-color: #0DBE65;
}

.chart-short-name-box-color-w {
    background-color: #FF5162;
}

.chart-short-name-box-color-d {
    background-color: #FF9A44;
}

.task-report-form-field {
    width: 220px;
}

.paddingLeft {
    padding-left: 30px;
}

.profile-pic {
    aspect-ratio: 1/1;
}

a.styled-link:link,
a.styled-link:visited {
    color: #3d4465;
    text-decoration: none;
}

a.styled-link:hover,
a.styled-link:active {
    color: #0DACA2;
    text-decoration: none;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {

    .back-btn-con {
        top: 70px;
    }

    .paddingLeft {
        padding-left: 0px;
    }

    .task-report-page.content-body {
        padding: 0;
    }

    .profile-page {
        display: block;
        padding: 10px 0 5px 0;
    }

    .profile-page p {
        padding: 0;
        margin: 0;
    }

    .breadcrumb-section .breadcrumb-dashboard,
    .breadcrumb-section .breadcrumb-name {
        font-size: 16px;
    }


    .mob-logout-btn {
        background-color: #D3F1EE;
        color: #191C25;
        padding: 14px 60px;
        border-radius: 10px;
        margin-top: 30px;
    }

    .breadcrumb-section .breadcrumb-dashboard {
        color: #8A93A5;
        cursor: pointer;
    }

    .breadcrumb-section .breadcrumb-name {
        color: #191C25;
        cursor: pointer;
    }

    .back-btn {
        display: block;
        font-size: 22px;
        cursor: pointer;
    }
}

@media only screen and (min-width: 476px) and (max-width: 480px) {
    .task-report-btn-container {
        display: grid !important;
        padding-top: 20px;
    }

    .task-detail-filter.task-home-chart-section.table-mark {
        display: block !important;
    }


}

@media only screen and (min-width: 320px) and (max-width: 420px) {

    /*.bot-nav-name {
        color: #fff;
        display: none;
    }*/

    .bottom-nav .grid-item {
        padding: 15px 0 15px 0 !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {

    .mob-cl .mob-overdue-griddiv {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 5px
    }
}

@media only screen and (min-width: 560px) and (max-width: 768px) {

    .mob-cl .mob-overdue-griddiv {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 5px
    }

    .audio .tasks_feedback_img_right {
        width: 55%;
    }

    .audio .tasks_questions {
        width: 60%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {

    .mob-cl .mob-overdue-griddiv {
        display: grid;
        grid-template-columns: auto auto auto;
        column-gap: 5px
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .task-home-chart-section.table-mark {
        grid-template-columns: auto;
    }

    /*.bot-nav-name {
        color: #fff;
        display: none;
    }*/

    /* sigin start */
    .welcome-side .auth-form {
        padding: 10px 20px 5px 20px;
    }

    /* signin end */
    .mob-cl .overdue_col_blocks {
        width: 100;
    }

    .site-superior-details {
        grid-template-columns: auto auto auto;
        gap: 13px;
    }

    .task-report-btn-wrapper {
        position: static;
        padding-bottom: 0;
    }

    .print,
    .download,
    .submit {
        width: 110px;
        height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }


    .submit {
        margin-bottom: 0px;
    }

    .task-report-dropdown-wrapper,
    .task-report-btn-container,
    .task-home-chart-section,
    .detail-view .task-home-chart-section {
        display: block;
    }

    .task-report-btn-container {
        position: relative;
    }

    .task-report-page.content-body {
        padding-left: 10px;
    }

    .task-report-dropdown-wrapper {
        overflow: scroll;
    }



    .task-report-form-field {
        width: 100%;
    }

    .task-report-form-field-wrapper {
        padding-bottom: 10px;
    }

    /* signin page start */

    .welcome-side {
        position: fixed;
        width: 100%;
        bottom: 0px;
    }


    .welcome-side .auth-form {
        padding: 10px 20px 5px 20px;
    }

    .mob-welcome-content {
        margin-bottom: 50px;
    }

    .welcome-side .mt-4,
    .welcome-side .mt-2 {
        margin: 0px;
        padding: 0px;
    }

    .mobile-form .col-md-6 {
        padding: 0px !important;
    }

    .mobile-form .col-md-12 {
        padding: 0;
    }

    .login_bg {
        background: none !important;
    }

    .mobile-bg {
        background: url(../images/mobile-bg.svg) #0daca2 !important;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .auth-form {
        padding: 100px 40px 130px 40px;
    }

    .welcome-side .auth-form {
        padding: 10px 20px 5px 20px;
    }

    /* signin page end */


    .mob-taskrightbar,
    .mobile-subtask,
    .mobile-subtask-container,
    .comment-section,
    .filter-image,
    .waiting-for-aproval {
        display: block;
        padding: 10px 0 5px 0;
    }

    /* .tasks_questions {
        width: 95%;

    } */

    .mychat_box_submit_approval_fixed {
        position: absolute;
        width: 98%;
        height: auto;
        bottom: 20px;
        background: #fff;
        display: flex;
        padding: 20px 15px 0 15px !important;
        z-index: 0;
    }


    .task_details_chat_time {
        width: 30%;
    }

    .mychat_box {
        padding: 0px;
        position: static;
    }

    .task_details {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: baseline;
    }

    .task_details_head {
        width: 50%;
        height: auto;
        color: #191C25 !important;
    }

    h3.mb-0.text-black.fs-14.font-w800 {
        width: 50%;
    }

    .approvebtn-mob {
        padding-top: 10px;
    }

    button.reject {
        color: #FF5162;
        background-color: #FFEEEF;
        padding: 10px 17px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0);
        margin-right: 15px;
        font-weight: bold;
    }

    .approval_status_msg {
        width: 100%;
        height: auto;
        float: none;
        padding: 0 0 15px 0;
        font-weight: bold;
    }


    .approval_status {
        padding: 10px 5px 10px 15px !important;
        margin-bottom: 0.5rem;
    }

    button.approve {
        color: #0DBE65;
        background-color: #D6FFEB;
        padding: 10px 17px;
        border-radius: 10px;
        border: 1px solid #0dbe6500;
        margin-right: 10px;
    }

    .waiting-for-aproval {
        background-color: #F4F4F8;
        border-radius: 10px;
        margin-top: 10px;
    }

    .waiting-for-aproval span {
        font-weight: bold;
        color: #FF9A44;
    }

    .approval_status_btn {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
    }

    .mychat_box {
        padding: 10px;
        /* overflow-y: visible; */
        margin-bottom: 20px;
    }

    .Mychat_col_blocks .card {
        padding: 10px;
    }


    .mob-search,
    .desktop-taskrightbar,
    .desktop-subtask,
    .desktop-subtask-container {
        display: none;
    }

    .mob-card-sub .card_sections {
        display: flex;
        align-items: center;
    }


    .filter-image {
        width: 23%;
        padding: 12px 10px;
        border-radius: 10px;
        background-color: #8A93A5;
        color: #fff;
    }

    .mob-card-sub .card_sections .search-area {
        width: 75% !important;
        background-color: #F4F4F8;
    }

    .mob-card-sub.content-body .container-fluid {
        padding-right: 0px;
    }

    .mob-card-sub.card {
        border-radius: 0px !important;

    }


    .main-task-content-mob {
        width: 50%;
    }

    .main-task-content-mob img {
        width: 20px;
        height: 20px;
    }

    .mob-task-title {
        font-size: 12px;
        padding-left: 2px;
    }

    .mob-search {
        padding: 5px 10px 5px 10px !important;
    }

    .mob-search::placeholder {
        background-color: #F4F4F8 !important;
    }


    .mob-search-left {
        display: none;
    }

    .logout {
        margin-top: 30% !important;
        color: #8A93A5;
    }

    .copyright_info,
    .welcome-img,
    .footer {
        display: none;
    }



    .login_right {
        padding-top: 20px !important;
        background: #fff;
        border-radius: 80px 0px 0px 0px;
    }

    .authincation-content {
        padding: 0px;
    }


    /* Home page start */
    .overdue_col_blocks {
        width: 100%;
    }

    .alert {
        border-radius: 5px;
    }

    .dashboard_col_blocks {
        width: 50%;
    }

    .mobile-dashboard_col_blocks.dashboard_col_blocks {
        width: 100% !important;
    }


    .deznav .metismenu>li.mm-active>a {
        color: #0DACA2;
        background: #D3F1EE;
        border-radius: 14px !important;
        width: 94%;
        margin: 0% 3%;
    }


    /* Home page end */



    /* profile start */



    .mob-profile-section .mob-profile-name a {
        color: #191C25 !important;
        font-size: 25px;
    }

    .mob-profile-section .mob-profile-contact {
        padding-top: 5px;
    }

    .mob-profile-section h4.mob-profile-name {
        padding: 10px 0px 0px 0px !important;
        margin: 0px !important;
    }

    .mob-profile-section span.mob-profile-phone,
    .mob-profile-section span.mob-profile-email {
        color: #8A93A5 !important;
        font-size: 16px;
        font-family: Source Sans Pro;
        padding: 0px;
        margin: 0px;

    }

    /* profile end */
}

@media (min-width: 480px) and (max-width: 992px) {
    /* .card {
        max-height: 1080px;
        min-height: 1000px;
    } */

    .task-report-page .card {
        padding-bottom: 100px;
    }


    .print,
    .download,
    .submit {
        width: 115px;
        height: 40px;
        border-radius: 6px;
        text-transform: capitalize;
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 18px;
        cursor: pointer;
    }


    .task-report-dropdown-wrapper {
        display: grid;
        grid-template-columns: auto auto;
        gap: 15px;
        padding-bottom: 10px;
    }

    .task-report-dropdown-wrapper {
        overflow: scroll;
    }

    .site-superior-details {
        grid-template-columns: auto auto auto;
        gap: 13px;
        scrollbar-width: thin;
        scrollbar-color: #fff #fff;
        overflow: scroll;
    }

    .no-feedback .site-superior-details {
        grid-template-columns: 150px 100px;
    }

    .table-scroll-color-violet {
        scrollbar-color: #78006C #78006C !important;
    }

    .table-scroll-color-blue {
        scrollbar-color: #002760 #002760 !important;
    }


    .content-body {
        margin-left: 1.5rem;
    }

    .mychat_box_submit_approval_fixed {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 20px;
        background: #fff;
        display: flex;
        padding: 20px 15px 0 15px !important;
        z-index: 0;
    }

}

@media (min-width: 320px) and (max-width: 992px) {
    .deznav {
        left: 0;
        top: 0;
        padding-top: 1.5rem;
        width: 100%;
    }

    .profile-edit-icon {
        top: 65px;
        left: 165px;
    }

}

@media (min-width: 320px) and (max-width: 340px) {
    .profile-edit-icon {
        top: 65px;
        left: 145px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .profile-edit-icon {
        top: 62px;
        left: 150px;
    }
}

@media (min-width: 320px) and (max-width: 1200px) {
    .quick-graph {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .quick-graph .quick {
        width: 100%;
    }

    .quick-graph .graph {
        width: 100%;
        margin: 10px 0;
    }
}

/* @media only screen and (min-width: 320px) and (max-width: 991px) {
    .mobile-header {
        display: block;
    }
} */

/* @media only screen and (min-width: 992px) and (max-width: 1920px) {
    .mobile-header {
        display: none;
    }
}
 */

@media only screen and (min-width: 320px) and (max-width: 992px) {

    /* common start */

    .copyright_info,
    .welcome-img,
    .sidebar-mob-hide,
    .mob-header,
    .mob-db-search,
    .quick-desktop,
    .quick-stat-mob,
    .mob-search {
        display: none;
    }

    .mob-dashboard-overall-section,
    .mobile-menu,
    .quick-mob,
    .nav_desktop_hidden,
    .mob-breadcrump {
        display: block !important;
    }

    /* common end */

    .mob-card.card {
        border-radius: 0px !important;
    }

    .task-home-chart-section,
    .detail-view .task-home-chart-section {
        display: block;
    }

    /* Bottom Nav Bar start */
    .bottom-nav {
        position: fixed;
        color: #fff;
        bottom: 0px;
        width: 100%;
        left: 0;
        margin-top: 1.5rem;
    }

    .bottom-nav .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
        padding: 0px;
        background-color: #0DACA2;
        border-radius: 10px 10px 0 0;
    }

    .bottom-nav .grid-item {
        padding: 5px 0;
        font-size: 14px;
        text-align: center;
    }



    .bot-nav-name {
        color: #fff;
        font-size: 10px;
    }

    /* Bottom Nav Bar End */


    .main-task-home-mob {
        padding: 0 10px;
        border-radius: 10px;
    }


    .main-task-content-mob {
        width: 50%;
    }

    .main-task-content-mob img {
        width: 20px;
        height: 20px;
    }


    .mob-task-title {
        font-size: 12px;
        padding-left: 2px;
    }


    .mob-cl .overdue_col_blocks {
        width: 100%;
    }

    .mob-cl.content-body {
        margin-left: 0 !important;
    }

    .mob-cl .container-fluid {
        padding-top: 10px !important;
        padding: 0;
    }

    .mob-cl h4 {
        margin: 0;
    }

    .task-cl-section {
        padding: 0;
    }

    .card-header {
        padding-top: 0px;
    }

    /* SignIn Page Start */
    .signin {
        padding-bottom: 1rem;

    }

    .mobile-bg .auth-form {
        padding: 50px 50px 50px 50px;
    }

    /* SignIn Page End */

    /* greeting start */
    .header-right .nav-item {
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .greetings-mob h2,
    .greetings-mob p {
        margin: 0px;
        padding: 0px;
    }

    .greetings-mob h2 {
        font-size: 21px;
        color: #191C25;
    }

    .greetings-mob p {
        font-size: 12px;
    }

    .mob-dashboard-overall-section .grid-container {
        display: grid;
        grid-template-columns: auto auto;
        padding: 20px 10px 10px 15px;
    }

    .mob-dashboard-overall-section .grid-item1,
    .mob-dashboard-overall-section .grid-item2 {
        font-size: 30px;
    }

    .mob-dashboard-overall-section .grid-item2 {
        text-align: right;
    }

    .mob-dashboard-overall-section .search-fixed {
        padding-right: 0px;
    }

    .mob-dashboard-overall-section .search-area .form-control,
    .mob-dashboard-overall-section .search-area #header-search {

        background-color: #F4F4F8 !important;
    }

    .mob-dashboard-overall-section .search-area .input-group-text {
        border-radius: 10px 0 0 10px !important;
    }

    .mob-dashboard-overall-section input.form-control {
        border-radius: 0px 10px 10px 0px !important;
    }

    .mob-dashboard-overall-section .card_sections.search_fixed {
        padding: 0px 15px 0px 15px;
    }

    /* greeting end */
    /*Mobile Task left Dashboard Start */
    .mob-dashboard-main-task-section {
        padding: 15px 15px 10px 15px;
    }

    .mob-dashboard-main-task-section .mob-task-wraper {
        background-image: url(../images/mobile-bg.svg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mob-task-wraper {
        padding: 15px;
        border-radius: 10px;
    }

    .mob-task-wraper .grid-container {
        padding: 0px;
    }

    .mob-task-wraper .grid-item {
        padding: 10px 0px;
        display: flex !important;
    }

    .mob-total-task p,
    .mob-total-task h3 {
        color: #fff;
        padding: 0px;
        margin: 0px;
    }

    .mob-task-wraper .grid-container {
        padding: 0px;
    }

    .mob-task-mg-bg {
        padding: 10px 10px 0px 10px;
        background-color: #fff;
        border-radius: 10px;
        width: 40px;
    }

    .mob-task-mg-bg.selected {
        border: 2px solid #FF9A44;
    }

    .mob-task-name {
        padding-left: 10px;
        color: #fff;
        line-height: 1;
    }

    .mob-task-name p {
        margin: 0;
    }

    .mob-task-count {
        font-size: 18px;
    }

    /*Mobile Task left Dashboard end */

}



@media (min-width: 992px) {
    .mobile-header {
        display: none;
    }
}

/* @media only screen and (min-width: 992px) and (max-width:1920px) {

    .task_details_chat_time::before,
    .task_details_chat_time::after {
        display: none;
    }
} */

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .desktop-header {
        display: none;
    }

    .task-report-page.task-report-overview-page .card {
        overflow: scroll;
    }
}

@media only screen and (min-width: 992px) {
    .mob-header-1 {
        display: none;
    }
}

@media only screen and (min-width: 580px) and (max-width: 1204px) {
    .home-chart-card-container {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 10px;
    }


    .performance-chart {
        display: grid;
        grid-template-columns: auto 85px;
        /* align-items: center; */
        max-height: 115px;
    }

    .task-home-chart-section,
    .detail-view .task-home-chart-section {
        display: block;
    }

    .task-report-page.task-report-overview-page .card {
        overflow: scroll;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1204px) {
    .home-chart-card-container {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 10px;
    }


    .performance-chart {
        display: grid;
        grid-template-columns: auto 85px;
        /* align-items: center; */
        max-height: 115px;
    }
}



@media only screen and (min-width: 780px) and (max-width: 992px) {

    .task-report-dropdown-wrapper {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 15px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 720px) {
    @-moz-document url-prefix() {
        .performance-chart {
            grid-template-columns: auto 100px;
            /* Adjusted template for Firefox */
        }

        .input-group {
            flex-wrap: nowrap;
        }
    }

    .performance-chart {
        display: grid;
        grid-template-columns: auto 85px;
        /* align-items: center; */
        max-height: 115px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1328px) {
    .task-report-dropdown-wrapper {
        overflow: scroll;
    }

}

/* Responsive design end  */

.clear-all {
    border: 1px solid #FF5162;
    background-color: #ff516212;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FF5162;
    font-weight: 500;
}

.filter-by {
    margin-right: 5px;
    padding: 5px 10px;
    font-weight: 500;

}

.filter-by span {
    color: #FF5162;
    font-size: 15px;
}


@media print {
    @page {
        size: auto;
        margin: 0;
    }


    .content-body {
        margin-left: 17rem;
        padding: 0.875rem;
    }

    .mytasks {
        display: inline-flex !important;
    }

    .deznav {
        width: 15rem;
        top: 5.5rem;
    }

    .mob-header-1 {
        display: none;
    }

    .task-report-dropdown-wrapper {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 25px;
    }

    .sidebar-mob-hide {
        display: none;
    }

    .content-body {
        margin-left: 1px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .mychat_box_submit_approval_fixed_inner .input-group-append {
        height: 56px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1100px) {
    .bread-crump-row {
        flex-direction: column;
    }

    .bread-crump-row .col-6 {
        max-width: 100% !important;
        display: flex;
        justify-content: start !important;
    }

    .bread-crump-row .bread-col2 {
        max-width: 100% !important;
        display: flex;
        justify-content: start !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {

    .sender-side-msg {
        width: 100% !important;
        padding: 12px 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 450px) {
    .main-task-home-mob {
        flex-direction: column;
    }

    .audio .tasks_questions {
        width: 100%;
    }

    .audio .tasks_feedback_img_right,
    .tasks_feedback_img_right {
        width: 75%;
    }

    .tasks_feedback_img_right {
        width: 78%;
    }

    .main-task-content-mob,
    .input-group {
        width: 96%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 580px) {

    .audio .tasks_feedback_img_right {
        width: 80%;
    }

    .audio .tasks_questions {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .authincation {
        display: flex;
        align-items: center;
    }
}