/*Menu Spinner Loder Style Start */
.btn-loader-holder {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;


    position: relative; display: inline-block; vertical-align: top; }
.btn-loader-holder .loder-bouncing, .panel-body .form-group .btn-loader-holder .loder-bouncing { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #0B5ED7; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; line-height: 27px; border-radius: 4px; }
.btn-icon.btn-loader-holder .loder-bouncing { line-height: 23px; }
.btn-loader-holder .loder-bouncing > div { background: #fff; }
/*.panel-body .form-group .btn-success.btn-loader-holder .loder-bouncing, .btn-success.btn-loader-holder .loder-bouncing { background: #84c529; }
.panel-body .form-group .btn-primary.btn-loader-holder .loder-bouncing, .btn-primary.btn-loader-holder .loder-bouncing { background: #28b8da; }
.panel-body .form-group .btn-info.btn-loader-holder .loder-bouncing, .btn-info.btn-loader-holder .loder-bouncing { background: #03a9f4; }
.panel-body .form-group .btn-danger.btn-loader-holder .loder-bouncing, .btn-danger.btn-loader-holder .loder-bouncing { background: #fc2e42; }
.panel-body .form-group .btn-default.btn-loader-holder .loder-bouncing, .btn-default.btn-loader-holder .loder-bouncing { background: #626f80; }
.panel-body .form-group .btn-warning.btn-loader-holder .loder-bouncing, .btn-warning.btn-loader-holder .loder-bouncing { background: #ff6f00; }*/
.loder-bouncing { position: absolute; top: 50%; right: 6px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
#side-menu li a .loder-bouncing { position: absolute; top: 50%; right: 6px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
.loder-bouncing { margin: 0; width: 40px; text-align: center; }
.loder-bouncing > div { width: 6px; height: 6px; background-color: #0b6a3d; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.loder-bouncing .bounce1 { -webkit-animation-delay: -0.32s; -moz-animation-delay: -0.32s; animation-delay: -0.32s; }
.loder-bouncing .bounce2 { -webkit-animation-delay: -0.16s; -moz-animation-delay: -0.16s; animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0);
    transform: scale(0); }
    40% { -webkit-transform: scale(1);
        transform: scale(1); } }
@-moz-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
    40% { -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
    40% { -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); } }
/*Menu Spinner Loder Style End */

.bg-custom{
    border: 1px solid #E0E2E7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 8px;
    background-color: #7372e6 !important;
    color: #fff;
    cursor: pointer;
}
.sub-menu {
    display: none;
}

body {
    font-family: 'Inter', sans-serif !important;
}

.bg-light-blue{
    background: #EEEEFF;
    border-radius: 20px;
}

.track-link{
    margin-left: 33px;
    font-size: 14px;
}
.bulk-action-text{
    margin-top: 7px;
}
.copy-click {
    position: relative;
    padding-bottom: 2px;
    text-decoration: none;
    cursor: copy;
    color: #484848;
    border-bottom: 1px dashed #767676;
    transition: background-color calc(var(--duration) * 2) var(--ease);
}
.copy-click:after {
    content: attr(data-tooltip-text);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    padding: 8px 16px;
    white-space: nowrap;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 0 -12px rgba(0, 0, 0, 0);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 12px);
    transform: translate(-50%, 12px);
    transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
    transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce);
    transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
}
.copy-click.is-hovered:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition-timing-function: var(--ease);
}
.copy-click.is-copied {
    background-color: yellow;
}
.copy-click.is-copied:after {
    content: attr(data-tooltip-text-copied);
}
.bg-label {
    border: 1px solid #E0E2E7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
}
.label-pending{
    background-color: #ededed;
    color: #131313;
}
.label-ready-to-pickup{
    background-color: #f7ec7d;
    color: #383515;
}
.label-picked-up{
    background-color: #e0d4f2;
    color: #322b3b;
}
.label-delivered{
    background-color: #7cf2cb;
    color: #193029;
}
.label-en-route{
    background-color: #bee0ec;
    color: #133C75;
}
.label-cancel{
    background-color: #ffcccd;
    color: #000000;
}

