#map {
    display: flex;
    flex: 1;
}

#map-key {
    position: absolute;
    top: 100px;
    right: 35px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DADCE0;
    font-family: Roboto, "sans-serif";
}

#map-key h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

#map-key ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

#map-key li {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.legend-line {
    width: 30px;
    /* Line width */
    height: 3px;
    /* Line thickness */
    display: inline-block;
    margin-right: 8px;
    border-radius: 2px;
}

.container-3-1 {
    border-radius: 25px;
    margin: 20px;
    overflow: hidden;
    border: 1px solid #DADCE0;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e7e7e7;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: silver;

}

.main-user-details {
    width: 100px;
}

#fiter-data {
    max-height: 66vh;
    overflow-y: auto;
    /* padding: 10px; */
    width: 100%;
    background: transparent;
    margin-top: 15px;
}

#filter-data{
    max-height: 80vh;
    overflow-y: auto;
    /* padding: 10px; */
    width: 100%;
    background: transparent;
    margin-top: 15px;    
}

.arrow-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #050708;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s;
}

.arrow-button i {
    transition: transform 0.2s;
}

.arrow-button:hover {
    background-color: #050708;
    transform: scale(1.05);
}

.arrow-button:hover i {
    transform: translateX(3px);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}


.main-contaner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;
    background-color: #fff;
    border-style: none;
    border-width: 0.01px;
    border-color: gray;

}

.container-1,
.container-2,
.container-3 {
    height: 100vh;
}

.container-1 {
    display: flex;
    padding: 4px;
    width: 94px;
    background-color: #FFF;
    padding: var(--16, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--8, 8px);
    flex-shrink: 0;
    height: 100vh;
}

.container-2 {
    display: flex;
    flex-direction: column;
    width: 350px;
    justify-content: space-between;
    align-items: center;
    gap: var(--8, 8px);
    padding: var(--16, 16px);
    flex-shrink: 0;
    border-right: 0.5px solid #FFF;
    background: #F0F0F0;
    height: 100vh;
    overflow: hidden;
}

.container-3 {
    display: flex;
    flex-direction: column;
    padding: 4px;
    flex: 1;
    background-color: #fff;
}

.container-1-1 {
    display: flex;
    width: 100%;
    height: auto !important;
    padding: 3px;
    border-style: none;
    height: 100vh;
}

.divider-line-full {
    width: 200px;
    height: 2px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;


}

.divider-line {

    width: 56px;
    height: 2px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Grey-200, #DADCE0);
}

.container-1-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-style: none;
    width: 100%;


}

.container-1-3 {
    width: 100%;
    height: 200px;
    padding: 3px;
    border-style: none;


}

.kasha-icon {
    width: 57px;
    height: 57px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.div-dashbord {
    display: flex;
    margin: 10px;
    justify-content: center;
    cursor: pointer;
}

.dashboard-icon {}



.deliver-vehicle-icon {}


.overview-icon {}

.union {
    width: 18px;
    fill: #7F7F7F;
    height: 24px;
}

.chat-icon {}


.combine-icons {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    cursor: pointer;
}

.setting-icon {}

.help-icon {}

.kasha-icon {
    cursor: pointer;
}

.ttr-title {
    color: #050708;
    /* Roboto/H1 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
}

.ttr-title-delivery {
    color: #050708;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.08px;
}

.search-bar {
    display: flex;
    width: 100%;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--Max, 99999px);
    border: 1px solid var(--Grey-200, #DADCE0);
    background: var(--Background-white, #FFF);
    /* Main button shadow */
    /* box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.15); */
}

.search-input {
    color: var(--Grey-400, #71757A);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    width: 100%;
    border: none;
    height: 100%;
    padding-left: 30px;
}

.search-input:focus {
    color: var(--Grey-400, #71757A);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    width: 100%;
    border: none;
    height: 100%;
    outline: none;
}

.filter-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2px;
    width: 330px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 0.6px solid #DADCE0;
    background: #FFF;
    padding: 5px;
}

.filter-section {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #F9F9F9;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    /* or use flex-start for left alignment */
    width: 100%;
}

.filter-group {
    display: flex;
    flex-direction: column;
    width: 50%;
}

#delivery-status, #delivery-date {
    width: 100%;
    padding: 4px;
    font-size: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #757575;
}

.filter-group label {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

select,
input {
    width: 70px;
    padding: 4px;
    font-size: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.reset-button {
    background-color: transparent;
    color: red;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    align-self: end;
}


.mask {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    border-radius: 14px;
    border: 1px solid #D1D1D1;
    background: #FFF;
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
    padding: 13px;
}


.arrow_forward {
    display: flex;
    width: 200px;
    height: 40px;
    padding: 9px 10px 9px 8px;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: var(--Max, 99999px);
    background: #050708;
    /* Main button shadow */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mask-1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 14px 14px 0px 0px;
    background: #F9F9F9;
}

.mask-3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 14px 14px 0px 0px;
    background: transparent;
}

.mask-2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;

}

.mask-1 {}

.mask-1-1,
.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 5px;
    font-family: Roboto;
    font-weight: 700;
}

