* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#cardscontainer::-webkit-scrollbar,
#aleartsupdatescontainer::-webkit-scrollbar {
    width: 6px;
}

#cardscontainer::-webkit-scrollbar-thumb,
#aleartsupdatescontainer::-webkit-scrollbar-thumb {
    background: #b1b0b0;
    /* Scrollbar thumb color */
    border-radius: 6px;
}

    #cardscontainer::-webkit-scrollbar-thumb:hover,
    #aleartsupdatescontainer::-webkit-scrollbar-thumb:hover {
        background: #7a7979;
    }

#cardscontainer::-webkit-scrollbar-track,
#aleartsupdatescontainer::-webkit-scrollbar-track {
    background: #ffffff;
    /* margin-top: 120px;
  margin-bottom: 120px; */
}

html,
body {
    width: 100%;
    height: 100%;
}

#main {
    width: 100%;
    position: relative;
}

/* sidenav style start  */

#sidenav {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100px;
    min-width: 100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    overflow-x: hidden;
    box-shadow: 2px 0px 3px 1px #eeeeee;
}

#amgenlogo {
    padding: 16px 0px;
    text-align: center;
}

    #amgenlogo img {
        width: 75%;
    }

#navmenucontainer {
    min-height: 450px;
    width: 100%;
    background-image: url('/images/blue-tab.png');
    background-repeat: no-repeat;
    background-size: 70% 100%;
    transition: background-size 0.3s;
}

#navitems {
    width: 64%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

    #navitems img {
        width: 40px;
        padding: 5px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0);
        cursor: pointer;
        transition: all 0.3s;
    }

        #navitems img:hover {
            background-color: #ffffff42;
            border: 1px solid white;
        }

        #navitems img.active {
            background-color: #ffffff42;
            border: 1px solid white;
            scale: 1.1;
        }

    #navitems .nav-item {
        transition: all ease 0.3s;
    }

        #navitems .nav-item:hover {
            scale: 1.1;
        }


#navfooter {
    padding: 20px;
}

    #navfooter p {
        font-size: 12px;
        opacity: 0.9;
        margin-left: 10px;
        margin-bottom: 0;
    }

    #navfooter img {
        width: 80px;
    }


/* sidenav style end  */

#maincontent {
    margin-left: 100px;
    margin-right: 400px;
    height: 100%;
    overflow: hidden;
}
.middle-section {
    background-color: #FAFAFA;
    padding: 15px 35px !IMPORTANT;
}

.breadcrumb-container {
    /* background-color: #b1aeae; */
    background-image: url('/images/header.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

#cardscontainer {

    overflow-y: auto;
    padding-right: 20px;
    padding-bottom: 20px;
}

    #cardscontainer .card {
        padding: 25px 20px 25px 50px
    }

        #cardscontainer .card .card-icon img {
            width: 3rem;
        }

.card .bookmark-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0a0a0a;
    cursor: pointer;
}

.bookmark-icon .fa-solid {
    display: none;
}

.bookmark-icon.active .fa-regular {
    display: none;
}

.bookmark-icon.active .fa-solid {
    display: inline;
}

#cardscontainer .card {
    border: 0;
    box-shadow: #63636333 0px 1px 6px -1px
}

    #cardscontainer .card .status {
        font-size: 12px;
    }

    #cardscontainer .card button {
        font-size: 13.5px;
        color: #1C6FC4;
        transition: background-color 0.3s;
    }

        #cardscontainer .card button:hover {
            background-color: #DDEAF6;
        }

    #cardscontainer .card .due-date-text {
        font-size: 11px;
        color: red;
    }

    #cardscontainer .card .status2-texts .status2-title {
        font-size: 13px;
        opacity: 0.7;
    }

    #cardscontainer .card .status2-texts .status2-desc {
        font-size: 12px;
    }

.right-section {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 415px;
    padding: 18px 25px;
    box-shadow: -2px 0px 3px 1px #eeeeee;
    height: 100vh;
}

#profilecard {
    /* background-color: #e62828; */
    background-image: url('/images/profile\ top-img.jpg');
    background-size: 100% 80px;
    background-color: #FAFAFA;
    background-repeat: no-repeat;
}

.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 6px;
}

.profile-picture img {
    width: 85px;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #cccccc;
    height: 100px;
    object-fit: cover;
    object-position: top;
    width: 100px;
}

#profilecard .greetings {
    font-size: 12px;
    color: #878585;
}

#profilecard .user-name {
    font-size: 16px;
    color: #1c6fc4;
}

#profilecard .designation {
    font-size: 14px;
    color: #878585;
    text-align: center;
}
.wishdiv {
    margin-bottom: 2px;
    font-size: 14px;
    color: #878585;
}
#profilecard .edit-btn {
    font-size: 12px;
    padding: 7px 20px;
    background: #1c6fc4;
    border: none;
}

#profilecard .helper-links {
    font-size: 12px;
    text-decoration: none;
}

    #profilecard .helper-links a {
        text-decoration: none;
    }

    #profilecard .helper-links img {
        width: 14px;
    }

#aleartsupdatescontainer {
    padding: 5px 6px;
    overflow-y: auto;
}

.alearts-updates-card {
    padding: 10px;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    gap: 20px;
    background-color: #FAFAFA;
}

    .alearts-updates-card img {
        object-fit: contain;
    }

    .alearts-updates-card p {
        font-size: 12px;
    }

.breadcrumb-container a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.breadcrumb-container li {
    color: #fff;
}

.breadcrumb-container .breadcrumb-item::before {
    color: #fff !important;
}

/* Remove Bootstrap's default accordion icon */
.accordion-button::after {
    content: none !important;
}

.accordion-button {
    position: relative;
    font-weight: 600;
}

    .accordion-button img {
        width: 30px;
        margin-right: 10px;
    }


    /* Custom Styles for + / - icons */
    .accordion-button::before {
        position: absolute;
        right: 0;
        content: '+';
        font-size: 2rem;
        margin-right: 15px;
        transition: transform 0.3s ease-in-out;
    }

    .accordion-button:not(.collapsed)::before {
        content: '-';
    }

/* Custom number badge */
.number-badge {
    background-color: #E6EFFC;
    color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: 100px;
}


.accordion-item {
    margin-bottom: 15px;
}


/* Smooth collapse effect */
.accordion-collapse {
    transition: height 0.4s ease;
}

.accordion-body {
    padding: 20px;
}

    .accordion-body .column-names-container {
        background-color: #f3f3f3;
        border-radius: 4px;
    }

        .accordion-body .column-names-container p {
            margin-bottom: 0;
            padding: 15px;
            font-weight: 600;
        }

.question-value-container textarea {
    max-width: 200px;
    padding: 10px 15px;
    border: 1px solid rgba(128, 128, 128, 0.221);
    resize: none;
    font-size: 14px;
}

.accordion-body textarea::placeholder {
    opacity: 0.7;
}

hr {
    opacity: 0.1;
}


.textarea-custom-style {
    resize: none;
    border: 1px solid rgba(128, 128, 128, 0.221);
    margin-top: 10px;
}

.open-all-btn {
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
}

    /* Button icon for Open All */
    .open-all-btn::after {
        content: '+';
        font-size: 1.5rem;
        margin-right: 8px;
        transition: transform 0.3s ease;
    }


    /* Toggle button to '-' when all accordions are open */
    .open-all-btn.close-all::after {
        content: ' - ';
    }

    .open-all-btn.close-all .open-all-text {
        display: none;
    }

    .open-all-btn:not(.close-all) .close-all-text {
        display: none;
    }


