body {
    background-color: #f8f9fa;
}

.form-label {
    font-weight: bold;
}


.bg-ad68e6 {
    background-color: #ad68e6;
}

.bg-4cb050 {
    background-color: #4cb050;
}

.search-bar {
    margin-bottom: 15px;
}
.width25select {
    width: 25%;
}
.crimeStatuswidth {
    width: 50%;
}
.table-container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 0px;
}

h5 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

.search-bar {
    margin-bottom: 15px;
}
.search-bar-dependency {
    width: 50%;
}
.difference-positive {
    color: green;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.difference-negative {
    color: red;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Ensure table content wraps and does not overflow */
table {
    table-layout: fixed;
    word-wrap: break-word;
}

/*tablesticky starts*/
.table-wrapper {
    overflow-x: auto;
    max-width: 100%;
    position: relative;
    max-height: 360px;
    height: 100%;
    overflow-y: auto;
}
.sticky-column {
    position: sticky;
    left: -1px;
    /*background: white;*/
    z-index: 3;
}
    
.sticky-column-second {
    position: sticky;
    left: 58px;
    /*background: white;*/
    z-index: 2;
}
.sticky-column::after,
.sticky-column-second::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #dee2e6;
}
thead .sticky-column,
thead .sticky-column-second {
    background-color: #eaf2ff !important;
    /*z-index: 4;*/
}
.sticky-column-right {
    position: sticky;
    right: -2px;
    /*background: white;*/
    z-index: 3;
}

.sticky-column-right2 {
    right: 115px;
}

.sticky-column-right1 {
    right: 58px;
}

thead .sticky-column-right {
    background-color: #eaf2ff !important;
    z-index: 4;
}

.sticky-column-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #dee2e6;
}
/*tablesticky ends*/
.font9 {
    font-size: 9px;
}

.search-wrapper {
    position: relative;
}

.search-wrapper i {
    position: absolute;
    left: 10px;
    top: 10px;
}

.search-wrapper input {
    padding-left: 30px;
}

.dashboard_cart .search-wrapper input {
    padding-left: 30px !important;
}

.bg-eaf2ff {
    background-color: #eaf2ff !important;
}

.table-container table thead th {
    background-color: #ebf2fe;
}

/* .difference-positive {
      display: flex;
      align-items: center;
      gap: 8px; /* Adjust the gap size here */
/*font-size: 18px; */
/*Adjust the font size for the number
    } */

.circle-up {
    width: 16px;
    /* Adjust the size of the icon */
    height: 16px;
    border: 2px solid green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: green;
    font-size: 10px;
    /* Adjust the icon size */
}

.circle-down {
    width: 16px;
    /* Adjust the size of the icon */
    height: 16px;
    border: 2px solid red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 10px;
    /* Adjust the icon size */
}

#refreshButton {
    background-color: #f0d2ce;
}

.fs14 {
    font-size: 14px;
}


body {
    font-family: 'Poppins'
}

.main_container_over {
    background-color: white;
    border: 1px solid #094DC81A;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px 30px;
}

.heading_sub p {
    color: #2E70FF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 15px;
}

.heading_sub h4 {
    font-size: 25px;
    font-weight: 600;
    color: #292D32;
}

.crime_heat_map {
    background-color: #F4F8FF;
    padding: 30px 10px;
    border-radius: 20px;
    margin: 0px;
}

.crime_heat_map h4 {
    font-size: 20px;
}

.crime_heat_map .select2-selection,
#reportrange,
.dashboard_sec .select2-selection,
.dashboard_sec select {
    height: 50px !important;
    border: 1px solid #094DC81A !important;
    padding: 10px 10px !important;
    border-radius: 8px !important;
}

#reportrange span {
    vertical-align: sub;
}

.crime_heat_map .select2-selection__arrow,
.dashboard_sec .select2-selection__arrow {
    height: 100% !important;
}