.mask-1-2,
.estimated-time-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;

}

.delivery-address-div {
    text-align: end;
    text-transform: capitalize !important;
}

.delivery-address-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}

#delivery-town {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 20ch;
    display: inline-block;
    cursor: pointer;
    text-align: right;
}

#delivery-town:hover {
    overflow: visible;
    white-space: normal;
}

.mask-1-2>button {
    display: flex;
    width: auto;
    height: 25px;
    padding: 9px 13px 9px 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: var(--Max, 99999px);
    background: rgba(255, 178, 0, 0.85);
    /* Main button shadow */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-style: none;
    float: right;

}

.mask-2-1,
.mask-2-2,
.mask-2-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-style: none;
    border-width: 0.3px;
    padding: 5px;
}

.mask-2-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.status-icons {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 0px;
    margin: 0px;
}

.prgress-bar {
    flex: 1;
    height: 2px;
    flex-shrink: 0;
    background-color: #34A853;

}

#start-progress {}

.in-progress {
    border-style: dashed;
    border-color: #DADCE0;
    background-color: transparent;
    border-width: 0.3px;
}

.mask-2-1 {
    justify-content: space-between;
}

.right-label,
.right-values-bolder,
.right-values {
    display: flex;
    justify-content: flex-end;
}

.label {
    color: #7F7F7F;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 200% */

}

.values {
    color: #202224;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 200% */

}

.right-values-bolder {
    color: #202224;
    text-align: right;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}

.time-indicator {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    /* Slightly larger for better readability */
    position: relative;
    bottom: -5px;
    /* Moves it up */
    margin-left: 3px;
    /* Adds spacing */
}

.delivery-adress {
    color: #7F7F7F;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 200% */
}

.user-info {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding-top: 10px;
}

.user-name {
    color: #202224;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.user-recipient {
    color: #7F7F7F;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;


}

.coms-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 0;
    display: flex;
    justify-content: end;
    flex: 1;
}

hr {
    border: none;
    height: 2px;
    background-color: whitesmoke;
    border-radius: 10px;
}


.box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    gap: 0px;
    border-radius: 14px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

.title-1 {
    color: #767676;
    font-family: Roboto;
}

.btn-dark>button {
    color: #71757A;
}

.padding-remover {
    padding: 0px;
    margin: 0px;
}


.container-3 {
    display: flex;
    flex-direction: column;
}

.container-3-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
    /* padding: 0px 30px 30px 30px; */
}

.delivery-details-1,
.delivery-details-2 {
    display: flex;
    flex: 1;
    height: 400px;
}

.delivery-details-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.shipping-address {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 equal columns */
    grid-template-rows: repeat(2, 1fr);
    /* 2 equal rows */
    border-radius: 20px;
    border-style: solid;
    border-width: 0.5px;
    border-color: #DADCE0;
    background: #FBFBFB;
    padding: 25px;
}

.deliver-price,
.delivery-category {
    border-right-style: solid;
    border-right-color: rgba(222, 222, 222, 0.42);
    border-right-width: 2px;
}

.delivery-category,
.qnty-weight {
    border-top-style: solid;
    border-top-color: rgba(222, 222, 222, 0.42);
    border-top-width: 2px;
}

.driver-info {
    color: #050708;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 30px;
    border: 1px solid #DADCE0;
    background: #FBFBFB;
    padding: 25px;
}