.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.step {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

    .step img {
        width: 35px;
        margin: 0 10px;
    }

    .step .icon {
        font-size: 30px;
        color: #0d6efd;
    }

    .step .inactive-icon {
        color: #0d6efd;
    }

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e2e2e2;
    color: white;
}



.line {
    width: 25%;
    font-weight: bold;
    height: 4px;
    background-color: #E5E5E5;
}

.step-text {
    margin-right: 10px;
    font-size: 14px;
}

.step-completed {
    color: #4BAE4F;
    font-weight: 600;
}

.step-number.active-number {
    background-color: #0d6efd;
}

.active-text {
    color: #1c6fc4;
    font-weight: bold;
}

.acvite-text {
    color: #a3aab1;
}

.table-container {
    padding: 20px;
    border: 1px solid rgba(128, 128, 128, 0.221);
}
.MB8 {
    margin-bottom: 8px;
}
.table-container .table th {
    background-color: #d7ebff !important;
    padding: 15px;
    border-bottom: none;
    font-size: 14px;
}

    .table-container .table td {
        font-size: 14px;
        padding: 20px;
    }

.button-container button {
    padding: 6px 40px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
}

/* doughnut chart custom style start */

/* Adjusting the central text position */
.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
}

/* Adjusting the legend to show percentages */
.legend-item {
    display: inline-block;
    /* margin-right: 15px; */
}

.legend-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.chart-container h6 {
    color: #828282;
}


.doughnut-chart-container {
    width: 200px;
    height: 200px;
    max-width: 100%;
    max-height: 100%;
}

.legend-container {
    font-size: 12px;
}


/* doughnut chart custom style end */

/* table custom style start */

.table-container {
    padding: 15px 30px;
    background-color: rgb(255, 255, 255);
}

    .table-container table thead th {
        padding: 15px 30px;
        background-color: #fff;

    }



.status-icon {
    color: #f8b04a;
    font-size: 10px;
}

.status-text {
    color: #6c757d;
    font-size: 14px;
}

table thead th,
table tbody td {
    text-align: center;
}

.table-check {
    text-align: right;
}



table.dataTable tbody td {
    border: none;
    padding: 20px;
    font-size: 13.5px;
    font-weight: 600;
}

table.dataTable tbody td {
    border-bottom: 1px solid #eae7e7;
}

.table-container .dataTables_paginate .paginate_button {
    font-size: 12px;
    margin: 0 2px;
    padding: 3px 8px;
    transition: background-color 0.3s;
}


    .table-container .dataTables_paginate .paginate_button.current {
        border: none;
        background: #007bff;
        color: white !important;
        border-radius: 5px;
    }

table.dataTable.no-footer {
    border-bottom: none;
}


.status-submitted i,
.status-approved i {
    color: #8BC34A;
    font-size: 12px;
}

.status-incomplete i {
    color: #FF7E7E;
    font-size: 12px;
}

.pagination-container {
    text-align: center;
}


.action-btns i.fa-eye {
    color: #5AAFEA;
    margin-right: 10px;
    cursor: pointer;
}

.action-btns i.fa-download {
    color: #28a745;
    cursor: pointer;
}

.table-container .bookmark i {
    color: #5AAFEA;
    cursor: pointer;
}

/* table custom style end  */

/* toggle switch custom style  */
.toggle-switch-container .text-active {
    color: #2976c4;
    font-size: 14px;
    font-weight: 500;
}

.toggle-switch-container .text-inactive {
    color: gray;
    font-size: 14px;
    font-weight: 500;
}

.toggle-switch-container .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e") !important;
    cursor: pointer;
    background-color: #3498db;
    border-color: #3498db;
}
    .toggle-switch-container .form-check-input:checked {
        cursor: pointer;
        background-color: #3498db;
        border-color: #3498db;
    }

/* date picker custom style start  */

/* Hide spinner controls for number inputs in some browsers */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.date-container {
    position: relative;
    display: flex;
    align-items: center;
}

    .date-container label {
        font-size: 16px;
        font-weight: 500;
    }

    .date-container .date-input {
        padding: 5px 40px 5px 10px;
        border: 1px solid #d3c7c7;
        border-radius: 2px;
    }


/* Custom calendar icon */
.custom-calendar-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

    .custom-calendar-icon i {
        font-size: 16px;
        color: rgb(164, 159, 159);
    }

/* date picker custom style end  */

/* tabs custom style start */
#myTab button {
    background-color: transparent;
    border: none;
    color: #a19b9b;
    margin-right: 20px;
    border-bottom: 2px solid #51a2f200;
}

    #myTab button:hover {
        border: none;
        border-bottom: 2px solid #ffffff00;
        scale: 1.01;
    }

    #myTab button.active {
        border: none;
        color: #1d83e8;
        border-bottom: 2px solid #51A1F2;
        font-weight: 500;
    }

/* tabs custom style end */


.QuaterTitle {
    font-size: 20px;
    margin-bottom: 5px;
}
.MB0 {
margin-bottom:0px;
}
.status-icon {
    margin-right: 4px;
}
.Activebuttondata {
    background-color: #DDEAF6 !important;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 14px !IMPORTANT;
    border-radius: 4px;
}
    .Activebuttondata:hover {
        background: #c5e3ff !important;
    }

/* Suppleir Report Page style start */

.ReportMainsection {
    margin-left: 100px;
    height: 100%;
    overflow: auto;
    background-color: #FAFAFA;
}
.W100 {
    max-width: 100% !important;
}
.MB20 {
    margin-bottom: 20px;
}
/* Suppleir Report Page style End */
.ReportsTableStyleset{
    width:100% !important;
}
.DownloadBtn {
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 4px;
    background: #2d7dd0;
    color: #fff;
    border: none;
    font-weight: 500;
}
.MR40 {
    margin-right: 40px;
}
.AllTableDesign {
    border-bottom: none !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}
.DateBox label {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
}
.DateBox input {
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 5px 10px !important;
    font-size: 14px !important;
    width: 110px !important;
}
    .DateBox input:focus-visible {
        outline: none;
    }
.ui-datepicker-prev-year {
    padding: 0px 7px;
    border: 1px solid #a6a6a6;
    background: #fff;
    color: #787878;
    font-size: 14px !important;
}
.ui-datepicker-next-year {
    padding: 0px 7px;
    border: 1px solid #a6a6a6;
    background: #fff;
    font-size: 14px !important;
    color: #787878;
}
.ui-datepicker-year-cell {
    padding: 12px 10px !important;
    font-size: 14px;
    font-weight: 300 !important;
    color: #084375;
}
.ui-datepicker-quarter-select {
    float: left;
    font-size: 14px;
}
    .ui-datepicker-quarter-select select {
        width: 61px;
        padding: 5px 5px;
        border: 1px solid #ababab;
        border-radius: 3px;
    }
button.ui-datepicker-close {
    font-size: 13px !important;
    font-weight: 300 !important;
    background: #0cb842 !important;
    color: #fff !important;
    border: none !important;
    margin-top: 12px !important;
}
.SubmitBtn1 {
    font-size: 13px !important;
    background: #00af60 !important;
    border: none !important;
    font-weight: 500 !important;
    margin-left: 25px !important;
}
.Cancelbtn1 {
    font-size: 12px !important;
    background: #a4a4a4;
    border: none !important;
    padding: 10px 10px;
}
.RecentReportFilter {
    display: flex;
}
    .RecentReportFilter button {
        background: #fff;
        color: #525252;
        font-size: 13.5px;
        padding: 5px 15px;
        margin-right: 15px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
    }
