html, body {
    font-family: Roboto, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*.content {
    padding-top: 1.1rem;
}
*/
h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

/*----breadcrumb CSS----*/
.breadcrumb-main .breadcrumb-title {
    background-color: transparent;
    font-size: 15px;
    align-items: center;
    margin: 15px 0;
    padding: 0;
    color: #555;
}

.breadcrumb-main .page-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.breadcrumb-main .breadcrumb-list {
    background-color: transparent;
    font-size: 15px;
    align-items: center;
    margin: 20px 0;
    float: right;
    color: #555;
    padding: 0 5px;
}

.breadcrumb-main li {
    display: inline-block;
}

.breadcrumb-main li a {
    color: #444;
    text-decoration: none;
}

.breadcrumb-main .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
}

.breadcrumb-main li.active {
    color: #444;
}

.breadcrumb-main .breadcrumb-item + .breadcrumb-item:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    display: block;
    font-weight: 900;
    padding-right: 0.5rem;
}


/*----search-bar----*/
.search-bar {
    position: relative;
}

.search-bar img {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 16px;
}

.search-bar .form-control {
    width: 300px;
    padding-left: 40px;
    height: 44px;
    background: #FFF;
    border: 2px solid #fff;
    /*border-radius: 50px;*/
    font-size: 14px;
}

.search-bar .form-control:focus {
    box-shadow: none;
    border-color: var(--primary);
}

.tableHeader_formSelect .form-select {
    border: 2px solid #ffffff;
    height: 44px;
}

.tableHeader_formSelect .form-select:focus {
    box-shadow: none;
    border-color: var(--primary);
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.DNBLERP-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #757575 !important;
}

.DNBLERP-button--raised {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 16px 0 16px;
}

.fifth {
    /*border-color: #181c32;*/
    border-color: rgb(24, 28, 50) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 5px;
    color: #181c32;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 150ms ease-in-out;
}

.fifth:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    background: #bd081c;
    height: 100%;
    z-index: -1;
    transition: width 300ms ease-in-out;
}

.tableHeader_resetBtn .reset_button, .filter_button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 44px;
    border: none;
    outline: none;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 0.5rem;
}

.reset_button:hover, .filter_button:hover {
    background-color: #f5f7fa;
}

.filter_popup_Search_btn {
    background-color: #0088cc;
}

.modalClose-btn:after {
    background: #bd081c;
}

.modalSubmit-btn:after {
    background: #1db954;
}

.fifth:hover {
    color: #fff;
}

.fifth:hover::after {
    width: 110%;
}


.modal_btn-danger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 80px;
    height: 38px;
    border: none;
    outline: none;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    color: #fff;
    background-color: #bd081c;
    border-radius: 0.5rem;
}

.modal_btn-danger:hover {
    background-color: #bd081c;
}


.modal_btn-success {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 80px;
    height: 38px;
    border: none;
    outline: none;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    color: #fff;
    background-color: #1db954;
    border-radius: 0.5rem;
}

.modal_btn-success:hover {
    background-color: #1db954;
}
/*----DivTable CSS----*/
.divTable-Container {
    overflow: scroll;
    width: 100%;
    max-height: 610px;
    min-height: 420px;
    padding-right: 5px;
}

.div-Table {
    display: table;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) margin: 10px 0;
    width: 100%;
}

.divTable-header {
    display: table-header-group;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
    min-height: 48px;
}

.divTable-Body {
	display:table-row;
}

.divTable-header .divTable_column { 
	/*background:#fff;*/
	color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    white-space: nowrap;
}

.divTable-Body {
	display:table-row;
}

.divTable_column {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    letter-spacing: .0178571429em;
    font-size: 14px;
    line-height: 24px;
}

.divTable-Body:hover {
	background:#f9f9f9;
}

.mdc-checkbox {
    line-height: 16px;
}

