.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
    margin-left: 10px;
}

.before-none::before,
.after-none::after {
    content: none;
}

abbr[data-original-title], abbr[title] {
    cursor: text;
    text-decoration: none;
    border-bottom: none;
}

table#scheduled-reports-table.dataTable thead th {
    padding-left: 6px !important;
}


.table td {
    padding: 0.75rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
}

.table th {
    color: #000;
}

.table input[type="checkbox"] {
    margin-right: 13px;
    transform: scale(1.5);
    box-shadow: none;
    border: 1px solid #CCCCCC;
}

.table tbody tr td {
    font-size: 14px;
    color: #000;
}

.table tbody tr.report-admin td{
    font-size: 14px;
    width: 350px;
    color: #000;
}

.table .text-center {
    text-align: center;
}

#scheduled-reports-table .dropdown {
    position: relative;
    top: -7px;
}
 
.dropdown-menu-left {
    left: auto;
    right: 0;
}

.action_dropdown {
    color: #222328;
    cursor: pointer;
    text-decoration: none;
}

.Schedule-new-report,
.Schedule-new-report:hover {
    background-color: #C10E21;
    color: #fff;
    border-radius: 20px;
    border: none;
    height: 38px;
    width: 16%;
    margin-top: 39px;

}

/* .Schedule-new-report button {
    height: 42px;
    color: #FFFFFF;
    line-height: 38px;
    padding: 0 25px;
    font-family: 'robotomedium';
    font-size: 18px;
    margin: 0 0 10px;
    height: 38px;
} */
.breadcrumb {
    background: transparent;
    /* Remove default background */
    padding: 0.75rem 1rem;
    /* Standard padding */
    margin-bottom: 0;
    /* Removes default margin-bottom */
    list-style: none;
    /* Removes list-style */
}

.breadcrumb a {
    color: #C10E21;
    /* Bootstrap primary color */
    text-decoration: none;
    /* Optional: removes underline */
    font-size: 14px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    /* Custom separator */
    padding: 0 5px;
    color: #6c757d;
    /* Bootstrap's secondary text color */
}

.breadcrumb>.active {
    font-size: 14px;
    color: #999 !important;
}

.row.align-items-center {
    align-items: flex-end;
    /* Align items to the bottom of the row */
}

th {
    cursor: pointer;
    /* Shows a pointer cursor on hover to indicate interactivity */
}

/* Hover effects for icons can be added here */
th:hover .fas {
    color: #c9302c;
    /* Changes icon color on hover */
}

.fas {
    font-family: 'FontAwesome';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: gray;
    margin-left: 10px;
    font-size: 18px;
}

.fa-sort::before {
    content: "\f0dc";
    /* Unicode for 'fa-sort' icon */
}