.MR20{
    margin-right:20px;
}
.Divstyle1 {
    display: flex;
}
.RecentReportFilter ul {
    padding: 10px 15px;
}
.RecentReportFilter label {
    font-size: 14px;
}
.Z10 {
    z-index: 10;
}
.dataTables_scrollBody {
    border-bottom: none !important;
}
div#ui-datepicker-div {
    z-index: 10 !important;
}
.ProfileMainsection {
    margin-left: 100px;
    height: 100%;
    overflow: auto;
    background-color: #FAFAFA;
}
.Savebtn1 {
    background: #2cba0f;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 22px;
    color: #fff;
    margin-left: 10px;
    border: none !important;
}
.Cancel1 {
    background: #e7e7e7;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 18px;
    border: none !important;
}
    .Cancel1:hover {
        background: #d1d1d1;
    }
.Savebtn1:hover {
    background: #229b09;
    color: #fff;
}
.DataEntryMainsection {
    margin-left: 100px;
    height: 100%;
    overflow: auto;
    background-color: #FAFAFA;
}
.activestep {
    background: #1c6fc4;
}
.Openclosebtn {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #1c6fc4 !important;
}
.titlestyle1 {
    font-size: 13.5px;
    color: #000000;
}
.clsMetricName i {
    font-size: 10px;
    position: relative;
    top: -2px;
    margin-right: 12px;
    color: #1875d5;
}
.titlestyle2 {
    font-size: 13.5px;
    color: #9c9c9c;
}
.MT12{
    margin-top: 12px;
}
.MB25{
    margin-bottom:25px;
}
.MT25{
    margin-top:25px;
}
.F14{
    font-size:14px !important;
}
.activestep1 {
    background-color: #4BAE4F;
}
.Openclosebtn:focus-visible, .Openclosebtn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.BCW {
    background: #fff !important;
}
.AlignCenter{
    text-align:center;
}
.AlignLeft {
    text-align: left;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fafafa !important;

}
.PL0{
    padding-left:0px !important;
}
.FW400{
    font-weight:400 !important;
}
.P2036 {
    padding: 20px 36px;
}
.Boldgreen {
    font-weight: 700 !important;
    color: #44c800 !important;
}
.EmailPopup {
    max-width: 80%;
}
.Htagstyle1 {
    padding-left: 20px;
    font-size: 17px;
    color: #0069eb;
}
.btnMailSubmit {
    background: #1372d5;
    font-size: 13.5px;
    font-weight: 500;
    color: #fff;
}
    .btnMailSubmit:hover {
        background: #0560bf;
        color: #fff;
    }
    .btnMailSubmit:focus-visible, .btnMailSubmit:active {
        background: #1372d5;
        font-size: 13.5px;
        font-weight: 500;
        color: #fff;
    }
.CloseBtn1 {
    background: none;
    border: none;
    color: #000;
    font-size: 25px;
    padding: 0px;
    border-radius: 50%;
}
    .CloseBtn1:hover {
        background: none;
        color: #000;
    }
.AlignRight {
    text-align: right;
}
.PR20 {
    padding-right: 20px;
}
.MB10{
    margin-bottom:10px;
}
.Ptagstyle1 i {
    color: #006ad7;
}
.Ptagstyle2 i {
    color: #9c9c9c !important;
}
.F13 {
    font-size: 13px !important;
}
.P2050 {
    padding: 20px 20px 20px 50px !important;
}
.unlockdiv a {
    font-size: 13.5px;
    font-weight: 600;
    color: #ff5a5a;
}
.unlockdiv {
    text-align: right;
    margin-bottom: 10px;
}
.UnlockPopup .modal-dialog {
    max-width: 85%;
}
.UnlockTable td {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 10px;
}
.AllTableDesign th {
    border: none;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #010101;
    white-space: nowrap;
    background-color: #F3F3F3 !important;
}

.AllTableDesign td {
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #010101;
    white-space: nowrap;
}
.F20 {
    width: 100% !important;
    font-size: 20px;
}

}

.M0 {
    margin: 0px;
}

.DataEntryMainsection {
    margin-left: 100px;
    height: 100%;
    overflow: auto;
    background-color: #FAFAFA;
}

.Ptag1 {
    color: #1c6fc4;
    font-weight: bold;
}

.titlestyle1 {
    font-size: 13.5px;
    color: #000000;
}

.clsMetricName i {
    font-size: 10px;
    position: relative;
    top: -2px;
    margin-right: 12px;
    color: #1875d5;
}

.titlestyle2 {
    font-size: 13.5px;
    color: #9c9c9c;
}

.CBlue {
    background: #2281e2 !important;
    border-color: #2281e2 !important;
}

    .CBlue:hover {
        background: #0f63b9 !important;
        border-color: #2281e2 !important;
    }

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#cardscontainer::-webkit-scrollbar,
#aleartsupdatescontainer::-webkit-scrollbar {
    width: 6px;
}

#cardscontainer::-webkit-scrollbar-thumb,
#aleartsupdatescontainer::-webkit-scrollbar-thumb {
    background: #b1b0b0;
    /* Scrollbar thumb color */
    border-radius: 6px;
}

    #cardscontainer::-webkit-scrollbar-thumb:hover,
    #aleartsupdatescontainer::-webkit-scrollbar-thumb:hover {
        background: #7a7979;
    }

#cardscontainer::-webkit-scrollbar-track,
#aleartsupdatescontainer::-webkit-scrollbar-track {
    background: #ffffff;
    /* margin-top: 120px;
  margin-bottom: 120px; */
}

html,
body {
    width: 100%;
    height: 100%;
}

#main {
    width: 100%;
    position: relative;
}

/* sidenav style start  */

#sidenav {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100px;
    min-width: 100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    overflow-x: hidden;
    box-shadow: 2px 0px 3px 1px #eeeeee;
}

#amgenlogo {
    padding: 16px 0px;
    text-align: center;
}

    #amgenlogo img {
        width: 75%;
    }

#navmenucontainer {
    min-height: 450px;
    width: 100%;
    background-image: url('/images/blue-tab.png');
    background-repeat: no-repeat;
    background-size: 70% 100%;
    transition: background-size 0.3s;
}

#navitems {
    width: 64%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

    #navitems img {
        width: 40px;
        padding: 5px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0);
        cursor: pointer;
        transition: all 0.3s;
    }

        #navitems img:hover {
            background-color: #ffffff42;
            border: 1px solid white;
        }

        #navitems img.active {
            background-color: #ffffff42;
            border: 1px solid white;
            scale: 1.1;
        }

    #navitems .nav-item {
        transition: all ease 0.3s;
    }

        #navitems .nav-item:hover {
            scale: 1.1;
        }


#navfooter {
    padding: 20px;
}

    #navfooter p {
        font-size: 12px;
        opacity: 0.9;
        margin-left: 10px;
        margin-bottom: 0;
    }

    #navfooter img {
        width: 80px;
    }


/* sidenav style end  */

#maincontent {
    margin-left: 100px;
    margin-right: 400px;
    height: 100%;
    overflow: hidden;
}

.middle-section {
    background-color: #FAFAFA;
    padding: 15px 35px !IMPORTANT;
}

