
.navbar-form-custom img {
    max-width: 120px;
    position: absolute;
    top: -29px;
}
.pagination {
    margin-top: 10px;
}
.od-hsty .odd-even-strip {
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #3333331c;
    border-radius: 5px;
}
.ordr-pdtimg {
    max-width: 60px;
    padding: 10px;
}
.logo-img img {
    max-width: 180px;
}
.track_order .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.10rem
}

.track_order .card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}
.track_order .card-body h6 {
    font-size: 14px;
    font-weight: 600;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.track_order .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track_order .track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 90px;
}
.track_order .trdttm {
    position: absolute;
    top: -50px;
    left: 0;
    text-align: center;
    width: 100%;
}
.track_order .trdttm span {
    font-size: 12px;
}
.track_order .track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track_order .track .step.active:before {
    background: #01b2a9;
}

.track_order .track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}
.step.active i{
    color: #fff !important;
}
.step i{
    color: #807e7e !important;
}

.track_order .track .step.active .icon {
    background: #01b2a9;
    color: #fff
}

.track_order .track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd
}

.track_order .track .step.active .text {
    font-weight: 400;
    color: #000
}

.track_order .track .text {
    display: block;
    margin-top: 7px
}

.track_order .itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.track_order .itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.track_order .img-sm {
    width: 80px;
    height: 80px;
    padding: 7px
}

.track_order ul.row,
.track_order ul.row-sm {
    list-style: none;
    padding: 0
}

.track_order .itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.track_order .itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529
}

.track_order p {
    margin-top: 0;
    margin-bottom: 1rem
}

