main{
  font: -apple-system-body;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,.52rem);
    padding-left: var(--bs-gutter-x,.25rem);
    max-width:1440px;
	}

/* HOLD FOR MAIN DASHBOARD BUTTONS

.btn.btn-secondary.btn-sm {
    padding: 4px 10px 4px 11px;
    font-size: .75rem;
    margin-right: 4px;
    border-radius: 44px;
    border: 1px solid #e8e8e8;
}
 */
 
body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding-top: 50px !important;
	}

h1 {
    /* font-size: 1rem; */
    text-align: center;
    padding: 20px 0px 10px 0px;
    font-weight: 600;
}

h2 {
    /* font-size: .85rem;
    /* text-transform: uppercase;
    text-align: left;
    padding: 0 0 15px 0;
    */
    border-bottom: 0px solid #ddd;
    font-weight: 600;
	}
	
h3, .h3 {
	/* font-size: 15px; */
	margin-top:0px;
	margin-bottom:8px;
	}
	
h4, .h4 {
	/* font-size: 14px; */
	margin-top: 0px;
	margin-bottom: 6px;
	}
	
.smallest {
    /* font-size: .65rem;
    letter-spacing: -.02em;
     */
}

.logo {
	width: 26px;
	height:auto;
	margin-top:-4px;
	margin-left:4px;
	}

a {
	text-decoration:none;
	}

.icon-24 {
    width: 32px;
    height: auto;
	}

.font-weight-bold {
	font-weight:700;
	}

.display-none {
	display:none;
	}
	
.initial-hide {
    display: none;
	}
	
.clear-both {
	clear:both;
	}

	
.navbar-dark .navbar-nav .nav-link {
	color:rgba(255,255,255,1);
	}

/* MISC */


.inactive-icon {
    opacity: .25;
}

.inactive-icon:hover {
    cursor: default;
}

/* Dashboard internal anchor position fix - not very accurate towards the bottom of the page */
a.outstanding_tasks, a.scheduled_tasks {
    display: block;
    position: relative;
    top: -6vh !important;
    visibility: hidden;
	}
	
.capitalize {
	text-transform:capitalize;
	}

/* Messes up the new My Tasks layout 
.truncate-notes {
	width:90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
*/

#change_agency select {
    border: 0px;
    border-radius: 4px;
    background: #296d43 !important;
    color: #fff;
    border: 0px solid #315760;
    padding: 4px;
    margin-right: 13px;
	}
	
/* LOGIN */

.guest-login {
    background: #122017;
	}

.login-box {
    background: #254631;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 20px;
    max-width: 300px;
    color: #fff !important;
	}

.login-logo {
    width: 140px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	}

.forgot-link {
    color: #fff !important;
    margin-top: 50px;
    display: block;
    font-size: 12px;
	}

/* MODALS */

.modal-lg {
    width: 90%;
    max-width:1280px;
	}


/* FORM FIELDS */

.hasDatepicker {
    max-width: 140px;
    margin-right: 10px;
    padding: 2px 5px;
	}

input[type="checkbox"], input[type="radio"] {
  vertical-align: bottom;
  margin-right: 5px;
}

.form-select-lg {
	font-size: 1rem;
	}
	
	
.accordion-item {
	border: 0px;
	}  /* We may want this border on other accordions. I am setting to 0 so the accordions I have in dont show the line */    



/* POINTER OVERRIDES */
/* Sets a pointer cursor for bootstrap icons */
.bi, .cursor-pointer {
	cursor: pointer;
	} 
	
/* Override icon vertical spacing issues */
.bi {
    font-style: normal;
    line-height: 1.0 !important; 
}

hr {
    margin: .5rem 0 .5rem 0;
	}
	
/* BUTTONS */


.btn-light {
    background-color: #f8f9fa73;
	}
	
.btn-secondary {
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
	}
	
.btn-login {
    width: 100%;
    color: #fff;
    background: #122017;
    border-color: #2f513c;
	}
	
.btn-xs {
    padding: 4px 6px 4px 6px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    vertical-align: top;
    margin-top: -2px;
    margin-left: 3px;
	}