.truck-value {
    color: #050708;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.driver-info-inner-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-end;

}

.driver-div {
    display: flex;
    justify-content: flex-start;
    flex: 1;
}

.driver-information {
    /* display: flex; */
    justify-content: space-evenly;

}

.overall-track {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.delivery-details-1 {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-radius: 30px;
    border: 1px solid #DADCE0;
    background: #FBFBFB;
    margin-right: 31px;
}

.route-1 {
    display: flex;
    flex-direction: row;
}

.route-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
    padding: 10px;
    color: #050708;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mid-div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
}

.route-title {
    display: flex;
    padding: 20px;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.time-font-1-1 {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    color: #7F7F7F;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.time-font-1-2 {
    display: flex;
    flex: 1;
    color: #7F7F7F;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.time-font-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.divider {
    display: flex;
    justify-content: flex-start;
    background: transparent;
    border-style: dashed;
    border-width: 2px;
    height: 100%;
    width: 3px;
    border-color: #34A853;
    margin-left: 16.5px;
    margin-right: 16.5px;

}

.container-mid {
    display: flex;
    flex-direction: row;
}

.truck-action,
.month-time {
    display: flex;
    flex: 1;
}

.mask-1-1-2>button {
    cursor: pointer;
    background: transparent;
    border-style: none;
    color: #000;
    font-family: Roboto;
    font-weight: 900;
}

.user-icon-img {
    width: 40px;
}

button#orderNumber {
    color: #202224;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

/* Chat Icon - Circular with Spacing */
.msg-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #202224;
    border-radius: 50%;
    background-color: white;
}

/* Phone Icon - Black Background with White Icon */
.whatsapp-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: black;
    /* Black background */
    color: white;
    /* White icon */
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    font-family: Roboto, sans-serif;
}

/* Vertical Steps Style */
.steps-vertical {
    max-width: 500px;
    margin: 0px 25px 0px 20px;
    padding: 0;
}

.step-vertical {
    display: flex;
    position: relative;
    padding: 1rem 0;
}

.step-details {
    font-size: 9pt;
    color: #6c757d;
}

.step-vertical:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 48px;
    height: 100%;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.step-vertical-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 20px;
    color: #6c757d;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.step-vertical-content {
    padding-top: 0;
}

.step-vertical-content h4 {
    color: #050708;
    font-size: 11pt !important;
}

.step-vertical.active .step-vertical-icon {
    background: #4361ee;
    border-color: #4361ee;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-vertical.complete .step-vertical-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}

i.bi.bi-circle-fill {
    font-size: 10px;
}

nav.navbar-default.navbar-static-side {
    background-color: #FFF;
}

li.nav-header {
    background: #FFF;
}

.navbar-static-side {
    height: 100vh;
    /* Full height */
    display: flex;
    flex-direction: column;
}

.sidebar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#side-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.landing_link,
.special_link,
.bottom-links {
    margin-top: auto;
    margin-bottom: 40px;
}

body.mini-navbar .nav-header {
    padding: 0;
    background-color: #FFF;
}

.list-item.divider-line {
    width: 56px !important;
    height: 2px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Grey-200, #DADCE0);
    margin: auto !important;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

body.mini-navbar .navbar-static-side {
    width: 94px;
    text-align: center;
}

img.kasha-icon {
    margin: auto !important;
}

ul.nav.bottom-links li {
    width: 100% !important;
}

.navbar-default .landing_link a {
    background: #FFF;
    color: #a7b1c2;
}

.user-account {
    width: 56px;
    height: 56px;
    background-color: #F46346;
    border-radius: 50%;
    /* Makes it a circle */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure the icon is centered properly */
.user-account i {
    color: white;
    /* Ensures visibility */
    font-size: 20pt;
}

a.user-account {
    margin: auto !important;
}

.nav>li>.user-account {
    color: #a7b1c2;
    font-weight: 600;
    padding: 7px 0px 0px 0px !important;
    display: block;
}

.nav>li>a i {
    margin-right: 0 !important;
}

.nav>li>a {
    font-weight: 400 !important;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
    background-color: transparent !important;
    color: #202224 !important;
}

.navbar-default .nav>li>.user-account:hover,
.navbar-default .nav>li>.user-account:focus {
    background-color: #f8765c !important;
    color: #FFF !important;
}

.navbar-default .nav>li>.user-account {
    background-color: #f8765c !important;
    color: #FFF !important;
    text-align: center !important;
}

.nav-header {
    padding: 15px 0px 0px 0px !important;
}

#page-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-side-wrapper {
    display: flex;
    height: 100vh;
}

/* Sidebar */
.main-side-row {
    flex: 0 0 16.6667%;
    /* col-lg-2 */
    max-width: 16.6667%;
    transition: all 0.3s ease-in-out;
}


.main-side-row.col-lg-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .main-side-wrapper {
        flex-direction: column !important;
        height: auto !important;
    }

    .main-side-row {
        flex: 0 0 100%;
        max-width: 100% !important;
        height: auto;
    }

    .main-right-section {
        flex: 1;
        max-width: 100% !important;
    }
}



div#page-wrapper-selector {
    width: 100%;
    display: flex;
    justify-content: center;
    /* Centers content horizontally */
}