.breadcrumb-container {
    /* background-color: #b1aeae; */
    background-image: url('/images/header.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

#cardscontainer {
    overflow-y: auto;
    padding-right: 20px;
    padding-bottom: 20px;
}

    #cardscontainer .card {
        padding: 25px 20px 25px 50px
    }

        #cardscontainer .card .card-icon img {
            width: 3rem;
        }

.card .bookmark-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #0a0a0a;
    cursor: pointer;
}

.bookmark-icon .fa-solid {
    display: none;
}

.bookmark-icon.active .fa-regular {
    display: none;
}

.bookmark-icon.active .fa-solid {
    display: inline;
}

#cardscontainer .card {
    border: 0;
    box-shadow: #63636333 0px 1px 6px -1px
}

    #cardscontainer .card .status {
        font-size: 12px;
    }

    #cardscontainer .card button {
        font-size: 13.5px;
        color: #1C6FC4;
        transition: background-color 0.3s;
    }

        #cardscontainer .card button:hover {
            background-color: #DDEAF6;
        }

    #cardscontainer .card .due-date-text {
        font-size: 11px;
        color: red;
    }

    #cardscontainer .card .status2-texts .status2-title {
        font-size: 13px;
        opacity: 0.7;
    }

    #cardscontainer .card .status2-texts .status2-desc {
        font-size: 12px;
    }

.right-section {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 415px;
    padding: 18px 25px;
    box-shadow: -2px 0px 3px 1px #eeeeee;
    height: 100vh;
}

#profilecard {
    /* background-color: #e62828; */
    background-image: url('/images/profile\ top-img.jpg');
    background-size: 100% 80px;
    background-color: #FAFAFA;
    background-repeat: no-repeat;
}

.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 6px;
}



#profilecard .greetings {
    font-size: 12px;
    color: #878585;
}

#profilecard .user-name {
    font-size: 16px;
    color: #1c6fc4;
}

#profilecard .designation {
    font-size: 14px;
    color: #878585;
}

.wishdiv {
    margin-bottom: 2px;
    font-size: 14px;
    color: #878585;
}

#profilecard .edit-btn {
    font-size: 12px;
    padding: 7px 20px;
    background: #1c6fc4;
    border: none;
}

#profilecard .helper-links {
    font-size: 12px;
    text-decoration: none;
}

    #profilecard .helper-links a {
        text-decoration: none;
    }

    #profilecard .helper-links img {
        width: 14px;
    }

#aleartsupdatescontainer {
    padding: 5px 6px;
    overflow-y: auto;
}

.alearts-updates-card {
    padding: 10px;
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    gap: 20px;
    background-color: #FAFAFA;
}

    .alearts-updates-card img {
        object-fit: contain;
    }

    .alearts-updates-card p {
        font-size: 12px;
    }

.breadcrumb-container a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.breadcrumb-container li {
    color: #fff;
}

.breadcrumb-container .breadcrumb-item::before {
    color: #fff !important;
}

/* Remove Bootstrap's default accordion icon */


/* Custom number badge */
.number-badge {
    background-color: #E6EFFC;
    color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: 100px;
}


.accordion-item {
    margin-bottom: 15px;
}


/* Smooth collapse effect */
.accordion-collapse {
    transition: height 0.4s ease;
}

.accordion-body {
    padding: 20px;
}

    .accordion-body .column-names-container {
        background-color: #f3f3f3;
        border-radius: 4px;
    }

        .accordion-body .column-names-container p {
            margin-bottom: 0;
            padding: 15px;
            font-weight: 600;
        }

.question-value-container textarea {
    max-width: 350px;
    padding: 10px 15px;
    border: 1px solid rgba(128, 128, 128, 0.221);
    resize: none;
    font-size: 14px;
}

.accordion-body textarea::placeholder {
    opacity: 0.7;
}

hr {
    opacity: 0.1;
}


.textarea-custom-style {
    resize: none;
    border: 1px solid rgba(128, 128, 128, 0.221);
    margin-top: 10px;
}

.open-all-btn {
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
}

    /* Button icon for Open All */
    .open-all-btn::after {
        content: '+';
        font-size: 1.5rem;
        margin-right: 8px;
        transition: transform 0.3s ease;
    }

.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.step {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

    .step img {
        width: 25%;
        margin: 0 10px;
    }

    .step .icon {
        font-size: 30px;
        color: #0d6efd;
    }

    .step .inactive-icon {
        color: #0d6efd;
    }

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4BAE4F;
    color: white;
}



.line {
    width: 25%;
    font-weight: bold;
    height: 4px;
    background-color: #E5E5E5;
}

.step-text {
    margin-right: 10px;
    font-size: 14px;
}

.step-completed {
    color: #4BAE4F;
    font-weight: 600;
}

.step-number.active-number {
    background-color: #0d6efd;
}

.active-text {
    color: #0d6efd;
    font-weight: bold;
}

.acvite-text {
    color: #a3aab1;
}

.table-container {
    padding: 20px;
    border: 1px solid rgba(128, 128, 128, 0.221);
}

    .table-container .table th {
        background-color: #F3F3F3;
        padding: 15px;
        border-bottom: none;
        font-size: 14px;
        font-weight: 600 !important;
    }

    .table-container .table td {
        font-size: 14px;
        padding: 20px;
    }

.button-container button {
    padding: 6px 40px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
}

/* doughnut chart custom style start */

/* Adjusting the central text position */
.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
}

/* Adjusting the legend to show percentages */
.legend-item {
    display: inline-block;
    /* margin-right: 15px; */
}

.legend-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.chart-container h6 {
    color: #828282;
}


.doughnut-chart-container {
    width: 200px;
    height: 200px;
    max-width: 100%;
    max-height: 100%;
}

.legend-container {
    font-size: 12px;
}


/* doughnut chart custom style end */

/* table custom style start */

.table-container {
    padding: 15px 30px;
    background-color: rgb(255, 255, 255);
}

    .table-container table thead th {
        padding: 15px 30px;
        background-color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .table-container table tbody td {
        padding: 25px 20px;
        font-size: 14px;
        background-color: #fff;
    }


.status-icon {
    color: #f8b04a;
    font-size: 10px;
}

.status-text {
    color: #6c757d;
    font-size: 14px;
}

table thead th,
table tbody td {
    text-align: center;
}

.table-check {
    text-align: right;
}



table.dataTable tbody td {
    border: none;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
}

table.dataTable tbody td {
    border-bottom: 1px solid #eae7e7;
}

.table-container .dataTables_paginate .paginate_button {
    font-size: 12px;
    margin: 0 2px;
    padding: 3px 8px;
    transition: background-color 0.3s;
}


    .table-container .dataTables_paginate .paginate_button.current {
        border: none;
        background: #007bff;
        color: white !important;
        border-radius: 5px;
    }

table.dataTable.no-footer {
    border-bottom: none;
}


.status-submitted i,
.status-approved i {
    color: #8BC34A;
    font-size: 12px;
}

.status-incomplete i {
    color: #FF7E7E;
    font-size: 12px;
}

.pagination-container {
    text-align: center;
}


.action-btns i.fa-eye {
    color: #5AAFEA;
    margin-right: 10px;
    cursor: pointer;
}

.action-btns i.fa-download {
    color: #28a745;
    cursor: pointer;
}

.table-container .bookmark i {
    color: #5AAFEA;
    cursor: pointer;
}

/* table custom style end  */

/* toggle switch custom style  */
.toggle-switch-container .text-active {
    color: #2976c4;
    font-size: 14px;
    font-weight: 500;
}

.toggle-switch-container .text-inactive {
    color: gray;
    font-size: 14px;
    font-weight: 500;
}

.toggle-switch-container .form-check-input {
    cursor: pointer;
    background-color: #3498db;
    border-color: #3498db;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
}

/* date picker custom style start  */

/* Hide spinner controls for number inputs in some browsers */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.date-container {
    position: relative;
    display: flex;
    align-items: center;
}

    .date-container label {
        font-size: 16px;
        font-weight: 500;
    }

    .date-container .date-input {
        padding: 5px 40px 5px 10px;
        border: 1px solid #d3c7c7;
        border-radius: 2px;
    }


/* Custom calendar icon */
.custom-calendar-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

    .custom-calendar-icon i {
        font-size: 16px;
        color: rgb(164, 159, 159);
    }

/* date picker custom style end  */

/* tabs custom style start */
#myTab button {
    background-color: transparent;
    border: none;
    color: #585858;
    margin-right: 20px;
    border-bottom: 2px solid #51a2f200;
}

    #myTab button:hover {
        border: none;
        border-bottom: 2px solid #ffffff00;
        scale: 1.01;
    }

    #myTab button.active {
        border: none;
        color: #1d83e8;
        border-bottom: 2px solid #51A1F2;
    }