.btn-add-time {
    font-size: .85rem !important;
    padding: 7px 5px 7px 7px; 
	}

.staff-off-btn {
    text-transform: uppercase;
    border: 0px solid #ddd;
    background: #fff;
    color: #666;
    font-size: .75rem;
    padding: 4px;
    border-radius: ;
}
	
.number-count {
    background:#dc3545	;
    border-radius: 2px;
    padding: 0px 3px;
    min-width: 18px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
	}

.color-notify {
    background:#286090;
	}


/* should be renamed in html cas color-success? or go to bootstrap bg-color? */
.success-color {color:#02a03e;}


/* POPOVERS TOOLTIPS */

.popover-body {
    padding: .5rem .5rem;
    color: #212529;
    font-size: .75rem;
}


/* PANELS */ /* REMOVE? */

/* 
.panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    -webkit-box-shadow:none;
    box-shadow: none;
	}

.panel strong {
    margin: 0px 0px 5px 0px;
    display: block;
    border-bottom: 0px solid #ddd;
    padding: 5px 0px 7px 0px;
	}

.panel a {color:#337ab7;}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size:inherit;
    color: inherit;
    padding: 0px 4px;
    font-size: inherit;
}

.panel-heading {background:#fff;}

.panel-heading::before {
    content: "» ";
    color: #b4b4b4;
    padding-right: 5px;
    float: left;
    font-size: 18px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 5px;
}

.panel-heading a {
    color: #111;
    text-decoration: none;
}
*/


/* COLOR CODING */
	
.bg-light {
	background-color: #eee !important;
    }
    
.bg-white {
	background-color: #fff !important;
    }
	
/* COLOR CODING PRIORITY */
.btn-priority-1 {
    color:#fff !important;
    background-color:#de3c63;
    border-color:#de3c63;
	}

.btn-priority-2 {
    color:#ffffff !important;
    background-color:#eea620;
    border-color:#eea620;
}

.btn-priority-3 {
    color:#ffffff !important;
    background-color:#555fb9;
    border-color:#555fb9;
}

.btn-priority-4 {
    color:#ffffff !important;
    background-color:#7c4cb7;
    border-color:#7c4cb7;
}

.btn-priority-5 {
    color:#ffffff !important;
    background-color:#6b6e8d;
    border-color:#6b6e8d;
}

.text-priority-1 {
    color:#de3c63; !important;
}

.text-priority-2 {
    color:#ffc252; !important;
}

.text-priority-3 {
    color:#01b8ff; !important;
}

.text-priority-4 {
    color:#818be3; !important;
}

.text-priority-5 {
    color:#d05d93; !important;
}

.status-icon {
    width: 1.75rem;
    height: auto;
    margin-top: -4px;
}

.btn.btn-light.add-time-icon-text {
    padding: 6px;
}

.add-time-icon-text {
    height: 2rem;
    width: auto;
    border:1px solid #198754;
}

.text-assigned {
    color:#ababab !important;
}

.text-in-process {
    color:#f4b667;
}

.text-complete {
    color:#198754;
}

/* LINK OVERRIDES */
.decoration-none {
    text-decoration: none;
    color: #212529;
	}

.decoration-none:hover {
    text-decoration: none;
    color: #0d6efd;
	}

.decoration-none-light {
    text-decoration: none;
    color: #ffffff;
	}

/* LINE HEIGHTS */

.line-height-short {
	line-height: 120%;margin-bottom:5px;
    list-style-type: circle;
}

/* ASSIGNED BUTTONS */

.btn-assigned {
    color:#212529;
    background-color:#ffffff;
    border-color:#dddddd;
}

.btn-in-process {
    color:#fff ;
    background-color:#f4b667;
    border-color:#f4b667;
}

.btn-complete {
    color:#fff ;
    background-color:#198754;
    border-color:1px solid #b8d4c7;
}

.pp-opacity {
	opacity: 0.75;
	}

.text-secondary {
    color: #4c5359 !important;
}

.rounded-pill {
    min-width: 34px;
}

.badge {
	padding: 0.45em .65em;font-weight:500;
	}

.badge.rounded-pill.bg-light {
	background-color: #eee !important;
	-webkit-box-shadow:inset 0px 0px 0px 1px #c5ced7;
    -moz-box-shadow:inset 0px 0px 0px 10px #c5ced7;
    box-shadow:inset 0px 0px 0px 1px #c5ced7;
    }


/*
.task-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/

#task_description {
	width:100%;
	}

/*
.tooltip-btn {position:relative;width:min-content;height:min-content;}
*/


.dropdown-item { padding: .5rem 1rem;} /* More spacing for advanced option style drop down on mobile */

.accordion-item {
    background-color: inherit;
}


/* INSPECTIONS */

/* fix the padding on draggable sections */
#section_sortable_ {
  padding-left: 0rem !important;
  width: 90%;
}


