body {
    background-color: #f4f7f6;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.form-control {
    width: 100%;
}

*,
::after,
::before {
    box-sizing: border-box;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

input:focus-visible {
    outline: none;
}

::placeholder {
    color: #999;
    opacity: 1;
    font-weight: 300;
    /* Firefox */
}
.callout{
    max-height:200px;
    overflow-y:auto;
}
::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #999;
}

/* width */
.custom_scrollbar::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.custom_scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ddd;
}

/* Handle */
.custom_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #666;
}

.custom_container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}


.ellipsis_text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

button {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.search_group input {
    border-radius: 4px;
    background: #FFF !important;
    height: 50px;
    border: none;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    font-weight: 300;
}

.custom-dropdown {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

    .custom-dropdown::after {
        display: none !important;
    }

.search_group {
    position: relative;
}

.icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.card {
    background: #fff;
    transition: .5s;
    border: 0;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.chat-app .people-list {
    width: 380px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px 20px;
    z-index: 7;
    background: #F2F5FF;
    box-shadow: 3px 0px 4px 0px rgba(11, 22, 63, 0.11);
}

.chat-app .chat {
    margin-left: 380px;
    height: 100vh;
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}


.chat_label {
    color: #13266D;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 25px 0;
    display: flex;
}

.people-list .chat-list li:not(:last-child) {
    margin-bottom: 6px;
}

.people-list .chat-list {
    height: calc(100vh - 200px);
    overflow-y: auto;
    padding-left: 0;
    padding-right: 15px;
}

    .people-list .chat-list li {
        padding: 10px 15px;
        list-style: none;
        border-radius: 4px;
        background: #fff;
    }

        .people-list .chat-list li:hover {
            background: #D7E0FF;
            cursor: pointer
        }

        .people-list .chat-list li.active {
            background: #D7E0FF
        }

        .people-list .chat-list li .name {
            color: #13266D;
            font-size: 15px;
            font-weight: 600;
        }



.people-list .about {
    display: flex;
    justify-content: space-between;
}

.people-list .status {
    color: #6D6D6D;
    font-size: 13px;
    font-weight: 300;
    min-width: 65px;
    text-align: end;
}

.chat_bottom_wrap {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.noti_wrap {
    width: 17.5px;
    height: 17.5px;
    background: #5472D4;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview_wrap {
    color: #6D6D6D;
    font-size: 13px;
    font-weight: 300;
}

.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6;
    margin: 10px 0px 20px 0;
    border-radius: 4px;
    border: 1px solid #B4C5FC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(84, 114, 212, 0.07);
}

    .chat .chat-header h6 {
        margin: 0;
        color: #13266D;
        font-size: 16px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 13px;
    }

    .chat .chat-header label {
        color: #4F4F4F;
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
    }

        .chat .chat-header label span {
            color: #767676;
            font-weight: 400;
        }

    .chat .chat-header .chat-about {
        padding-left: 10px
    }

.chat .chat-history {
    padding: 20px 45px;
    /*    height: calc(100vh - 212px);
    overflow-y: auto;*/
}

.chat_History_Wrap {
    height: calc(100vh - 240px);
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    overflow-x: hidden;
}

.chat .chat-history ul {
    padding: 0
}

    .chat .chat-history ul li {
        list-style: none;
        margin-bottom: 30px;
        position: relative
    }

.to_top_btn {
    position: absolute;
    bottom: 100px;
    background-color: #13266D;
    width: 30px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.to_bottom_btn {
    top: 110px;
    position: absolute;
    background: #13266D;
    color: #fff;
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.my-message .message::before {
    position: absolute;
    content: "";
    background: url(images/img/tick.svg);
    width: 18px;
    height: 18px;
    bottom: 0;
    left: -26px;
}

.chat .chat-history .message {
    color: #13266D;
    padding: 18px 20px;
    line-height: 150%;
    font-size: 14px;
    border-radius: 7px;
    display: inline-block;
    font-weight: 500;
    position: relative
}

.chat .chat-history .other-message .message {
    border-radius: 20px 20px 20px 0;
    background: #5472D4;
    color: #fff;
}

.chat .chat-history .my-message .message {
    border-radius: 20px 20px 0 20px;
    background: rgba(84, 114, 212, 0.2);
    text-align: right;
    margin-left: 26px;
}

.message_name {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 12px;
}

.other-message .message_name {
    color: #5472D4;
    margin-bottom: 5px;
}

.my-message .message_name {
    text-align: right;
    color: #130F26;
}

.message_data_time {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
}

.other-message .message_data_time img {
    filter: brightness(600);
}

/*.chat .chat-message {
    padding: 20px
}*/

.chat-message .input-group {
    position: relative;
}

.chat-message .form-control {
    height: 56px;
    border-radius: 4px;
    border: 1px solid #B4C5FC;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(84, 114, 212, 0.07);
    padding-left: 70px;
    padding-right: 70px;
    background: #fff;
}

.modal .upload_modal {
    margin: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px !important;
}

.float-right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.input-group-prepend {
    left: 23px;
    top: 20px;
}

.btn_wrap {
    right: 23px;
    top: 12px;
    z-index: 99;
}

.input-group-prepend,
.btn_wrap {
    position: absolute;
    z-index: 9;
}

.custom-file-input {
    width: 50px;
    overflow: hidden;
}

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input::before {
        content: '';
        display: inline-block;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        background: url(images/img/attach_icon.svg);
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

.date_Wrap {
    background: #e7e7e7;
    padding: 6px 20px;
    border-radius: 6px;
    width: fit-content;
    margin: auto;
    color: #292929;
}

/*New css*/
.timeapprovalDatePicker {
    position: relative;
    padding-left: 10px;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: 2px solid #ebebeb;
    background-color: #f2f2f2 !important;
}
/*new css*/
@media only screen and (max-width: 767px) {
    .chat-app .people-list {
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        display: none
    }

        .chat-app .people-list.open {
            left: 0
        }

    .chat-app .chat {
        margin: 0
    }

        .chat-app .chat .chat-header {
            border-radius: 0.55rem 0.55rem 0 0
        }

    /*.chat-app .chat-history {
        height: 300px;
        overflow-x: auto
    }*/
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }

    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}


.upload_wrap [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    .upload_wrap [type="file"] + label {
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Rubik', sans-serif;
        font-size: inherit;
        font-weight: 500;
        margin-bottom: 1rem;
        outline: none;
        padding: 1rem 50px;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
        position: absolute;
        inset: 0;
        margin: 0;
    }


.upload_wrap {
    margin: auto;
    background-color: #f1f2f4;
    min-height: 300px;
    border: 1px dashed #c3c3c3;
    border-radius: 4px;
    text-align: center;
    position: relative;
    display: grid;
}

    .upload_wrap img {
        width: 50px;
    }

    .upload_wrap .click_txt {
        font-size: 24px;
        color: #5c6d7f;
        font-weight: 600;
        display: block;
    }

    .upload_wrap .sm_txt {
        font-size: 16px;
        color: #979aa1;
        font-weight: 400;
        display: block;
    }

.upload_modal embed {
    display: flex;
    margin: 20px auto 0;
    min-height: 400px;
    position: relative;
    max-width: 200px;
}

.new_preview_wrap {
    position: relative;
    height: 100%;
    padding: 15px;
}

/*.new_preview_wrap  > div {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}*/


.other_message_text embed {
    display: block;
    max-width: 300px;
}

.download_btn {
    background: #0047BB;
    color: #fff !important;
    width: 50px;
    height: 40px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    border-color: #0047BB !important;
}

.download_btn:hover {
    transform: scale(1.1);
}

.btn-info-border-dark {
    --info-dark: #fff !important;
}

.new_preview_wrap .download_btn {
    background: #5472d4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 10px auto;
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
}

.rounded_solid_btn {
    min-width: 30px;
    border-radius: 30px;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--primary-dark);
    margin: 0;
}

.preview_wrap .download_btn:hover {
    color: #fff;
}

.sorting_wrap {
    display: flex;
    flex-direction: column;
    height: 20px;
    position: relative;
    top: -7px;
    margin-left: auto;
}

    .sorting_wrap > button {
        height: 10px;
    }

.NotFoundWrap h3 {
    font-size: 24px;
    color: #000;
}
/*.nav-pills {
    align-items: center}*/

.noti_list > *:not(:last-child) {
    margin-bottom: 10px;
}

.noti_list > * {
    display: flex;
    gap: 10px 20px;
}

    .noti_list > * > label {
        width: 30%;
    }

body.lp-topmenu .lp-footer {
    min-height: 70px;
    display: flex;
    align-items: center;
}

.chat .chat-history .other_message_text img {
    width: 300px;
}

.file_Wrap {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 250px;
}

    .file_Wrap h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 0;
        font-size: 15px;
    }

    .file_Wrap img {
        width: 64px !important;
    }

    .file_Wrap.mt-2 {
        margin: auto;
    }

.loading-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.8);
    z-index: 9;
}

.loading-text {
    margin-top: 10px;
    font-size: 16px;
}

.thumb_img {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    display: block;
    background: white;
    /*padding: 20px;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}

.notification-list {
    list-style-type: none;
    padding: 0;
    margin: 20px auto;
    max-height: 500px;
    overflow-y: auto;
}

.notification-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
}

    .notification-item:hover {
        transform: translateY(-5px)
    }

    .notification-item.unread {
        font-weight: bold;
    }

.timestamp {
    color: #777;
}

.mark-as-read-btn {
    background-color: #0000ff;
    color: white;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
}

.no_data_wrap {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .no_data_wrap img {
        max-width: 300px;
    }

.about_wrap textarea {
    min-height: 400px !important;
    margin: 10px 0;
    resize: none;
}

.about_wrap {
    max-width: 800px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background: #fff;
    /*max-width: 600px;*/
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
}

/* Style for Form */
.form-container {
    margin-top: 20px;
}

/* Style for Fields */
.fields-container {
    display: flex;
    justify-content: space-between;
}

/* Style for Date Input */
.date-input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

/* Style for Close and Request Change Links */
.action-link {
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
}

/* Style for Close Link with Danger Color */
.close-link {
    color: #dc3545; /* Red color for danger */
}

/* Style for Request Change Button */
.action-button {
    padding: 8px 12px;
    background-color: #28a745; /* Green color for the button */
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Style for Buttons Container */
.buttons-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px; /* Adjust margin as needed */
}
/*.startTimeModal{
    display:none;
}
.endTimeModal {
    display: none;
}*/


.noti_form_wrap {
    max-width: 800px;
}

.checkbx_wrap {
    /*    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 10px;*/
    max-height: 100px;
    overflow-y: auto;
}

.noti_form_wrap .ql-container {
    height: 200px;
}

@media (min-width:767px) {
    .noti_from_text {
        display: block;
        text-align: end;
    }
}

/* css added on 31.01.24 */

@media (max-width:575px) {
    .contrac_wrap > div > .position-absolute {
        position: relative !important;
        padding-top: 30px;
    }

    .contrac_wrap > div .position-absolute > div {
        padding-bottom: 0 !important;
        width: 20% !important;
    }

    .contrac_wrap > div .progress {
        height: 50px !important;
        position: unset;
        inset: 0;
    }

    .contrac_wrap .progress-deluxe-bar-current {
        color: #fff;
    }

    .contrac_wrap .progress-deluxe-bar-awaiting {
        color: #fff;
        opacity: 50%
    }

    /*    .col.form-group.d-flex.col-md-6.mb-4 {
        padding: 0 !important;
    }*/

    .contrac_wrap .form-label {
        font-size: 12px;
    }

    .progress-deluxe-bar-completed:before {
        display: none;
    }

    .contrac_wrap .progress-deluxe-bar-completed {
        color: #47ff47;
        opacity: 90%
    }
}

/*header {
    z-index: 1 !important;
}

.nav-pills,tab-content {
    z-index: 0 !important;
}*/


.terms_wrap h3 {
    margin-top: 20px;
}


.global_noti_wrap .table-responsive tbody tr td:nth-child(2) > div,
.global_noti_wrap .table-responsive tbody tr td:nth-child(1) > div {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal !important;
}

.custom_header .modal-title {
    word-break: initial !important;
}

.special-label {
    color: red; /* Example change: changing label color to red */
}

.special-input {
    border-color: green; /* Example change: changing input border color to green */
}

.special-textarea {
    height: 100px; /* Example change: setting a specific height for the textarea */
}

.special-button {
    font-size: 18px; /* Example change: increasing font size of buttons */
    padding: 12px 24px; /* Example change: increasing padding of buttons */
}


.custom_alert {
    animation-name: hide;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes hide {
    50% {
        opacity: .5;
    }

    90% {
        opacity: .1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}
/*.e-today{
    display:none !important;
}*/

.custom_tab .nav-tabs, .custom_tab .tab-content {
    box-shadow: none;
}

    .custom_tab .nav-tabs, .custom_tab .nav-tabs .nav-item {
        background: transparent;
    }

.custom_tab .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}


    .custom_tab .nav-tabs .nav-item .nav-link {
        position: relative;
    }

        .custom_tab .nav-tabs .nav-item .nav-link.active::after {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            bottom: -2px;
            height: 2px;
            background: #5472d4;
        }

.filter_wrap {
    display: none;
}

    .filter_wrap.collapsed {
        display: block;
    }


/*.custom_schedule .e-schedule .e-timeline-view .e-resource-cells, .e-schedule .e-timeline-month-view .e-resource-cells, .custom_schedule .e-schedule .e-timeline-view .e-resource-cells:focus, .e-schedule .e-timeline-month-view .e-resource-cells:focus {
    background: #0047BA;
    border-color: #0047BA;
    color: #ffffff;
}

.custom_schedule .e-schedule .e-timeline-view .e-resource-tree-icon, .e-schedule .e-timeline-month-view .e-resource-tree-icon, .custom_schedule .e-schedule .e-timeline-view .e-resource-text, .e-schedule .e-timeline-month-view .e-resource-text {
    color: #ffffff;
}*/

/*.dropdown-toggle.btn > .fi.fis::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ab";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 20px;
}*/
/*For language button hide */
header .navbar-nav li.nav-item:nth-child(1) .nav-link.dropdown-toggle {
    display: none !important;
}

.lp-opened-sidebar .lp-sidebar, .lp-closed .lp-sidebar, body.abp-account-layout {
    background: #0047BB !important;
}
/*.e-schedule .e-vertical-view .e-resource-cells {
    height: 62px;
}

.e-schedule .template-wrap {
    display: flex;
    text-align: left;
}

    .e-schedule .template-wrap .resource-image img {
        width: 45px;
        height: 45px;
    }

    .e-schedule .template-wrap .resource-details {
        padding-left: 10px;
    }

        .e-schedule .template-wrap .resource-details .resource-name {
            font-size: 16px;
            font-weight: 500;
            margin-top: 5px;
        }

.e-schedule.e-device .template-wrap .resource-details .resource-name {
    font-size: inherit;
    font-weight: inherit;
}

.e-schedule.e-device .e-resource-tree-popup .e-fullrow {
    height: 50px;
}

.e-schedule.e-device .template-wrap .resource-details .resource-designation {
    display: none;
}*/
/*.e-timeline-day button span {
    visibility: hidden !important;
}

.e-timeline-day button :after {
    content: 'Day' !important;
    visibility: visible;
    text-align: center;
}

.e-timeline-week button span {
    visibility: hidden !important;
}

.e-timeline-week button :after {
    content: 'Week' !important;
    visibility: visible;
    text-align: center;
}

.e-timeline-month button span {
    visibility: hidden !important;
}

.e-timeline-month button :after {
    content: 'Month' !important;
    visibility: visible;
    text-align: center;
}
    */

.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text {
    color: #000 !important;
}

.grid_wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 15px;
}

    .grid_wrap .card, .grid_wrap .form-group {
        margin-bottom: 0 !important
    }

.btn.btn-primary > .b-tooltip {
    height: 14px
}

.dropdown-menu {
    z-index: 99999999;
}

.custom_schedule .e-more-indicator {
    font-size: 10px !important;
    color: #000 !important;
    border-radius: 0 !important;
    text-align: center !important;
    text-overflow: initial !important;
    overflow: initial !important;
/*    top: 100px !important;*/
}

    .custom_schedule .e-more-indicator::before {
        position: absolute;
        content: "";
        inset: 0 2px;
        background: #578de65e !important;
    }

/*.custom_schedule .e-schedule .e-timeline-view .e-appointment .e-subject, .custom_schedule .e-schedule .e-timeline-month-view .e-appointment .e-subject {
    text-overflow: initial !important;
    overflow: initial !important;
    word-break: break-all;
    white-space: initial;
}

.custom_schedule .e-schedule .e-timeline-view .e-appointment, .custom_schedule .e-schedule .e-timeline-month-view .e-appointment {
    height: 55px;
}*/
.custom_user_table tbody tr td:nth-child(3) div {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 14.03.24 */

.role_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.custom_from .input-group .btn-secondary {
    position: absolute;
    right: 0;
    z-index: 9 !important;
}

.custom_from .input-group .btn-secondary {
    padding: 6px 15px;
}

.custom_grid_wrap {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 15px;
}

body.lp-topmenu .custom_btn_width .btn.bg-primary {
    width: 60px
}

a.reload, a.dismiss {
    color: #0047BB !important;
}

a.reload:hover, a.dismiss:hover {
    opacity: .8
}

#components-reconnect-modal a {
    color: #0047BB !important;
}

.custom_grid_wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}


.schedule_bg .e-schedule .e-work-cells {
    background: #e8e8e8 !important;
    border-color: #ffffff !important;
}

.schedule_bg .e-appointment {
    color: #000000 !important;
}

/* Loader Indicator styles Begin */
.b-loading-indicator-overlay {
    z-index: 998;
}
/* Loader Indicator styles End */

/* Hide Image tab in Signature Modal Window of Syncfusion PdfViewer */
.e-pv-signature-dialog-blazor-height .e-tab .e-tab-header .e-toolbar-item:last-child {
    display: none !important;
}