.business-logo{
    margin-top: 20px;
    width:100px;
    height: 100px;
    object-fit: cover;
}
.contaun {
    width: 100%;
    margin: 0 auto;
}

a,
a:hover {
    text-decoration: none !important;
    transition: all .5s;
}
.action-column{
    display: flex;
}
.action-column select{
    margin-left: 10px;
    width: 150px;
}
.action-column input{
    margin-top: 11px;
}
.form-error-msg {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.error {
    color: red;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.flexrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-add-btn {
    margin-right: 8px;
}

.btn-green {
    background-color: green !important;
    color: #fff !important;
}

.table-wrapper {
    padding: 18px 24px;
    margin-top: 24px;
}

.dashbarleft {
    flex: 0 0 auto;
    width: 16.5% !important;
    padding: 0 !important;
    transition: all .5s;
    position: relative;
    left: 0;
}

.crosmenu i {
    color: #fff;
    font-size: 25px;
    display: none;
}

.dash-left {
    background: #5654E1;
    height: 100%;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 61px;
    padding-bottom: 159px;
}

.site-logo {
    text-align: center;
    margin-bottom: 92px;
}

.dash-link ul li,
.dash-logout li {
    margin-bottom: 25px;
    position: relative;
}

.dash-link ul li a,
.dash-logout li a {
    transition: all .5s;
    padding-left: 29px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dashbarleft.flexmain .dash-link ul li a,
.dashbarleft.flexmain .dash-logout li {
    padding-left: 0;
}

.dash-link ul li.active a,
.menu-item.slidedown a{
    border-radius: 6px;
    background: #F6F6FF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}
.menu-item.slidedown a,
.dash-link ul li.menu-item.slidedown .chilmenu::before{
    color: #5654E1;
}
.dash-link ul li.active li a,
.dash-link ul li.active ul a,
.menu-item.slidedown ul li a{
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    width: auto;
}
.dash-link ul li ul li {
    margin-bottom: 9px;
}
.dash-link ul li ul li:last-child{
    margin-bottom: 0;
}
.dash-link ul li ul li.active a,
.dash-logout li ul li.active a {
    box-shadow: none;
    background-color: #5654E1;
    color: #fff;
    border-radius: 0;
}

.dashbarleft.flexmain .chilmenu::before {
    top: 1px;
    right: 16px;
}

.dash-link ul.child li ul.child {
    margin-top: 10px !important;
}

.dash-link ul li a,
.dash-logout li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.05px;
    display: block;
}

.dash-link ul li.active a {
    color: #5654E1;
}

.dash-logout a .bluecolor,
.dash-logout li:hover .wthiecolor {
    opacity: 0;
    height: 0;
    width: 0;
    display: none;
}

.dash-logout li:hover a .bluecolor {
    opacity: 1;
    height: auto;
    width: auto;
    display: inline-block;
}

.dash-link ul li a i, .dash-logout li a img {
    padding-right: 20px;
}

.dash-logout {
    margin-top: 285px;
}

.dash-link ul li .chilmenu::before,
.dash-link li.menu-item.slidedown a.chilmenuinner::before {
    content: '\f107';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
    transition: all .5s;
}

/* .chilmenu:hover:before,
.dash-link ul li.slidedown .chilmenu::before{
	color: #5654E1;
}
.dash-link ul li:hover .chilmenu::before{
	transform: rotate(180deg);
	color: #5654e1;
} */
.dash-link ul li.active.slidedown .chilmenu::before {
    transform: rotate(180deg);
    color: #5654E1;
}

.dash-link ul li.active .chilmenu::before {
    color: #5654E1;
}

.dash-link ul li.slidedown .chilmenu::before,
li.menu-item.slidedown ul li.menu-item.slidedown a.chilmenuinner::before {
    transform: rotate(180deg);
}

.dash-link ul.child,
.dash-link ul.child ul.child {
    /* padding-left: 20px !important; */
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    transition: all .5s;
    position: relative;
    left: -1000px;
}

/* .dash-link ul li:hover ul.child {
	opacity: 1;
	width: auto;
	height: auto;
	visibility: visible;
	transition: all .5s;
	left: 0;
} */
.slidedown ul.child,
.slidedown ul.child .slidedown ul.child,
.dash-link ul.child li.slidedown {
    opacity: 1;
    height: auto;
    width: auto;
    visibility: visible;
    left: 0;
    transition: all .5s;
}

.dash-link ul.child li a, .dash-logout ul.child li a {
    color: #fff;
    font-size: 13px;
    padding: 5px 10px 5px 50px;
}

.dash-link ul li .sub-menu li a,
.dash-link ul li .sub-menu a {
    font-size: 13px;
    padding: 5px 10px 5px 50px;
}

.dashbarleft.flexmain .dash-link ul.child {
    padding-left: 0 !important;
}

.dash-link ul.child li {
    margin-bottom: 10px;
}

.dashright {
    background-color: #FAFAFF;
    flex: 0 0 auto;
    width: 83.5% !important;
    padding: 21px 24px 52px !important;
    transition: all .5s;
}

.menu-close {
    display: none;
    /*background-color:red;*/
}

/* Main menu */
.menu-main li {
    position: relative;
}

.has-menu:before {
    content: '+';
    position: absolute;
    right: 0;
}

.has-menu.menu-open:before {
    content: '-' !important;
}

.card-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #F0F1F3;
    box-shadow: 0px 4px 30px 0px rgba(86, 84, 225, 0.05);
    padding: 16px 24px;
    margin-bottom: 40px;
}

.wel-head {
    background-color: #fff;
    border-bottom: 1px solid #F0F1F3;
    box-shadow: 0px 4px 30px 0px rgba(86, 84, 225, 0.05);
    padding: 16px 24px;
    margin-bottom: 40px;
}

.heading-wel h3 i {
    color: #667085;
    padding-right: 41px;
}

.heading-wel h3 {
    color: #333843;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -1.05px;
    margin-bottom: 0;
}

.heading-wel h3 span {
    color: #5654E1;
}

.wel-thumb {
    display: flex;
    align-items: center;
}

.thumb {
    width: 32px;
    height: 32px;
    background-color: #E0E2E7;
    border-radius: 50%;
    margin-right: 12px;
}

.thumb img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.dashname h4 {
    color: #1A1C21;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.dashbarleft.flexmain {
    flex: 0 0 auto;
    width: 0% !important;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: relative;
    left: -1000px;
    transition: all .5s;
}

.dashright.flexright {
    flex: 0 0 auto;
    width: 100% !important;
}

.dashbarleft.flexmain .dash-link ul li,
.dashbarleft.flexmain .dash-logout li {
    padding-left: 10px;
    padding-right: 10px;
}

.dashbarleft.flexmain .dash-link ul li ul li,
.dashbarleft.flexmain .dash-logout li ul li {
    padding-left: 0px;
    padding-right: 0px;
}

.dashbarleft.flexmain .dash-link ul li span, .dashbarleft.flexmain .dash-logout li span {
    display: none;
}

.dashbarleft.flexmain .dash-link,
.dashbarleft.flexmain .dash-logout {
    text-align: center;
}

.dashbarleft.flexmain .dash-link ul li a i,
.dashbarleft.flexmain .dash-logout li a img {
    padding-right: 0;
    width: auto;
}

.account-detail {
    background-color: #EEF;
    border-radius: 8px;
    padding: 20px;
}

.flopy-img {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floptext {
    padding-top: 16px;
}

.floptext h3 {
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
}

.floptext h2 {
    color: #333843;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.12px;
    margin-bottom: 0;
    padding-top: 5px;
}

.floptext h2 span {
    color: #0D894F;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06px;
}

.floptext h2 span.compmont {
    background-color: #FFE8EA;
    border-radius: 100px;
    padding: 2px 6px;
    color: #E0263D;
}

.account-detail.dettwo {
    background: #FFF6EE;
}

.account-detail.detthre {
    background-color: #FFE8EA;
}

.account-detail.detfor {
    background-color: #E7F4EE;
}

.graph-chart {
    height: 100%;
}

.graph-chart,
.actorder,
.noti-bar,
.ship-info,
.action-br {
    position: relative;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(86, 84, 225, 0.05);
    padding: 24px;
}

.wrapperchart .label {
    height: 1em;
    padding: .3em;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    display: none;
    color: #000;
}

.chart-text h3,
.comp-head h3 {
    color: #333843;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.09px;
}

.chart-text h4,
.info-list li span {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}

.chart-filter a,
.com-btn li a,
.sreachbtn li a,
.filterbtn a.filter-button {
    border: 1px solid #E0E2E7;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 8px;
    background-color: #fff;
}

.chart-filter a i,
.com-btn li a i,
.sreachbtn li a i,
.filtericon i {
    margin-right: 8px;
}


span i.bi.bi-clock::before {
    font-size: large;
    margin-top: 10px !important;
    margin-left: 5px !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

input[type="text"],
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    /*padding: 3px 0px 3px 3px;*/
    margin: 5px 1px 3px 0px;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0px;
}

input[class="form-control"]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0px;
}

span.input-group-text.bg-light.d-block {
    background-color: #fff !important;
    border: none !important;
}

.input-group-append {
    cursor: pointer;
}

i.fa.fa-calendar {
    padding: 4px;
}

.order-head h3,
.noti-head h3,
.ship-info-head h3 {
    color: #1A1C21;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.09px;
    margin-bottom: 0;
}

.item-data h3 {
    color: #1A1C21;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.08px;
}

.item-data h4 {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}

.actordrr,
.noti-flex {
    display: flex;
}

.order-icon {
    margin-right: 8px;
}

.order-rela h3 {
    color: #333843;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
}

.order-rela h4 {
    color: #858D9D;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06px;
    margin-bottom: 0;
}

.item-data li {
    margin-bottom: 20px;
    position: relative;
}

.item-data li::before {
    content: '';
    display: inline-block;
    background-image: url(../images/Divider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2px;
    height: 31px;
    position: absolute;
    left: 20px;
    bottom: -18px;
}

.ordermein .slick-prev::before {
    content: '';
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 9px;
    height: 14px;
    display: inline-block;
}

.ordermein .slick-next::before {
    content: '';
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 9px;
    height: 14px;
    display: inline-block;
}

.ordermein .slick-prev {
    left: auto;
    right: 43px;
    top: 19px;
    z-index: 1;
}

.ordermein .slick-next {
    right: 0;
    top: 19px;
}

.order-head {
    padding-bottom: 26px;
}

.item-data ul {
    margin-top: 39px !important;
}

.com-btn li {
    display: inline-block;
    margin-right: 12px;
}

.com-btn a,
.optselect a {
    background-color: #5654E1;
    border-radius: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.07px;
    display: inline-block;
    padding: 10px 14px;
}

.optselect button {
    background-color: #5654E1;
    border-radius: 8px;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.07px;
    display: inline-block;
    padding: 10px 14px;
}

.com-btn a:hover,
.chart-filter a:hover, .com-btn li a:hover,
.sreachbtn li a:hover,
.filterbtn a.filter-button:hover,
.optselect a:hover {
    background-color: #000;
    color: #fff;
}

.optselect button:hover {
    background-color: #000;
    color: #fff;
}

.optselect a {
    width: 100%;
    text-align: center;
    padding: 17px 0;
}

.optselect button {
    width: 100%;
    text-align: center;
    padding: 17px 0;
}

.comp-head h3 {
    margin-bottom: 0;
}

.order-table table {
    width: 100%;
}

.order-table table th span,
.order-table table td span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
}
.order-table table td span.bg-success{
    background-color: #E7F4EE !important;
    color: #0D894F;
}
.order-table table td span.bg-danger{
    background-color: #FFE8EA !important;
    color: #E0263D;
}
.order-table table th,
.order-table table td {
    padding: 27px 22px;
}

.order-table table td {
    background-color: #fff;
    border-top: 1px solid #F0F1F3;
}

.order-table table td h3 {
    color: #5654E1;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}

.order-table table td h4,
.order-table table td h2,
.shipprice li h4 {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}
.order-table table td h5 {
    background-color: #E7F4EE;
    padding: 4px 12px;
    border-radius: 100px;
    color: #0D894F;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}

.order-table table td li {
    display: inline-block;
    margin-right: 8px;
}

.order-table table td li:last-child {
    margin-right: 0;
}

.noti-deta h3 {
    color: #333843;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
    margin-bottom: 4px;
}

.noti-icon {
    width: 15%;
}

.noti-deta {
    width: 85%;
    padding-left: 7px;
}

.noti-deta ul {
    display: flex;
    justify-content: space-between;
}

.noti-deta ul li span {
    color: #858D9D;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06px;
}

.noti-list li.mainnot {
    margin-bottom: 40px;
}

.noti-head {
    margin-bottom: 42px;
}

.noti-bar {
    height: 100%;
}

.search-bar {
    width: 74%;
}

.search-bar form {
    position: relative;
}

.search-bar input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E0E2E7;
    background-color: #fff;
    color: #858D9D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    padding: 8px 10px 8px 38px;
}

.search-bar button {
    position: absolute;
    top: 4px;
    left: 10px;
    color: #667085;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 20px;
}

.sreachbtn {
    width: 26%;
    text-align: right;
}

.sreachbtn li {
    display: inline-block;
    margin-right: 16px;
}

.sreachbtn li:last-child {
    margin-right: 0;
}

.order-table table td h5.transit {
    color: #FF8921;
    background-color: #FFF6EE;
}

.order-table table td h5.cancel {
    background-color: #FFE8EA;
    color: #E0263D;
}

.pagine {
    text-align: right;
}

.pagine li a {
    background-color: #EEF;
    border-radius: 8px;
    color: #5654E1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07px;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.pagine li a:hover {
    background-color: #5654E1;
    color: #fff;
}

.info-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}

.info-list li:last-child {
    margin-bottom: 0;
}

.info-list li h3 {
    color: #1A1C21;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}

.action-br li {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.action-br li:last-child {
    margin-bottom: 0;
}

.action-br li a {
    width: 100%;
    display: inline-block;
    padding: 10px 14px;
    color: #5654E1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07px;
    border-radius: 8px;
    border: 1px solid #fff;
}

.action-br li a.pritbtn,
.action-br li a.shipbtn:hover,
.action-br li a.shibtn:hover {
    background-color: #5654E1;
    color: #fff;
}

.action-br li a.pritbtn:hover {
    background-color: transparent;
    border: 1px solid #5654E1;
    color: #5654E1;
}

.action-br li a.shipbtn {
    background-color: #EEF;
}

.action-br li a.shibtn,
.action-br li a.shipbtn:hover {
    border: 1px solid #5654E1;
}

.ship-info-head {
    margin-bottom: 20px;
}

.actorder.ordertime {
    margin-top: 24px;
}

.actorder.ordertime .item-data ul {
    margin-top: 0 !important;
}

.comp-head h3 span {
    color: #0D894F;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07px;
    background-color: #E7F4EE;
    border-radius: 100px;
    padding: 6px 12px;
    display: inline-block;
}

.prodship li h2 {
    color: #333843;
}

.prodship h6 {
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06px;
    margin-bottom: 0;
}

.prodship ul {
    display: flex;
}

.prodship ul img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
}

.shipprice {
    background-color: #fff;
}

.shipprice li {
    display: flex;
    justify-content: right;
    border-top: 1px solid #F0F1F3;
    padding: 27px 22px;
}

.expre-sec {
    border: 5px solid #5654E1;
}

.exp-logo {
    background-color: #5654E1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp-text ul {
    display: flex;
}

.exp-text ul span {
    font-size: 33px;
    color: #040707;
    text-transform: uppercase;
    margin-bottom: 0;
}

.exp-text ul h3 {
    font-size: 41.67px;
    color: #040707;
    line-height: 41.67px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.right-logo {
    margin-right: 32px;
    background-color: #232323;
    height: 98px;
    width: 98px;
    margin-left: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.exp-text {
    padding-left: 41px;
    padding-top: 25px;
}

.exp-text ul li {
    padding-right: 38px;
}

.exp-text ul li:last-child {
    padding-right: 0;
}

.exp-text ul h3 a {
    color: #040707;
    font-weight: 400;
}





.priexp {
    text-align: right;
}

.priexp h4 {
    font-size: 33px;
    color: #040707;
    font-weight: 400;
    margin-bottom: 0;
}

.head-exp,
.exp-dte,
.exp-ship,
.qrcode,
.track-ord {
    border-bottom: 3px solid #5654e1;
}

.exp-dte,
.exp-ship-text,
.track-ord {
    padding: 38px 0;
}

.contain {
    width: 100%;
    margin: 0 auto;
    padding: 0 74px;
}

.exp-ship-text {
    text-align: center;
}

.exp-ship-text h3 {
    font-size: 69.7px;
    color: #040707;
    font-weight: bold;
    letter-spacing: 0.14em;
    margin-bottom: 0;
}

.codecode {
    display: grid;
    justify-content: end;
    border-left: 2px solid #5654E1;
    padding-top: 52px;
    padding-bottom: 52px;
}

.codecode h4 {
    text-align: center;
    font-size: 33.33px;
    color: #040707;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 30px;
}

.qrcode .exp-text {
    padding-left: 0;
}

.qrcode .exp-text {
    padding-left: 0;
    padding-top: 70px;
}

.ord-no h3,
.ord-no h4 {
    font-size: 41.67px;
    color: #040707;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.ord-no h4 {
    font-weight: 400;
}

.barcode {
    text-align: center;
}

.order-table table td h6 {
    color: #333843;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    margin-bottom: 0;
}

.order-table table td h6.rateship {
    font-size: 16px;
}

.order-table table td h6.numrate {
    font-size: 16px;
    font-weight: 700;
}

.login-sec {
    padding-top: 122px;
    background-image: url(../images/1060.png);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.login-div {
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
    border-radius: 8px;
    padding: 70px 40px;
}

.input-div input {
    width: 100%;
    border: 1px solid #5654E1;
    padding: 15px 20px;
    border-radius: 8px;
}

.login-heading h3 {
    font-size: 27px;
    color: #000;
    font-weight: bold;
}

.input-div label,
.checbtn label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}

.forgbtn a {
    color: #5654e1;
    font-size: 16px;
    font-weight: 500;
}

.forgbtn a:hover {
    color: #000;
}

.form-btn button {
    width: 100%;
    font-size: 21px;
    border: 2px solid #5654E1;
    background-color: #5654E1;
    color: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    transition: all .5s;
}

.form-btn button:hover {
    background-color: transparent;
    color: #5654E1;
}

.inputch-div {
    display: flex;
    justify-content: space-between;
}

.input-div,
.inputch-div,
.login-head,
.login-heading {
    margin-bottom: 21px;
}

.login-ft {
    margin-top: 60px;
    padding-bottom: 30px;
}
.signup-btn .btn-link:hover,
.login-btn .btn-link:hover{
    text-decoration: underline !important;
}

.ft-link {
    text-align: center;
}

.ft-link li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.ft-link li:first-child {
    margin-left: 0;
}

.ft-link li:last-child {
    margin-right: 0;
}

.ft-link li::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #5654E1;
    border-radius: 100px;
    position: absolute;
    left: -5px;
    top: 10px;
}

.ft-link li:first-child::after {
    content: none;
}

.ft-link li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.ft-link li a:hover {
    color: #5654E1;
}

.forgbtn p {
    margin-top: 23px;
}

.optselect select {
    width: 100%;
    background-color: #ddd;
    border: 2px solid #ddd;
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
}

.filter-form input {
    width: 100%;
    background-color: #ddd;
    border: 2px solid #ddd;
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
}

.selectlist {
    margin-top: 16px;
    display: none;
}

.ship-search {
    box-shadow: 0 0 20px #cccccc70;
    padding: 20px 20px 30px;
    border-radius: 8px;
}
.filterbtn .bg-success{
    border: 1px solid #E0E2E7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 8px;
    background-color: #E7F4EE !important;
    color: #0D894F;
    cursor: pointer;
}
.filterbtn .bg-danger{
    border: 1px solid #E0E2E7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 8px;
    background-color: #FFE8EA !important;
    color: #E0263D;
    cursor: pointer;
}
.filterbtn a.bg-success:hover,
.filterbtn a.bg-danger:hover,
.order-table table td span.bg-success:hover,
.order-table table td span.bg-danger:hover
{
    cursor: pointer;
    background-color: #000 !important;
    color: #fff;
}

#users_filter {
    width: 100%;
}

#users_filter input {
    width: 350px; /* Adjust the max-width as needed */
    font-size: 16px; /* Adjust the font size as needed */
    padding: 10px; /* Adjust the padding as needed */
    box-sizing: border-box;
    border: 2px solid #a7a6ed;
}

#users_filter label {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight:600;
}

input.form-check-input {
    border: 1px solid #5654e1 !important;
}


input.form-check-input[type='checkbox'] {
    width: 1.5em;
    height: 1.5em;
}
/* data table css start */
#users_filter {
    width: 100%;
}