.inspection-checklist-section {
    border: 2px dashed #d9d9d9;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
}


/* PRINT BUTTONS */
.dt-button.buttons-csv,
.dt-button.buttons-pdf,
.dt-button.buttons-excel,
.dt-button.buttons-print {
    border: 2px solid #d9d5d5;
    border-radius: 99px;
    padding: 2px 10px;
    margin-right: ;
    display: inline-block;
    font-size: .85rem;
}

/* ADMIN DASHBOARD */

.dashboard-new-feature {
  width: auto;
  border-radius: 5px;
  font-size: .85rem;
  padding: 8px 9px;
  display: block;
  color: #fff !important;
  background: #6c6c6c;
  font-weight: normal;
}
.btn-dashboard {
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding:8px 8px 8px 8px;
    margin:0px -1px 0px 0px;
    font-size: .75rem;
    text-align:left;
    width:auto !important;
	}
	
.btn-dashboard:hover {
    background:#ddd;
	}

.task-btn {
	padding: 8px;
	width: 100%;
	border:0px;
	border-radius:2px;
	}

.no-tasks {
    background: #fff;
    color:#5e5e5e;
    border:1px solid #eee
	}

.no-tasks:hover {
	background: #eee;
	}

.open-tasks {
    background: #fff7e5;
    border-bottom: 2px solid #eedaac;
    color: #222;
}

.open-tasks:hover {
    background: #ffd271;
    border-bottom: 2px solid #f2b635;
}
		
.completed-tasks {
	background:#3ca263;
	color:#fff;
	border-bottom:2px solid #2f742f;
	}

.completed-tasks:hover {
    background: #296d43;
    border-bottom: 2px solid #1a442a;
}

.dashboard-alert-box {
    z-index: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    padding: 8px 10px 8px 10px;
    background: #e3e3d4;
    border-bottom: 1px solid #d7d7ca;
    font-size: .70rem;
    text-transform: uppercase;
    margin-top: 7px;
	}

.dashboard-alert-box a {
	text-decoration:underline;
	}
	
.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: #fff;
    border-bottom-width: 1px;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.th-center {
	text-align:center;
	}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 4px;
    vertical-align: middle;
	}

.table-weekly-schedule input {
    border-radius: 2px;
    border: 0px solid #ddd;
    padding: 4px 1px;
    background: inherit;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: -.02em;
    width: 100%;
    text-transform: uppercase;
	}
	
.table-weekly-schedule .current-date-hilight input {
    border-radius: 2px;
    padding: 4px 6px;
    background: #e4efff;
    color: #0d6efd;
    font-weight: bold;
    border:1px solid #1371fd;
	}

a.table-weekly-schedule .current-date-hilight input {
    color:#fff;
	}

.weekly-schedule-th-row {
	font-size: 11px;
	}
	
.weekly-schedule-th-row a {
	color: #111;
	}
	
.weekly-schedule-td-number {
	text-align:center;
	}
	
.weekly-schedule-td-number a {
  color: #111;
}
	
/*	
.weekly-schedule-td-upout {
	width:100px !important;
	}
*/
	
.weekly-schedule-td-staff {
	width:100%;
	}

.weekly-schedule-td-staff a {
    color: #111;
    display: block;
    text-decoration: none;
    white-space:normal;
    line-height: 120%;
	}

