.form-actions .btn {
    margin-bottom: 10px;
}
.time-label span {
    font-size: 14px;
}
.timeline-header {
    font-size: 14px !important;
    line-height: 23px !important;
}
.timeline-header a, .timeline-header p, .timeline-header span {
    font-size: 16px;
    line-height: 20px !important;
}
.timeline-body {
    padding-bottom: 1px !important;
}
.timeline-body p {
    line-height: 20px;
    font-size: 15px;
}
.timeline-body .pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
}
.timeline-body .pre strong {
    color: #3c8dbc;
}

.form-cu .col-md-12 {
    margin-bottom: 100px;
}
.form-cus {
    margin-right: 10px;
    margin-bottom: 10px !important;
}
.form-cus:last-child {
    margin-right: 0;
}
.form-cus select {
    width: 100% !important;
}
.name-label {
    display: block;
}
.form-cu .checkbox {
    margin-right: 10px;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #000000;
}
.form-cu .checkbox.active {
    background: #3c8dbc;
    color: #fff;
    border: 1px solid #3c8dbc;
}
.form-cu input[type=checkbox]:checked + label {
  background: #3c8dbc;
  color: #fff;
  border: 1px solid #3c8dbc;
} 
.form-cu input[type=checkbox]:not(:checked) + label {
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
} 
.form-cu input[type=radio]:checked + label {
  background: #3c8dbc;
  color: #fff;
  border: 1px solid #3c8dbc;
} 
.form-cu input[type=radio]:not(:checked) + label {
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
} 
.col-md-6.small > div {
    font-size: 12px;
}
.reguler {
    font-weight: 400;
}
.box-body.table-responsive.cus {
    overflow: scroll;
    height: calc(100vh - 300px);
}
.border::after,
.border::before {
    display: table;
    content: " ";
    clear: both;
    box-sizing: border-box;
}
.border {
    margin: 10px 0;
    border: 1px solid #ededed;
}
.border h3 ,
.col-full{
    text-align: center;
    background: #ededed;
    padding: 5px 0;
    margin: 0 0 5px 0;
    font-size: 20px;
    text-transform: uppercase;
}
.form-cu .col-md-12 {
    margin-bottom: 10px;
}
table.sticky-head {
    text-align: left;
    position: relative;
}
table.sticky-head tr:first-child th {
    background: #ccc;
    position: sticky;
    top: -12px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
}
table.sticky-head tbody tr:first-child th {
    top: 45px;
}
thead {
    position: relative;
    z-index: 9;
}
.form-group,
.vision-table {
    position: relative;
}
#clear_select,
#clear_text {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
#clear_checkbox {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.mutiple_export {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.form-group:hover #clear_select,
.form-group:hover #clear_text,
.vision-table:hover #clear_text,
.form-hover:hover #clear_text,
.form-group:hover #clear_checkbox {
    opacity: 1;
    visibility: visible;
}
.form-group:hover .mutiple_export {
    opacity: 1;
    visibility: visible;
}
.form-hover {
    position: relative;
    clear: both;
}
.form-hover:hover #clear_text,
.vision-table:hover #clear_text {
    right: 10px;
    z-index: 99999;
}
.form-hover:hover #clear_text i {
    width: 40px;
    height: 40px;
    background: red;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.form-hover:hover #clear_text {
    top: 20px;
    right: 0;
    width: 100%;
    text-align: right;
}
#form-vision .form-group.select > * {
    display: block;
}
#have_multiple {
   position: relative;
   top: -45px;
   z-index: 1;
}
.multiple {
    margin-top: 45px;
}
.multiple > * {
    min-width: 150px;
}
.multiple select {
    scrollbar-width: thin;
    padding: 5px;
}
.mt20 {
    margin-top: 20px;
}
#month {
    position: relative;
    z-index: 999;
}

ul,
li {
    list-style: none;
}
.multiple_filter {
    padding-left: 0;
    margin: 0;
}
.multiple_filter li {
    position: relative;
}
.multiple_filter li a {
    font-size: 12px;
    border: 1px solid #ccc;
    height: 34px;
    display: block;
    padding: 0 35px 0 15px;
    line-height: 34px;
    color: #333;
    position: relative;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 150px;
    text-decoration: none;
}
.multiple_filter li a:after {
    position: absolute;
    right: 8px;
    top: 0;
    color: #333;
    font-size: 16px;
    font-family: 'FontAwesome', sans-serif;
    content: '\f107';
}
.multiple_filter li a.active:after {
    content: '\f106';
}
.multiple_filter .sub_filter {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: #fff;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    padding: 5px 5px 0;
}
.sub_filter label,
.sub_filter input {
    cursor: pointer;
    font-weight: 200;
}
.mutiple_clear {
    position: absolute;
    top: 0;
    right: 25px; /* Adjust this value to create space between the eraser and the download */
}

.mutiple_export {
    position: absolute;
    top: 0;
    right: 0; /* Keep this icon at the far right */
}

.fixed_filter {
    position: sticky !important;
    bottom: 0;
    margin-top: 5px;
    background: #fff;
    display: flex;
    justify-content: right;
    padding-bottom: 5px;
}
.fixed_filter span:first-child {
    margin-right: 10px;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        vertical-align: middle;
    }
}
.scrollable-dropdown {
    overflow: auto;
}
.filter-applied {
        background-color: #ffcc00; /* Highlight color */
        color: #000; /* Text color for better readability */
    }
.icon-container {
    display: flex;
    gap: 8px; /* Space between icons */
    align-items: center; /* Align icons vertically */
}

.icon-container label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.date_delete, .mutiple_export {
    display: inline-block;
    margin-left: 10px; /* Add space between the icons and the filters */
    vertical-align: middle; /* Align icons with the filters */
    cursor: pointer;
}
.checkbox {
    display: inline-block;
    margin-right: 5px; /* Add space between the filter buttons */
    cursor: pointer;
}