/* margin */
.mr-0 {
    margin-right: 0px;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

/* padding */
.p-0 {
    padding: 0px;	
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;

}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

.p-9 {
    padding: 2.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

/* space between */
.space-x-5 > * {
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
}

.space-y-4 > * {
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-y-5 > * {
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * var(--space-y-reverse));
    margin-bottom: calc(1.25rem * calc(1 - var(--space-y-reverse)));
}

/* margin */


/* labels */
.label-default {
    color: #222328;
    background: #E1E1E2;
}

.label-info {
    color: #056589;
    background: #DFE9EF;
}

.label-danger {
    color: #C10E21;
    background: #F1DEE0;
}

.label-success {
    color: #2E7C06;
    background: #EAF2E6;
}

/* flex */
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

/* font size */
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

/* */
.text-black {
    color: #000000;
}

/* font weight */
.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

/* border width */
.border-l-0 {
    border-left-width: 0;
}

.border-r-0 {
    border-right-width: 0;
}

/* background color */
.bg-white {
    --bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

/* text color */
.text-black {
    --text-opacity: 1;
    color: rgba(0, 0, 0, var(--text-opacity));
}

/* text decoration */
.group_count_underline {
    text-decoration: underline;
}

/*
START: CSS FOR PRE-SAVED VIEW
 */
.p0 {
    padding: 0 !important;
}
.px0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.py18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.m0 {
    margin: 0 !important;
}
.mx0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.my0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.item-txt {
    margin-top: 7px !important;
    letter-spacing: 0.15px;
    color: #3c3c3c;
}
.border-0 {
    border: 0px !important;
}
.bor-top-1 {
    border-top: 1px solid #ddd;
}
.border-radius-4 {
    border-radius: 4px !important;
}
.pagination > .active > a {
    background-color: #dddddd !important;
    color: #000000 !important;
    border-color: #cccccc !important;
    border: 1px solid #ccc !important;
    margin: 0 !important;
}
.li-row {
    display: table !important;
    width: 100% !important;
}
.li-wd-80-per {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 80% !important
}
.li-wd-15-per {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 12% !important;
    text-align: right !important;
    padding-right: 0px !important;
}

.default-txt {
    padding: 4px 10px 4px 10px !important;
    margin: auto 8px !important;
    letter-spacing: 0.85px !important;
    font-size: 12.25px !important;
    font-weight: 600 !important;
    line-height: 19px;
}
.li-head {
    font-size: 14px !important;
    letter-spacing: 0.25px !important;
}
.dropdown-open {
    top: 55% !important;
    right: -38px !important;
    left: unset !important;
}
.border-b-0 {
    border-bottom-width: 0;
}
.mt25 {
    margin-top: 25px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs24 {
    font-size: 24px !important;
}
li.disabled {
    pointer-events:none;
    opacity:0.6;
}
.pagination > li > a:hover {
    border: 1px solid #ccc !important;
    margin: 0 !important;
}
.pagination > li > a {
    margin: 1px !important;
}
.pagination>li:first-child>a {
    border-radius: 1px !important;
}
.pagination>li:last-child>a {
    border-radius: 1px !important;
}
.style-none {
    list-style-type: none !important;
}
.noRecords {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
}
.ul-list-group {
    padding-left: 0;
    margin-bottom: 15px;
}

.action-section {
    width: 52%;
    padding-left: 0;
}

span.info {
    color: #ffffff;
    cursor: default;
    font-size: 11px;
    background: #707070;
    border-radius: 8px;
    padding: 1px 5px 1px 5px;
    border: 1.5px solid #878787;
}
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
    z-index: 0;
}
.tooltip .tooltip-text {
    width: 120px;
    color: grey;
    visibility: hidden;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0%;
    margin-left: -470px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.tooltip:hover .tooltip-text {
    visibility: visible;
    width: 600px;
    font-size: 12px;
    padding: 8px 15px;
    max-height: 372px;
}
.tooltip:hover .tooltip-text.tt-h50 {
    height: 50px;
    top: -53px;
}

.wd-610 {
    width: 610px !important;
}

.disp-ib {
    display: inline-block !important;
}
.max-limit-msg {
    letter-spacing: 0.20px;
    display: inline-block;
}
.tooltip.wd175:hover .tooltip-text {
    width: 173px !important;
    margin-left: -3px !important;
}
.info-disabled {
    font-size: 12px !important;
    border-radius: 9px !important;
    padding: 2px 6px 1px 6px !important;
    border: 1.5px solid #e9e9e9 !important;
    background: #000 !important;
}
.manage_report {
    margin-top: -17px; 
    margin-bottom: 5px;
}
.Schedule-new-report-href,
.Schedule-new-report-href:hover{
    color:#fff;
    text-decoration:none;
    text-align: center;
}

.z-index-0 {
    z-index: 0  !important;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-2::after {
    position: absolute;
    display: inline-block;
    top: -10px;
    right: 0;
}
.li-wd-5-per {
    display: table-cell;
    vertical-align: bottom !important;
    width: 5% !important;
}

.ml-10{
    margin-left: -10px !important;
}
/* 
END: CSS FOR PRE-SAVED VIEW
 */
.manage-report-title {
    font-size: 24px;
    margin-top: -8px;
}

.banners-parent-block {
    margin-left: 10px;
}

.history-sub-menu {
    margin: 5px 0 15px 0;
}

#upload-history-lists .downloadBtn{
    color: #C10E21;
}

#upload-history-lists .downloadBtn:hover {
    color: #C10E21;
}

.select2-container--default .select2-selection--single{
    border-radius: 8px !important;
    height: 40px !important; 
    color: #000 !important;
    background-color: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
}
.select2-container--default .select2-dropdown {
    border-radius: 8px !important;
  }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.add_schedule_select2-wrapper::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 16px;
    width: 38px;
    height: 38px;
    background-color: #eee;
    pointer-events: none;
    background-image: url(https://elearning.heart.org/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    margin-top: 27px;
}
.is-custom-view::after {
    top: 24px !important;
}
.hide {
    display: none;
}
.add_schedule_select-wrapper::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 16px;
    width: 38px;
    height: 38px;
    background-color: #eee;
    pointer-events: none;
    background-image: url(https://elearning.heart.org/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    margin-top: 27px;
}

.edit_schedule_select2-wrapper-load::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 16px;
    width: 38px;
    background-color: #eee;
    pointer-events: none;
    background-image: url(https://elearning.heart.org/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    margin-top: 27px;
    height: 38px;
}

.edit_schedule_select-wrapper::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 16px;
    width: 40px;
    background-color: #eee; 
    pointer-events: none;
    background-image: url(https://elearning.heart.org/img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    margin-top: 27px;
    height: 38px;
}

.custom-edit-schedule-icon::after {
    margin-bottom: 10px !important;
}
.custom-edit-schedule-icon.is-custom-view::after {
    top: 24px !important;
}

ul.pagination>li.page-item.page_numb.active {
    pointer-events: none;
}

#elearning_search_frm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

#elearning_search_frm .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block !important;
    top: 8px !important;
}
.modal-backdrop.in {
    opacity: .65;
}

.bootbox .modal-body{
    font-size: 16px !important;
}

.text-container {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.show-more {
    display: none;
    cursor: pointer;
    color: #262ce1;
    font-size: 12px;
}

.show-more.active {
    display: inline-block;
}

.text-container.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.custom-view {
    width: 38%;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #777 !important;
}
.datepicker table tr td.day,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    color: #000;
}
.datepicker table tr td.today,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover {
    color: #fff !important;
    background-color: #999457 !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active {
    color: #fff;
    background-color: #787878 !important;
    border-color: #787878 !important;
}
.input-group-addon {
    padding: 5px 10px;
}

.has-success .add_schedule_select-wrapper::after {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-error .add_schedule_select-wrapper::after {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.createReportFrm .select2-container .select2-selection--single .select2-selection__rendered,
.editReportFrm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 42px !important;
    padding-left: 12px !important;
}

.v-scroll {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.view_title {
    font-size: 18px;
    font-weight: 500 !important;
    font-family: 'robotomedium';
    line-height: 30px;
}

/* .bootbox .modal-title{
    font-size: 16px !important;
} */

/* Default dropdown menu styling */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.more-than-four-rows tr:last-of-type .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 2px;
}

.more-than-four-rows tr:nth-last-of-type(2) .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 2px;
}
.ml26 {
    margin-left: 26px !important;
}
.manual-error-msg{
    color: #a94442;
}
.duplicate_filter_report_message {
    height: 82px;
    margin-bottom: 5px
}

/* Add existing Admin form css starts */

.addExistingAdminForm .multiselect {
    width: 400px !important;
}
.addExistingAdminForm .dropdown-menu {
    width: 100% !important;
    padding: 0px;
    max-height: 125px;
    overflow-y: auto;
}
.addExistingAdminForm .multiselect-filter {
    padding: 5px 15px;
}
.addExistingAdminForm .dropdown-menu li>a {
    padding: 3px 5px;
}
.addExistingAdminForm .dropdown-menu li>a:hover {
    background-color: #5897fb;
}
.addExistingAdminForm .dropdown-menu li>a>label {
    font-family: 'robotoregular' !important;
}
.addExistingAdminForm .input-group {
    width: 100% !important;
    margin: 0px !important;
}

@media (min-width: 768px) {
    #addExistingAdminModal .modal-dialog {
      width: 650px !important;
    }
}

#addExistingAdminModal .modal-content {
    border-radius: 0px;
}