/* Responsive table */
@media all and (max-width: 640px){
	.div-Table,
    .divTable-Body,
	.divTable_column,
    .divTable_column:before {
		display:block;
	}

	.div-Table,
    .divTable-Body .divTable_column:last-child {
		border-bottom:none;
	}

	.divTable-header{
		position:absolute;
		top:-1000em;
		left:-1000em;
	}

    .divTable-Body {
        border: 1px solid rgba(0, 0, 0, 0.12);
		/*margin: 0px 0 20px;*/
	}

    /*.divTable-Body .divTable_column:nth-child(1) {
        justify-content: start;
	}*/

    .divTable-Body .divTable_column:last-child { 
		border-right:none;
	}

    .divTable-Body:last-child .divTable_column,
	.divTable_column{
		border-bottom:1px solid #eeeeee;
        display: flex;
        justify-content: space-between;
	}

    .divTable_column:before { 
		font-weight:bold;
		padding-right:20px;
		font-size:12px;
		content:" "attr(data-label) ":";
	}
}

.DivTable {
    display: table;
    width: 100%;
}

.DivTableBody {
    display: table-row-group;
}

.DivTableHead {
    display: flex;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
    min-height: 48px;
}

.DivTableRow {
    display: flex;
    background: #fff;
    min-height: 48px;
    cursor: pointer;
}

.DivTableHeading:last-child, .DivTableCell:last-child {
    text-align: end;
    justify-content: end;
}

.DivTableCell {
    font-weight: 400;
}

.DivTableHeading, .DivTableCell {
    display: table-cell;
    padding: 10px 10px;
    text-align: left;
    /*flex: 1;*/
    width: 100%;
    display: flex;
    word-break: break-word;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    letter-spacing: .0178571429em;
    font-size: 14px;
    line-height: 24px;
}

.DivTableHeading {
    vertical-align: top;
    align-items: start;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}

.DivTableHeading_responsive {
    display: none;
}

.table_checkBox_row {
    width: 80px;
    flex: none;
}

.table_image_row {
    width: 80px;
    flex: none;
}

.mdc-checkbox input {
    display: inline-block;
    position: relative;
    flex: 0 0 18px;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    line-height: 0;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: bottom;
}

.action-item-class {
    color: #757575;
    cursor: pointer;
}


.dnblerp_table_card_Header {
    border-color: #dae1f3;
    background-color: #dae1f3;
    padding: 1rem 1rem;
}

.dnblerp_card-body {
    padding: 1rem 1rem !important;
}

.dnblerp_table_card_footer {
    display: flex;
    padding: 1rem 1rem;
}

.header_btn_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 6px;
}

.header_btn_section .icon-content {
    position: relative;
    list-style: none;
}

.header_btn_section .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header_btn_section .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -40px;
}

.header_btn_section .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.header_btn_section .icon-content a i{
    z-index: 7;
}

.header_btn_section .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

/*.header_btn_section .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}
*/
.header_btn_section .icon-content a:hover {
    color: white !important;
}

.header_btn_section .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.header_btn_section .icon-content a:hover .filled {
    height: 100%;
}

.header_btn_section .icon-content a[data-social="Create"] .filled,
.header_btn_section .icon-content a[data-social="Create"] ~ .tooltip {
    background-color: #1db954;
}

.header_btn_section .icon-content a[data-social="Delete"] .filled,
.header_btn_section .icon-content a[data-social="Delete"] ~ .tooltip {
    background-color: #bd081c;
}

.header_btn_section .icon-content a[data-social="Print"] .filled,
.header_btn_section .icon-content a[data-social="Print"] ~ .tooltip {
    background-color: #0088cc;
}


.header_btn_section .icon-content a[data-social="Followup"] .filled,
.header_btn_section .icon-content a[data-social="Followup"] ~ .tooltip {
    background-color: #00c8cf;
}



/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: inherit;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    /*box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);*/
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
/*[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}*/

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
/*[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}
*/
/* FLOW: RIGHT */
/*[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}*/

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* **** Switch design **** */
.switch_label {
    width: 80px;
    height: 38px;
    border-radius: 40px;
    position: relative;
}

.switch_label input {
    display: none;
}

