.tracking-module-container {
    /* border: 1px solid #dddddd8c; */
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border-radius: 17px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.tracking-module-tabs .nav-link {
    color: #007bff;
}

.tracking-module-tabs .nav-link.active {
    font-weight: bold;
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
}

.tracking-module-events {
    margin-top: 10px;
}

.tracking-module-map-container {
    margin-top: 20px;
}


.tracking-module-event {
    display: flex;
    margin-bottom: 14px;
    align-items: start;
}

.tracking-module-event span {
    border: 1px solid #69696942;
    padding: 3px 7px;
    border-radius: 7px;
    font-size: 11px;
    background: white;
    display: flex;
    width: fit-content;
    position: relative;
    z-index: 999999;
}


span.tracking-module-detail p {
    margin-bottom: 0px;
}

.empty-line {
    width: 150px;
    border: 0.5px solid #2c2a2a0d;
    margin-left: -50px !important;
}

.tarcking-module-details-header h6 {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.tarcking-module-details-header h6 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.tarcking-module-details-header {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.tracking-module-detail {
    padding: 0px 15px !important;
    width: 100% !important;
    display: flex;
    cursor: pointer;
    background: white;
    border: none !important;
    border-radius: 13px !important;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

span.tracking-module-detail.active-track-card {
    border: 2px solid #6cb4d4 !important;
}

.tarcking-module-details-header p {
    margin-bottom: 10px !important;
    font-size: 12px;
}

.tracking-module-event .row {
    width: 100%;
    margin: 0 auto;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.tracking-module-events {
    margin-top: 10px;
    height: 400px;
    background: #fff5f5;
    overflow-y: scroll;
    position: relative;
    border-radius: 10px;
}


.tracking-module-time::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    left: 140%;
    transform: translateX(-50%);
    z-index: 2;
    top: 8px;
}

/* Vertical line connecting the dots */
.tracking-module-time::after {
    content: "";
    position: absolute;
    left: 140%;
    top: 11px;
    bottom: -30px;
    height: 700%;
    width: 2px;
    background-color: #007bff;
    transform: translateX(-50%);
    z-index: 1;
}

.tracking-module-events span.tracking-module-event:last-child .tracking-module-time::after {
    display: none !important;
}

span.tracking-module-time.tracking-module-last-child::after {
    display: none !important;
}

.tracking-user-card select {
    width: 100%;
    border: none;
    padding: 7px 16px;
    border-radius: 7px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 4px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.tracking-date-box input {
    width: 100%;
    border: none;
    padding: 7px 16px;
    border-radius: 7px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 4px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.tracking-module-header-cover-wrapper {
    margin: 15px 11px;
    margin-bottom: 30px;
    width: 99%;
}

.assign-task-module-main-cover-wrapper {
    margin: 15px 0px;
    margin-bottom: 30px;
    overflow-x: scroll;
    border-radius: 15px;
}

.geo-modules-tab-cover-wrapper .nav-tabs .nav-link {
    padding: 0px;
    padding: 4px 20px;
    border-radius: 35px;
    background: white;
    font-size: 13px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}


.geo-modules-tab-cover-wrapper .nav-tabs {
    border-bottom: 0px;
    background: #69696908;
    padding: 5px 0px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
}

.tracking-dashboard-card-box {
    padding: 10px 15px;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 1px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

p.tracking-dashboard-cnt {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
}

.tracking-dashboard-card-header h6 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #363535;
}

.tracking-dashboard-card-header {
    margin-bottom: 10px;
}

.tracking-dashboard-card-header p {
    font-size: 13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tracking-dashboard-btn-cover {
    display: flex;
    align-items: center;
}

.tracking-dashboard-download-btn button {
    border: none;
    padding: 7px 20px;
    border-radius: 7px;
    font-size: 14px;
    background: #ffedee;
    color: #d05a5a;
    font-weight: 700;
    margin-left: 17px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.tarcking-dashboard-title h5 {
    margin-bottom: 0px;
}

.tracking-dashboard-cards-cover-wrapper {
    margin-top: 30px;
}

.gero-forms-table-cover-wrapper {
    width: 97%;
    margin: 0px 10px;
}

table.forms-response-table-main-cover-wrapper button {
    background: #ffedee;
    color: #d05a5a;
    border: none;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
}


/* From Uiverse.io by alexruix */
/* The switch - the box around the slider */
.geo-module-main-cover-wrapper .switch {
    font-size: 17px !important;
    position: relative !important;
    display: inline-block !important;
    width: 2.3em !important;
    height: 1em !important;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.geo-module-main-cover-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B0B0B0;
    border: 1px solid #B0B0B0;
    transition: .4s;
    border-radius: 32px;
    outline: none;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    outline: 1.5px solid #B0B0B0;
    left: -1px;
    bottom: -1px;
    background-color: #fff;
    transition: transform .25s ease-in-out 0s;
}

.slider-icon {
    opacity: 0;
    height: 12px;
    width: 12px;
    stroke-width: 8;
    position: absolute;
    z-index: 999;
    stroke: #222222;
    right: 60%;
    top: 30%;
    transition: right ease-in-out .3s, opacity ease-in-out .15s;
}

.geo-module-main-cover-wrapper input:checked+.slider {
    background-color: #8766c7;
}

input:checked+.slider .slider-icon {
    opacity: 1;
    right: -1px;
    top: 3px;
    width: 10px;
    height: 10px;
}

input:checked+.slider:before {
    transform: translateX(1.5em);
    outline-color: #181818;
}

.common-header-title-box p {
    font-size: 14px;
    color: dimgray;
}

.geo-modules-tab-cover-wrapper {
    margin-bottom: 25px;
}

.tracking-dashboard-cards-cover-wrapper {
    display: flex;
    margin-bottom: 30px !important;
    margin-left: 10px;
}
.customers-dashboard-card-box.tracking-dashboard-card-box {
    width: 100%;
    margin-right: 15px;
}

.gero-forms-table-cover-wrapper .table-responsive {
    overflow-x: auto;
    margin-bottom: 10px !important;
    width: 98%;
    margin: 0 auto;
    border-radius: 5px;
}

.sticky-left {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fff7f7;
}

.gero-forms-table-cover-wrapper table {
    overflow: auto;
}

th.text-center.sticky-left {
    background: #d05a5a;
}

.card-total-tasks {
    background-color: #f3f4ff;
}

/* Light Blue */
.card-not-started {
    background-color: #f9f3ff;
}

/* Light Purple */
.card-delayed-tasks {
    background-color: #fff9e5;
}

/* Light Yellow */
.card-in-progress {
    background-color: #f0fbff;
}

/* Light Cyan */
.card-completed-tasks {
    background-color: #f2ffe6;
}

.customers-dashboard-card-box.tracking-dashboard-card-box h6 {
    font-size: 14px !important;
    margin-bottom: 15px;
}

.assign-task-card-main-cover-wrapper .task-card {
    text-align: start;
    border: 1px solid #69696926;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px 10px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.assign-task-card-main-cover-wrapper {
    display: flex;
    padding-bottom: 10px;
    width: 750px !important;
    overflow-x: scroll  !important;
    margin-right: 0px;
    padding-right: 30px;
}

.geo-assign-task i {
    background: #f7e4e4;
    font-size: 13px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: #d05a5a;
    justify-content: center;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border: 1px solid dimgray;
    margin: 0px 10px;
}

.assign-task-card-details {
    border-top: 1px solid #69696929;
    margin-top: 5px;
    padding-top: 5px;
}
.assign-task-status {
    background: #f7e4e461;
    color: #d05a5a;
    padding: 3px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: 500;
}

tr.assign-table-row {
    height: 100px;
}

.assign-task-form-footer {
    margin-bottom: 15px;
}

.view-task-accordion-main-cover-wrapper .card-header {
    padding: 0px 15px;
    padding-bottom: 0px;
}

.view-task-accordion-main-cover-wrapper .card-header button {
    padding: 10px 0px;
}

.accordion-body.view-task-accordion-card-wrapper {
    padding: 10px 10px;
    border-top: 1px solid #69696929;
}

.view-task-card-details-box h6 {
    color: dimgray;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 5px;
}
.view-task-card-details-box span {
    display: flex;
    align-items: center;
    margin-left: 0px;
}
.view-task-card-details-box span i {
    margin-right: 5px;
}
.view-task-form-header p {
    margin-bottom: 0px;
}

.view-task-accordion-main-cover-wrapper .card-body {
    padding-top: 2px;
}
.view-task-card-details-box p {
    font-weight: 400 !important;
    font-size: 14px;
    color: black;
}

.section-body.custom-section-body {
    overflow: inherit;
}

.save-continue-common-btn {
    position: sticky;
    bottom: 0;
    z-index: 999999999;
    padding: 20px 20px;
    background: #ffffff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.geo-modules-tab-cover-wrapper .field-row {
    margin-bottom: 23px;
}

.geo-modules-tab-cover-wrapper h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.geo-modules-tab-cover-wrapper span.delete-btn {
    background: #ffedee;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #d05a5a;
}
.geo-modules-tab-cover-wrapper span.delete-btn i {
    font-size: 11px;
}

.field-row label {
    margin-bottom: 0px;
}