#users_filter input {
    width: 350px; /* Adjust the max-width as needed */
    font-size: 16px; /* Adjust the font size as needed */
    padding: 10px; /* Adjust the padding as needed */
    box-sizing: border-box;
    border: 2px solid #a7a6ed;
}

#users_filter label {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight:600;
}

input.form-check-input {
    border: 1px solid #5654e1 !important;
}


input.form-check-input[type='checkbox'] {
    width: 1.5em;
    height: 1.5em;
}

/* data table css end */
/* Loader style Start */
 .loader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #191b1ead;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
 }
.spinner {
    border: 4px solid rgb(56 62 62 / 30%);
    border-top: 4px solid #007BFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Loader style END */

/* Media Query */
@media (max-width: 1800px) {
    .wrapperchart {
        overflow: auto;
    }
}

@media (max-width: 1700px) {
    .search-bar {
        width: 60%;
    }

    .sreachbtn {
        width: 40%;
        text-align: right;
    }
}

@media (max-width: 1536px) {
    .dash-left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dash-link ul li, .dash-logout li {
        margin-bottom: 14px;
    }

    .shipcart .col-lg-3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .order-table table th, .order-table table td {
        padding: 27px 10px;
    }
}

@media (max-width: 1440px) {
    /* .dashbarleft.flexmain {
        flex: 0 0 auto;
        width: 8% !important;
    }
    .dashright.flexright {
        flex: 0 0 auto;
        width: 92% !important;
    } */
    .dash-link ul li, .dash-logout li {
        padding-left: 0px;
    }

    .dash-link ul li a i, .dash-logout li a img {
        padding-right: 10px;
    }

    .dashbarleft.flexmain .dash-link ul li a,
    .dashbarleft.flexmain .dash-logout li a {
        font-size: 16px;
    }

    .graph-chart, .actorder, .noti-bar, .ship-info, .action-br {
        padding: 15px;
    }

    .login-sec {
        padding-top: 86px;
    }
}

@media (max-width: 1366px) {
    .exp-text ul h3 {
        font-size: 34.67px;
    }
}

@media (max-width: 1170px) {
    .dashbarleft {
        flex: 0 0 auto;
        width: 0% !important;
        height: 0;
        opacity: 0;
        visibility: hidden;
        position: relative;
        left: -1000px;
        transition: all .5s;
    }

    .dashright {
        width: 100% !important;
    }

    .dashbarleft.flexmain {
        flex: 0 0 auto;
        width: 250px !important;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: 100vh;
        transition: all .2s;
        opacity: 1;
        visibility: visible;
    }

    .dash-link ul li a, .dash-logout li a {
        padding-left: 0;
    }

    .dashbarleft.flexmain .dash-left {
        padding-top: 23px;
    }

    .crosmenu {
        text-align: right;
    }

    .dashbarleft img {
        width: auto;
    }

    .dashbarleft.flexmain img {
        width: auto;
    }

    .dash-link ul li, .dash-logout li {
        padding-left: 0;
        text-align: center;
    }

    .dashbarleft.flexmain .dash-link ul li,
    .dashbarleft.flexmain .dash-logout li {
        text-align: left;
        padding-left: 9px;
    }

    .dashbarleft.flexmain .dash-link ul li a,
    .dashbarleft.flexmain .dash-logout li a {
        padding-left: 15px;
    }

    .dashbarleft .dash-link ul li span, .dashbarleft .dash-logout li span {
        display: none;
    }

    .dash-link ul li a i, .dash-logout li a img {
        padding-right: 0;
    }

    .dash-link ul li, .dash-logout li {
        padding-left: 0px;
    }

    .noti-bar,
    .actorder {
        margin-top: 24px;
    }

    .noti-icon {
        width: 40px;
    }

    .noti-deta {
        width: 300px;
        padding-left: 7px;
    }

    .action-br {
        margin-top: 24px;
    }

    .login-div {
        width: 60%;
    }
}

@media (max-width: 1112px) {
    .exp-text ul h3 {
        font-size: 35px;
        line-height: 35px;
    }

    .exp-ship-text h3 {
        font-size: 56px;
    }

    .contain {
        padding: 0 34px;
    }
}

@media (max-width: 1080px) {
    .search-bar {
        width: 100%;
    }

    .sreachbtn {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .ship-search .flexrow {
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .dash-logout {
        margin-top: 0;
    }

    .dash-left {
        padding-bottom: 0;
    }

    .dashbarleft.flexmain {
        flex: 0 0 auto;
        width: 250px !important;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: 100vh;
        transition: all .2s;
    }

    .dashright.flexright::before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: #00000085;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .dash-home {
        position: relative;
    }

    .dashright.flexright {
        flex: 0 0 auto;
        width: 100% !important;
        position: relative;
    }

    .dashbarleft .crosmenu i {
        display: none;
    }

    .dashbarleft.flexmain .crosmenu i {
        display: inline-block;
    }

    .dashbarleft.flexmain .dash-link ul li span, .dashbarleft.flexmain .dash-logout li span {
        display: inline-block;
    }

    .dashbarleft.flexmain .dash-link ul li a i, .dashbarleft.flexmain .dash-logout li a img {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .exp-text ul h3 {
        font-size: 29px;
        line-height: 32px;
    }

    .codecode {
        border: none;
    }

    .login-div {
        width: 80%;
    }
}

@media (max-width: 900px) {
    .site-logo img {
        width: 106px;
    }
}

@media (max-width: 767px) {
    .optselect {
        margin-bottom: 11px;
    }

    .dashbarleft {
        opacity: 0;
        width: 0 !important;
        height: 0;
        visibility: hidden;
        position: relative;
        left: -1000px;
    }

    .dashbarleft.flexmain {
        flex: 0 0 auto;
        width: 250px !important;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        height: 100vh;
        opacity: 1;
        visibility: visible;
    }

    .dashright {
        width: 100% !important;
    }

    .ord-no {
        text-align: center;
        margin-bottom: 20px;
    }

    .ord-no h3, .ord-no h4 {
        font-size: 30px;
    }

    .priexp {
        text-align: center;
        margin-top: 8px;
    }

    .exp-dte, .exp-ship-text, .track-ord {
        padding: 23px 0;
    }

    .codecode {
        justify-content: center;
    }

    .qrcode .exp-text {
        padding-top: 20px;
    }

    .login-div {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .right-logo {
        margin: 0 auto;
    }

    .exp-ship-text h3 {
        font-size: 44px;
    }

    .exp-text {
        padding-left: 10px;
        padding-top: 25px;
        padding-right: 10px;
    }

    .exp-text ul h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .exp-text ul li {
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .ship-search .flexrow {
        display: flex;
    }

    .flexrow {
        display: block;
    }

    .wel-thumb {
        justify-content: center;
        margin-top: 19px;
    }




    .inputch-div {
        display: block;
    }
}

@media (max-width: 414px) {
    .shipcart .col-lg-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .comp-head {
        text-align: center;
        margin-bottom: 10px;
    }

    .com-btn {
        text-align: center;
    }

    .chart-text {
        text-align: center;
    }

    .chart-filter {
        text-align: center;
        margin-top: 10px;
    }
}

/*Logout  Link*/
.logout-link{
    color: black;
}
.logout-link:hover{
    background-color: gray;
}