/* .row.col-lg-3 {
    width: 100%;
    display: flex;
    justify-content: center;
} */

.row.main-side-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.row.main-side-wrapper.col-lg-12 {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.sidebar-panel {
    width: 100%;
    background: #ebebed;
    padding: 10px 10px;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.page-wrapper.col-lg-12 {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.col-lg-12.navbar-row {
    position: relative;
    width: 100%;
}

div#page-wrapper {
    background: #fff !important;
    height: 100vh;
    overflow-y: auto;
    /* padding: 10px; */
    width: 100%;
}


.main-side-wrapper {
    display: flex;
}

.main-side-row {
    flex: 0 0 16.6667%;
    /* col-lg-2 */
    max-width: 16.6667%;
}

.main-right-section {
    flex: 1;
    max-width: 83.3333%;
    padding: 0;
    height: 100vh !important;
    overflow: auto !important;
}


.country_icon {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.country-selector {
    position: relative;
    display: inline-block;
    margin-top: 23px;
}

h1#dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.dropdown-icon {
    font-size: 14px;
    transition: transform 0.3s;
}

.country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    z-index: 100;
}

.country-dropdown li {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    gap: 10px;
    transition: background 0.3s;
}

.country-dropdown li:hover {
    background: #f0f0f0;
}

/* Hide dropdown by default */
.hidden {
    display: none;
}

.white-separator {
    background-color: #FFF;
}

.grey-separator {
    background-color: #DADCE0;
}

.col-lg-12.active_facility {
    padding: 0 !important;
}

.ibox-content.facility_card {
    border-radius: 0px 0px 14px 14px;
    border-top: none !important;
    border-color: #D1D1D1 !important;
    padding: 1px 20px 20px 20px !important;
}

.ibox-custom-title {
    background: #F9F9F9;
    border-radius: 14px 14px 0px 0px;
    border-bottom: none !important;
    border: 1px solid #D1D1D1;
    border-color: #D1D1D1 !important;
    padding: 5px 0px 5px 15px;
}

.ibox h3 {
    color: #202224;
}

span.facility_address {
    display: block;
    font-size: 11px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metric-element h2.number {
    font-size: 22px;
    font-weight: 900;
    color: #202224;
    font-family: Roboto, 'sans-serif';
    margin: 5px 0px 0px 0px;
}

h3.metric-element-big{
    font-weight: 900;
    color: #202224;
    font-family: Roboto, 'sans-serif';
    margin: 5px 0px 0px 0px;
}

.metric-element {
    display: flex;
    align-items: center;
    gap: 10px;
}

.metric-icon {
    font-size: 22pt;
    color: #333;
}

.metric-element i {
    font-size: 14pt;
}

i.bi.bi-people.hiv_patients {
    color: #8280FF;
}

i.bi.bi-box-fill.patients_delivered_to {
    color: #FEC53D;
}

i.bi.bi-database-fill.patients_across {
    color: #F46346;
}

i.bi.bi-h-circle {
    color: #F46346;
}

.ibox-custom-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-title {
    font-size: 14pt;
    color: #F93C65;
}

.row.text-left .col {
    padding: 0;
    text-align: center !important;
    font-weight: 600;
}

small.text-active.m-b.block {
    font-weight: 900;
    color: #202224;
}

.m-b {
    margin-bottom: 0px !important;
}

ul.breadcrumb li {
    display: inline-block;
    align-self: center;
}

.navbar-header {
    display: flex;
    align-items: center;
    /* Centers items vertically */
    gap: 15px;
    /* Adds spacing between toggle button and breadcrumbs */
}

.breadcrumb {
    margin-bottom: 0;
    /* Remove default margin for better alignment */
    display: flex;
    align-items: center;
    /* Ensures text aligns properly */
}

i.bi.bi-layout-sidebar {
    margin-left: 20px;
}

li.breadcrumb-item.active {
    color: #202224;
}

.row.map-row div.container-3-1 {
    border-radius: 25px;
    margin: 20px;
    overflow: hidden;
    border: 1px solid #DADCE0;
    height: 35vh;
}

div#map{
    border-radius: 25px;
    margin: 0px;
    overflow: hidden;
    border: 1px solid #DADCE0;
    height: 53vh;    
}
.ibox {
    transition: all 0.3s ease;
}

/* Closed State */
.ibox.closed .ibox-custom-title {
    background-color: #FFF;
    border-radius: 14px !important;
    border: 1px solid #E4E4E4 !important;
}

/* Open State */
.ibox.open .ibox-custom-title {
    background-color: #F9F9F9;
}

/* Rotating caret */
.toggle-caret {
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-right: 10px;
}

.ibox-custom-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    padding: 10px !important;
    white-space: nowrap;
    overflow: hidden;
}