.table_common {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.status_trial {
    display: grid;
    grid-template-columns: 30% 39.4% 30%;
        /*grid-template-columns: auto auto auto;*/
}

.total_text {
    text-transform: uppercase;
}

.heading_overflow {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 25px;
}

.table_overflow::-webkit-scrollbar {
    height: 8px;
}

.table_overflow::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 4px;
}

.table_overflow::-webkit-scrollbar-track {
    background-color: #eaf2ff;
}

.table_common thead th {
    font-weight: 600 !important;
}

body .table_common .bg-eaf2ff.footertable {
    background-color: #eaf2ff !important;
}

.table_common tbody tr:nth-child(even) {
    background-color: #F9FBFF !important;
}

.search_bar_table {
    border: 1px solid #2E70FF1A;
    padding: 8px 35px;
    border-radius: 8px !important;
}

.search-wrapper i {
    top: 15px !important;
}

.dashboard_sec .form-label {
    color: #08193C99;

    font-size: 14px !important;
    font-weight: 500;
    position: absolute;
    z-index: 9;
    top: -12px;
    background-color: white;
    left: 19px;
    padding: 0px 10px;
}

.heading_h5 {
    font-weight: 600 !important;
}

.dashboard_sec .exportbtn .btn {
    padding: 7px 20px !important;
}

.dashboard_sec {
    padding: 33px 20px 15px 20px !important;
}

.dashboard_cart {
    border: 1px solid #2E70FF1A;
    border-radius: 15px;
}

.dashboard_sec .col-4 {
    position: relative;
}

.crime_heat_map .form-group label {
    font-size: 14px !important;
    font-weight: 500;
    position: absolute;
    z-index: 9;
    top: -12px;
    background-color: #f4f8ff;
    left: 14px;
    padding: 0px 10px;
}

.form_section .form-group {
    padding-bottom: 40px;
    position: relative;
}
.form_section .form-group:last-child {
    padding-bottom: 0px;
}

.form_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo_overflow img {
    width: 100px;
    background-color: #F3F7FF;
    border: 1px solid #094DC81A;
    border-radius: 50px;
    padding: 10px;
}

table.table.table-bordered.data-table tbody tr td {
    text-wrap: nowrap;
    white-space: normal;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    overflow-y: auto;
}
.timeline-item .card p {
    text-wrap: wrap;
}
@media only screen and (max-width:1200px) {
.status_trial {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 30px !important;
}  
}
@media only screen and (max-width:767px) {

    .status_trial {
        grid-template-columns: 100%;
        grid-gap: 25px !important;
    }
    .search-bar-dependency {
    width: 70%;
}
.timeline-item .card {
    margin-bottom: 0rem !important;
}
}
@media only screen and (max-width:576px) {
    .search-bar-dependency {
    width: 100%;
}
.crime_heat_map h4 {
    font-size: 18px;
}
.main_container_over {
    padding: 30px 10px;
}
.heading_sub h4 {
    font-size: 17px;
}
.crime_heat_map {
    padding: 10px 10px 20px;
}
}
/* css for stepper form card starts */
.bs-stepper .step-trigger {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 16px 0px;
    color: #6c757d;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: rgb(246 246 246 / 0%);
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out, color .15s ease-out;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
    pointer-events: none;
    opacity: .65;
}

.bs-stepper .step-trigger:focus {
    color: #007bff;
    outline: none;
}

.bs-stepper .step-trigger:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .0);
}


.bs-stepper-label {
    display: inline-block;
    margin: .25rem;
}

.bs-stepper-header {
    display: flex;
    align-items: center;
}


.bs-stepper-line,
.bs-stepper .line {
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .12);
}

.bs-stepper.vertical .bs-stepper-content .content:not(.active),
.bs-stepper.vertical .bs-stepper-header .line {
    display: none
}

.bs-stepper-circle {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #969595;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.step .steper-title {
    font-size: 12px;
}

.step .steper-sub-title {
    font-size: 11px;
}

.active .bs-stepper-circle {
    color: #ffffff;
    background-color: #007bff;
}