.switch_option {
    display: block;
    width: 84px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background: linear-gradient(to bottom, #8b8c8e 20%, #f4f4f4); */
    border-radius: 25px;
}

.switch_option:after {
    content: "";
    position: absolute;
    display: block;
    height: 34px;
    width: 80px;
    left: 2px;
    top: 2px;
    border-radius: 23px;
    background: #828080;
    /* box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.8); */
    transition: .20s;
}

.switch_label i {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    /* background: linear-gradient(to top, #000000 8%, #000000); */
    border-radius: 50%;
    box-shadow: 0 0px 2px 0 rgba(0,0,0,0.7);
    top: 2px;
    left: 0px;
    transition: .25s;
}

.switch_label i:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.switch_label input:checked ~ i {
    top: 2px;
    left: 46px;
}

.switch_label input:checked + div:after {
    background: #3e97ff;
    /* box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.6); */
}

.switch_label input:checked + div > .off {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255,255,255,0);
}

.switch_label input:checked + div > .on {
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

.switch_label .on, .switch_label .off {
    text-transform: uppercase;
    position: absolute;
    left: 17px;
    top: 54%;
    transform: translateY(-50%);
    font-size: 1em;
    font-weight: 500;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    letter-spacing: 1px;
    transition: .25s;
    line-height: 2;
}

.switch_label .on {
    color: transparent;
    text-shadow: 0 1px 0 rgba(255,255,255,0);
}

.switch_label .off {
    left: initial;
    right: 14px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.2);
}


/* **** tab design **** */

.tab_menubar_rams ul {
    display: flex;
    /* margin-left: 15px; */
    padding: 0;
    border: 0;
}

.tab_menubar_rams ul li {
    /* margin-right: auto;
    margin-left: 10px; */
    list-style: none;
    margin-right: 20px;
}

.tab_menubar_rams.active {
    opacity: 1;
    top: 50px;
    display: block;
    position: absolute;
}

.tab_nav_wrapper ul li a {
    display: flex;
    gap: 4px;
    color: #5E6278;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
}

.tab_nav_item li a:hover {
    color: #3e97ff;
    transition: all .4s ease-in-out;
}

.tab_nav_item li.active a {
    color: #3e97ff;
}

.tab-nav-link-icon {
    display: flex;
    height: 28px;
    width: 28px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
    font-size: 12px;
}

.tab_nav_item .underline {
    border-bottom: 5px solid #3e97ff;
    border-radius: 50px 50px 0 0 !important;
    width: 100%;
}
 
.tab_nav_item .nav-link.active .tab-nav-link-icon {
    color: #fff;
    background-color: #3e97ff;
}

/***** Filter *****/

.filter_dropdown_main_content {
    
    height: auto;
    right: 0px;
    top: 57px;
    width: 250px;
    margin-top: -10px;
    background: #fff;
    position: absolute;
    z-index: 8;
    transition: all 0.10s linear;
    border-radius: 10px 0px 10px 10px;
    box-shadow: 0 0 6px rgb(32 33 36 / 28%);
}