.ibox-custom-title>div {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibox-custom-title h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibox-custom-title .facility_address {
    font-size: 12px;
    color: #777;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ibox.open .toggle-caret {
    transform: rotate(180deg);
}

/* Hide content by default */
.ibox.closed .ibox-content {
    display: none;
}

div#filter-data {
    max-height: 90%;
    /* overflow-y: auto; */
    /* padding: 10px; */
    width: 100%;
    background: transparent;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    margin-right: 3px !important;
}

.row.map-row div#map {
    margin-top: 0 !important;
}

.row.map-row #map-key {
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DADCE0;
    font-family: Roboto, "sans-serif";
}

.ibox {
    clear: both;
    margin-bottom: 15px !important;
    margin-top: 0;
    padding: 0;
    margin-right: 3px !important;
}

.widget.p-xl {
    border: 1px solid #DADCE080 !important;
    border-radius: 14px !important;
    box-shadow: 6px 6px 54px 0px #0000000D;
}

.p-xl {
    padding: 20px !important;
}

.green-icon {
    color: #34A853 !important;
}


.custom-icon.green-icon {
    background-color: rgba(32, 187, 91, 0.2);
}

h2.metric-element-big {
    font-size: 25pt;
    font-weight: 900;
    color: #202224;
    font-family: Roboto, 'sans-serif';
}

.widget {
    overflow: hidden;
    /* Ensures content doesn't break layout */
    display: flex;
    flex-direction: column;
}

h4,
h2 {
    max-width: 100%;
    /* Prevents overflow */
    white-space: nowrap;
    /* Ensures text doesn't wrap */
    overflow: hidden;
    /* Hides overflow */
    text-overflow: ellipsis;
    /* Adds '...' if text overflows */
}

.custom-icon {
    font-size: 25pt;
    padding: 5px 15px 5px 15px;
    border-radius: 23px;
    align-self: flex-start;
    flex-shrink: 0;
    /* Prevents resizing */
}

.purple-icon {
    color: #8280FF !important;
}


.custom-icon.purple-icon {
    background-color: rgba(130, 128, 255, 0.2);
}

.blue-icon {
    color: #338AF3 !important;
}

.custom-icon.blue-icon {
    background-color: rgba(51, 138, 243, 0.2);
}

.yellow-icon {
    color: #FEC53D !important;
}

.custom-icon.yellow-icon {
    background-color: rgba(254, 197, 61, 0.2);
}

.orange-icon {
    color: #F46346 !important;
}

.custom-icon.orange-icon {
    background-color: rgba(244, 99, 70, 0.2);
}

.darkblue-icon {
    color: #12163C !important;
}

.custom-icon.darkblue-icon {
    background-color: rgba(18, 22, 60, 0.2);
}

.red-icon {
    color: #d15362 !important;
}

