/* Common Table Css Start */
@font-face {
    font-family: "PT Sans";
    src: url("PT_Sans/PTSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("PT_Sans/PTSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans";
    src: url("PT_Sans/PTSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "PT Sans";
    src: url("PT_Sans/PTSans-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

body {
    font-family: "PT Sans", sans-serif !important;
    font-weight: normal;
    font-style: normal;
}

table {
    color: white !important;
}

th {
    text-transform: uppercase !important;
    padding-bottom: 10px !important;
}

body.layout-dark td {
    background-color: #0e1726 !important;
    padding: 10px 21px !important;
    border-bottom: 1px solid #bfc9d4 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

td:first-child {
    border-radius: 5px 0px 0px 5px !important;
}

td:last-child {
    border-radius: 0px 5px 5px 0px !important;
    padding-right: 10px !important;
}

tr {
    border-bottom: 1px solid #bfc9d4 !important;
    text-transform: capitalize !important;
}

body.layout-dark .table:not(.dataTable).table-bordered thead tr th {
    border: none !important;
}

.control-content {
    width: 300px;
    text-wrap: wrap !important;
    word-wrap: break-word;
}

.checker-maker-table-content-tr th:last-child {
    border-radius: 0px 10px 0px 0px !important;
}

/* Common Table css End  */
/* Common css Start */
body {
    font-family: "PT Sans", sans-serif !important;
}

.align-center {
    align-items: center;
}

.d-flex-align-center {
    display: flex !important;
    align-items: center;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.d-flex {
    display: flex;
}

.justify-end {
    justify-content: end;
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px !important;
}

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

.bg-transparent {
    background: transparent;
}

.ml-20 {
    margin-left: 20px;
}

body.layout-dark .light-grey {
    color: #bfc9d4 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.pl-5 {
    padding-left: 5px;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-5 {
    padding-top: 5px;
}

.position-relative {
    position: relative;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-8 {
    margin-bottom: 8px;
}

.pt-4 {
    padding-top: 4px;
}

.h-39 {
    height: 39px;
}

.text-transform-none {
    text-transform: none !important;
}

.text-transform-lowercase {
    text-transform: lowercase !important;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.h-22 {
    height: 22px;
}

.dark-blue-bg {
    background: #2e538e !important;
}

.light-blue-bg {
    background: #6e9de82b !important;
}

.application-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 12px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.white-text {
    color: #fff !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mlb-5 {
    margin: 0px 5px 5px 0px;
}

.form-check-input-dark:checked {
    background-color: #2e538e !important;
    border-color: #2e538e !important;
}

.align-center {
    align-items: center;
}

.full-text-wrap {
    width: 100%;
    text-wrap: wrap;
}

.document-list-question li {
    list-style: circle !important;
}

.max-width-100 {
    max-width: 100% !important;
}

.widget-dashboard-container {
    height: 145px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.widget-task-view-container {
    border: 1px solid transparent !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.widget-dashboard-container .widget-heading h5 {
    padding-top: 5px !important;
    font-weight: 500 !important;
    color: #b2adad !important;
}

.widget-dashboard-container .widget-heading {
    padding: 15px 0px 0px !important;
}

.widget-task-view-container .widget-heading h5 {
    color: #2e538e !important;
}

.form-control:focus {
    border-color: #2e538e !important;
}

/* Hide scroll bar css Start  */
::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.position-absolute {
    position: absolute;
}

/* Approval Pending Css Start */
.badge--group p {
    padding-left: 5px;
}

body.layout-dark .badge svg {
    height: 22px !important;
    width: 22px !important;
}

.outerline-info {
    display: flex;
    align-items: center;
    padding: 7px 10px 7px 0px;
    border-radius: 6px;
    cursor: pointer;
}

.outerline-warning {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px;
    border-radius: 6px;
    cursor: pointer;
}

.info-text {
    color: #00afef;
}

.warning-text {
    color: #ff9900;
}

.danger-text {
    color: #fa4b56;
}

.outerline-danger {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
}

.outerline-success {
    border: 1px solid #00ab55 !important;
    display: flex;
    align-items: center;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
}

.outerline-approved {
    border: 1px solid !important;
    padding: 7px 10px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-right: 10px;
}

.outerline-rejected {
    border: 1px solid !important;
    padding: 7px 10px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.outerline-completed {
    padding: 7px 10px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

body.layout-dark .task-description {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
}

body.layout-dark .department-container {
    border: 1px solid #bfc9d4;
    border-radius: 6px;
    padding: 5px 10px;
}

.regulatory-container {
    padding: 0px 5px;
    border-radius: 5px;
    color: #00ab55;
    background: #f0fef7;
    font-size: 10px;
}

.day-left-container {
    border-radius: 5px;
    padding: 0px 5px;
    color: #e7515a;
    background: #fff0f1;
    font-size: 10px;
}

body.layout-dark .loader-position {
    position: absolute;
    top: 8px;
    left: 10px;
}

body.layout-dark.due-date-container {
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 6px;
}

.comment-container {
    border-radius: 6px;
}

body.layout-dark .maker-checker-task-container {
    background-color: #0e1726;
    border-radius: 6px;
    border: 1px solid #0e1726;
    padding: 20px;
    margin-bottom: 10px;
    color: white;
    text-transform: capitalize;
}

body.layout-dark .task-container {
    background-color: #0e1726;
    border-radius: 6px;
    border: 1px solid #0e1726;
    padding: 20px;
    margin-bottom: 10px;
    color: white;
    text-transform: capitalize;
}

body.layout-dark .heading {
    font-size: 20px;
    color: white;
    padding: 15px 0px;
}

.w-64 {
    width: 64.47px;
}

.current-date-container {
    font-size: 12px !important;
    color: #2e538e !important;
}

.start-date-container {
    color: #2e538e !important;
}

.comment-text {
    color: #2e538e !important;
}

.history-button {
    background: transparent;
    border: none;
}

.start-end-date-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-w-27 {
    height: 27px !important;
    width: 27px !important;
}

.h-w-30 {
    height: 30px !important;
    width: 30px !important;
}

.black-text {
    color: #000;
}

.table-dot-custom::before {
    left: 6px !important;
}

.table-dot-custom::after {
    left: 6px !important;
}

/* Task created Css  */
body.layout-dark label {
    color: #fff !important;
}

body.layout-dark .form-control {
    background: transparent !important;
    border: 1px solid #fff !important;
}

body.layout-dark .form-select {
    background: #0e1726 !important;
    border: 1px solid #fff !important;
}

/* Open Modal Css */
.save-btn {
    position: absolute;
    /* top: 10px;
    right: 15px; */
    top: 5px;
    right: -20px;
}

.save-btn button {
    background-color: transparent;
    border: none;
}

.save-btn button span {
    color: #00aeff;
}

.modal-content {
    width: 500px !important;
    border: 1px solid rgba(160, 174, 192, 1) !important;
    border-radius: 6px !important;
}

/* Tooltip css  */
.task-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.task-tooltip .task-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 15;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    text-wrap: wrap;
}

.task-tooltip:hover .task-tooltiptext {
    visibility: visible;
}

/* Dropdown css  */
:root {
    --blue: #0255f0;
    --lt-gray: #cccccc;
    --dk-gray: #767676;
}

fieldset {
    border: none;
}

fieldset>label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    vertical-align: top;
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: 0.5rem !important;
}

fieldset>label::after {
    content: ":";
}

select,
details {
    display: inline-block;
    width: 100%;
    background-color: #0e1726;
    cursor: pointer;
}

select,
summary {
    border: 1px solid #bfc9d4;
    border-collapse: collapse;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    background-color: #0e1726;
    cursor: pointer;
    color: #bfc9d4;
}

details[open]>summary {
    color: #fff;
    width: 100%;
}

.task-create-dropdown {
    list-style: none;
    margin: 0px;
    padding: 10px;
    margin-top: 2px;
    border: 1px solid #fff;
    max-height: 220px;
    overflow-y: auto;
    position: absolute;
    width: 47.4%;
    border-radius: 6px;
    background: #0e1726;
}

.task-create-dropdown li {
    margin: 0px;
    padding: 0px;
}

.task-create-dropdown li>label {
    cursor: pointer;
    display: block;
}

.task-create-dropdown li>label:hover,
li>label:has(input:checked) {
    background-color: #1b2e4b;
    padding: 5px 10px;
    border-radius: 6px;
    color: white !important;
    width: 100%;
}

.task-create-dropdown li label {
    color: #bfc9d4 !important;
    padding: 5px 10px;
    text-transform: capitalize;
}

/* Scroll Bar css */
.task-create-dropdown::-webkit-scrollbar {
    width: 5px;
}

.task-create-dropdown::-webkit-scrollbar-track {
    background: red;
    border-radius: 10px;
}

.task-create-dropdown::-webkit-scrollbar-thumb {
    background: yellowgreen;
    border-radius: 10px;
}

.task-create-dropdown::-webkit-scrollbar-thumb:hover {
    background: pink;
}

.task-create-dropdown::-webkit-scrollbar {
    width: 5px;
}

.task-create-dropdown::-webkit-scrollbar-thumb {
    background: #888ea8;
    border-radius: 10px;
}

.task-create-dropdown::-webkit-scrollbar-track {
    background: transparent;
}

/* Activity log Css  */
body.layout-dark .timeline-line .item-timeline .t-text p {
    color: #fff !important;
}

body.layout-dark .timeline-line .item-timeline .t-time {
    color: #fff !important;
    padding: 10px 15px !important;
}

body.layout-dark .timeline-line .item-timeline .t-text .t-meta-time {
    color: #888ea8 !important;
}

body.layout-dark .inv-number {
    color: #fff;
    text-transform: capitalize;
}

/* Light theme css  */
.inv-number {
    color: #000;
    text-transform: capitalize;
}

td {
    background-color: #fff !important;
    color: #000;
    padding: 10px 21px !important;
    border-bottom: 1px solid #ebedf2 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.table:not(.dataTable).table-bordered thead tr th {
    border: none !important;
}

.maker-checker-task-container {
    background-color: #0e1726;
    border-radius: 6px;
    border: 1px solid #0e1726;
    padding: 20px;
    margin-bottom: 10px;
    /* color: white; */
    text-transform: capitalize;
    border: 1px solid #e0e6ed;
    box-shadow: 18px 20px 10.3px -23px #00000026;
    background: white;
}

.maker-checker-task-container div div div span {
    color: #515365;
}

.task-container div div div span {
    color: #515365;
}

.maker-checker-task-container div div div button {
    color: #515365;
}

.task-description {
    color: #2e538e;
    font-weight: bold;
    font-size: 18px;
}

.light-grey {
    color: #888ea8 !important;
}

body.layout-dark .st0 {
    fill: #bfc9d4;
}

.st0 {
    fill: #888ea8;
}

.department-container {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 10px;
}

body.layout-dark .fill-grey-fl {
    fill: #bfc9d4;
}

.fill-grey-fl {
    fill: #888ea8;
}

body.layout-dark .cls-1 {
    fill: #fff;
}

.cls-1 {
    fill: #888ea8;
}

.heading {
    font-size: 20px;
    color: #515365;
    padding: 15px 0px;
}

.task-container {
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    box-shadow: 18px 20px 10.3px -23px #00000026;
    background: white;
    padding: 20px;
    margin-bottom: 10px;
    color: white;
    text-transform: capitalize;
}

/* History Modal css  */
.modal-dialog-history {
    min-width: 650px !important;
}

.modal-content-history {
    width: 650px !important;
}

/* Sidebar css  */
/* #sidebar ul.menu-categories li.menu.active > .dropdown-toggle svg,
#sidebar ul.menu-categories li.menu.active > .dropdown-toggle span {
    color: #191e3a !important;
} */
#sidebar ul.menu-categories li.menu.active>.dropdown-toggle:hover svg:not(.badge-icon) {
    color: #fff !important;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
    background-color: transparent !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle {
    justify-content: space-between !important;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading>.heading {
    text-align: left;
    padding: 4px 0 10px 37px !important;
}

.side-right-container {
    position: absolute;
    height: 100vh;
    background: white;
    left: 180px;
    top: 0px;
    opacity: 9999;
    padding: 35px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 200px;
    display: none;
}

.side-right-container ul li {
    padding: 10px 5px;
}

.new-had-heading {
    color: #00aeef !important;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading {
    height: 25px !important;
}

ul .submenu-item a:hover {
    margin-left: 10px;
}

ul li {
    transition: margin-left 0.1s ease;
}

.sidebar-right-heading {
    font-size: 18px;
    font-weight: bold;
    color: #10498b;
    text-align: center;
    padding-bottom: 15px;
}

.side-right-container ul li div a span {
    color: #10498b;
}

.side-right-container ul li:hover div a span {
    color: grey;
}

.side-right-container ul li:hover div a svg path {
    fill: grey;
}

.side-right-container ul li:hover div a svg g polygon {
    fill: grey;
}

.side-right-container ul li:hover div a svg g circle {
    fill: grey;
}

.side-right-container ul li:hover div a svg line {
    stroke: grey;
}

.penalty-repositroy {
    margin-top: -4px;
}

.department-svg {
    margin-top: -5px;
}

/* 
#sidebar
    ul.menu-categories
    li.menu
    > .dropdown-toggle[aria-expanded="true"]
    div
    span {
    color: #2e538e !important;
}

#sidebar
    ul.menu-categories
    li.menu
    > .dropdown-toggle[aria-expanded="true"]
    div
    svg
    path {
    fill: #2e538e !important;
} */

/* .active div a {
    border: 1px solid;
    color: white;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    width: 200px;
    height: 31px;
    display: flex;
    align-items: center;
    padding-right: 35px;
} */

ul li {
    cursor: pointer;
}

/* 
.active div a svg path {
    fill: #fff !important;
}

.active div a svg {
    fill: #fff !important;
}

.active div a svg g g g polygon {
    fill: #fff !important;
} */

.custom-td {
    width: auto !important;
    text-wrap: wrap !important;
}

.comment-container-content {
    width: 200px;
    text-wrap: wrap !important;
}

.penalty-description {
    width: 900px !important;
    text-wrap: wrap !important;
}

textarea.autosize {
    overflow: hidden;
    resize: none;
    /* Optional: to disable manual resizing */
}

.submenu-item div a {
    width: 160px;
}

/* Nav Css  */
#content {
    margin-left: 200px !important;
}

.header-container {
    width: calc(100%) !important;
    border-radius: 0px !important;
    z-index: 1031 !important;
    min-height: 70px !important;
    margin-top: 0px !important;
}

.header-container.container-xxl {
    left: 0px !important;
    margin: 0px;
}

.client-name-container {
    padding: 12px !important;
}

.badge-secondary {
    background-color: #2e538e !important;
}

.avatar .avatar-icon {
    background-color: #2e538e !important;
}

/* New Left sidebar css  */

.submenu {
    display: none;
}

.dropdown-toggle[aria-expanded="true"]+.submenu {
    display: block;
}

li {
    list-style: none;
}

.submenu {
    display: none;
}

.submenu-item.active a {
    color: #2e538e;
    font-weight: bold;
}

.main-menu a {
    color: #000;
    /* or any default color */
    text-decoration: none;
}

.main-menu a[aria-expanded="true"]+.submenu {
    display: block;
}

/* Style for the dropdown menu */
.dropdown-toggle+.side-right-container {
    position: fixed;
    top: 69px;
    left: 200px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    width: 175px;
    margin-left: -1px;
    height: 100vh;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle {
    background-color: #2e538e !important;
    padding: 10.2px 15px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"]:hover {
    color: #2e538e !important;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="true"] div span {
    color: #fff !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"]:hover svg {
    color: #fff !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"]:hover svg {
    color: #fff !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle:hover svg:not(.badge-icon) {
    color: #2e538e !important;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle[aria-expanded="true"] div div svg {
    color: #fff !important;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle svg path {
    fill: #fff !important;
}

#sidebar ul.menu-categories li.menu.active>.dropdown-toggle div svg {
    color: #fff !important;
}

/* Display the submenu when hovering over the main menu item */

.menu-categories {
    overflow: visible !important;
}

/* Additional styles for the submenu */
.side-right-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* #sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded="true"] {
    background: #f5f6fa !important;
} */
.submenu {
    display: none;
}

.dropdown-toggle[aria-expanded="true"]+.submenu {
    display: block;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"] span {
    color: #2e538e !important;
}

/* Additional styles for the submenu */
.side-right-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar ul.menu-categories.ps {
    width: 100% !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle svg:not(.badge-icon) {
    width: 15px !important;
    height: 17px !important;
}

.submenu-item div a span {
    font-size: 13px;
}

.submenu-item div a svg {
    height: 15px !important;
    width: 17px !important;
}

.sidebar-wrapper ul.menu-categories li.menu.menu-heading {
    width: 180px !important;
}

.sidebar-wrapper {
    width: 200px !important;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle svg:not(.badge-icon) {
    color: #2e538e !important;
}

.sfHover .dropdown-toggle:hover {
    width: 94% !important;
}

/* #sidebar ul.menu-categories.ps:hover li.menu.sfHover:hover {
    width: 43% !important;
    margin: 0px 15px;
    border-radius: 5px;
}
#sidebar ul.menu-categories li.menu.sfHover:hover {
    background: #f5f6fa;
    width: 86% !important;
    margin: 0px 15px;
    border-radius: 5px;
} */
ul li a div span {
    color: #2e538e;
}

.menu.sfHover.sidebar-toggle.active {
    background-color: #2e538e;
    width: 90%;
    margin: 10px 10px;
    border-radius: 5px;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[aria-expanded="true"]:hover svg {
    color: #2e538e !important;
}

/* #sidebar ul.menu-categories li.menu > .dropdown-toggle:hover {
    background-color: #f5f6fa;
    width: 225px !important;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 20px;
} */
#sidebar ul.menu-categories li.menu>.dropdown-toggle {
    margin: 2px 5px 0px !important;
    border-radius: 5px !important;
}

.menu.sfHover.sidebar-toggle.active a {
    padding-left: 5px !important;
}

.menu.sfHover.sidebar-toggle.active a div span {
    color: #fff !important;
}

.menu.sfHover.sidebar-toggle.active a div svg path {
    fill: white;
}

.menu.sfHover.sidebar-toggle.active a div svg g g g polygon {
    fill: #fff;
}

.menu.sfHover.sidebar-toggle.active a div svg g circle {
    fill: #fff;
}

.menu.sfHover.sidebar-toggle.active a div svg line {
    stroke: #fff;
}

.submenu-item {
    color: pink;
}

.side-right-container ul .submenu-item.active:hover div a span {
    color: #fff;
}

.side-right-container ul .submenu-item.active:hover div a span {
    color: #fff;
}

.side-right-container ul .submenu-item.active:hover div a svg path {
    fill: #fff;
}

.side-right-container ul .submenu-item.active:hover div a svg g polygon {
    fill: #fff;
}

.side-right-container ul .submenu-item.active:hover div a svg g circle {
    fill: #fff;
}

.side-right-container ul .submenu-item.active:hover div a svg line {
    stroke: #fff;
}

ul .submenu-item.active a:hover {
    margin-left: 0px;
}

.submenu-item.active {
    background-color: #2e538e;
    color: white;
    margin: 0px 5px;
    width: 160px;
    border-radius: 5px;
    padding: 10px;
    padding-left: 5px;
}

.submenu-item.active div span {
    color: white;
}

.submenu-item.active div svg path {
    fill: white;
}

.submenu-item.active div svg g g g polygon {
    fill: #fff;
}

.submenu-item.active div svg g circle {
    fill: #fff;
}

.submenu-item.active div svg line {
    stroke: #fff;
}

/* Hide scrollbar for all browsers */
#accordionExample {
    overflow: hidden;
}

#accordionExample::-webkit-scrollbar {
    display: none;
}

#accordionExample {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: none !important;
}

/* Start OffCanvas */

.offcanvas-header {
    background-color: #2e538e;
    padding: 0.5rem 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.offcanvas-header h6 {
    color: #fff;
    margin: 0;
}

.offcanvas-end {
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 800px !important;
    max-width: calc(100% - 40px);
}

.offcanvas-body {
    background-color: #f1f2f3;
}

/* End OffCanvas */

/* Pagination button  */
.active>.page-link,
.page-link.active {
    color: white !important;
    background-color: #2e538e !important;
    border-color: transparent !important;
}

.page-link {
    color: #2e538e !important;
}

.close-button {
    background: transparent;
    border: none;
    color: #2e538e;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 15px;
}

/* mekar checker css  */
.checker-maker-table-content-tr th {
    color: #fff;
    padding: 10px 21px;
}

.dark-blue-text {
    color: #2e538e !important;
}

.checker-maker-table-content-tr {
    border-bottom: none !important;
    background-color: #2e538e;
}

.maker-checker-data-container td {
    position: relative;
}

.severity-info {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 13px !important;
    background: transparent !important;
    border-left: 6px solid #2196f3 !important;
}

.severity-warning {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 13px !important;
    background: transparent !important;
    border-left: 6px solid #ff9900 !important;
}

.severity-danger {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 13px !important;
    background: transparent !important;
    border-left: 6px solid #fa4b56 !important;
}

.checker-maker-table-container table {
    overflow-x: auto;
}

.checker-maker-table-container {
    max-width: 100%;
    white-space: nowrap;
}

.overflow-scroll {
    overflow: scroll;
}

.mb-10 {
    margin-bottom: 10px;
}

.task-name-content {
    font-size: 16px;
}

.btn-group>.btn,
.btn-group .btn {
    padding: 0px 5px !important;
    font-size: 10px !important;
}

.task-name-content {
    width: 325px;
    display: block;
    text-wrap: wrap;
    word-wrap: break-word;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 12px;
}

.task-description-content {
    width: 325px;
    text-wrap: wrap;
    display: block;
}

.w-325 {
    width: 325px;
    height: auto;
}

.comment-modal-dialog {
    min-width: 750px !important;
    min-height: 500px !important;
}

.comment-modal-dialog .modal-content {
    width: 750px !important;
    height: 500px !important;
}

.document-btn div {
    font-size: 10px;
    font-weight: normal;
}

/* task description css  */
.task-description-container {
    display: none;
}

/* Log in css  */
.sign-up-btn {
    color: #fff !important;
    background-color: #2e538e !important;
    border-color: #2e538e !important;
    box-shadow: none !important;
}

.btn-social-login {
    background-color: transparent !important;
    border-color: #d3d3d3 !important;
}

.login-form-group:focus {
    border-color: #2e538e !important;
}

.login-form-group input {
    background: transparent !important;
    padding: 10px !important;
}

.login-form-group {
    position: relative;
    margin-bottom: 20px;
}

.login-form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #bfc9d4;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background: transparent;
}

.login-form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.login-form-group input:focus {
    border-color: #2e538e;
    outline: none;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
    top: -6px;
    font-size: 12px;
    color: #2e538e !important;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
}

input::placeholder {
    color: #888ea8;
}

input::placeholder {
    color: #888ea8 !important;
}

input:-ms-input-placeholder {
    color: #888ea8;
}

input::-ms-input-placeholder {
    color: #888ea8;
}

input::-moz-placeholder {
    color: #888ea8;
}

input::-webkit-input-placeholder {
    color: #888ea8;
}

.or-border-line {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.or-border-line a {
    position: absolute;
    top: -10px;
    background: #fff;
    color: #888ea8;
    width: 32px;
    margin-left: -20px;
}

.mx-50 {
    margin: 0px 50px;
}

.compliance-text {
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 80px;
    color: white;
    width: 145%;
}

.compliance-text a span {
    color: #fff;
}

.compliance-text a {
    text-align: center;
    display: flex;
    justify-content: center;
}

.form-check.form-check-primary .form-check-input:checked {
    background-color: #2e538e !important;
    border-color: #2538ee !important;
}

.bg-image-login {
    background-image: url("/logo/929.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1 !important;
    width: 100vw !important;
    height: 100vh;
    position: relative;
}

.auth-container .container {
    background: #fff !important;
}

/* circular archive css  */
.filter-date-icon {
    position: absolute;
    top: 12px;
    left: 18px;
    display: flex;
    align-items: center;
    z-index: -1;
}

.btn-outline-dark-blue {
    border: 1px solid #2e538e !important;
    color: #2e538e !important;
    background-color: transparent !important;
    box-shadow: none;
}

.btn-outline-dark-blue:hover {
    color: transparent;
    background-color: #2e538e !important;
    box-shadow: 0 10px 20px -10px #2e538e !important;
}

.form-switch-custom.form-switch-success .switch-input:checked {
    background-color: #2e538e !important;
    border-color: #2e538e !important;
}

.circular-archive-table td {
    border-bottom: 1px solid #bfc9d4 !important;
    padding: 15px 21px !important;
}

.circular-archive-table-show ul li {
    list-style-type: disc !important;
}

.circular-archive-toggle td {
    background-color: transparent !important;
}

.circular-category-logo-icon {
    width: 70px;
    height: 70px;
}

.circular-category-logo-icon img {
    width: 100%;
    height: 100%;
}

.circular-category-logo-icon+h5 {
    font-size: 14px !important;
    text-align: center;
    padding-top: 15px;
}

.circular-category-followers {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border-radius: 10px !important;
}

.circular-category-followers .widget-heading {
    padding: 20px 13px 1px !important;
    height: 130px;
}

/* Framework css  */
.framework-details-content a {
    width: 400px;
    text-wrap: wrap;
    word-wrap: break-word;
}

.artifact-name-content {
    width: 400px !important;
    text-wrap: wrap !important;
    word-break: break-word !important;
}

.white-close-btn {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.framework-card-container {
    height: 300px;
    margin-bottom: 10px;
}

/* Task in progress css  */
/* Total Task  */
.bg-theme {
    background-color: #2e538e42 !important;
    border-color: #2e538e !important;
    color: #fff;
}

.bg-theme .custom-card-body .card-total-task span {
    color: #2e538e !important;
}

.bg-theme .custom-card-body p {
    color: #2e538e !important;
    text-align: center;
}

/* Overdue  */
.overdue-bg {
    background-color: #e7515a29 !important;
    border-color: #e7515a !important;
    color: #fff;
}

.overdue-bg .custom-card-body .card-total-task span {
    color: #e7515a !important;
}

.overdue-bg .custom-card-body p {
    color: #e7515a !important;
    text-align: center;
}

/* OverdueDay  */
.bg-dueday {
    background-color: #e2a03f4f !important;
    border-color: #e2a03f !important;
}

.bg-dueday .custom-card-body .card-total-task span {
    color: #e2a03f !important;
}

.bg-dueday .custom-card-body p {
    color: #e2a03f !important;
    text-align: center;
}

/* Reject by checker  */
.bg-grey {
    background-color: #80808038 !important;
    border-color: grey !important;
    color: #fff;
}

.bg-grey .custom-card-body .card-total-task span {
    color: grey !important;
}

.bg-grey .custom-card-body p {
    color: grey !important;
    text-align: center;
}

/* Reject by tester  */
.bg-rejected-tester {
    background-color: #2196f354 !important;
    border-color: #2196f3 !important;
}

.bg-rejected-tester .custom-card-body .card-total-task span {
    color: #2196f3 !important;
}

.bg-rejected-tester .custom-card-body p {
    color: #2196f3 !important;
    text-align: center;
}

/* Clicked total task  */
.clicked-bg-theme {
    background-color: #2e538e !important;
    border-color: #2e538e !important;
    color: #fff;
}

.clicked-bg-theme .custom-card-body .card-total-task span {
    color: #fff !important;
}

.clicked-bg-theme .custom-card-body p {
    color: #fff !important;
    text-align: center;
}

/* Clicked overdue  */
.clicked-overdue-bg {
    background-color: #e7515a !important;
    border-color: #e7515a !important;
    color: #fff;
}

.clicked-overdue-bg .custom-card-body .card-total-task span {
    color: #fff !important;
}

.clicked-overdue-bg .custom-card-body p {
    color: #fff !important;
    text-align: center;
}

/* Clicked OverdueDay  */
.clicked-bg-dueday {
    background-color: #e2a03f !important;
    border-color: #e2a03f !important;
}

.clicked-bg-dueday .custom-card-body .card-total-task span {
    color: #fff !important;
}

.clicked-bg-dueday .custom-card-body p {
    color: #fff !important;
    text-align: center;
}

/* Reject by checker  */
.clicked-bg-grey {
    background-color: grey !important;
    border-color: grey !important;
    color: #fff;
}

.clicked-bg-grey .custom-card-body .card-total-task span {
    color: #fff !important;
}

.clicked-bg-grey .custom-card-body p {
    color: #fff !important;
    text-align: center;
}

/* Reject by tester  */
.clicked-bg-rejected-tester {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.clicked-bg-rejected-tester .custom-card-body .card-total-task span {
    color: #fff !important;
}

.clicked-bg-rejected-tester .custom-card-body p {
    color: #fff !important;
    text-align: center;
}

.card-total-task {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px !important;
}

.custom-card-body {
    padding: 10px 10px !important;
}

.pdf-btn-outerline {
    border: 1px solid #8c181a !important;
    color: #8c181a !important;
    background-color: transparent !important;
    box-shadow: none;
    width: 110px;
    text-align: left !important;
}

.excel-btn-outerline {
    border: 1px solid #00ab55 !important;
    color: #00ab55 !important;
    background-color: transparent !important;
    box-shadow: none;
}

/* Task edit css  */
.circular-repo-value-content {
    width: 590px;
    text-wrap: wrap;
    word-wrap: break-word;
    color: black;
    cursor: pointer;
}

.circular-repo-modal-dialog {
    max-width: 700px !important;
}

.circular-repo-modal-content {
    width: 700px !important;
}

.modal-cicular-repo-list-edit div span {
    width: 600px;
    text-wrap: wrap;
    word-wrap: break-word;
    color: black;
    cursor: pointer;
}

.circular-repo-heading {
    font-size: 20px;
    font-weight: bold;
    color: #2e538e;
}

/* Report css  */
.task-name-id-content {
    width: 200px;
    text-wrap: wrap;
    word-wrap: break-word;
}

.task-description-content {
    width: 325px;
    text-wrap: wrap !important;
    word-wrap: break-word;
}

/* Acitity log css  */
/* Search bar css  */
.search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
}

.search-input {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
}

.search-input:focus {
    border-color: #4361ee;
}

.offcanvas-backdrop.show {
    opacity: 0.5 !important;
}

.offcanvas.show+.light-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #00000085;
}

.task-name-container {
    width: 30%;
    text-wrap: wrap !important;
    word-wrap: break-word;
}

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

.w-70 {
    width: 69.23px;
    text-align: left !important;
}

.task-id-container {
    width: 412px;
}

/* Date picker css  */
.flatpickr-day.today {
    border-color: #2e538e !important;
    color: #2e538e !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #2e538e !important;
    color: #fff;
    border-color: #2e538e !important;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n + 1)) {
    box-shadow: -10px 0 0 #2e538e !important;
}

/* Suggested task css  */
.task-name-content {
    width: 173px;
    text-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
}

.dynamic-width {
    width: 17%;
}

.total-requirement-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-theme {
    background-color: #2e538e !important;
}

.change-container-btn {}

.widget-dashboard-container::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: rgba(46, 83, 142, 0.15);
    border-radius: 50%;
    z-index: 0;
}

.widget-dashboard-container {
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border-radius: 12px;
    box-shadow: 5px 5px 15px #d1d1d1, -5px -5px 15px #ffffff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.change-container-btn div {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: #2e538e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.widget-one_hybrid .widget-heading .w-value {
    color: #2e538e !important;
    text-align: center;
    margin-top: 3px;
}

.total-circulars-heading .w-value {
    color: #90ee90 !important;
}

.total-applicable-circular-heading .w-value {
    color: #add8e6 !important;
}

.upcoming-tasks-heading .w-value {
    color: #d5d59e !important;
}

.user-guide-heading .w-value {
    color: #f08080 !important;
}

.penalty-amount-heading .w-value {
    color: #ffb6c1 !important;
}

.no-of-penalty-heading .w-value {
    color: #ffa07a !important;
}

.circular-penalty-heading .w-value {
    color: #b0c4de !important;
}

.circular-task-penalty-heading .w-value {
    color: #87cefa !important;
}

.total-task-heading .w-value {
    color: #9ddada !important;
}

.overdue-heading .w-value {
    color: #f08080 !important;
}

.completed-30day-heading .w-value {
    color: #90ee90 !important;
}

.maker-mywork-heading .w-value {
    color: #f08080 !important;
}

.text-wrap {
    width: 100%;
    text-wrap: wrap;
}

/*------------------------------------------------ bubbal CSS START---------------------------- */
.container-12 h2 {
    color: #2e538e;
    text-align: center;
    text-transform: uppercase;
}

.btn1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
    font-size: 0.6em;
    width: 180px;
    height: 30px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #ffffff;
    background-color: #2e538e;
    border: 2px solid #2e538e !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

/* 
.btn1:hover {
  background-color: #2e538e !important;
  color: #fff;
} */

.service-title {
    font-size: 0.8em !important;
}

text {
    font-size: 0.5em;
}

.bubble-legend-box {
    width: 1em;
    height: 1em;
    display: inline-block;
}

.bubble-legend-label {
    color: #2e538e;
    padding-left: 1em;
}

#bubble-legend-container {
    display: none;
}

#bubble-legend {
    columns: 2;
    padding-top: 3em;
}

#bubble-legend li {
    padding-bottom: 1em;
}

.accessible {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.container-12 ol,
ul {
    list-style: none;
}

.dashboard-boxes-heading {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}

.widget-one_hybrid .widget-heading .w-title {
    justify-content: center !important;
}

@media (min-width: 1200px) {
    .custom-col-xl-2 {
        flex: 0 0 auto;
        width: 13.66666667% !important;
    }
}

.chat-system {
    height: 110% !important;
}

.chat-conversation-box-scroll {
    height: 430px !important;
}

.chat-system .chat-box .bubble.you {
    text-align: justify;
}

#offcanvasRight {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.offcanvas-end {
    transform: translateX(100%);
}

.offcanvas.show {
    transform: translateX(0);
    opacity: 1;
}

#compareForm {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#compareForm input[type="file"] {
    margin: 10px 0;
    display: block;
}
#compareForm button {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
#compareForm button:hover {
    background: #2980b9;
}
#viewer-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}
.pdf-column {
    flex: 1;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    max-height: 80vh;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.pdf-column h3 {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: center;
    color: #2c3e50;
}
canvas {
    border: 1px solid #eee;
    margin: 10px 0;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.diff-added {
    background-color: #e6ffed;
    color: #22863a;
}
.diff-removed {
    background-color: #ffebee;
    color: #b71c1c;
}
.diff-header {
    font-weight: bold;
    color: #555;
    background-color: #f5f5f5;
}
.placeholder {
    width: 595px;
    height: 842px;
    border: 1px solid #ddd;
    margin: 10px 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777;
    font-size: 18px;
}
.diff-section {
    margin-bottom: 15px;
}
.diff-section-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #2c3e50;
}
.diff-item {
    padding: 3px 5px;
    margin: 2px 0;
    border-radius: 3px;
}
.diff-added-item {
    background-color: #e6ffed;
    color: #22863a;
}
.diff-removed-item {
    background-color: #ffebee;
    color: #b71c1c;
}
.error-message {
    color: #b71c1c;
    background-color: #ffebee;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.diff-output {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background: #f8f9fa;
    font-family: monospace;
    white-space: pre-wrap;
    max-height: 500px;
    overflow-y: auto;
}

.diff-container {
    line-height: 1.5;
}

.diff-header {
    background-color: #f5f5f5;
    color: #666;
    padding: 2px 5px;
    margin: 5px 0;
    font-weight: bold;
    border-radius: 3px;
}

.diff-line {
    padding: 2px 5px;
    margin: 1px 0;
    border-radius: 3px;
}

.diff-line.added {
    background-color: #e6ffed;
    color: #22863a;
    border-left: 3px solid #28a745;
}

.diff-line.removed {
    background-color: #ffebee;
    color: #b71c1c;
    border-left: 3px solid #dc3545;
    text-decoration: line-through;
}

.diff-line.unchanged {
    color: #333;
    padding-left: 8px;
}

.diff-group {
    margin-bottom: 15px;
}

.diff-group-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #2c3e50;
}
