.navbar-horizontal .navbar-brand img {
    height: 100%;
}

body {
    font-family: 'DM Sans' !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'DM Sans' !important;

}

.main-content .navbar-top {
    position: relative;
}

.table .thead-dark th {
   color: #F5F5F5; 
   background: #1B3A5B; 
   font-family: 'DM Sans' !important;
}

.table thead th {
    text-transform: none;
    font-family: 'DM Sans' !important;
}

.orders_list td {
    border-top: 10px solid #e9ecef;
    color: #0F2270 !important;
    padding: 2rem 1rem 2rem 1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    /*font-weight: 600;*/
    font-family: 'DM Sans' !important;
}

.orders_list td a {
    text-decoration: none;
    color: #0F2270 !important;
    font-family: 'DM Sans' !important;
}

.order_details {
    flex-wrap: unset;
}

/*@media (min-width: 1200px)
{
    .orders_list td a {
        font-size: 1rem;
    }

}*/

.title{
    color: #000000 !important;
}

.title i{
    color: #0F2270;
}

.text-default {
    color: #0F2270;
}

.or {
    color: #0F2270;
}

.btn-primary {
    background-color: #5B6DB9;
    border-color: #5B6DB9;
}

.btn-primary:hover {
    color: #fff;
    border-color: #5B6DB9;
    background-color: #5B6DB9;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #5B6DB9;
    background-color: #5B6DB9;
}

.bg-secondary {
    background-color: #ECEEF5 !important;
}

.navbar {
    background-color: #ffffff !important;
}

.nav-link {
    color: #5B6DB9 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.table thead th {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;

    letter-spacing: 0.03em;
}

.model {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0F2270;
}

.desc{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #0F2270;
}

.shipped_to {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    left: 1068px;
    top: 51px;
    background: rgba(91, 109, 185, 0.1);
    border: 1px solid #5B6DB9;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);

}

td input:checked {
    background: #5B6DB9 !important;
    border: 1px solid #5B6DB9 !important;
}

