/* TABS DESIGN  */

.tabs__wraps .nav-tabs {
    background-color: #FFFFFF;
    height: 49px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tabs__wraps__service .nav-tabs-service {
    background-color: #FFFFFF;
    /* height: 49
px
; */
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    padding: 15px 0;
}

.tabs__wraps__service .nav-tabs-service a {
    color: #25495f;
    border: none !important;
}

.tabs__wraps__service .nav-tabs-service li a:hover {
    background: none !important;
    color: #F54D69 !important;
}

.tabs__wraps__service .nav-tabs-service li.active a {
    background-color: #F54D69;
    border: none;
    border-radius: 0;
    margin: 0;
    color: #ffffff;
    outline: none;
}

.nav-tabs {
    border: none;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.tabs__wraps .nav-tabs .inner-tabs {
    width: 100%;
    text-align: center;
    margin: 0;
    position: relative;
}

.tabs__wraps .nav-tabs .inner-tabs a {
    color: #777777;
    padding: 15px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

.tabs__wraps .nav-tabs .inner-tabs .sub-heading {
    /*color: #777777;*/
    padding: 8px 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    background-color: white !important;
    color: black !important;
}

.tabs__wraps .nav-tabs .inner-tabs .sub-heading:hover {
    background-color: #F54D69 !important;
    color: #ffffff !important;
}

.tabs__wraps .nav-tabs .dropdown-toggle.active {
    background-color: #F54D69 !important;
    color: #ffffff !important;
}

.tabs__wraps .nav-tabs .sub-heading.active {
    background-color: #F54D69 !important;
    color: #ffffff !important;
}

.tabs__wrap__service .nav-tabs .inner-tabs a {
    border: 1px solid transparent !important;
}

.tabs__wraps .nav-tabs .inner-tabs.active a,
.tabs__wraps .nav-tabs .inner-tabs:hover a {
    background-color: #F54D69;
    border: none;
    border-radius: 0;
    margin: 0;
    color: #ffffff;
    outline: none;
}

.tabs__wraps .nav-tabs .inner-tabs:hover a {
    background-color: rgba(98, 139, 162, 0.23);
}

.tabs__content__wrapper .tab-content {
    padding: 40px 30px 20px 30px;
}

.account__panel .upload__excel {
    min-height: 170px;
    max-width: 700px;
    border: 2px dashed grey;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
}

.account__panel .upload__excel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.account__panel .upload__excel .import__text p {
    margin: 0;
    margin-top: 15px;
}

.account__panel .upload__excel:hover {
    cursor: pointer;
    background-color: #e3f2fd;
}

.add__form {
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    display: table;
    color: white;
    padding: 0 30px;
}

.add__form:hover {
    color: white;
}

.account__panel .download__excel a {
    font-size: 14px;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    text-align: center;
    margin: 0px auto;
    display: table;
}

.account__panel .download__excel a span {
    padding-left: 5px;
}

.account__card__wrapper .card {
    margin-bottom: 30px;
}

.account__card {
    overflow: visible;
    position: relative;
    border-radius: 5px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
}

.close__card {
    position: absolute;
    top: -14px;
    right: -11px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all ease .3s;
}

.close__card:hover {
    cursor: pointer;
    color: #F54D69;
    background-color: #e3f2fd;
}

.input__group .form-control {
    color: #555555;
    border-radius: 5px;
    border: 1px solid #b1b1b1 !important;
    border: none;
    height: 48px;
    background-color: white;
}

.input__group .form-control::placeholder {
    color: #7b838a;
}

.select__group {
    position: relative;
}

.select__group i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #a7a6a6;
    font-size: 13px;
    z-index: 6;
}

.select__group select {
    position: relative;
    z-index: 5;
    transition: all .5s ease;
    appearance: none !important;
    color: #555555;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #b1b1b1 !important;
}

.select__group select:hover {
    cursor: pointer;
}

.add__card .btn-default {
    padding: 0;
    color: #2c4a6b;
    font-size: 100px;
    position: absolute;
    line-height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
}

.add__card .btn-default:hover {
    background-color: transparent;
}

.add__card {
    min-height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
}

.add__card:hover {
    cursor: pointer;
    background-color: #e3f2fd;
}

.add__card:hover button {
    cursor: pointer;
    color: #F54D69;
    background-color: #e3f2fd;
}

.btn-submit {
    padding: 10px 50px;
    height: 48px;
    border-radius: 5px;
    transition: all ease .5s;
    border-color: #F54D69;
    background-color: #F54D69;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit:hover {
    border-color: #2c4a6b;
    background-color: #2c4a6b;
    color: white;
}

.btn-send {
    background-color: #2c4a6b;
    padding: 0 50px;
    height: 48px;
    border-radius: 5px;
    transition: all ease .5s;
    border-color: #2c4a6b;
    color: white;
}

.btn-orderPlace {
    background-color: #218838;
    padding: 0 50px;
    height: 48px;
    font-size: 2rem;
    border-radius: 5px;
    transition: all ease .5s;
    color: rgb(255, 255, 255);
    width: 100%;
}

.btn-orderPlace:hover{
    background-color: #F54D69;
    color: white;
}

.btn-send:hover {
    border-color: #F54D69;
    background-color: #F54D69;
    color: white;
}

.daterange {
    padding-left: 50px;
}

.account__table {
    border-radius: 8px;
    min-height: 300px;
    width: 100%;
}

.table-responsive {
    border: 0.1px solid #dee2e6;
    border-radius: 1px;
    border-right-width: 0px;
}

.tbl_grid{
    border: none !important;
    border-radius: 0 !important;
    border-right-width: 0px;
}

.table-responsive>.table-bordered {
    border: 0;
    margin: 0%;
}

.mainbox table thead th {
    font-size: 14px;
    text-align: center;
    font-family: sans-serif;
    /* padding: 20px 10px; */
    color: #8E8E8E;
    background: #fff;
    border-bottom-width: 1px;
    border-top-width: 0px;
}

.table td {
    border: 1px solid #dee2e6;
}

.table td.notfound {
    height: 600px;
    font-size: 18px !important;
    vertical-align: middle;
    text-align: center;
    border: 0;
    border-right: 1px solid #dee2e6;
}

.table td.notfound p {
    margin: 0;
}

.pagination-sub {
    padding-top: 10px;
}

.filter__box__btns .btn {
    height: 40px;
    padding: 8px 40px;
    text-transform: capitalize;
    border-radius: 5px;
    margin-top: 10px;
}

.btn-export {
    background-color: #aac8e1;
    ;
}

.btn-export:hover {
    color: #ffffff;
    background-color: #224b63;
}

.quotation_btn button {
    color: white;
    height: 40px;
    margin-top: 15px;
}

.update-profile button {
    color: white;
    height: 40px;
}

.text-pickup {
    min-height: 60px;
}

input[type=checkbox] {
    margin-left: 1px !important;
    margin-right: 5px;
}

.info-image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.info-camera {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.info-image:hover .info-camera {
    visibility: visible;
    opacity: 1;
}

.background-image-about {
    background-image: url(../images/istockphoto.jpeg);
    height: 300px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
}

.background-image-about-back {
    background-image: url(../images/shutterstockk.jpeg);
}

.background-image-about-contact {
    background-image: url(../images/Logistics3PL.jpeg);
}

.background-image-about-text {
    position: absolute;
    top: 40%;
}

.background-image-about-text h2 {
    font-size: 35px;
}

.worker img {
    max-height: 500px;
}

.banner-track {
    background: url(../images/background-track.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 290px;
}

.searchboxmain {
    margin: 0px auto;
    max-width: 1150px;
    padding-top: 40px;
}

.pos-track {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.searchinputmain .btn-block {
    width: 68px;
    height: 48px;
    position: absolute;
    top: 10px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0px;
}

.searchboxmain h2 {
    color: white;
}

.searchtrack {
    border: 1px solid #ddd;
    width: 100%;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 10px;
}

.panel-heading {
    position: relative;
}

.track-icon {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 10px;
}

.order-details-notfound {
    font-size: 30px;
}

.noicon {
    font-size: 100px;
    padding: 20px;
    color: #F54D69;
}

.notitle {
    padding: 20px;
    font-size: 30px;
    font-weight: 300;
    color: #F54D69
}

.panel {
    border: none;
}

.tracking-header {
    padding: 15px 20px;
    background: #FFFFFF;
}

.tracking-header p {
    color: #777777;
}

.package__wraps {
    max-height: 300px;
    overflow-y: auto;
}

.panel-track-order {
    padding: 10px 20px;
    display: flex;
    border: none;
}

.panel-track-order a:focus {
    color: white !important;
}

.panel-track-order:hover {
    background-color: #dd6722 !important;
}

.panel-track-order a {
    width: 100%;
    font-weight: 600;
}

.panel-body {
    background-color: #F8F8F8 !important;
    padding: 15px 0;
}

.panel-track-order {
    padding: 10px 20px;
    display: flex;
}

.background-color-track {
    background-color: #F8F8F8 !important;
}

.timeline {
    border-left: 3px dashed #25495f;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    padding: 20px 25px;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    line-height: inherit;
}

.timeline h2,
.timeline p {
    font-size: 14px;
}

.timeline p {
    margin-bottom: 15px;
    font-size: 12px;
}

.timeline h3 {
    font-size: 16px;
}

.timeline-event {
    border-bottom: 1px dashed #25495f;
    margin-bottom: 25px;
    position: relative;
}

.timeline-event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-event:before,
.timeline-event:after {
    position: absolute;
    display: flex;
    top: 0;
}

.timeline-event:before {
    left: -70px;
    text-align: right;
    font-weight: 100;
    content: '\f0d1';
    font-family: FontAwesome;
    font-size: 20px;
    top: -4px;
    transform: scaleX(-1);
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline-event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline-event::after {
    left: 0;
    right: -55.8px;
}

tr:nth-child(even) {
    background: #F9F9F9;
}

.request-pickup-display {
    display: inline !important;
}

.bg-img-fix-bg-image {
    background-image: url('../images/single-blog.png');
}

.section-full-bottom {
    margin-bottom: 0 !important;
}

.icon-wraper-height {
    height: 230px;
}


/* Navbar */

#nav-icon1 {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#nav-icon1 span {
    position: absolute;
    height: 2px;
    width: 70%;
    border-radius: 9px;
    opacity: 1;
    left: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 7px;
}

#nav-icon1 span:nth-child(2) {
    top: 9px;
}

#nav-icon1 span:nth-child(3) {
    top: 15px;
}

#nav-icon1.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Navbar-end */

.profile-choose-file {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.padding-setting-profile {
    padding: 30px 60px 40px 40px;
}

.form-height {
    text-transform: capitalize;
}

.form-height:hover {
    border: 1px solid #F54D69 !important;
}

.label_position {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 15px;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 5;
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    padding: 0 5px;
    background-color: white;
}

.label_position_order {
    left: 43px;
}


/* .form-control:hover~.label_position {
    color:#F54D69 !important;
}

.form-control:focus~.label_position,
.form-control:valid~.label_position,
.form-control[readonly]~.label_position {
    font-size: 12px;
    top: -15% !important;
    transform: translateY(0);
    margin: 0;
    padding: 0 5px;
    background-color: white;
}

.form-control:focus~.label_position_order,
.form-control:valid~.label_position_order,
.form-control[readonly]~.label_position_order {
    left: 20%
} */

.email-not {
    text-transform: none !important;
}

.nav-bg-color>.inner-tabs>a:hover {
    background-color: transparent !important;
    color: #2D3239 !important;
    border: 1px solid #2c4a6b !important;
}

.site-footer {
    position: relative;
    z-index: 5;
}

.input__group {
    position: relative;
}

.statement-date {
    margin-left: auto;
}

.input-group-text-height {
    height: 46px
}

.custom-separator-about {
    height: 40px;
    width: 4px;
    position: relative;
}

.custom-separator-about-career {
    height: 71px;
    width: 12px;
    position: relative;
    top: 5px;
}

.our-service-img {
    /*background-image: url(../images/background-service.jpg);
    background-size: cover;*/
    /* height: 325px; */
    width: 100%;
}


/* .our-service-img img {
    max-height: 325px;
} */

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
}

.about-image img {
    max-height: 350px;
}

.our-ser {
    padding: 0 40px;
}

.info-image img,
.info-image-testimonial img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-contactus {
    background-image: url(../images/Group\ 876.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.border-contact {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 20px 50px 25px 30px;
}

.border-contact h5 {
    font-size: 20px;
    line-height: 40px;
}

.contact-image-res {
    min-width: 670px;
}

.contact-image-res img {
    width: 100%;
}

.career-butn {
    margin-left: auto;
    color: white;
}

.career-workWithUs {
    padding-bottom: 50px;
}

.border-career {
    border: 1px solid #DEDEDE;
}

.career-image-icon {
    position: relative;
    top: 7px;
    left: -5px;
}

.career-image-icon-part {
    position: relative;
    top: 0;
    left: -7px;
}

.career-ul li::before {
    content: "\2022";
    color: #F54D69;
    font-weight: bolder;
    display: inline-flex;
    height: 30px;
    width: 15px;
}

.banner-header:hover {
    color: #2c4a6b !important;
}

.bg-home-service {
    background-image: url(../images/backgroundserviccehome.png);
}

.banner-service-image {
    position: absolute;
    z-index: 10;
    left: -72px;
    top: 29%;
    width: 525px;
}

.custom-separator-service {
    left: -33px;
}


/* .service-image img {
    max-width: 60px;
    position: relative;
    left: -7px;
    height: 50px;
    object-fit: cover;
} */


/* .hover-service:hover {
    filter: brightness(0.5) invert(1);
    transition: all ease .3s;
} */


/*
.border-contact-service {
    border: 1px solid #DEDEDE;
} */


/* .border-contact-service:hover {
    background-color: #224b63;
    transition: all ease .3s;
} */

.btn-submit-padding {
    padding: 0 25px !important;
    height: 35px;
}

.btn-submit-padding a:hover {
    color: white !important;
}

.blog-a:hover {
    color: white !important;
}

.card__blog {
    border: 1px solid #DEDEDE;
    height: 100%;
    max-width: 370px;
}

.blog_a_tag {
    color: #25495f;
    text-decoration: underline;
}

.blog_a_tag:hover {
    color: #F54D69;
    text-decoration: underline;
}

.color-icon-deliver {
    color: #0ABC6F !important;
}

.color-icon-return {
    color: red !important;
}

.color-icon-cancel {
    color: yellow !important;
}

.icon-position-order i {
    font-size: 30px;
    color: #DDDDDD;
}

.image-order-recive {
    position: relative;
    left: -10px;
}

.table-track-order td {
    width: 55%;
}

.table-track-order th {
    padding-left: 25px;
}

.border-track,
.border-visible-receiver-details {
    border-bottom: 1px solid #EEEEEE;
}

.track-bor {
    border-right: 1px solid #EEEEEE;
}

.table-track-order-receiver th {
    padding: 15px 10px;
}

.table-th-padding {
    padding-left: 25px !important;
}

.border-visible-receiver-details {
    border-top: 1px solid #EEEEEE;
}

.summary-table-td td {
    text-align: end;
    padding: 8px;
}

.summary-table-td tr:nth-child(even) {
    background: none;
}

.summary-down-table {
    width: 100%;
    flex-basis: calc(100% / 3);
    border: 1px solid #EEEEEE;
}

textarea {
    resize: none !important;
}

.single__blog h6 {
    color: #F87E37;
}

.single__blog h4 {
    line-height: 30px;
}

.login-button-css {
    width: 50%;
}

.custom-separator-register {
    height: 33px;
    width: 4px;
    position: relative;
}

.button-register {
    border-radius: 5px;
    text-transform: capitalize;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-service {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service__image__parts {
    display: flex;
    flex-wrap: wrap;
}

.contact__us__inner {
    display: flex;
    flex-wrap: wrap;
}

.extra-cent {
    text-align: center;
}

.service-media-image h2 {
    color: #f44d69;
    font-size: 41px;
    text-transform: uppercase;
}

.service-choose {
    font-size: 18px;
    line-height: 36px;
    font-style: italic;
    font-weight: 500;
}

.steps-content {
    justify-content: space-evenly;
}

.ext-wrap .nav-tabs-service {
    padding: 15px 10px;
}

.ext-wrap .nav-tabs-service a {
    border-bottom: 1px solid #efdede !important;
}

@media (min-width: 977px) {
    .header-nav .nav>li:hover ul {
        display: block;
    }
}

.ext-table-qr th {
    width: 200px;
}

.bor-tab th {
    padding-left: 25px;
}

.txt-qr th,
.txt-qr td {
    text-align: left !important;
}

.border-visible-receiver-details th {
    padding: 15px 10px;
}

.ext-table-qr tr:nth-child(even) {
    background: white;
}

/* Asmita sharma changes starts 19th november */

@media (max-width: 771px) {
    .tabs__wraps .nav-tabs .inner-tabs a {
        font-size: 11px;
    }

    .tabs__wraps .nav-tabs .inner-tabs.active a,
    .tabs__wraps .nav-tabs .inner-tabs:hover a {
        font-size: 11px;
    }
}

@media (max-width: 635px) {
    .tabs__wraps .nav-tabs {
        height: auto;
        display: block;
        padding-top: 20px;
    }

    .tabs__wraps .nav-tabs .inner-tabs {
        height: 40px;
    }

    .tabs__wraps .nav-tabs .inner-tabs a {
        padding: 10px 20px;
    }
}

/* Asmita sharma changes ends 19th november */


/*palistha shakya changes*/
.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

body {
    background-color: #F8F8F8;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

@media screen and (max-width: 998px) {
    .row .col-md-8 {
        width: 100%;
        order: 2;
    }
}

@media screen and (max-width: 998px) {
    .row .col-md-4 {
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 998px) {
    .row .col-md-6 {
        width: 100%;
    }
}

.row .col-md-12 {
    width: 100%;
}

label {
    font-size: 16px;
    font-weight: 500;
}

.overview-block {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.overview-block .side{
    padding: 10px;
}

@media screen and (max-width: 400px) {
    .overview-block {
        /*padding: 10px 0;*/
    }
}

.overview-block p {
    font-size: 16px;
    font-weight: 500;
}

.overview-title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    background-color: #F54D69;
    padding: 10px;
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;


}

.overview-content {
    padding: 5px 15px;
}

.overview-date {
    width: 100%;
    justify-content: space-between;
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 300px) {
    .overview-date {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.overview-date input {
    width: 70%;
}

.overview-date .btn {
    flex-grow: 1;
}

@media screen and (max-width: 300px) {
    .overview-date .btn {
        width: 60%;
        flex-grow: 0;
    }
}

.overview-date .btn:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

@media screen and (max-width: 998px) {
    .overview-date .input-group {
        width: 80%;
    }
}

@media screen and (max-width: 300px) {
    .overview-date .input-group {
        width: 90%;
    }
}

.overview .panel-group .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.overview .panel-group .panel-heading {
    background-color: #fff;
    padding: 0;
}

.panel-title {

    display: flex;
    align-items: center;
}

.overview .panel-group .panel-body label {
    margin-bottom: 0;
}

.overview .panel-group .panel-title .main-a {
    display: flex;
    justify-content: space-between;
}

.overview .panel-group .panel-title a {
    display: flex;
    align-items: center;
}

.overview .panel-group .panel-body {
    border-top: none !important;
    padding: 0;
}

.overview .panel-group .panel-body label {
    max-width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.overview .panel-group .panel-body label span {
    padding-left: 10px;
}

/*.order-right {
    background-color: #FFFFFF;
    padding: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}*/

.order-block {
    /*padding: 10px 20px;*/
    /*padding-bottom: 5px;*/
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.invoice-summary-block {
    padding: 1px;
    background-color: #fff;
}

.order-block p {
    font-size: 16px;
    font-weight: 500;
}

.order-block table tr th {
    color: #fff;
    background-color: #F54D69;
    white-space: nowrap;
}

.order-block table tr td {
    /*padding: 10px 10px;*/
    white-space: nowrap;

}

.order-block table tr:last-child {
    border-top: 1px solid #0e0e0e;
}

.order-block table tr:last-child td {
    font-weight: 700;
}

.order-summary {
    border: 1px solid #dfe8e3;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 210px;
    /*padding: 10px 0;*/
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;

}

.summary-title {
    background-color: #F54D69;
    color: white !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.order-summary p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.order-summary span {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    color: #333;
    width: 100%;
    padding: 5px;
}

.order-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.order .arrow-right {
    height: 100%;
}

.order .arrow-right i {
    font-size: 100px;
}

.modal-dialog {
    max-width: 800px;
}

.dashdaterange {
    padding-left: 20px !important;
}


.charge .order-block {
    /*padding: 10px 5px;*/
    /*overflow-x: scroll;*/
}

.charge-table {
    width: 100%;
    padding: 0;
}

.charge-table .overview-title {
    text-align: center;
    padding-right: 15px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .charge-table table {
        /*width: 90%;*/
        margin: auto;
        background-color: #FFFFFF;
    }
}

.charge-table table {
    background-color: #FFFFFF;
}

.charge-table_second table tr:last-child {
    border-top: none;
}

.charge-table_second table tr:last-child td {
    font-weight: 500;
}

.charge-block {
    background-color: transparent;
}

@media screen and (max-width: 998px) {
    .mob-view {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media screen and (max-width: 576px) {
    .mob-view {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}

.select2-container {
    display: inline-block !important;
}

.multiselect-container {
    max-height: 200px !important;
    overflow-y: auto !important;
}

.btn-group ul {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/*# sourceMappingURL=style.css.map */


.grid_err_msg{
    font-size: 1.6rem;
    color: #f30505;
}