/* tabs custom style end */


.QuaterTitle {
    font-size: 20px;
    margin-bottom: 5px;
}

.MB0 {
    margin-bottom: 0px;
}

.status-icon {
    margin-right: 4px;
}

.Activebuttondata {
    background-color: #DDEAF6 !important;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 14px !IMPORTANT;
    border-radius: 4px;
}

    .Activebuttondata:hover {
        background: #c5e3ff !important;
    }

/* Suppleir Report Page style start */

.ReportMainsection {
    margin-left: 100px;
    height: 100%;
    overflow: auto;
    background-color: #FAFAFA;
}

.W100 {
    max-width: 100% !important;
}

.MB20 {
    margin-bottom: 20px;
}
/* Suppleir Report Page style End */
.F20 {
    font-size: 20px;
}

.M0 {
    margin: 0px;
}

.DataEntryMainsection {
    margin-left: 100px;
    height: 100%;
    overflow: auto;
    background-color: #FAFAFA;
}

.Ptag1 {
    color: #1c6fc4;
    font-weight: bold;
}

.titlestyle1 {
    font-size: 13.5px;
    color: #000000;
}

.clsMetricName i {
    font-size: 10px;
    position: relative;
    top: -2px;
    margin-right: 12px;
    color: #1875d5;
}

.titlestyle2 {
    font-size: 13.5px;
    color: #9c9c9c;
}

.CBlue {
    background: #2281e2 !important;
    border-color: #2281e2 !important;
}

    .CBlue:hover {
        background: #0f63b9 !important;
        border-color: #2281e2 !important;
    }


.DownloadBtn {
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 4px;
    background: #2d7dd0;
    color: #fff;
    border: none;
    font-weight: 500;
}

.DateBox label {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
}

.DateBox input {
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 5px 10px !important;
    font-size: 14px !important;
    width: 110px !important;
}

    .DateBox input:focus-visible {
        outline: none;
    }

.MR20 {
    margin-right: 20px;
}

.SubmitBtn1 {
    font-size: 13px !important;
    background: #00af60 !important;
    border: none !important;
    font-weight: 500 !important;
    margin-left: 25px !important;
}

.Cancelbtn1 {
    font-size: 12px !important;
    background: #a4a4a4;
    border: none !important;
    padding: 10px 10px;
}

.ui-datepicker-prev-year {
    padding: 0px 7px;
    border: 1px solid #a6a6a6;
    background: #fff;
    color: #787878;
    font-size: 14px !important;
}

.ui-datepicker-next-year {
    padding: 0px 7px;
    border: 1px solid #a6a6a6;
    background: #fff;
    font-size: 14px !important;
    color: #787878;
}

.ui-datepicker-year-cell {
    padding: 12px 10px !important;
    font-size: 14px;
    font-weight: 300 !important;
    color: #084375;
}

.ui-datepicker-quarter-select {
    float: left;
    font-size: 14px;
}

    .ui-datepicker-quarter-select select {
        width: 61px;
        padding: 5px 5px;
        border: 1px solid #ababab;
        border-radius: 3px;
    }

button.ui-datepicker-close {
    font-size: 13px !important;
    font-weight: 300 !important;
    background: #0cb842 !important;
    color: #fff !important;
    border: none !important;
    margin-top: 12px !important;
}

.aligndiv1 {
    padding: 5px 25px;
}

    .aligndiv1 label {
        font-size: 14px;
        color: #585858;
    }

    .aligndiv1 input {
        font-size: 14px;
    }

.Savebtn1 {
    background: #2cba0f;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 22px;
    color: #fff;
    margin-left: 10px;
    border: none !important;
}

.Cancel1 {
    background: #e7e7e7;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 18px;
    border: none !important;
}

.Deligateset input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #8080802d;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px;

}

.Deligateset label {
    display: block;
}

.Deligateset {
    width: 100%;
}

.Deligateset1 {
    width: 100%;
}

    .Deligateset1 label {
        margin-bottom: 10px;
    }

.Deligateset2 {
    display: block;
    width: 100%;
}

    .Deligateset2 select {
        width: 100%;
        box-shadow: none;
        border: 1px solid #8080802d;
        font-size: 14px;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 6px;
    }

.W100P {
    width: 100% !important;
}

.PL5 {
    padding-left: 8px;
}

@media only screen and (max-width: 1300px) {
    #navitems img {
        width: 30px !important;
    }
    .PL12 {
        padding-left: 0px !important;
    }
}

.aligndiv4 {
    margin-top: 20px;
    padding-top: 15px !important;
}

.Tabdesignset1 button {
    font-size: 15px;
}

.Tabdesignset1 {
    margin-top: 12px;
}

i.gotoActiveOrDeactive {
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    border-radius: 4px;
}

.AutoScroll {
    overflow-x: auto;
}

.aligndivset6 {
    background: #ffffff;
    margin: 10px 0px;
    box-shadow: 0px 1px 3px 3px #f5f5f5;
    padding: 30px 25px;
}

.Errorstyle {
    font-size: 13px;
    color: #ff4040;
}

.TextCenter1 {
    text-align: center;
}

.aligndivset6 label {
    font-size: 14px;
}

.aligndivset6 .col {
    margin-bottom: 30px !important;
}

.Cancel4 {
    background: #bebebe !important;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 18px;
    border: none !important;
    width: 125px;
    color: #fff !important;
}

.Savebtn4 {
    background: #2cba0f;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 22px;
    color: #fff;
    margin-left: 10px;
    border: none !important;
    width: 125px;
}

.aligndivtable7 {
    padding: 15px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 3px 3px #f5f5f5;
    overflow-x: auto;
}

.Viewbtn1 {
    background: #107dec;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 22px;
    color: #fff;
    border: none !important;
    width: 125px;
    margin-bottom: 13px;
}

    .Viewbtn1:disabled {
        background: #107dec73;
        cursor: not-allowed;
    }

.Addbtn8 {
    padding: 7px 20px;
    background: #2cba0f;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 20px;
    width: 115px;
    margin-right: 12px;
}

.Cancelbtn8 {
    padding: 7px 20px !important;
    background: #bebebe !important;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    width: 100px;
}

.MT20 {
    margin-top: 20px;
}