#addExistingAdminModal .modal-header h5 {
    color: #000;
}

#addExistingAdminModal .add-existing-admin-modal-close {
    color: #000;
    font-weight: 100;
}

#addExistingAdminModal .modal-header {
    padding-bottom: 0;
}

#addExistingAdminModal .modal-body {
    padding-top: 0;
}

#addExistingAdminModal .modal-footer {
    margin-bottom: -15px !important;
}

#addExistingAdminModal .btn-add-existing-admin-cancel {
    width: 70px;
    height: 24px;
    margin: 5px 15px;
    color: #C10E21;
    text-decoration: underline;
    background: none;
    border: none;
    font-size: larger;
    font-weight: bold;
}

/* Add existing Admin form css ends */

.add-new-recipient {
    outline: none !important;
}

.cancel-create-edit-schedule-report-btn {
    width: 70px;
    height: 24px;
    margin: 5px 15px;
    color: #C10E21;
    text-decoration: underline;
    background: none;
    border: none;
    font-size: larger;
    font-weight: bold;
}

.cancel-create-edit-schedule-report-btn:focus,
.cancel-create-edit-schedule-report-btn:hover {
    color: #C10E21 !important;

}

.delete-admin-tag.is-single-recipient{
    cursor: not-allowed !important;
    position: relative;
    display: inline-block;
}

.delete-admin-tag.is-single-recipient::after {
    content: "At least one recipient is required";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;    
    color: grey;
    background-color: #f9f9f9;
    border-radius: 4px;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity 0.3s;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

}

.delete-admin-tag.is-single-recipient:hover::after {
    opacity: 1;
}

label.is-single-admin {
    cursor: not-allowed;
}