.custom-icon.red-icon {
    background-color: rgba(209, 83, 98, 0.2);
}

.overall_metrics_title {
    /* margin-top: 0px !important; */
}

.age-card {
    transition: 0.3s;
}

.age-card:hover {
    transform: scale(1.05);
}

.loader-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    text-align: center;
}

/* Blinking Text Effect */
@keyframes blinkText {
    0% {
        color: yellow;
    }

    33% {
        color: black;
    }

    66% {
        color: #E2156A;
    }

    100% {
        color: yellow;
    }
}

.blink {
    animation: blinkText 1s infinite;
}


.alert-box {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    padding: 15px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    color: white;
    font-size: 13px;
    text-align: center;
    display: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
    z-index: 1000;
}

/* Error Style */
.error {
    background: #d9534f;
}

/* Info Style */
.info {
    background: #5bc0de;
}

/* Fade In & Out Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
}

/* Close Button */
.close-btn {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    float: right;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.close-btn:hover {
    color: #f1f1f1;
}

.common-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    background: #F9F9F9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    width: auto;
    margin: 0px 3px 15px 0px;

}

.msg-p {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    color: #5bc0de;
}

a:hover {
    background: #003d82;
    /* Darker shade for hover */
    transform: scale(1.05);
    /* Slight enlargement */
}

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden; /* Prevents scrolling on the entire page */
}

#wrapper {
    display: flex;
    height: 100vh; /* Full height */
}

.main-side-row {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sidebar-panel {
    flex-grow: 1;
    overflow-y: auto;
    overflow: hidden;
}

.main-right-section {
    height: 100vh;
    overflow-y: auto; /* Makes only the right section scrollable */
}

.map-row {
    flex-grow: 1;
    overflow-y: auto; /* Ensures map section scrolls independently */
}

.msg-p{
    color: #727070;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.show-important {
    display: block !important;
}

.hide-important {
    display: none !important;
}

.flex-important {
    display: flex !important;
}

/* tiles above the map + tiles in highlight */
.widget.p-xl.highlight {
    border: 4px solid #72d77180 !important;
    border-radius: 25px !important;
    box-shadow: 6px 6px 54px 0px #0000000D;
}

.flot-chart.dashboard-chart {
    display: block;
    height: 130px !important;
    margin-top: 5px !important;
}

.legendLabel.disabled {
    text-decoration: line-through;
    opacity: 0.6;
    cursor: pointer;
}

.row.col-lg-12.over-map-section {
    padding-right: 0px !important;
}

.row.col-lg-12.over-map-section {
    margin-bottom: 5px;
    margin-top: 20px;
}
.col-lg-6.week-over-week {
    padding-right: 0px !important;
}

.gm-style-iw-chr {
    display: none !important;
}

.gm-style-iw-d {
    padding: 10px !important;
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #777777 !important;
    cursor: pointer;
  }
  .popup-close-btn:hover {
    color: 'red';
  }

  .filter-toolbar {
    position: relative;
    display: flex;
    align-items: center;
    background: #efefef;
    padding: 5px 20px;
    gap: 15px;
    font-family: 'Roboto', sans-serif;
    /* border: 3px solid #e9e9e9;; */
    border-radius: 10px;
    margin-left: 18px;
}


.reset-button {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 25px;
    padding: 8px 16px;
    background: none;
    border: none;
    color: red;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    height: 38px;
    white-space: nowrap;
}

.reset-button:hover {
    background: rgba(255, 0, 0, 0.05);
}

.google-pin-img {
    width: 23px;       
    height: 23px;      
    margin-right: 8px; 
    object-fit: contain; 
    vertical-align: middle;
}

/* Custom container styles */
.filter-item {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 12px;
    gap: 10px;
}

/* Inner select styles */
.facility-field select,
.county-field select {
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
}

/* Default closed state - all corners rounded */
span.select2.select2-container,
.select2-container--default .select2-selection--single {
    width: 100% !important;
    border-radius: 25px !important;
    min-height: 38px !important;
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px;
}

/* Open state - only top corners rounded */
.select2-container--open .select2-selection--single {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
}

/* Arrow caret */
.select2-selection__arrow {
    height: 38px !important;
}

/* Highlighted option in dropdown */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ECECEC !important;
    color: #1F2937 !important;
}