.Subitedbtn2 {
    padding: 7px 20px !important;
    background: #2cba0f;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    width: 100px;
}

.Noborder {
    border: none !important;
}

.Datepdesign {
    background: #ffffff;
    margin: 10px 0px;
    box-shadow: 0px 1px 3px 3px #f5f5f5;
    padding: 30px 25px;
}

.togglecutomType {
    /* margin-top: 50px; */
    top: 0 !important;
    margin-bottom: 15px;
}

.p0 {
    padding-left: 45px !important;
}

.Cancelbtn8:hover {
    background: #bebebe !important;
}

.MT301 {
    margin-top: -30px;
}

.MR10 {
    margin-right: 10px;
}

.TDfix td, .TDfix th {
    white-space: normal !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
    appearance: none;
}
.loginBody {
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    /*color: #D0A234;*/
    height: 100vh !important;
}
.LoginMainset {
    background: #fff;
    border-radius: 8px;
    min-height: 470px;
    box-shadow: 0px 3px 15px 10px #00000017;
    padding: 30px 35px;
    margin-right: 10%;
}
.F12{
    font-size:12px;
}
.MT10{
    margin-top:10px;
}
.MT18 {
    margin-top: 18px;
}
.Loghead {
    background: #267bd2;
    color: #fff !important;
    min-height: 60px;
    font-size: 19px !important;
    font-weight: 700;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Copyrightdesign p {
    color: #b0b0b0 !important;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
}
.Copyrightdesign {
    position: relative;
    top: 55px;
}
.PAbs{
    position:absolute;
}
.VidoeB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
.VidoeB video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.LoginLogo img {
    width: 25%;
    margin-top: 40px;
    margin-left: 40px;
}
.LoginLogo {
    position: absolute;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .LoginMainset {
        min-height: 465px;
        margin-right: 8%;
    }
    #loginContainer .input-group input {
        min-width: 315px;
    }
    .Copyrightdesign {
        position: relative;
        top: 55px;
    }
    .forgot-pass-btn  a{
        font-size: 12px !important;
    }
    label.form-check-label {
        font-size: 12px !important;
    }
    .LoginMainset1 {
        background: #fff;
        border-radius: 8px;
        min-height: 465px !important;
        box-shadow: 0px 3px 15px 10px #00000017;
        padding: 30px 35px;
        margin-right: 10%;
        width: 370px !important;
    }
    .Textstylebox {
        min-width: 300px !important;
    }
}

@media (min-width: 2000px) and (max-width: 8000px) {

    #loginContainer .input-group input {

        min-width: 450px;
    }
    .LoginMainset {

        min-height: 600px;

    }
    .Copyrightdesign {

        top: 170px;
    }
}
.LoginMainset1 {
    background: #fff;
    border-radius: 8px;
    min-height: 470px;
    box-shadow: 0px 3px 15px 10px #00000017;
    padding: 30px 35px;
    margin-right: 10%;
    width: 400px;
}
p.Titledesign34 {
    font-size: 13px;
}
.BackLogin a {
    white-space: nowrap;
}
.Clrstyle6 {
    color: #bc75ae !important;
}
.Atagdsign1 {
    white-space: nowrap;
    text-decoration: none;
}
.ML0{
    margin-left:0px;
}

.DownBtn2 {
    background: #1c6fc4;
    color: #fff;
    border: none !important;
}
tr.TableBtrcls td:first-child {
    text-align: left !important;
}
tr.TableHtrcls th:first-child {
    text-align: left !important;
}

.FullH {
    height: 100%;
}
.aligndiv34 input {
    box-shadow: none;
    border: 1px solid #8080802d;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}
.aligndiv34 {
    display: flex;
    flex-direction: column;
    align-items: baseline !important;
    width: 100%;
}
.modal h5 {
    font-size: 18px;
}
.modal .modal-header {
    background: #eeeeee !important;
}
.modal .modal-footer {
    justify-content: center !important;
}
.Aligndiv43 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 20px;
    margin-right: 230px;
}
.Aligndiv44 {
    z-index: 10;
    position: relative;
    display: inline-block;
}
.BackgroundW {
    background: #fff !important;
}
.Aligndiv47 {
    padding: 0px 15px;
    margin-top: 5px;
}
.AlignDivWidth .dataTables_scrollHeadInner {
    width: 100% !important;
}
i.fa-solid.fa-eye.btn_ViewReport.action-btns {
    margin-right: 6px;
}
.doughnut-chart-container {
    cursor: pointer;
}
.labeldesign4 {
    font-size: 14px;
    font-weight: 400;
}
.SelectDesign6 {
    position: relative;
    margin-bottom: 10px;
    width: 150px !important;
}
.resetBtn7 {
    position: relative;
    margin-bottom: 8px;
}
.BackBlack {
    background: #00000061 !important;
}
tr.infohidden td {
    text-align: left;
    background: #e9e9e9 !important;
}
.Aligndiv32 button {
    font-size: 13.5px !important;
    padding: 7px 15px;
}

.MB23 {
    margin-bottom: 23px;
}
.Aligndiv29 {
    background: #fafafa;
    z-index: 11;
}
.Noalertdiv img {
    width: 150px;
}
.Noalertdiv {
    justify-content: center;
}
    .Noalertdiv p {
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        color: #b2b2b2;
    }
.alertify-notifier .ajs-message.ajs-error {
    background: #f95959 !important;
    color: #fff;
    font-size: 14px;
    width: 290px;
    border-radius: 5px;
}

.alertify-notifier .ajs-message.ajs-success {
    background: #41cc4e !important;
    color: #fff;
    width: 290px;
    border-radius: 5px;
    font-size: 14px;
}
.alert-danger {
    background: #f95959 !important;
    color: #fff !important;
    font-size: 14px;
    border: none !important;
}
.UnlockBtndiv {
    background: #fe5c5c21 !important;
    padding: 7px 10px 7px 0px;
    position: relative;
    top: 7px;
    border-radius: 25px;
    border: 1px solid #ff5a5a45;
    color: #f96462 !important;
    font-size: 13px !IMPORTANT;
}
a.UnlockBtndiv span.zerocountcls {
    margin-right: 10px;
    background: #f96260;
    padding: 7px 13px 7px 12px;
    border-radius: 34px;
    color: #fff;
    z-index: 10;
}
/*.ring-indicator.zerocountcls {
    position: relative;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}*/

    .ring-indicator.zerocountcls::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        background: rgb(255 0 0);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        animation: ring-pulse 1.5s infinite ease-out;
    }