.bs-stepper-content {
    padding: 0;
}


@media (max-width:992px) {
    .bs-stepper.vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bs-stepper.vertical .bs-stepper-header {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 520px) {
    .bs-stepper-content {
        padding: 0;
    }
}

.bs-stepper.vertical {
    display: flex;
}

.bs-stepper.vertical .bs-stepper-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 1rem;
    background-color: #fbfbfb;
    border-right: 1px solid #EBE9F1;
    border-bottom: none;
    height: auto;
}

.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
    display: block;
}

.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
    display: block;
    visibility: hidden;
}

.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
    display: none;
}

.bs-stepper .content.fade,
.bs-stepper-pane.fade {
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity;
}

.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
    visibility: visible;
    opacity: 1;
}

.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
    display: block;
    visibility: visible;
}

.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
    display: block;
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
    display: none;
}

.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
    display: none;
}


/* dark theme */

html.dark-theme .bs-stepper.vertical .bs-stepper-header {
    background-color: #31373c;
    border-right: 1px solid rgb(255 255 255 / 12%);
}


html.dark-theme .step .steper-title {
    color: #cdcdce;
}

html.dark-theme .step .steper-sub-title {
    color: #8f8f8f;
}

html.dark-theme .bs-stepper-circle {
    color: #c7cdcf;
    background-color: #212529;
}

/* css for stepper form card ends */

/*case activity inner page design*/
.timeline {
    position: relative;
}
.timeline-item::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: white;
    border: 3px solid #ddd;
    border-radius: 50%;
    left: 12px;
    top: 20px;
    /*top: 5px;*/
}
.timeline::after {
    content: '';
    position: absolute;
    /*width: 4px;*/
    width: 2px;
    background: #ddd;
    top: 0;
    bottom: 0;
    /*left: 20px;*/
    left: 21.5px;
    margin-left: -2px;
}
.timeline-item.timeline-blue::before {
    border-color: #007bff;
}
.timeline-item.timeline-warning::before {
    border-color: #ffc107;
}
.timeline-item.timeline-info::before {
    border-color: #0dcaf0;
}
.timeline-item.timeline-success::before {
    border-color: #198754;
}
.timeline-item.timeline-orange::before {
    border-color: #ffac00;
}
.timeline-item.timeline-investigation::before {
    border-color: #96ff00;
}
.timeline-item.timeline-trial::before {
    border-color: #ff0000;
}
.timeline-item.timeline-danger::before {
    border-color: red;
}
.timeline-item {
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}
.wlcomebtns a {
    width: auto;
    height: 40px;
}
.overallcrimeselect {
    width: 25%;
}
@media (min-width:1441px) {
.table-wrapper {
    max-height: 450px;
}
}
.mobileflexnotify {
    justify-content: end;
}
.notifydddesk {
    display: block;
}
.notifyddmob {
    display: none;
}
@media (max-width: 1024px) {
 .mobileflexnotify {
    justify-content: space-between;
    width: 100%;
}  
.notifydddesk {
    display: none;
}
.notifyddmob {
    display: block;
}
}
@media (max-width: 992px) {
    .timeline-item {
    padding-left: 50px;
}
.sticky-column-right, .sticky-column-right::before, .sticky-column, .sticky-column-second {
    position: unset;
}

}

@media (max-width: 576px) {
    .timeline::after, .timeline-item::before {
    content: unset;
}
.timeline-item, .timeline {
    position: unset;
    padding: 0px 2px;
}
.overallcrimeselect {
    width: 100%;
}
h4.cardheadingcase {
    font-size: 18px;
}
.wlcomebtns a {
    width: 85%;
    height: 40px;
}
    .table-wrapper {
    max-height: 100%;
}
 .crimeStatuswidth {
    width: 100%;
} 
}

.rowdashboard {
    row-gap: 20px;
}

@media (max-width:768px) {
    .rowdashboard {
    row-gap: 0px;
}
}