/* Styling on the status button */
#dropdownMenuButtonStatus {
	background: transparent;border: 0px;
	} 

.btn-advanced-options {
	padding: 0px 0px 0px 0px;
	padding: 0em 0em;
	background: #fff;
	border: 0px;
	line-height: 100%;
	font-weight: 500;
	} /* For the ... button */

/*
.mobile-title {
    text-align: center;
    margin-left: -20px !important;
	}
*/

/* DATE */

/*override the default jquery active date class */
.ui-datepicker-today a.ui-state-highlight {
    background: #fff453 !important;
    color: #000 !important;
    font-weight: bold;
	}

#ppDatePicker {
    z-index: 999;
    width: 100%;
    min-height: 50px;
    padding-top:12px;
    background: #2c5854;
	}

/*
.date.start {
    background: transparent;
    border: 0px;
    color: #fff !important;
	}
*/

/*
#DatePickerFields {
    padding-top: 3px;
	}
*/

.customDatepicker input {
    color:#111;
    font-size:15px;
    font-weight: bold;
    cursor:pointer;
	}

.customDatepicker input::placeholder {
	color:#111 !important;
	opacity:1;
	}

/*
.customDatepicker .hasDatepicker{
    width:160px;
    padding-top:0px;
    background:none;
    border:0px;
    border-radius:0px;
    border-bottom: 1px solid lightblue;
	}
*/

/* CARDS */

/* Have to override the display of cards, maybe go back to custom wells, we will go back to p-card and not use card then can remove this override. */
.card {
    display:revert !important;
    display:inherit !important;
}

.p-card {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.p-card-edit {
    border: 2px solid orange;
    border-radius: .25rem;
    padding: 20px;
    background: #fffbf2;
}

.card-body-short {
    padding: 0rem .75rem 0rem .75rem; !important
	}

.card-assigned {
	background:#ffffff;
	border:1px solid #ddd;
	}

.card-in-process {
    background: #f9efde;
    border: 1px dashed #ffb845;
	}

.card-complete {
    background:#dbf5e2;
    border:1px solid #c6e8ce;
    color:#14353d;
	}

/* HOLD FOR POSSIBLE ELLIPSE... FIX - BASED ON ROWS.. COULD BE GOOD
p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
*/


/* LIs */

.list-horizontal li {
    list-style: none;
    float: left;
    margin-right: 25px;
	}

.no-bullet {
    list-style: none;
    line-height: 200%;
    margin-left: 20px;
	}

/* TABLES */

th {
    /* background: #f4f4f4 !important; */
	}

.dt-buttons {
	margin-bottom:10px;
}

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 {
    box-shadow: none;
	}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.svg");
    background-size: 20px;
    font-weight: normal;
	}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.svg");
    background-size: 20px;
	}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.svg");
    background-size: 20px;
	}

/* 
.dtrg-group.dtrg-start {
    font-weight:500;
    background:#fff;
    }
    
.dtrg-group.dtrg-start td  {
	padding-top: 20px ;
    padding-bottom:20px;
	}
	
.dtrg-group.dtrg-end {
    background:#fff;
    font-weight:500;
    }
    
.dtrg-group.dtrg-end td {
    border-bottom: 2px solid #222;
	}

.dataTables_wrapper .dataTables_info {
    font-size: 10px;
	}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #666;
	}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
    font-size: 12px;
	}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.0em;
    padding: 0.25em .75em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #111!important;
    border: 1px solid transparent;
    border-radius: 2px;
	}

.dtr-details {
    width: 100%;
	}

*/

/*
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 {
    top: 8px;
    left: 5px;
    height: 20px;
    width: 20px;
    color: white;
    border: 0px;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: inherit;
    line-height: 18px;
    content: '+';
    background-color: #31b131;
    border-bottom: 0px solid darkgreen;
	}
*/

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: inherit;
	}
	
.table, th, tr, td {
	 font-size:.85rem;
	}

.th-hilight {
	background-color: #f1f1f1;
	}

.table-weekly-schedule td {
	 width: auto;
	}

