.input-group-append.custom {
    top: -27px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.invalid-feedback {
    display: block;
    margin-top: 0.25rem;
    color: #dc3545;
}
.is-invalid {
    border-color: #dc3545;
}
.preview-container {
    display: flex;
    align-items: center;
    gap: 5px;
}
.preview_img {
    max-width: 100px;
    max-height: 100px;
}
.remove_img {
    color: red;
    cursor: pointer;
    font-size: 20px;
    margin-top: -40px;
}
.card{
        border-color: white;
    }
label{
    font-weight: 600;
}
.form-container {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
}
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.invalid-feedback {
    display: block;
    margin-top: 0.25rem;
    color: #dc3545;
}
.is-invalid {
    border-color: #dc3545;
}
.select2-container {
    width: 100% !important;
}
.text-center {
        text-align: center;
    }
label span {
    color: red;
}

#loader {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.circle-loader {
    width: 50px;
    height: 50px;
    border: 4px solid #f0f0f0; 
    border-top-color: #1b00ff;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fancybox{
    cursor: pointer;
}
.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(0.5px);   
}
.fancybox__slide img {
    max-width: 850px;
    max-height: 680px;
    width: auto;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.dataTable:first-of-type thead tr:nth-child(2){
    display: none;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    display: none !important;
}
.input-group-prepend{
    width: 100px !important;
}
.edit-btn{
    color: black;
}

.filter-active::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #1b00ff;
    border-radius: 50%;
}


.dataTables_paginate {
    top: 4px;
    position: relative;
    left: 22px;
}
.dataTables_info{
    bottom: 15px;
    position: relative;
}

#filterFieldsContainer{
    border-top: 1px solid;
    padding-top: 15px;
    margin-top: 8px;
    overflow-y: scroll;
    height: 72vh;
}


.filter-sidebar {
    position: fixed;
    top: 0;
    right: -400px; 
    width: 400px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1040;
}

.filter-sidebar.open {
    right: 0;
}

.closeSidebarBtn {
    font-size: 25px !important;
}

.grid-norec-msg::before {
    margin: 0 auto;
    content: "";
    width: 116px;
    height: 100px;
    display: block;
    background: url(../../images/no-record.png) no-repeat center center !important;
    background-position: 100%;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
  
::-webkit-scrollbar-track {
    background: #f1f1f1;    
}
  
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;   
    border: 2px solid #f1f1f1;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
  }
  
* {
    scrollbar-width: thin; 
    scrollbar-color: var(--primary-color) #f1f1f1; 
}

/* .dataTables_scrollBody{
    min-height: 60vh;
} */

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

.activity-card{
    height: 88vh;
    display: flex; 
    flex-direction: column;

  }
.activity-entry{
        padding: 10px 0;
    }

    .activity-entry + .activity-entry {
        border-top: 1px solid #e0e0e0;
        margin-top: 5px;
    }

    .no-data-msg {
    font-size: 1.1rem;
    font-style: italic;
    padding: 15rem;
}
.add-btn-icon{
    margin-left:7px; 
    font-size: 20px; 
    border: 1px solid #5e5e5e; 
    padding: 2px 7px; 
    border-radius: 3px; 
    background: none;
}

.add_button {
    margin-left: 7px;
    margin-top: 4px;      
    font-size: 20px;
    border: 1px solid #5e5e5e;
    padding: 2px 7px;
    border-radius: 3px;
    background: none;
}

/* Common badge style */
.status-badge {
    height: 26px;
    width: 130px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 500;
}

/* Active status */
.status-active {
    background-color: #D2FFD8;
    color: #00A216;
    border: 1px solid #00A216;
    width: 70px;
    height: 40px;

}

/* Inactive status */
.status-inactive {
    background-color: rgba(144, 41, 41, 0.1);
    color: rgba(194, 62, 62, 1);
}

.status-invited {
    background-color: rgba(255, 240, 192, 0.8);
    color: rgba(180, 120, 56, 1);
}

.status-created {
    background-color: rgba(206, 241, 243, 0.8);
    color: rgb(105, 190, 240);
    border: 1px solid rgba(105, 190, 240);
    width: 80px;
    height: 40px;
}