@keyframes ring-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}
span.ring-indicator {
    margin-right: 10px;
    background: #ff8281;
    padding: 7px 9px 7px 13px;
    border-radius: 34px;
    color: #ffffff;
    z-index: 10;
}
.AllmodalStyle .modal-dialog {
    max-width: 40%;
}
.AllmodalStyle .modal-content {
    border-radius: 10px !important;
}
.AllmodalStyle .btn-close {
    float: right;
    font-size: 13px;
    opacity: 1;
}
p.ApprovalIcon i {
    font-size: 30px;
    padding: 10px;
    background: #73c68e4d;
    border-radius: 50%;
    color: #29bb58;
}
p.ApprovalIcon {
    text-align: center;
}
.AllmodalStyle .modal-title {
    text-align: center;
    margin-bottom: 14px;
    font-size: 16px;
}
p.ModalTitle1 {
    text-align: center;
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: 30px;
}
.AllmodalStyle label.form-label {
    font-size: 14px;
    color: #8f8f8f;
    margin-bottom: 5px;
}
.AllmodalStyle textarea {
    font-size: 14px;
    border-color: #d2d2d2;
}
.ModalButtons button {
    width: 100px;
    font-size: 14px;
    padding: 6px 10px 8px 10px;
}
.ModalButtons {
    text-align: center;
    margin-top: 25px;

}
.GreenTop {
    border-top: 5px solid #06cf47;
}
.CancelbtnModal {
    border: 1px solid #f4f4f4 !IMPORTANT;
    margin-right: 8px;
    border-radius: 4px;
    background: #f4f4f4;
}
.P520All {
    padding: 5px 20px;
}
p.WarnIcon i {
    font-size: 25px;
    padding: 10px;
    background: #7d7d7d21;
    border-radius: 50%;
    color: #7d7d7d;
}
p.WarnIcon {
    text-align: center;
    margin-top: 20px;
}
.GreyTop {
    border-top: 5px solid #bebebe;
}
p.DeleteMIcon i {
    font-size: 25px;
    padding: 12px;
    background: #ff4e4e30;
    border-radius: 50%;
    color: #ff4e4e;
}
p.DeleteMIcon {
    text-align: center;
}
.RedTop {
    border-top: 5px solid #ff6c6c;
}

.AddUserBtn7 button {
    padding: 6px 30px;
    font-size: 13.5px;
    font-weight: 500;
    background-color: #23b400;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.Aligndiv43 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 20px;
}

.Tabelset12 {
    box-shadow: 0px 3px 7px #ededed !important;
    border-color: #f1f1f1 !important;
}
.Filterdesign7 {
    display: flex;
    align-items: center;
}

    .Filterdesign7 label {
        font-size: 14px;
        margin: 0px;
    }

    .Filterdesign7 select {
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        font-size: 14px;
    }


.Aligndiv101 {
    margin-top: -50px;
}
@media (min-width: 1200px) and (max-width: 1340px) {
    .card-icon img {
        width: 40px !important;
    }
    #cardscontainer .card {
        padding: 25px 17px 25px 21px !important;
    }
    .QuaterTitle {
        font-size: 16px;
        margin-bottom: 5px;
    }
    h4.quater-year.fw-bold {
        font-size: 17px;
    }
    #cardscontainer .card .status {
        font-size: 10px;
    }
    #cardscontainer .card .status2-texts .status2-title {
        font-size: 11px;
        opacity: 0.7;
    }
    #cardscontainer .card .status2-texts .status2-desc {
        font-size: 10px !important;
    }
    #cardscontainer .card .due-date-text {
        font-size: 9px;
        color: red;
    }
}
p.status {
    margin-bottom: 0px;
}
p.status2-desc {
    margin-bottom: 0px;
}
.showed {
    display: block !important;
    opacity: 1 !important;
    background: #00000087;
    align-items: center !important;
}
.ViewStatus1 {
    font-size: 14px;
    padding: 4px 15px;
    border: none;
    border-radius: 3px;
    background: #1175dc;
    color: #fff;
    box-shadow: 0px 2px 2px 1px #1717172e;
}

.HeaderAllpage img {
    width: 40px !important;
}

.HeaderAllpage h5 {
    font-size: 20px !important;
    font-family: segoe ui;
}
.Filercls7 {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-right: 20px;
}
    .Filercls7 select#statusDropdown {
        font-size: 14px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        padding: 5px 13px;
        width: 200px !IMPORTANT;
    }
    .Filercls7 select#statusDropdown1 {
        font-size: 14px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        padding: 5px 13px;
        width: 200px !IMPORTANT;
    }


.ViewStatus1 i {
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 14px;
}
.ViewStatus1:hover {
    background: #0a61bc;
}
.StatusButtontab1.active {
    color: #f07d7c !important;
    border-bottom: 1px solid #f07d7c !important;
}

.StatusButtontab {
    font-weight: 500;
    font-size: 14px;
}

.StatusButtontab1 {
    font-weight: 500;
    font-size: 14px;
}

.StatusButtontab i {
    margin-right: 6px;
}

.StatusButtontab1 i {
    margin-right: 6px;
}

.StatusButtontab1 span {
    color: #ff8281;
    margin-right: 10px;
    background: #ff8281;
    padding: 2px 9px 4px 9px;
    border-radius: 34px;
    color: #ffffff;
    font-size: 13px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

div#statusContainer span {
    font-size: 13px;
    color: #818181;
}

.ViewStatus1 {
    font-size: 14px;
    padding: 4px 15px;
    border: none;
    border-radius: 3px;
    background: #1175dc;
    color: #fff;
    box-shadow: 0px 2px 2px 1px #1717172e;
}

.Filercls7 {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-right: 20px;
}

    .Filercls7 select#statusDropdown {
        font-size: 14px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        padding: 5px 13px;
        width: 200px !IMPORTANT;
    }

.ViewStatus1:hover {
    background: #0a61bc;
}

.MT20 {
    margin-top: 20px !important;
}

.ViewStatus1 i {
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 14px;
}

.bg-danger {
    color: lightcoral !important;
    background: none !important;
}

.bg-warning {
    color: #f49e01 !important;
    background: none !important;
}

.bg-success {
    color: #4caf50 !important;
    background: none !important;
}

.status-indicator i {
    border-radius: 8px !important;
    font-size: 10px !important;
    margin-right: 4px !important;
    position: relative;
    top: -1px;
}

.Aligndiv32 {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.AlignLeftAll td, .AlignLeftAll th {
    text-align: left !important;
}

.Supicon {
    color: #006ad7;
}

.BreadCrumStyle6 img {
    width: 35px !important;
    position: relative;
    top: -2px;
}

.BreadCrumStyle6 a {
    font-size: 18px;
}

.BreadCrumStyle6 span {
    font-size: 18px;
}

.Sortdivstyle8 {
    font-size: 15px;
    margin-right: 20px;
}

    .Sortdivstyle8 input {
        font-size: 14px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        padding: 5px 13px;
        width: 200px !IMPORTANT;
    }

.FilterDivstyle7 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.AlignDiv71 {
    display: flex;
}

.DownloadBtn4 {
    font-size: 14px;
    padding: 4px 15px;
    border: none;
    border-radius: 3px;
    background: #1175dc;
    color: #fff;
}

.aligndiv41 {
    margin-top: 15px;
    padding-top: 25px !important;
}

.Buttonset31 {
    margin-top: 15px;
}

    .Buttonset31 button {
        padding: 4px 18px;
    }

.Titlestyle61 img {
    width: 35px !important;
}

.Titlestyle61 h5 {
    font-size: 18px !important;
    font-family: segoe ui;
}

.P10 {
    padding-right: 45px !important;
}

.MT25 {
    margin-top: 25px;
}

.AlignC {
    text-align: center;
}

canvas#supplierChart {
    cursor: pointer;
}

.Aligndiv44 label {
    font-size: 14px;
    margin-bottom: 0px;
}

.Aligndiv44 {
    margin-bottom: 17px;
    display: inline-block;
    justify-content: space-between;
}

.aligndiv47 {
    display: flex;
    align-items: center;
}

.DownloadBtn.F14 {
    font-size: 13px !important;
    padding: 7px 22px !important;
    border-radius: 3px !important;
}

.titletext9 {
    font-size: 14px;
    margin-bottom: 35px !important;
    color: #0567cc !important;
}

