.table-dashboard {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table-dashboard thead {
    background-color: #ffffff
}

.table-dashboard td {
    border: none;
}

.table-dashboard tr {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.table-dashboard tr:hover {
    background: #fff !important;
}

.table-dashboard tbody tr td:first-child,
.table-dashboard thead tr td:first-child {
    background-color: #f3c349;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.map {
    position: relative;
}

.map>svg {
    position: relative !important;
    transform: scale(1.3);
    height: 400px;
    margin-top: 30px;
}

.data-table {
    width: 100%;
    border-collapse: inherit;
}

.data-table tr td {
    padding: 6px 10px;
    border: 1px solid #0006;
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
}

.data-table thead tr td {
    font-weight: bold;
    background-color: #eee;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.dashboard-card {
    border: 1px solid #ccc;
    padding: 18px 15px;
    border-radius: 5px;
    margin-bottom: 6px;
}

.dashboard-card>div {
    margin-left: 20px;
}

.dashboard-card h2 {
    font-size: 22px;
    font-weight: 600;
}

.dashboard-card p {
    font-size: 13px;
    font-weight: 500;
}

.chartFilter input[type="number"]::placeholder {
    color: rgba(51, 60, 78, 1)
}

.tooltip-div {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    outline: none;
}

.tooltip-div .label {
    padding: 4px 10px;
    background: #ffedad;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
    text-align: left;
}

.tooltip-div .item {
    padding: 4px 10px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
    text-align: left;
}

.circleParent {
    position: relative;
    height: 220px;
    width: 220px;
    background: skyblue;
    border-radius: 50%;
    margin: 0 auto;
}

.circleChild {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333c4e;
    border-radius: 50%;
}

.circleParent>h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%);
    color: #fff;
    z-index: 1;
}

.circleChild p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-right {
    text-align: right;
}

.last-row-footer tbody tr:last-child td {
    background-color: #ffc1073b !important;
    font-weight: 500;
}

.navbartop {
    background-color: #fff;
    box-shadow: 0 2px 2px -2px rgb(0 0 0 / 20%);
    position: sticky;
    top: 0;
    z-index: 2;
    margin-left: 140px;
}

.navbar-brand {
    display: flex;
    color: inherit !important;
    font-size: 16px;
}

@media (max-width: 950px) {
    .navbartop {
        margin-left: 0px;
    }
}

.app-search span {
    border: 1px solid rgb(145 158 171 / 80%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.app-search input {
    border: 1px solid rgb(145 158 171 / 80%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.notification-btn {
    background: transparent;
    border: 0px;
    position: relative;
}

.notification-btn span {
    position: absolute;
    top: 0;
    right: -7px;
    background: #ffc107;
    font-size: 9px;
    border-radius: 50%;
    display: block;
    color: #000;
    font-weight: bold;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.second-level a {
    flex-direction: row !important;
    align-items: center !important;
    padding: 5px 10px;
    font-size: 12px;
    border-bottom: none !important;
}

.second-level a svg {
    height: 16px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.customScroll {
    overflow: auto;
    visibility: hidden;
}

.customScroll:hover,
.customScroll table,
.customScroll div {
    visibility: visible;
}

.customScroll::-webkit-scrollbar {
    width: 15px;
}

.customScroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0px;
}

.customScroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #ccc;
}

.userProfile {
    padding: 15px 20px;
    cursor: pointer;
}

.userProfile:hover {    
    background-color: #eee;
}

@media screen and (max-width: 768px) {
    .userProfile{
        padding: 15px 5px;
    }
    .userProfile img{
        width: 25px !important;
    }
    .userProfile p:first-child{
        font-size:13px !important;
        line-height: 12px !important;
    }
    .userProfile p:last-child{
        font-size:12px !important;
        line-height: 12px !important;
    }
}

.od-address p{
    max-width:90% !important;
}

.p-legend {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .p-legend .legend {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
  }
  
  .p-legend p {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
  }

  .return-unit{
    background-color: #fff9c4;
  }

  .container-fluid{
    padding-bottom: 50px
  }