.header .header-body .edu-navbar {
    padding: 0px 0;
    margin-bottom: 0;
    width: 100%;
    background: #222d32;
    border-radius: 0px;
    z-index: 10;
}

.header .header-body .edu-navbar .navbar-header a img {
    float: left;
    width: 150px;
    margin-top: -5px;
}

.header .header-body .edu-navbar .navbar-header a span {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-left: 5px;
    line-height: 30px;
    letter-spacing: 1px;
}

.header .header-body .edu-navbar .edu-nav {
    padding-right: 0;
}

.header .header-body .edu-navbar .edu-nav .nav li {
    margin-left: 40px;
    position: relative;
}

.header .header-body .edu-navbar .edu-nav .nav li:last-child a {

    margin-bottom: 0px;
}

.header .header-body .edu-navbar .edu-nav .nav li:last-child a:before {
    display: none;
}

.header .header-body .edu-navbar .edu-nav .nav li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 14px 0;
    margin-bottom: 0px;
    position: relative;
    text-decoration: none;
}

.header .header-body .edu-navbar .edu-nav .nav li a:before {
    background: #68c80e;
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.header .header-body .edu-navbar .edu-nav .nav li a:hover,
.header .header-body .edu-navbar .edu-nav .nav li a:active,
.header .header-body .edu-navbar .edu-nav .nav li a:focus {
    background: transparent;
    outline: none;
    color: #68c80e;
}

.header .header-body .edu-navbar .edu-nav .nav li.active a:before,
.header .header-body .edu-navbar .edu-nav .nav li:hover a::before,
.header .header-body .edu-navbar .edu-nav .nav li:focus a::before {
    visibility: visible;
    opacity: 1;
    background: #68c80e;
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    padding: 15px 0px;
    min-width: 225px;
    background: #ffffff;
    left: 0px;
    position: absolute;
    top: 100%;
    z-index: 999;
    transition: all ease-in-out .3s;
    transform-origin: 0 0 0;
    position: absolute;
    text-align: left;
    visibility: hidden;
    opacity: 0;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown .dropdown-list-box-02 {
    position: relative;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown .dropdown-list-box-02:hover .dropdown-list_2 {
    opacity: 1;
    visibility: visible;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li {
    margin-left: 0;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li:last-child {
    border-bottom: 0;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    display: block;
    padding: 10px 30px;
    margin-bottom: 0;
    color: #333333;
    transition: all ease-in-out 0.3s;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a:hover {
    color: #68c80e;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a:before {
    display: none;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li a .fa-angle-right {
    color: #000;
    float: right;
    font-size: 20px;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    padding: 15px 0px;
    min-width: 225px;
    background: #ffffff;
    left: 225px;
    position: absolute;
    top: 0px;
    z-index: 999;
    transition: all ease-in-out .3s;
    transform-origin: 0 0 0;
    position: absolute;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03 {
    position: relative;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list-box-03:hover .dropdown-list_3 {
    opacity: 1;
    visibility: visible;
}

.header .header-body .edu-navbar .edu-nav .nav li ul.dropdown li .dropdown-list_2 .dropdown-list_3 {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    padding: 15px 0px;
    min-width: 225px;
    background: #ffffff;
    left: 225px;
    position: absolute;
    top: 0px;
    z-index: 999;
    transition: all ease-in-out .3s;
    transform-origin: 0 0 0;
    position: absolute;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

.header .header-body .edu-navbar .edu-nav .nav li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}

.header .header-body .edu-navbar .edu-nav .nav li:hover>a {
    color: #68c80e;
}

.header .header-body .edu-navbar .edu-nav .nav li.active a {
    color: #68c80e;
}

.header .header-body .edu-navbar .edu-nav .nav li.active a:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header .header-body .is-sticky .navbar-header a span {
    color: #333333;
}

.header .header-body .is-sticky .edu-navbar {
    padding: 20px 0;
    background: #ffffff;
    z-index: 1000;
    transition: 0.5s ease;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.header .header-body .is-sticky .edu-navbar .edu-nav .nav li a {
    color: #333333;
}

.header .header-body .is-sticky .edu-navbar .edu-nav .nav li .dropdown li a {
    color: #333333;
}

.header .header-body .is-sticky .edu-navbar .edu-nav .nav li.active a,
.header .header-body .is-sticky .edu-navbar .edu-nav .nav li:hover a,
.header .header-body .is-sticky .edu-navbar .edu-nav .nav li:focus a {
    color: #68c80e;
}

.chartMarginTop {
    margin-top: 20px;
    padding-bottom: 40px;
}

.dashboarchartdatepicker {
    margin-top: 5px;
    float: right;
}

.ChartBackground {
    background-color: black;
    color: white;
    padding: 20px;
    margin: 20px;
}

.dashboarddoughnutchart {
    border-right: 0.1px solid #566573;
}

.floatChartDatePicker {
    float: left;
}

.CourierStatus {
    color: #00a65a;
    font-weight: 600;
}

.CourierCurrentStatus {
    color: #CB4335;
    font-weight: 600;
}



/* couriertimeline */
.CourierContainerOne {
    padding: 20px;
    border: 0.01px solid black;
    border-bottom: none;
}

.CourierContainerTwo {
    padding: 20px;
    border: 0.01px solid black;
    background-color: #e7d9d9;
}

.CourierContainerOneText {
    padding: 20px;
}

.font-bold {
    font-weight: 600;
}

.Eventfont-bold {
    color: #0f643d;
    font-weight: 600;
}

.Eventfonttransit-bold {
    color: #808B96;
    font-weight: 600;
}

.Eventfontintransit-bold {
    color: #F5B041;
    font-weight: 600;
}

.block:after {
    color: #00a65a;
    border-left: 13px solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -13px;
}

.block {
    background-color: #00a65a;
    width: 32%;
    height: 26px;
    display: inline-block;
    position: relative;
}

.CourierProcessFlow {
    /* padding: 20px; */
    padding: 2px;
}

.pieceIDBG {
    /* background-color: #E5E8E8; */
    padding: 10px;
    background-color: #27aa80
}

/* courier flow style */
.hh-grayBox {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}

.pt45 {
    padding-top: 45px;
}

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid #afafaf;
    background-color: #dfdfdf;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #afafaf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: #a4a4a4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #dfdfdf;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #27aa80;
}

.forgot-passwordlogin {
    font-size: 22px;
    color: #fff;
}

.forgot-passwordlogin:hover {
    color: #fff;
}

.forgotpassword-validtaions {
    color: #fff;
    font-size: 14px;
}

.googlemodelsize {
    height: 600px;
}

.pinlocation-btn {
    float: right;
}

.MailCommentUserIconTD {
    width: 80px;
}

.userMailCommentIcon {
    width: 99px;
    height: 40px;
    border-radius: 25px;
}

.CommentornameBG {
    color: #53a93f !important;
}

.mapMarker {
    color: red;
    font-size: xx-large;
}

.mailGridChat {
    padding: 20px !important;
}

.ChatMailTo {
    float: right;
    overflow-wrap: anywhere;
}

label.text-danger.ChatMailTos {
    float: right;
    overflow-wrap: anywhere;
}

.ChatMailTopa {
    /* float: left; */
    overflow-wrap: anywhere;
}
.filter-options {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

legend {
    display: block;
    /* width: 100%; */
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; 
}

.filter-options legend {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    width: fit-content !important;
    border: none !important;
    padding: 3px 10px;
}
.fixed-width-th {
    width: 25% !important;
    min-width: 261px !important; 
    max-width: 261px!important;
    overflow: hidden; 
    white-space: nowrap; 
}

.fixed-width{
    width: 3% !important; 
    min-width: 3% !important;
    max-width: 3% !important; 
    overflow: hidden;
    white-space: nowrap; 
}

#Standard_0 {
    width: 210px;
}
#StandardGender_0{
    width:170px;
}

.custommenustyle
{
    margin-left:-30px;
}