/*
.table-responsive {
    display: inline-block;
    margin-bottom: 16px;
    opacity: 1;
    padding:10px 13px 10px 14px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 100%;
	vertical-align:middle;
	border-radius:4px;
}

.table-non-responsive {
    margin-bottom: 20px;
    opacity: 1;
    padding:10px 13px 10px 14px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 100%;
    border-radius:4px;
	}
*/
	
/* Staff Days off Absence */

#maintain_staff_absences button {
    background: #fff;
    border: 0 none;
    border-radius: 99px;
    color: #111;
    text-transform: uppercase;
    padding: 4px 6px;
    font-size: 11px;
    border: 1px solid lightblue;
    min-width: 26px;
}

/* Back to top button */

.cd-top {display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 40px;left: 10px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;text-indent: 100%;white-space: nowrap;background: rgba(0, 0,0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;color:#ffffff;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {-webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s;transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible {visibility: visible;opacity: 1;}
.cd-top.cd-fade-out {opacity: .5;}
.no-touch .cd-top:hover {background-color: #e86256;opacity: 1;}




/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
	}

.animatedFadeInUp {
    opacity: 0
	}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
	}

.delay-1 {
  animation-delay: 0s;
	}

.delay-2 {
  animation-delay: .15s;
	}

.delay-3 {
  animation-delay: .25s;
	}

.delay-4 {
  animation-delay: .40s;
	}

.delay-5 {
  animation-delay: .55s;
	}
/* End Animation */



/* DESKTOP ONLY */
@media (min-width: 992px) {
	.mobile-title {
		display:none;
		}
	.dropdown-end {
    	margin-left: -60px;
		}	
}

/* FIRST MOBILE BREAKPOINT */



@media (max-width: 992px) {
	
	/*Hides tool tips smaller screens 
	This could be improved as its possible to be on a larger touchcreen 
	Better solution could be device query
	*/
	
 	.tooltip {
  		display: none;
 		}
	
	.nav-item {
		font-size: .85rem;
		}

	.offcanvas-collapse {
    	background-color: #fff !important;
    	padding-right: 0rem !important;
    	padding-left: 0rem !important;
    	font-size: 1.0rem !important;
    	border-bottom: 1px solid #ddd;
		}

}
                
@media (max-width: 768px) {

	 body {
	 	font-size:1.0rem;
	 	}
	 	
	 .smallest {
	 	font-size: .8rem;
	 	}
	 	
	 .hide-responsive {
	 	display:none;
	 	}
	 	
	 .btn-block { 
		width: 100%;
	 	}

	 
}
.ui-timepicker-container{
    z-index:1151 !important;
}

#outstanding-task-accordion .accordion-header,
#inactive_accordion .accordion-header,
#proAccordionFlushModal .accordion-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: .5rem;
  align-items: center;
  padding: 0;
  border: none;
}

/* Section title styling */
#outstanding-task-accordion .sections-title,
#inactive_accordion .sections-title,
#proAccordionFlushModal .sections-title {
  font-size: 1rem;
  padding: .75rem 1rem;
  cursor: pointer;
  transition: color .2s ease;
}

/* Expanded title color */
#outstanding-task-accordion .sections-title.expanded,
#inactive_accordion .sections-title.expanded,
#proAccordionFlushModal .sections-title.expanded {
  color: #0d6efd;
}

/* Prevent icon/button shrinking */
#outstanding-task-accordion .btn,
#outstanding-task-accordion .bi,
#inactive_accordion .btn,
#inactive_accordion .bi,
#proAccordionFlushModal .btn,
#proAccordionFlushModal .bi {
  flex-shrink: 0;
}

/* Style collapse arrow button */
#outstanding-task-accordion .toggle-btn,
#inactive_accordion .toggle-btn,
#proAccordionFlushModal .toggle-btn {
  border: none;
  background: transparent;
  font-size: 1.25rem;
  padding: .75rem 1rem;
}

#outstanding-task-accordion .accordion-body,
#inactive_accordion .accordion-body,
#proAccordionFlushModal .accordion-body {
  border-bottom: 1px solid #fff;
}

/* Shared body padding */
.accordion-body {
  padding: .5rem 0 .5rem 1rem;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}