.status-captured {
    background-color: rgba(245, 230, 163, 0.8);
    color: rgb(250, 188, 53);
    border: 1px solid rgba(250, 188, 53);
    width: 80px;
    height: 40px;
}

/* Default / N/A status */
.status-na {
    background-color: #f0f0f0;
    color: #555;
}

.status-draft {
    background-color: #e9ecef;
    color: #495057;
    border: 1px solid #495057;
    width: 70px;
    height: 40px;
}

.status-published {
    background-color: #D2FFD8;
    color: #00A216;
    border: 1px solid #00A216;
    width: 85px;
    height: 40px;
}

.alert-error{background-color: #dc3545; color: white;}

/* Custom Global Search Box Styling */
.global-search-container {
    position: relative;
    margin-left: 4px;
    margin-top: 4px;
}

.global-search-input {
    height: 36px;
    width: 200px;
    /* font-size: 14px; */
    border: 1px solid #5e5e5e;
    padding: 2px 35px 2px 7px;
    border-radius: 3px;
    background: none;
}

.global-search-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    pointer-events: none;
}

.global-clear-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.global-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

.global-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 450px;
    max-width: 95%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    overflow: hidden;
    animation: fadeIn 0.3s ease;
}

.popup-header, .popup-footer {
    padding: 12px 16px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.popup-footer {
    border-top: 1px solid #ddd;
    border-bottom: none;
}

.popup-body {
    padding: 16px;
}

.close-popup {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.weekdays {
    padding-left: 0;
}

.page-header {
    margin-bottom: 20px;
    padding: 13px 20px;
}

#button-group {
    display: flex;
    gap: 8px;
}

.button-group {
    display: flex;
    gap: 8px;
}

#frequency-type-button-group .btn {
    border-radius: 4px !important;
}

button.add_button {
    font-size: 20px;
    border: 1px solid #5e5e5e;
    border-radius: 3px;
    background: none;
    margin-left: 0;
}

button.delete_button {
     margin-left: 7px;
    margin-top: 4px;      
    font-size: 20px;
    border: 1px solid #5e5e5e;
    padding: 2px 7px;
    border-radius: 3px;
    background: none;
}

.form-check-inline {
    padding-right: 6%;
}

.toggle-input {
    display: none;
}

.toggle-label {
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}

.toggle-input:checked+.toggle-label {
    background-color: #4CAF50;
}

.toggle-input:checked+.toggle-label::before {
    transform: translateX(30px);
}

.btn.btn-outline.active {
    color: #fff;
    background-color: #2C2C2C;
    border-color: #6c757d
}
.delete-btn{
    margin-left:4px;font-size: 20px;
    border: 1px solid #5e5e5e; 
    padding: 2px 7px; 
    border-radius: 3px; 
    background: none
}

.sub-title {
    font-size: 12px;
    color: #666;
  }

.detail-link-text {
    color: var(--primary-color);
}
  
/* dashboard css */

 /* Custom Dashboard Styles */
 hr {
    border: 1px solid #ccc;
    margin: 20px 0;
}
.widget-style3 {
    /* padding: 20px; */
    padding-right: 56px; /* room for top-right icon */
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    position: relative; /* anchor for absolute icon */
}