@media screen and (max-width: 1440px) {
    .documentation_action_header_btn_section {
        display: block !important;
    }
    .documentation_action_header_btn_section .icon-content {
        position: relative;
        list-style: none;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 448px) {
    .table_DocumentType_responsive, .table_Action_responsive {
        width: 20% !important
    }
    .table_checkBox_row, .table_image_row {
        width: 100%;
    }
}

    @media screen and (max-width: 601px) {
        .DivTableHead {
            display: none;
        }

        .DivTableRow, .DivTableCell .DivTableHeading_responsive {
            display: block;
        }

        .DivTableHeading:last-child, .DivTableCell:last-child {
            text-align: start;
            justify-content: start;
        }

        .DivTableCell .DivTableHeading_responsive, .DivTableCell span {
            width: 50%;
        }

        .DivTableHeading_responsive {
            font-weight: 500;
        }

        .DivTableRow {
            border-bottom-color: rgba(0, 0, 0, 0.12);
            border-bottom-width: 2px;
            border-bottom-style: solid;
        }

        .DivTableHeading, .DivTableCell {
            padding: 10px 0;
            gap: 10px;
        }

        .breadcrumb-list {
            display: none;
        }

        .dnblerp_table_card_footer {
            display: block;
        }

        .dataTables_length {
            text-align: center;
            margin-bottom: 20px;
        }

        .dnblerp_table_card_footer {
            padding: 2rem 2rem;
        }
    }

    .app-modal-header {
        border-color: #dae1f3;
        background-color: #dae1f3;
        padding: 2rem 2rem 4rem;
    }

    .app-modal-header_button {
        display: flex;
    }

    .DNBLERP_modal_body {
        top: -30px;
        border-color: #dae1f3;
        width: 100%;
        z-index: 99999999;
        justify-content: center;
        display: flex;
        align-items: start;
        padding: 0;
        margin: 0 auto;
    }

    .modal-content {
        background-color: #f5f7fa;
    }

    .DNBLERP_modalForm_container {
        position: absolute;
        background-color: #ffffff;
        min-height: 84vh;
        border-left: 6px solid #dae1f3;
        padding: 2rem;
    }

    div.floting-input-block {
        position: relative;
    }

    div.floting-input-block input {
        font-weight: 500;
        font-size: 16px;
        color: #495055;
        width: 100%;
        padding: 12px 12px;
        border-radius: 1rem;
        border: 1px solid #dae1f3;
        outline: none;
    }

    div.floting-input-block span.placeholder {
        position: absolute;
        margin: 14px 0;
        padding: 0 4px;
        font-family: Roboto, sans-serif;
        color: #6c757d;
        display: flex;
        align-items: center;
        font-size: 16px;
        top: 0;
        left: 17px;
        transition: all 0.2s;
        transform-origin: 0% 0%;
        background: none;
        pointer-events: none;
        opacity: 1;
    }

    div.floting-input-block input:valid + span.placeholder,
    div.floting-input-block input:focus + span.placeholder {
        transform: scale(0.8) translateY(-30px);
        background: #fff;
    }

    div.floting-input-block input:focus {
        color: #284B63;
        border-color: #284B63;
    }

    div.floting-input-block input:focus + span.placeholder {
        color: #284B63;
    }

    .project_header_Action .actionBtn {
        border: none !important;
        border-radius: 6px !important;
        color: #181c32;
        font-size: 15px;
        background-color: #dae1f3 !important;
    }

    .action_dropDown_item {
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 15px 0px 15px 15px;
        box-shadow: 0 0 6px rgb(32 33 36 / 28%);
    }

    .action_dropDown_item .action-item-class{
        padding: 10px 14px !important;
        display: flex;
        gap: 10px;
        align-items: center;
        cursor: pointer;
    }

    .action_dropDown_item .action-item-class:first-child {
        border-radius: 15px 0 0 0;
    }

    .action_dropDown_item .action-item-class:last-child {
        border-radius: 0 0 15px 15px;
    }

    .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
        position: relative;
        top: -5px;
    }

    .e-multi-select-wrapper .e-delim-values {
        line-height: 24px !important;
        padding-left: 0px !important;
    }

    .e-multi-select-wrapper {
        min-height: 24px !important;
        top: -2px;
    }
    .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
        margin-top: -1.8em !important;
    }

    .e-multi-select-wrapper input[type=text] {
        padding: 0px !important;
    }

    .information_collapse {
        display: flex;
        justify-content: space-between;
        background-color: #dae1f3;
        padding: 10px 15px;
        cursor: pointer;
        font-weight: 600;
        border-radius: .50rem;
    }

    .information_collapse h3{
        display: flex;
        align-items:center;
    }

    .attendance_schedule_VmEmployeeList {
        padding: .5rem .5rem .5rem .5rem;
        color: #5E6278;
        color: #5E6278 !important;
            font-size: 1.1rem !important;
    }

    .attendance_schedule_VmEmployeeList:active {
        border-color: #E4E6EF !important;
        box-shadow: none !important;
    }

    @media (max-width: 1024px) {
    .search-bar .form-control, .tableHeader_formSelect {
            width: 100%;
        }
    }

    @media (max-width: 575.98px) {
        .DNBLERP_modal_body {
            width: 94%;
        }

        .filter_dropdown_main_content {
            right: 0px;
            left: 0;
            border-radius: 0px 10px 10px 10px;
        }
    }