.ChartValuesstyle {
    margin-top: 35px !important;
    margin-bottom: 20px !important;
}

    .ChartValuesstyle .legend-item {
        font-size: 14px;
    }

.Filterbtn88 button {
    font-size: 12px;
    margin-left: 12px;
    background: #9c9c9c;
    border: none;
    border-radius: 3px;
}

.Filterbtn88 {
    text-align: left;
}

.Aligndiv12 {
    box-shadow: 0px 3px 7px #ededed !important;
    border-color: #f1f1f1 !important;
}

.Aligndiv14 {
    box-shadow: 0px 3px 7px #ededed !important;
    border-color: #f1f1f1 !important;
}

.Aligndiv16 {
    padding: 0px;
}

    .Aligndiv16 .row {
        margin-right: 12px !important;
    }

.btn_ViewReport {
    color: #2b8bed;
    cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .AllTableDesign td {
        font-size: 11px !important;
    }
    .TableDesignPorfileN td {
        font-size: 11px !IMPORTANT;
    }
    .TableDesignPorfileN th {
        font-size: 11px !IMPORTANT;
    }
        .AllTableDesign th {
        font-size: 11px !important;
    }

    .titletext9 {
        font-size: 12px !important;
    }

    .doughnut-chart-container {
        width: 170px !important;
        height: 170px !important;
    }

    .ChartValuesstyle .legend-item {
        font-size: 12px;
    }

    .Filterbtn88 button {
        font-size: 10px;
    }
}

.Tabelset12 .dataTables_scrollBody {
    border: none !important;
}

.Tabelset12 div#ListUserTable_filter {
    position: absolute;
    right: -30px;
    z-index: 9;
    top: -73px;
    font-size: 14px;
}

.Aligndiv21 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Tabelset12 div#ListUserTable_filter input {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
}

.AddEditUserPopup .modal-title {
    font-size: 16px;
    color: #0666ca;
}

    .AddEditUserPopup .modal-title i {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

.Closebtnstyle7 {
    font-size: 12px;
}

.AddEditUserPopup .modal-dialog {
    max-width: 65% !important;
}

.AddEditUserPopup .modal-header {
    padding-left: 32px;
}

.aligndivset73 {
    padding: 10px 18px;
}

.Aligndiv31 {
    padding-right: 5px;
}

.Aligndiv33 {
    padding-left: 19px;
    padding-right: 0px;
}

.Alignset34 {
    padding-right: 0;
    padding-left: 12px;
}

.AddEditUserPopup label {
    font-size: 14px;
}

.AddEditUserPopup select, .AddEditUserPopup input {
    font-size: 14px;
    min-height: 40px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 375px !important;
}

.Innerdivset51 .titlestyle1 {
    font-size: 13.5px;
    color: #000000;
    margin-bottom: 0;
    padding: 15px;
    font-weight: 600;
}

.Aligndivset51 {
    padding: 10px 9px;
}

.Innerdivset51 .column-names-container {
    background-color: #f3f3f3;
    border-radius: 4px;
}

.Innerdivset51 {
    background: #fff;
    height: 100%;
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-radius: 6px;
    padding: 12px 13px;
}

.UnitP {
    font-size: 13px;
    margin-bottom: 10px;
}

.Lablestyle8 {
    font-size: 14px;
}

.Commentboxstyle5 {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 13px !important;
}

.MB15 {
    margin-bottom: 15px !important;
}

.HeaderAllpage img {
    width: 40px !important;
}

.HeaderAllpage h5 {
    font-size: 20px !important;
    font-family: segoe ui;
}

.HeaderAllpage1 img {
    width: 33px;
    margin-right: 10px;
}

.HeaderAllpage1 h5 {
    font-size: 20px !important;
    font-family: segoe ui;
}
/* Loader style start */
.loaderC {
    display: none;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    justify-content: center;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #0000007a;
}

    .loaderC span {
        display: inline-block;
        position: relative;
        animation: bounce 1s infinite ease-in-out;
        margin-right: 4px;
        font-size: 26px;
        color: #fff;
        font-family: segoe ui;
        text-shadow: 0px 4px 7px #0606064a;
    }

.ringC {
    width: 40px;
    height: 40px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-right: 34px;
    position: relative;
    top: -9px;
    box-shadow: 0px 0px 20px 0px #ffffff6b;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderC span:nth-child(1) {
    animation-delay: 0s;
}

.loaderC span:nth-child(2) {
    animation-delay: 0.1s;
}

.loaderC span:nth-child(3) {
    animation-delay: 0.2s;
}

.loaderC span:nth-child(4) {
    animation-delay: 0.3s;
}

.loaderC span:nth-child(5) {
    animation-delay: 0.4s;
}

.loaderC span:nth-child(6) {
    animation-delay: 0.5s;
}

.loaderC span:nth-child(7) {
    animation-delay: 0.6s;
}

.loaderC span:nth-child(8) {
    animation-delay: 0.7s;
}

.loaderC span:nth-child(9) {
    animation-delay: 0.8s;
}

.loaderC span:nth-child(10) {
    animation-delay: 0.9s;
}

.loaderC span:nth-child(11) {
    animation-delay: 1s;
}

.loaderC span:nth-child(12) {
    animation-delay: 1.1s;
}

.loaderC span:nth-child(13) {
    animation-delay: 1.2s;
}

.loaderC span:nth-child(14) {
    animation-delay: 1.3s;
}

.loaderC span:nth-child(15) {
    animation-delay: 1.2s;
}

.loaderC span:nth-child(16) {
    animation-delay: 1.3s;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.FullDiv {
    display: grid;
    margin-right: 35px;
    position: relative;
    top: -14px;
}

.wrapper {
    mix-blend-mode: difference;
    grid-area: 1/1;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: end;
    justify-content: center;
    animation: rotate 3s ease-in-out infinite;
}

.ball {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    animation: scale 3s ease-in-out infinite;
}

@keyframes rotate {
    0% {
        transform: none;
    }

    100% {
        transform: rotate(1turn);
    }
}

@keyframes scale {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.25);
    }
}

.Lcolor1 {
    animation-delay: -1s;
    background: #54a8ff;
}

.Lcolor2 {
    animation-delay: -0.5s;
    background: #ffe445;
}

.Lcolor3 {
    background: #7dff54;
}

.loaderC {
    display: none;
}
/* Show loader when needed */
.show-loader {
    display: flex !important;
}
/* Loader style End */

.table-bordered.dtable td, .table-bordered.dtable th {
    border: 0px;
    border-right: 1px solid #f3f1f1;
    border-bottom: 1px solid #f3f1f1;
}

    .table-bordered.dtable td:last-child, .table-bordered.dtable th:last-child {
        border-right: 0px;
    }

.PL12 {
    padding-left: 12px;
}
.gotoActiveOrDeactive {
    cursor: pointer;

    white-space: nowrap;
    margin: 0px !important;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.TableDesignPorfileN th {
    font-size: 13.5px;
    font-family: segoe ui;
    font-weight: 600 !important;
    padding: 15px !important;
    background-color: #d7ebff !important;
    border: none;
    text-align: center !important;
}
.TableDesignPorfileN td {
    font-size: 13.5px;
    font-family: segoe ui;
    font-weight: 400 !important;
    padding: 15px !important;
    border: none;
    text-align: center !important;
    background: #ffffff !important;
    box-shadow: none !important;
}
.TableDesignPorfileN {
    padding-top: 20px !important;
}
.PL20 {
    padding-left: 20px !important;
}
.Dblock {
    display: block !important;
}