.widget-style3:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.widget-style1 {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.widget-style1:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.widget-style3 .widget-data {
    flex: 1;
}

.widget-style3 .widget-icon {
    position: absolute;
    top: 10px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.widget-style3 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    font-size: 28px;
    background: transparent !important;
}

.activity-timeline {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.activity-timeline::-webkit-scrollbar {
    width: 5px;
}

.activity-timeline::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.activity-timeline::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.activity-timeline::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.progress {
    height: 6px;
    border-radius: 3px;
    background-color: #f1f1f1;
    overflow: visible;
}

.progress-bar {
    border-radius: 3px;
    position: relative;
    transition: width 0.6s ease;
}

.progress-bar::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: inherit;
    opacity: 0.8;
}

.stat-number.content-stat-number {
    font-weight: 700;
    font-size: 22px;
    color: #111827;
}

.top-list .top-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.top-list .top-list-item:last-child {
    border-bottom: 0;
}

.top-list .rank {
    width: 22px;
    display: inline-block;
    color: #6b7280;
}

.top-list .item-title {
    font-weight: 600;
    color: #111827;
}

.top-list .item-sub {
    font-size: 12px;
}

.badge-count {
    background: #111827;
    color: #fff;
    border-radius: 999px;
    min-width: 34px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

@media (max-width: 991px) {
    .widget-style3, .widget-style1 {
        margin-bottom: 20px;
    }
    
    .widget-style3 .widget-icon {
        width: 50px;
        height: 50px;
    }
    
    .widget-style3 .icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .activity-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* compliance summary dashboard css */
    .total-score {
        font-size: 18px;
        color: #6c757d;
        font-weight: 500;
    }
    .total-score-value {
        font-weight: 700;
        color: #212529;
    }
    .download-btn {
        background: white;
        border: 1px solid #dee2e6;
        padding: 8px 16px;
        border-radius: 6px;
        color: #495057;
        cursor: pointer;
        transition: all 0.2s;
    }
    .download-btn:hover {
        background: #f8f9fa;
    }
    .compliance-section {
        background: white;
        border-radius: 8px;
        padding: 25px;
        margin-bottom: 20px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 20px;
        font-weight: 600;
        color: #212529;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .info-icon {
        color: #6c757d;
        font-size: 18px;
        cursor: pointer;
    }
    .score-badge {
        width: 12px;
        height: 12px;
        background: #28a745;
        border-radius: 50%;
        display: inline-block;
        margin-right: 8px;
    }
    .score-percentage {
        font-size: 16px;
        font-weight: 600;
        color: #212529;
    }
    .stats-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 25px;
    }
    .stat-box {
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 6px;
        padding: 15px;
        text-align: center;
    }
    .stat-label {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 8px;
        font-weight: 500;
    }
    .stat-value {
        font-size: 24px;
        font-weight: 600;
        color: #212529;
    }
    @media (max-width: 768px) {
        .stats-container {
            grid-template-columns: repeat(2, 1fr);
        }
        .page-header {
            padding: 15px 20px;
        }
    }

.card-view-common .data-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.2s;
}

.card-view-common .data-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-view-common .data-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.card-view-common .btn-read-report {
    background: #f0f0f0;
    color: #666;
    border: 1px solid #e0e0e0;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

.card-view-common .btn-read-report:hover {
    background: #5a67d8;
    color: white;
    border-color: #5a67d8;
    text-decoration: none;
}

.card-view-common .btn-read-report i {
    font-size: 11px;
}

.card-view-common .data-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.card-view-common .data-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.card-view-common .data-meta i {
    margin-right: 5px;
}

.card-view-common .card-description {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.card-view-common .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.card-view-common .card-badges {
    display: flex;
    gap: 8px;
}

.card-view-common .badge-custom {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.card-view-common .badge-critical {
    background: #fee;
    color: #c33;
}

.card-view-common .badge-warning {
    background: #fff3cd;
    color: #856404;
}

.card-view-common .badge-info {
    background: #d1ecf1;
    color: #0c5460;
}

/* Status Badges */
.card-view-common .badge-draft {
    background: #e9ecef;
    color: #495057;
    border: 1px solid #dee2e6;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    min-width: 70px;
}

.card-view-common .badge-published {
    /* background: #d4edda; */
    color: #155724;
    border: 1px solid #155724;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    min-width: 70px;
}

.card-view-common .badge-archived {
    /* background: #f7ffdf; */
    color: #817d3d;
    border: 1px solid #817d3d;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    min-width: 70px;
}

.card-view-common .read-report-badge {
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    color: #666;
}

.card-view-common .download-link {
    color: #5a67d8;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.card-view-common .download-link:hover {
    text-decoration: underline;
}

.card-view-common .pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: white;
    border-top: 1px solid #e0e0e0;
}

.card-view-common .pagination-info {
    color: #666;
    font-size: 14px;
}

.card-view-common .pagination {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-view-common .page-item {
    margin: 0;
}

.card-view-common .page-link {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    background: white;
    transition: all 0.2s;
}

.card-view-common .page-link:hover {
    background: #f0f0f0;
    text-decoration: none;
}

.card-view-common .page-item.active .page-link {
    background: #5a67d8;
    color: white;
    border-color: #5a67d8;
}

.card-view-common .page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
}
.swal2-html-container{
    text-align: center;
}

.center-pagination {
    display: flex;
    justify-content: center;
    flex: 1;
}

.pagination-fa.next-page i,
.pagination-fa.prev-page i {
    color: black !important;
}

.pagination-fa.next-page:hover i,
.pagination-fa.prev-page:hover i {
    color: white !important;
}

.paginate_button.disabled .pagination-fa i,
.paginate_button.disabled .pagination-fa {
    color: #6c757d !important;
}



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

.select2-selection__clear{
    font-size: 22px;
    font-weight: 400 !important;
    margin-right: 15px;
}

/* Global Search Styles */
.search-header {
    position: relative;
}

#search-results-card {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-top: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 350px;
    max-width: 450px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.search-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-result-item {
    margin-bottom: 12px;
}

.search-result-parent {
    font-weight: 600;
    color: #333;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.search-result-parent i {
    margin-right: 8px;
}

.search-result-sublist {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}

.search-result-subitem {
    padding: 4px 0;
}

.search-result-link {
    cursor: pointer;
    color: #666;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.2s;
}

.search-result-link:hover {
    background-color: #f5f5f5;
    color: #333;
}

.search-result-link i {
    margin-right: 5px;
    font-size: 12px;
}

.search-result-parent-link {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s;
    font-weight: 500;
    margin-bottom: 6px;
}

.search-result-parent-link:hover {
    background-color: #f5f5f5;
}

.search-result-parent-link i {
    margin-right: 8px;
}

.search-no-results {
    color: #999;
    text-align: center;
    padding: 15px;
}

#eligibilityConfirm{
    margin-left: -6px;
    margin-top: 1px;
}

.status-upcoming { background: #E5F8FF; color: #274754 !important; border: 1px solid #274754 !important; }
.status-pending { background: #FFEFE8; color: #F9641E !important; border: 1px solid #F9641E !important; }
.status-due { background: #FFEFE8; color: #F9641E !important; border: 1px solid #F9641E !important; }
.status-draft { background: #F7EFFF; color:var(--primary-color) !important; border: 1px solid var(--primary-color) !important; }
.status-submitted { background: #FFEFE8; color: #F9641E !important; border: 1px solid #F9641E !important; }
.status-under { background: #FFEFE8; color: #F9641E !important; border: 1px solid #F9641E !important; }
.status-approved { background: #D2FFD8; color: #00A216 !important; border: 1px solid #00A216 !important; }
.status-overdue { background: #FFD2D2; color: #FF0000 !important; border: 1px solid #FF0000 !important; }
.status-completed { background: #D2FFD8; color: #00A216 !important; border: 1px solid #00A216 !important; }

.status-locked {  background: #ECEFF1; color: #37474F !important; border: 1px solid #37474F !important; }
.status-rejected { background: #FFD2D2; color: #FF0000 !important; border: 1px solid #FF0000 !important; }
.badge-custom {
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.accordion-button {
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #5b47fb;
    background-color: #f5f4fe;
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-body {
    font-size: 13px;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
}

#minimum-value-error, #maximum-value-error{
    top: 72px;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

body.popup-open {
    overflow: hidden !important;
}


.notification-message-cell {
    white-space: normal !important;
    word-wrap: break-word !important;
    max-width: 900px;
}

.notification-message-cell .notification-link {
    white-space: normal !important;
    word-wrap: break-word !important;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}
.date_picker-range {
    position: relative;
}
  
.date_picker-range::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/calendar_ic.svg) no-repeat center center;
    right: 10px;
    top: 45px;
    cursor: pointer;
}

.date_range_picker{
    cursor: pointer;
}