/*.btn-warning {*/
/*    color: #ffffff;*/
/*    background-color: #033b6f;*/
/*    border-color: #033b6f;*/
/*    border-radius: 3px;*/
/*}*/
/*.btn-warning:hover, .btn-warning:focus {*/
/*    color: #ffffff;*/
/*    background-color: #0d6fc9;*/
/*    border-color: #0d6fc9;*/
/*    border-radius: 1px*/
/*}*/
.border-0 {
    border: 0!important;
}
.w-100{
    width:100%!important;
}
.track_order .card-body {
    padding: 15px;
}
.pay_amount {
    position: relative;
}
.pay_amount span {
    position: absolute;
    top: 10px;
    left: 10px;
}
.pay_amount input#select_amount {
    padding-left: 25px;
}
.ex_srch_lb {
    margin-top: -5px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

/********custom table**********/
.example thead th {
            background: #337ab7!important;
}
.inv-img {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: .25rem;
    max-width: 40px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
     }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e41405;
    border-radius: 20px;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      border-radius: 50%;
      left: 3px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
  .switch .slider.round {
    border-radius: 34px; }
    .switch .slider.round.round:before {
      border-radius: 50%; }
  .switch.active .slider {
    background-color: #56af99!important; }
  .switch.active .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    -moz-box-shadow: 0 0 1px #2196F3;
    -ms-box-shadow: 0 0 1px #2196F3; }
  .switch.active .slider:before {
    -webkit-transform: translateX(26px)!important;
    -ms-transform: translateX(26px)!important;
    transform: translateX(26px)!important; }
    .actinct input:checked + .slider {
        background-color: #ccc;
    }
    .actinct input:checked + .slider:before {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .chip-btn {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 30px;
    margin: 3px;
    min-width: fit-content;
    display: block;
    width: fit-content;
    float: left;
    background: #fff;
}
    .chip-box {
        max-height: 100px;
        overflow-y: auto;
        /*background: #cccccc24;*/
        padding: 5px;
        /*border: 1px solid #eee;*/
    }
    .merchant_ttd {
      /*margin:15px 0px;*/
    }
    img.bcasqe {
        max-width: 15px;
        transform: translateY(-1px);
    }
    .mbc_chld {
        background: #cccccc2e!important;
    } 
.table_right_item {
    display: flex;
    justify-content: flex-end;
}
.table_serach {
    position: relative;
    margin-right: 15px;
}
.table_serach input[type="text"] {
    width: 300px;
    height: 40px;
    padding-left: 35px;
    border: 1px solid #ccc;
}
.tbsrch_icon {
    position: absolute;
    left: 10px;
    top: 9px;
    transform: rotate(70deg);
}
.sort_by {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 15px;
    background: #fff;
    width: 161px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table_right_item {
    display: flex;
    justify-content: flex-end;
}
.table_serach {
    position: relative;
    margin-right: 15px;
}
.table_serach input[type="text"] {
    width: 250px;
    height: 42px;
    padding-left: 35px;
    border: 1px solid #ccc;
}
.tbsrch_icon {
    position: absolute;
    left: 10px;
    top: 9px;
    transform: rotate(70deg);
}
.cstm_select .btn {
    cursor: default;
    background-color: #FFF;
    border-radius: 4px;
    text-align: left;
}

.cstm_select .caret {
    position: absolute;
    right: 16px;
    top: 16px;
}
.cstm_select.btn-group.open .dropdown-toggle {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}
.qty_plus i {
    font-size: 22px;
}
table#example2 thead {
    visibility: collapse;
}
#example2 tbody tr, #example tbody tr {
    background: #fff!important;
}
.stckh-ttle :before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #ccc;
    left: 0;
    bottom: -15px;
}
.stckh-ttle span {
    color: #337ab7;
}
.stckh-ttle {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 39px;
    position: relative;
}
.stck-plus {
    color: green;
    font-weight: 700;
}
.stck-minus {
    color: red;
    font-weight: 700;
}
.modal-center {
    margin-top: 10%;
}
.example thead th:nth-child(1), .example tbody td:nth-child(1) {
    min-width: 70px;
    max-width: 70px;
}
.example thead th:nth-child(2), .example tbody td:nth-child(2) {
    min-width: 250px!important;
    max-width: 250px!important;
}
.example thead th:nth-child(3), .example tbody td:nth-child(3) {
    min-width: 200px!important;
    max-width: 200px!important;
    width:200px;
}
.example thead th:nth-child(7), .example tbody td:nth-child(7) {
    min-width: 130px!important;
    max-width: 130px!important;
}
.example thead th:nth-child(5), .example tbody td:nth-child(5) {
    max-width: 50px!important;
    min-width: 50px;
}
@media (min-width: 575px){
.modal-center {
    width: 400px!important;
}    
}

.bdfvzq {
    display: flex;
    padding: 0px 10px;
    justify-content: space-between;
    /*margin-top: -10px;*/
    text-align: center;
    /*background: #ccc;*/
    background-color: #56af99;
    height: 50px;
    align-items: center;
}
.bdfvzq p {
    font-size: 14px;
    /*color: #009688;*/
    color: #fff;
    padding-top: 7px;
}
.bdfvzq p span {
    font-size: 14px;
    font-weight: 700;
}
/*.ibox-content div h4 {*/
/*    font-size: 34px!important;*/
/*}*/
/*.ibox-content div p {*/
/*    font-size: 20px!important;*/
/*}*/
.ibox {
    box-shadow: 0px 0px 5px 0px #b5b2b280;
}
/*.ibox-content i {*/
/*    font-size: 64px!important;*/
/*}*/
.anncmnt {
    text-transform: capitalize;
    font-weight: 400;
    color: #353132;
    margin-bottom: 40px;
    /* background: #ccc; */
    /* padding: 11px 15px; */
    text-align: center;
    margin-top: 40px;
    position: relative;
    width: fit-content;
    padding-left: 20px;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
}
.anncmnt:before {
    content: "";
    width: 5px;
    height: 50px;
    background: #ed5565;
    position: absolute;
    left: 0;
    bottom: -14px;
}
.anncmnt:after {
    content: "";
    width: 5px;
    height: 35px;
    background: #ed5565;
    position: absolute;
    left: -12px;
    bottom: -6px;
}
.custom-table th {
    background: #1c84c6!important;
}
.custom-table tbody td:nth-child(2) {
    color: #a94442;
}
.panel-typetitle {
    position: absolute;
    left: 200px;
    font-size: 18px;
    font-weight: 400;
}
.product-flex {
    align-items: center;
    justify-content: center;
}
.product-flex p {
    margin-bottom: 0;
}
.profile-group p{
    word-break: break-all;
}
@media (max-width: 575px){
.bdfvzq {
    display: block;
    height: unset;
    padding: 7px 10px;
}
.bdfvzq p {
    margin: 0;
    line-height: 1.5;
    padding: 0;
}
.anncmnt:after {
    bottom: 6px;
}
.anncmnt:before {
    bottom: 0;
}
}