/* Dropdown menu - match bottom corners when open */
.select2-container--default .select2-results > .select2-results__options {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    overflow: hidden;
    padding: 4px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;  /* match to min-height of select box */
    height: 38px !important;
    padding-left: 10px;            /* optional: controls horizontal padding */
    display: flex;
    align-items: center;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
}

.ttrace-search-input {
    color: var(--Grey-400, #71757A);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    width: 87%;
    border: none;
    height: 100%;
    padding-left: 0px;
}

.ttrace-search-input:focus {
    color: var(--Grey-400, #71757A);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    border: none;
    outline: none;
}

.vr {
    border-left: 2px solid #bdbdbd;
    height: 40px;
}

i.bi.bi-sliders {
    font-size: 22px;
    font-weight: 900 !important;
    color: #bdbdbd;
}

.flot-tick-label.tickLabel {
    font-size: 7px;
}

.map-wrapper {
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
}

.map-legend {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    font-size: 14px;
}

.map-legend ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.map-legend li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.map-legend img {
    margin-right: 8px;
}

select#facilityFilter, select#countyFilter, select#subCountyFilter{
    color: var(--Grey-400, #71757A);
}

input#deliveryDate {
    border-radius: 25px !important;
    background: #ffffff;
}

.form-group.filterItem {
    margin-bottom: 1rem;
    padding: 0;
}

.g-3px {
--bs-gutter-x: 3px;
--bs-gutter-y: 3px;
}

label.form-label {
    font-size: 7pt;
    margin-bottom: 0;
}

button#applyFilter {
    margin-right: 10px;
}

.col-md-2 {
    padding: 0;
}

p.text-muted{
    text-align: center;
}

#applyFilter {
    background-color: #1C84C6;
    color: #FFFFFF;
    border: none !important
}

#applyFilter:hover {
    background-color: #176ca1;
    border: none !important
}

#resetButton {
    background-color: #FFFFFF;
    color: red;
    border: none !important;
}

#resetButton:hover {
    background-color: #ffecec;
    color: darkred;
    border: none !important;
}

#deliveryDate {
    font-size: 13px;
    color: #999;
    height: 37px;
    border: 1px solid #ddd
}

#deliveryDate::placeholder, #searchInput::placeholder {
    font-size: 13px;
    color: #999;
    opacity: 1;
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid #ddd;
    border-top: none !important;
}

/* Proof of Delivery Button Styles */
.proof-of-delivery-btn {
  width: 100%;
  padding: 10px 16px;
  margin-top: 12px;
  background: #1c84c6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.proof-of-delivery-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.proof-of-delivery-btn i {
  font-size: 1.1rem;
}

/* Proof of Delivery Button Styles */
.proof-of-delivery-btn {
  width: 100%;
  padding: 10px 16px;
  margin-top: 12px;
  background: #1c84c6;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.proof-of-delivery-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.proof-of-delivery-btn i {
  font-size: 1.1rem;
}

/* Proof of Delivery Modal Styles */
.pod-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.pod-modal.show {
    display: flex !important;
}

.pod-modal-content {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    margin: 20px;
}

.pod-close-btn {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 10001;
}

.pod-close-btn:hover {
    color: #e81d1d;
}

.pod-modal-content h3 {
    margin: 0 0 16px 0;
    color: #222;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pod-modal-content h3 span {
    color: #1c84c6;
}

.pod-details {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.pod-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pod-info p {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pod-info i {
    color: #1c84c6;
    font-size: 1.1rem;
}

.pod-info span {
    color: #222;
}

.pod-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    min-height: 200px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.pod-image-container img {
    max-width: 100%;
    max-height: 60vh;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.no-image-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #888;
    font-size: 1.1rem;
    text-align: center;
    padding: 20px;
}

.no-image-message i {
    font-size: 2.5rem;
    color: #ccc;
}

.no-image-message span {
    font-weight: 500;
}

h3.modalTitle {
    padding: 10px;
    font-size: 13pt;
    font-weight: 600;
}

.fixed-button {
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem; /* slightly smaller for tight spaces */
    line-height: 1.5;
    white-space: nowrap;
  }

  .text-primary {
    color: #0d6efd;
}
.text-secondary {
    color: #6c757d;
}
