* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    color: #112857 !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-600 {
    font-weight: 600 !important;
}

.c-11 {
    color: #112857 !important;
}

.c-1d {
    color: #1d97ff !important;
}

.c-21{
    color: #212121 !important;
}
.c-5c {
    color: #5c5c5c !important;
}

:disabled {
    cursor: not-allowed !important;
}

.decoration-underline {
    text-decoration: underline !important;
}

:focus-visible {
    outline: none !important;
}

.aHover:hover {
    text-decoration: underline;
    color: #112857;
}

.whiteSpace {
    white-space: nowrap !important;
}

.w-fit-content {
    width: fit-content !important;
}

.w-48 {
    width: 48% !important;
}

.bgGray {
    background-color: #e7e7e7 !important;
}

.btn-primary {
    background-color: #112857 !important;
    border: 1px solid #112857 !important;
    border-radius: 6px !important;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.removePadding {
    padding: 0 !important;
}

.btn-danger {
    background-color: #571111 !important;
    border: 1px solid #571111 !important;
    border-radius: 6px !important;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.btn-transparent {
    background-color: #ffffff86 !important;
    border: 1px solid #919191 !important;
    border-radius: 6px !important;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.ui-button {
    border-radius: 6px;
    height: 44px;
    color: #112857 !important;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
    font-family: inherit;
    display: flex;
    border: 1px solid #112857;
    padding: 0px 13px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.ui-button:hover:not([disabled]) {
    background-color: #d2eaff;
    border-color: #a5d5ff;
}

.chavBtn:hover:hover {
    border-color: #1d97ff !important;
}

.btnDanger {
    color: #b50000 !important;
    border-color: #b50000 !important;
}

.btnDanger:hover {
    background-color: #f8e6e6 !important;
    border: 1px solid #e19999 !important;
    color: #b50000 !important;
}

.btn-primary:hover {
    background-color: #1C418C !important;
    border-color: #1C418C !important;
}

.btn-danger:hover {
    background-color: #8c1c1c !important;
    border-color: #8c1c1c !important;
}

.lh-1 {
    line-height: 1 !important;
}

.custom-select-sm.form-control-sm {
    padding: 0.25rem 1.5rem 0.25rem 0.5rem !important;
}

.form-control {
    background-color: #ffffff !important;
    border: 1px solid #112857 !important;
    border-radius: 6px !important;
    height: 45px !important;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0;
    padding: 9px 15px !important;
}

.form-control[readonly] {
    background-color: #f5f5f5 !important;
    border: 1px solid #919191 !important;
    cursor: not-allowed !important;
}

select {
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #112857 !important;
    border-radius: 6px !important;
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.form-group label {
    margin-bottom: 10px;
    line-height: 1;
}


/* custom chekbox */

.ui-checkbox {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    margin: 0;
}

.ui-checkbox__input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-checkbox__input-replacement {
    border: 1px solid #112857;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 1px;
    height: 18px;
    width: 18px;
}

.ui-checkbox__input-icon-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.ui-checkbox__input-icon {
    color: #fff;
    height: 100%;
    display: none;
    width: 12px;
}

.ui-checkbox__label {
    margin-left: 8px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}

.ui-checkbox:hover .ui-checkbox__input:not(:checked):not(:indeterminate)~.ui-checkbox__input-replacement {
    background-color: #d2eaff;
}

.ui-checkbox .ui-checkbox__input:checked~.ui-checkbox__input-replacement {
    background-color: #4d5e81;
}

.ui-checkbox__input:checked~.ui-checkbox__input-replacement .ui-checkbox__input-icon--checked {
    display: block;
}

.ui-checkbox__input:indeterminate~.ui-checkbox__input-replacement .ui-checkbox__input-icon--indeterminate {
    display: block;
}


/* custom chekbox */


/* header start */

.navbar {
    padding: 0 !important;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0 4px 10px #11285712;
    z-index: 997;
    background: #fff;
}

.navbar .container-fluid {
    padding: 0 50px;
}

.navbar .nav-link {
    border-bottom: 5px solid transparent;
    padding: 25px 20px;
}

.navbar .nav-link.active {
    border-bottom: 5px solid #1d97ff;
}

.navbar .nav-link:hover {
    background-color: #f4faff;
}

.tooltip-inner {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px 1px #ccc;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff !important;
}

.navbar .notCount,
.rightNav .notification__counter {
    align-items: center;
    background-color: #112857;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-size: 11px;
    height: 16px;
    justify-content: center;
    min-width: 16px;
    padding: 3px;
}

.rightNav .notification__counter {
    position: absolute;
    right: 12px;
    top: 23px;
}

.rightNav .menu-item .navLink {
    padding: 25px 20px;
}

.rightNav .menu-item .navLink:hover {
    background-color: #f4faff !important;
    border-bottom: 5px solid #f4faff;
}

.rightNav .menu-item .navLink:hover svg {
    color: #112857 !important;
}

.rightNav .menu-item:nth-child(3) .navLink svg {
    color: #1d97ff !important;
}

.rightNav .menu-item:nth-child(4) .navLink svg {
    color: #112857 !important;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    z-index: 999;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    line-height: 0;
}

#mobile-nav-toggle i {
    display: none;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    right: -280px;
    width: 280px;
    overflow-y: auto;
    transition: 0.3s;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(52 59 64 / 46%);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    right: 0;
}


/* header end */

.loginBlock {
    background-image: url('../images/bg-mobile.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 120vh;
}

@media(min-width: 1200px) {
    .loginBlock {
        background-image: url("../images/bg-left.svg"), url("../images/bg-right.svg");
        background-repeat: no-repeat, no-repeat;
        background-position: bottom left, top right;
        background-size: auto 100vh, auto 100vh;
        background-attachment: fixed;
        height: 100vh;
    }
}

.loginBlock .loginWrapper {
    margin: 0 auto;
    max-width: 430px;
    padding: 0 15px;
}

.loginBlock .loginHeader {
    margin-bottom: 64px;
    padding-top: 80px;
}

.loginBlock .loginTitle {
    margin: 0 0 24px 0;
}

.loginBlock .loginHeader .logo {
    max-width: 100%;
}


/* notification Start*/

.notificationAside {
    width: 305px;
    right: -305px;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100vh;
    overflow: auto;
    box-shadow: -1px 0 6px 0 #0003;
    z-index: 999;
    transition: all .3s;
}

.notOverlay {
    background: #00000061;
    top: 0;
    left: 0;
}

.notificationAside .notHeader {
    border-bottom: 1px solid #dbdbdb;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
    padding: 15px;
}

.notificationAside .notBody {
    padding: 0 30px 30px 30px;
}

.notificationAside .notBody .notification-heading {
    margin-bottom: 2px;
    line-height: 19px;
}

.notificationAside .notBody .notification-close-icon {
    cursor: pointer;
    color: #a0a0a0;
    z-index: 1;
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-left: 10px;
}

.notificationAside .notBody .notification-close-icon:hover {
    color: #333;
}

.notificationAside .notBody li {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
}


/* notification End*/


/* datatable Start*/

.cusDatatable .cardBody {
    background: #fff;
    border: 1px solid #c3c5c7;
    border-radius: 6px;
    border-top-left-radius: 0;
}

.cusDatatable .dataTables_wrapper .row:first-child {
    margin: 15px 10px 0;
}

.cusDatatable .dataTables_wrapper .row:nth-child(3) {
    margin: 10px 10px 15px;
    align-items: center;
}

.cusDatatable div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

.cusDatatable .nav-tabs .nav-item.show .nav-link,
.cusDatatable .nav-tabs .nav-link.active {
    border-color: #c3c5c7 #c3c5c7 #fff !important;
}

.cusDatatable .nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.cusDatatable .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border-bottom-color: #fff !important;
    color: #112857;
}

.cusDatatable .nav-tabs .nav-link {
    display: block;
    padding: 0 16px;
    height: 42px;
    line-height: 42px;
    background-color: #f3f3f3 !important;
    border: 1px solid #c3c5c7 !important;
    color: #686868;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.cusDatatable .tableHeader {
    padding: 20px;
}

.cusDatatable .tableHeader .btn-primary:disabled {
    border: 1px solid #4d5e81;
    background-color: #e7e7e7 !important;
    color: #686868 !important;
    white-space: nowrap;
    
}
.cusDatatable .tableHeader .create_shippment.btn-primary {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.cusDatatable .tableHeader .create_shippment.btn-primary:not(:disabled),
.cusDatatable .tableHeader .print_shippment_title.btn-primary:not(:disabled) {
    border-right:1px solid #a1a1a1 !important;
}
.cusDatatable .tableHeader .print_shippment_title.btn-primary{
    border-right: 0 !important;
}

.cusDatatable .tableHeader .deleteButton {
    border-radius: 6px !important;
}

.cusDatatable .tableHeader .deleteButton:disabled {
    border: 1px solid #4d5e81 !important;
    background-color: #fff !important;
    color: #686868 !important;
}

.cusDatatable .tableHeader .btnDrop {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 45px;
}

.dropdown-menu {
    left: auto !important;
    right: 0 !important;
    border-color: #4d5e81 !important;
    font-size: 14px !important;
}

.cusDatatable .tableHeader .btnDrop[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.filterBtnClose {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin-left: 6px;
    border-radius: 0 6px 6px 0;
}

.filterBtnClose:hover svg path {
    fill: #fff;
}

.filterBtnClose:hover {
    background: #112857;
}

.filterBtnClose svg {
    transform: rotate(135deg);
}

.editBtn[aria-expanded="true"] svg {
    transform: rotate(178deg);
}

.cusDatatable .tableHeader .dropdown-menu button:focus {
    color: #212529 !important;
}

.cusDatatable .tableHeader .dropCheckbox:checked~.checkLabel svg {
    display: block !important;
}

.cusDatatable .tableHeader .dropCheckbox:disabled~.checkLabel {
    cursor: not-allowed !important;
}

.cusDatatable .tableHeader .checkLabel:hover,
.dateDrop .dropdown-item:hover {
    background-color: #d2eaff !important;
}

.cusDatatable .tableHeader .checkLabel {
    padding: 5px 15px;
    cursor: pointer;
}

.cusDatatable .dropdown-item .formGroup svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cusDatatable .dropdown-item .formGroup .form-control {
    height: 35px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding-right: 35px !important;
    border-bottom-color: #c1c1c1 !important;
}

.cusDatatable .searchListDrpo {
    max-height: 236px;
    overflow: auto;
}

.searchDropdownData .appBtn {
    padding: 3px 5px 8px;
    border-radius: 0 !important;
}

.cusDatatable .searchListDrpo::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.cusDatatable .searchListDrpo::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.cusDatatable .searchListDrpo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c1c1c1;
}

.cusDatatable .tableFilter {
    padding: 20px;
    border-top: 1px solid #ddd;
}

.cusDatatable .tableFilter .searchPanel .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (min-width:576px) {
    .cusDatatable .tableFilter .searchPanel .form-control {
        width: 300px;
    }
}

.cusDatatable .tableFilter .searchPanel .btn-primary {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.tableUi .order-shipping-method__icon {
    min-width: 30px;
    height: 30px;
    margin-right: 8px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.tableUi .tableTd .editBtn {
    padding: 0 12px;
}

.tableUi .tableTd .chavBtn[aria-expanded="true"] {
    transform: rotate(180deg);
}

.tableUi .accordinUi .cardBody {
    border: 1px solid #ddd;
    margin: 0 5px;
    padding: 20px 24px;
}

.tableUi .accordinUi .cardBody p {
    word-break: break-word;
}

.tableUi .accordinUi .tableTitle {
    color: #5c5c5c;
    border-bottom: 1px solid #c3c5c7;
}

.tableUi .accordinUi .proLbl {
    position: absolute;
    top: 14px;
    right: 10px;
}

.tableUi .orders-list__head {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 13px;
}

.tableUi .order-list__title {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #686868;
    flex: 0 0 12%;
    text-transform: uppercase;
    margin: 0;
}

.tableUi .order-card-row {
    display: grid;
    grid-auto-flow: dense;
    align-items: center;
    min-height: 60px;
    padding: 8px;
}

.tableUi .order-card:nth-child(odd) .order-card-row {
    background-color: #f5f6fa;
}

.tableUi .order-card {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.tableUi .order-card-column {
    min-width: 0;
    word-break: break-word;
}

@media (min-width: 1400px) {
    .tableUi .orders-list__head {
        grid-gap: 8px;
        grid-template-columns: min-content repeat(8, 1fr) 140px;
    }
    .tableUi .order-card-row {
        grid-gap: 8px;
        grid-template-columns: min-content repeat(8, 1fr) 140px;
    }
}


/* datatable End*/


/* custom table Start */

.customTable {
    padding: 20px;
}

.customTable thead th {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #686868;
    padding: 20px 15px;
}

.customTable tbody td {
    padding: 20px 15px;
}

.customTable tbody>tr:nth-child(odd) {
    background-color: #f5f6fa;
}

.dashTable tbody>tr.tr-odd {
    background-color: #f5f6fa !important;
}

.dashTable tbody>tr:nth-child(odd) {
    background-color: transparent;
}

.cusDatatable tbody td strong {
    color: #5c5c5c !important;
    font-size: 14px;
}


/* custom table End */


/* setting Start */

.settingWrpr .cards {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #c3c5c7;
}

.settingWrpr .cardBody {
    padding: 20px;
}

.settingWrpr .cardFooter {
    border-top: 1px solid #e7e7e7;
    padding: 20px;
}

.settingWrpr .sidebarMenu {
    padding: 20px 12px 12px 12px;
    border: 1px solid #c3c5c7;
    border-radius: 6px;
    background-color: #fff;
}

.settingWrpr .sidebarMenu ul li .menuLinks {
    align-items: center;
    border-radius: 5px;
    color: #112857;
    display: flex;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 15px;
    text-decoration: none;
    transition: background-color .2s ease-out;
}

.settingWrpr .sidebarMenu ul li .menuLinks:hover,
.settingWrpr .sidebarMenu ul li .menuLinks.active {
    background-color: #e8f5ff;
}

.settingWrpr .sidebarMenu .mb-3:last-child {
    margin-bottom: 0 !important;
}


/* setting End */


/* edit Modal */

.modal-xxl {
    max-width: 1570px !important;
    margin: 1.75rem auto;
    padding: 0 15px;
}

.editModal .modal-content {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.editModal .leftTab a {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #112857;
    font-size: 16px;
    height: auto;
    padding: 32px 12px;
    width: 100%;
    border-right: 5px solid transparent;
}

.editModal .leftTab a.active {
    background-color: #4d5e81;
    border-right-color: #1d97ff;
}

.editModal .leftTab a:hover {
    background-color: #4d5e81;
}

.editModal .leftTab li:first-child a {
    border-top-left-radius: 6px;
}

.editModal .leftTab li:last-child a {
    border-bottom-left-radius: 6px;
}

.editModal .modalBody {
    background: #fff;
    padding: 20px;
    max-height: calc(100vh - 80px);
    border-top-right-radius: 6px;
    overflow-y: auto;
    border-radius: 0 0 6px 6px;
}

.editModal .editCards {
    background: #fff;
    border-radius: 6px;
}

.editModal .addSec {
    background-color: #f5f6fa;
}

.editModal .priceNote {
    border-top: 5px solid #112857;
}

.editModal .addFlag {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}


/* edit Modal */


/* delete modal start */

.deleteModal .modal-dialog {
    max-width: 450px;
}


/* delete modal end */


/* datatable End*/

.no-input {
    border: none !important;
    background: transparent !important;
}

.error {
    display: block;
    color: #dc3545 !important;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0.25rem;
}

.custom-badge-primary {
    background: #112857;
    color: white;
    float: right;
    padding: 1px 10px;
    border-radius: 20px;
}


/* custom Switch */

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #112857;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #112857;
}

.switch input:checked+.slider:before {
    transform: translateX(20px);
}


/* Rounded sliders */

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}


/* custom Switch */


/* pagination */

.page-link {
    border: 1px solid #112857 !important;
    height: 44px;
    padding: 0 16px !important;
    align-items: center;
    display: flex !important;
    box-shadow: none !important;
}

.page-link:hover {
    background-color: #d2eaff !important;
    border-color: #a5d5ff !important;
}

.page-link--active {
    background-color: #e8f5ff !important;
}


/* pagination */

.lgPanel svg {
    position: relative;
    bottom: 2px;
}

.shipmentAccordian .card-header .card-title {
    border-radius: 6px;
    padding: 20px !important;
    align-items: center;
    border: 1px solid #c3c5c7;
    background-color: #0000;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.shipmentAccordian .card-header .card-title.collapsed svg,
.shipmentAccordian .card-header .card-title[aria-expanded="true"] svg {
    transform: rotate(0deg);
}

.shipmentAccordian .card-header .card-title svg,
.shipmentAccordian .card-header .card-title[aria-expanded="false"] svg {
    transform: rotate(-90deg);
}

.shipmentAccordian .card-header .card-title svg {
    transition: transform .2s;
    margin-left: 15px;
}

.loader-line {
    width: auto;
    height: 5px;
    position: relative;
    overflow: hidden;
    background-color: #112857;
    /* margin: 100px auto; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 10px;
    width: 40%;
    background-color: white;
    -webkit-animation: lineAnim 3s linear infinite;
    -moz-animation: lineAnim 3s linear infinite;
    animation: lineAnim 3s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

.vertical-align-bottom {
    vertical-align: bottom;
    font-weight: 600;
}
.labelDetailMain .from-group label{
    margin-bottom: 0;
}
.labelDetailMain .from-group div{
    padding: 8px 16px;
}
.labelDetailMain .from-group div:nth-child(even){
    background-color: #f5f6fa;
}

.ui-loading-logo {
    display: inline-block
}

.ui-loading-logo--fill-space {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.ui-loading-logo__svg {
    width: 100px;
    vertical-align: middle
}

@media screen and (max-width: 1023.98px) {
    .ui-loading-logo__svg {
        width:140px
    }
}

.ui-loading-logo__static-layer {
    stroke: #e7e7e7;
    fill: none;
    stroke-width: 9
}

.ui-loading-logo__animating-layer {
    animation-name: ui-draw;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    stroke-dasharray: 500;
    stroke: #c3c5c7;
    fill: none;
    stroke-width: 9
}

@keyframes ui-draw {
    0% {
        stroke-dashoffset: 1
    }

    to {
        stroke-dashoffset: 1000
    }
}
.btn-primary:disabled {
    background-color: #e7e7e7 !important;
    border-color: currentColor !important;
    color: #686868 !important;
    cursor: not-allowed !important;
}

.ui-button:disabled {
    color: #686868 !important;
    border-color: currentColor !important;
    cursor: not-allowed !important;
}

.counter-input{
    display: flex;
}
.counter-input button{
    max-width: 40px;
}
.counter-input button:first-child{
    border-radius: 7px 0 0 7px !important;
    border-right: 0!important;
}
.counter-input button:last-child{
    border-radius: 0 7px 7px 0 !important;
    border-left: 0!important;
}
.counter-input .form-control[readonly] {
     cursor: unset !important; 
}
.counter-input input{
    text-align: center;
    border-radius: 0 !important;
}
.order-detail .btn.order-more-detail:active{
    background-color: #d2eaff;
}
.order-detail .btn.order-more-detail:focus{
    border-color: #1d97ff;
    outline: none;
    box-shadow: 0 0 0 3px #1d97ff66;
    isolation: isolate;
}
.order-detail .btn.order-more-detail:hover{
    border-color: #1d97ff;
}
.order-detail .btn.order-more-detail.show svg{
    transform: rotate(90deg);    
}
.counter-input input::-webkit-outer-spin-button,.counter-input input::-webkit-inner-spin-button {    -webkit-appearance: none;margin: 0; }
.counter-input input[type=number] { -moz-appearance: textfield;}
.select-with-img{
    width: 100%;
}
.pack-and-go-search input{
    border-radius: 6px 0 0 6px !important;
    border-right: 0px !important;
}
.pack-and-go-search .clear-search-button{
    border-top: solid 1px #122754;
    border-bottom: solid 1px #122754;
    border-radius: 0 !important;
}
.pack-and-go-search .btn-primary{
    border-radius: 0 6px 6px 0 !important;
}
.form-control:disabled{
    background-color: #e9ecef !important;
}

.switch input:disabled+.slider {
    background-color: #6880b1!important;
    cursor: unset;
}

.btn-small {
    width: 45px!important;
    font-size: 30px!important;
}

.ml-2 {
    margin-right: 2px!important;
}

.btn-small-danger {
    color: #9b1111!important;
    border: 1px solid #9b1111!important;
}