.shipping_form_title{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.shipping_form_desc{
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 21px;
 color: #000000;
}

.shipping_form_desc_res{
    font-weight: 400;
   font-size: 18px;
}

.shipping_items th {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;

}

.shipping_items td, .shipping_items p {
 font-style: normal;
 font-weight: 700;
 font-size: 16px;
 line-height: 21px;
 color: #0F2270;
}

.text-primary {
    color: #5B6DB9;
}

.invalid-feedback{
    display: contents;
}

/* Custom Css */
/* 17-06-2022 */
body {
    background: #ECEEF5 !important;
}
.main-content .navbar {
    padding: 4px 0;
}
.main-content .navbar.shadow {
    box-shadow: 0px 3px 12px rgb(91 109 185 / 10%) !important;
}
.main-content .header {
    padding: 68px 0 !important;
}
/* 20-06-2022 */
.header .header-body .title {
    margin-bottom: 39px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 140px;
}
.header .header-body .title h2 { 
    font-family: 'DM Sans';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-style: normal;
}
.header .header-body .title p {
    font-family: 'DM Sans'; 
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 21px;
    margin-bottom: 0;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    transition: all 0.5s ease;
}
/* 20-06-2022 */
.header .header-body .title .track-order, .header .header-body .title .track-delivery {
    color: #fff;
    background: #0f2270;
    border-radius: 50%;
    padding: 25px;
    box-sizing: border-box;
    font-size: 20px;
    width: 49px;
    height: 49px;
    line-height: 22px;
    margin-right: 8px;
    position: relative;
}
.header .header-body .title .track-order:before {
    background: url(../img/icons/track-order.svg);
}
.header .header-body .title .track-delivery:before {
    background: url(../img/icons/track-delivery.svg);
}
.header .header-body .title .track-order:before, .header .header-body .title .track-delivery:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    background-position: center;
    background-size: 34px;
    background-repeat: no-repeat;
}
/* 20-06-2022 */
/* 20-06-2022 */
.header-body .card .card-body {
    padding: 68px 75px !important;
}
.header-body .card .card-body .form-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-body .card .card-body .form-group {
    margin-bottom: 25px;
    width: 100%;
}
.header-body .card .card-body .form-group .form-control-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0F2270 !important;
    margin-bottom: 8px;
}
.header-body .card .card-body .form-group.or {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    color: #0F2270 !important;
    margin-bottom: 0 !important;
    width: 20%;
}
.order_search .form-group input {
    border: 1px solid #5B6DB9;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #0F2270;
    padding: 13px 16px;
}
.order_search .form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #5B6DB9;
    outline: 0;
    box-shadow: 0px 0px 1px 4px rgba(91, 109, 185, 0.2), inset 0px 4px 4px rgba(91, 109, 185, 0.15);
}
.focused .form-control {
    border-color: #5B6DB9 !important;
}
.header-body .card .card-body button.btn.btn-primary {
    width: 100%;
    margin: 0 !important;
    font-weight: 500;
    font-size: 16px;
}
.header-body h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 54px;
}
.navbar-horizontal .navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 16px;
    color: #5B6DB9 !important;
}
.navbar-horizontal .navbar-nav .nav-item:last-child p {
    color: #0f2270 !important;
}
/* 12-07-2022 */
.table-responsive.shadow.border-0 {
    box-shadow: none !important;
    /*padding-top: 80px*/
}
/* 12-07-2022 */
.table {
    margin-bottom: 0 !important;
}
.table .thead-dark th {
    font-weight: 500;
    font-size: 13px;
    color: #F5F5F5;
}
.table th {
    border-top: none !important;
    border-bottom: none !important;
}
/*thead.thead-dark th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
thead.thead-dark th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}*/
td:first-child, th:first-child {
  border-radius: 8px 0 0 8px;
}
td:last-child, th:last-child {
  border-radius: 0 8px 8px 0;
}
tbody.list tr {
    background: #fff;
    border-bottom: 7px solid #eceef5;
}
/* 20-06-2022 */
.btn.btn-primary {
    font-size: 16px;
}
/* 20-06-2022 */
/* 12-07-2022 */
.order_details {
    flex-wrap: unset;
    margin-bottom: 46px;
    /*margin-bottom: 0px;*/
}
/* 12-07-2022 */
.order_details h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
}
.order_details a {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #5B6DB9 !important;
}
.order_details i {
    font-size: 20px;
}
.order_details .long-arrow-left {
    position: relative;
}
.order_details a.btn-outline-default:hover .long-arrow-left:before {
    background: url(../img/icons/arrow-long-left-hover.svg);
}
.order_details .long-arrow-left:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 26px;
    height: 10px;
    margin-left: -13px;
    background: url(../img/icons/arrow-long-left-default.svg);
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
}
.order_details a.btn.btn-outline-default {
    border: 1px solid #5B6DB9;
    width: 78px;
    height: 38px;
    box-sizing: border-box;
}
.order_details a.btn-outline-default:hover {
    background-color: #1b3a5b;
    border: 1px solid #5B6DB9;
}
.order_details a.btn-outline-default:hover i {
    color: #fff;
}
.customer_orders_list .table thead th {
    padding-left: 60px;
}
.customer_orders_list .orders_list td {
    /*border-top: 5px solid #eceef5 !important;*/
    padding: 40px 60px;
}
.customer_orders_list table.orders_list {
    border-collapse: separate;
    border-spacing: 0 9px;
}
.customer_orders_list tbody.list tr {
    border: none !important;
    box-shadow: 0px 3px 12px rgba(91, 109, 185, 0.1);
}
.customer_orders_list .orders_list td {
    border: none !important;
}
.customer_order_details .table-responsive {
    margin-bottom: 30px;
}
/* 20-06-2022 */
.customer_order_details .table td:first-child {
    padding: 40px 0 40px 84px;
}
.customer_order_details .table .thead-dark th {
    text-align: left;
}
.customer_order_details .table .thead-dark th:nth-child(2), .customer_order_details .table .thead-dark th:last-child {
    text-align: center;
}
.customer_order_details tbody.list td:nth-child(2) p {
    text-align: center;
}
/* 20-06-2022 */
.customer_order_details tbody.list p {
    margin-bottom: 5px;
    text-align: left;
}
.customer_order_details tbody.list p.desc.text-success {
    color: #00A510 !important;
}
.customer_order_details div#shipping_btn .btn.btn-primary {
    padding: 18px 80px;
}
.customer_order_details tbody.list tr:first-child {
    border-top: 0;
}
.customer_order_details tbody.list tr {
    background: #fff;
    border-bottom: 0;
}
.customer_order_details thead.thead-dark th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
}
.customer_order_details thead.thead-dark th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0;
}
.customer_order_details td:first-child, .customer_order_details th:first-child {
    border-radius: 0;
}
.customer_order_details td:last-child, .customer_order_details th:last-child {
    border-radius: 0;
}
.customer_order_details .table thead th:first-child {
    padding-left: 84px;
}
.customer_order_details .table th, .customer_order_details .table td {
    border: none !important;
}
/* 20-06-2022 */
.customer_order_details tbody.list p.desc.text-success {
    display: flex;
    align-items: center;
}
.customer_order_details tbody.list p.desc.text-success i {
    margin-right: 9px;
}
.customer_order_details input[type='checkbox'] {
    background: rgba(91, 109, 185, 0.1);
    margin: 0;
    appearance: none;
    font: inherit;
    border: 1px solid #5B6DB9;
    border-radius: 6px;
}
.customer_order_details td input:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6081 2.47431L19.525 0.391875C19.1971 0.06325 18.7928 0 18.5625 0C18.2332 0 17.8551 0.133375 17.5917 0.396L7.5625 10.4259L4.40825 7.27169C4.14494 7.00837 3.76681 6.875 3.4375 6.875C3.20719 6.875 2.80294 6.93825 2.475 7.26687L0.391875 9.35C0.06325 9.67794 0 10.0822 0 10.3125C0 10.6418 0.133375 11.0199 0.396 11.2833L6.589 17.4749C6.83719 17.7224 7.183 17.875 7.5625 17.875C7.94475 17.875 8.29537 17.7134 8.536 17.4735L21.604 4.40825C21.8666 4.14494 22 3.76681 22 3.4375C22 3.20719 21.9368 2.80294 21.6081 2.47431Z' fill='white'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #5B6DB9 !important;
}
.customer_order_details tr.clicked {
    background: #f7f8fb !important;
    border-radius: 12px;
}
/* 20-06-2022 */
.order_delivery_request .header-body .card .card-body {
    padding: 54px 61px 64px !important;
}
.order_delivery_request .shipping_form_title, .order_delivery_response .shipping_form_title {
    margin-bottom: 10px;
}
.order_delivery_request .shipping_form_desc {
    margin-bottom: 40px;
}
.order_delivery_request .float-right .shipping_form_title, .order_delivery_response .float-right h3 {
    margin-bottom: 35px;
}
.order_delivery_request .card .table td, .order_delivery_request .card .table th, 
.order_delivery_response .card .table td, .order_delivery_response .card .table th {
    padding: 0 15px 9px 8px !important;
}
.order_delivery_request table.table.shipping_items, .order_delivery_response table.table.shipping_items {
    max-width: 400px;
}
.order_delivery_request .shipping_items, .order_delivery_response .shipping_items {
    color: #000000;
}
/* 20-06-2022 */
.order_delivery_request .form-group input[type='date'] {
    border: 1px solid #5B6DB9;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #0f22705e;
    padding: 13px 16px;
    text-transform: uppercase;
}
.order_delivery_request .form-group input[type='date']:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #5B6DB9;
    outline: 0;
    box-shadow: 0px 0px 1px 4px rgba(91, 109, 185, 0.2), inset 0px 4px 4px rgba(91, 109, 185, 0.15);
}
.order_delivery_request input#delivery_date {
    margin: 0 !important;
}
.order_delivery_request .card .card-body .form-group {
    margin-bottom: 17px;
}
.order_delivery_request .shipping_items p, .order_delivery_response .shipping_items p {
    padding-left: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
}
.order_delivery_response p.shipping_form_title.text-primary {
    color: #5B6DB9 !important;
    margin-bottom: 34px;
}
.order_delivery_response .card {
    margin-bottom: 31px;
}
.order_delivery_response a.btn.btn-primary {
    padding: 18px 80px;
}
.text-success {
    color: #00A510!important;
}
/* 28-06-2022 */
.custom-file-input {
    cursor: pointer;
}
.custom-file-label::after {
    top: -1px;
    right: -1px;
    display: inline-block;
    height: 2.85rem;
    color: #ffffff;
    background-color: #5B6DB9;
    border-left: 1px solid #5B6DB9;
    border-color: #5B6DB9;
}
/* 28-06-2022 */
/* 20-06-2022 */
@media (max-width: 992px) {
    .main-content .header {
        padding: 56px 0 !important;
    }
    .header-body .card .card-body {
        padding: 40px !important;
    }
    .header .header-body .title {
        margin-bottom: 32px;
    }
    .header-body .card .card-body .form-group.or {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .main-content .header {
        padding: 48px 0 !important;
    }
    .header-body .card {
        margin-bottom: 25px;
    }
    .header .header-body .title {
        margin-bottom: 24px;
    }
    /* 20-06-2022 */
    .navbar-dark .navbar-toggler-icon {
        background-color: #1c3a58;
        background-size: 24px 20px;
        border-radius: 4px;
    }
    .order_details a.btn.btn-outline-default {
        width: 60px;
    }
    .customer_order_details .order_details {
        flex-wrap: wrap;
    }
    .customer_order_details .order_details .mb-2 {
        flex-basis: auto;
    }
    .customer_order_details .order_details .col-md-auto {
        flex-basis: 75%;
    }
    .order_delivery_request .header-body .card .card-body {
        padding: 48px !important;
    }
    .header-body h1 {
        margin-bottom: 78px;
    }
    .order_delivery_response a.btn.btn-primary, .customer_order_details div#shipping_btn .btn.btn-primary {
        padding: 18px 32px;
    }
    .text-sm-center {
        text-align: center;
    }
    /* 20-06-2022 */
}
@media (max-width: 640px) {
    .header-body .card .card-body .form-block {
        display: block;
    }
    .header-body .card .card-body .form-group.or {
        width: 100%;
        margin-bottom: 24px !important;
    }
}
@media (max-width: 540px) {
    .main-content .header {
        padding: 40px 0 !important;
    }
    /* 20-06-2022 */
    .order_delivery_request .header-body .card .card-body {
        padding: 40px !important;
    }
    .header-body h1 {
        margin-bottom: 40px;
    }
    /* 20-06-2022 */
}
@media (max-width: 380px) {
    .main-content .header {
        padding: 32px 0 !important;
    }
    /* 20-06-2022 */
    .order_delivery_request .header-body .card .card-body {
        padding: 32px !important;
    }
    .header-body h1 {
        margin-bottom: 32px;
    }
    /* 20-06-2022 */
}
@media (max-width: 320px) {
    .main-content .header {
        padding: 24px 0 !important;
    }
    .navbar-horizontal .navbar-brand img {
        height: 60px !important;
    }
    /* 20-06-2022 */
    .order_delivery_request .header-body .card .card-body {
        padding: 24px !important;
    }
    .header-body h1 {
        margin-bottom: 24px;
    }
    /* 20-06-2022 */
}
/* 17-06-2022 */
.tooltip {
    font-family: 'DM Sans' !important;
}

.tooltip-inner {
    background-color: #FFFFFF;
    color : #0F2270;
    border: 1px solid #0F2270;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #FFFFFF !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #FFFFFF !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #FFFFFF !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #FFFFFF !important;
}

.help_info {
    cursor: pointer;
}