﻿body {
    --primary-color: #032481;
    --primary-color-2: #125c84;
    --btn-primary-text: #33947d;
    --btn-primary: #032481;
    --btn-primary-light: #0772BA;
    --menu-active: #fefefe5e;
    --menu-hover: #33947df2;
    --primary-color-dk: #33947d;
    --btn-radius: 0.5rem;
    --form-control-radius: 0.5rem;
}

body {
  /*  font-family: "Nunito", sans-serif;*/
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #000;
}

.bg img {
    width: unset
}
/*.bg-customer-topnavbar {
    background-color: var(--primary-color);
    background: transparent linear-gradient(92deg, var(--unnamed-color-002e5d) 0%, #0563A2 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(92deg, #002E5D 0%, #0563A2 100%) 0% 0% no-repeat padding-box;
} */

.bg-customer-topnavbar {
    background-color: transparent;
    background-image: linear-gradient(120deg, #002d74 0%, #009ED6 100%);

} 
.bg-primary {
    background-color: var(--primary-color) !important;
}
/*dropdown no caret*/
.nocaret.dropdown .dropdown-toggle::before {
    display: none;
    content: ''
}

.nocaret.dropdown .dropdown-toggle::after {
    display: none;
    content: ''
}
.font-12{
    font-size:12px;
}
.bg-light-badge {
    background-color: #D8E0E7;
    border-radius: 20px;
    font-size:12px;
}
.recent-box {
    background-color: #F2F2F2;
    border-radius: 5px;
    padding:15px 0;
}
.text-success {
    color: #16B182 !important;
}
.font-18{
    font-size:18px;
}
.font-14 {
    font-size: 14px;
}
.table-prod td{
    padding:5px 10px
}
.text-primary {
   color: var(--primary-color);
}
.recent-infobox {
    padding: 10px;
    border-radius: 5px;
    min-height:125px;
}
.font-10{
    font-size:10px;
}
.table-or-his th, .table-or-his td {
    font-size: 12px;
    padding: 5px 12px;
    color: #000;
    vertical-align:middle
}
.text-black{
    color:#000;
}
.custom-right-tab{
    border:none;
}
.custom-right-tab li:first-child .nav-link {
  padding-left:0px;
}
.custom-right-tab li .nav-link {
    color: #000 !important;
    opacity: 0.23 !important;
    border: 0;
    background-color: transparent !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 4px 10px;
}
.custom-right-tab li .nav-link.active {
    opacity:1 !important;
}
.custom-right-tab .nav-link:focus, .custom-right-tab .nav-link:hover {
    outline: none;
}
.custom-right-tab .nav-item.show .nav-link, .custom-right-tab .nav-link.active {
    background-color: transparent;
}
.bg-custom-danger {
    background-color: #F80F0F26;
    border: 1px solid #F80F0F;
    border-radius: 3px;
    color: #F80F0F;
    padding:2px 5px;
    font-size:10px;
}
.bg-custom-success {
    background-color: #16B1821A;
    border: 1px solid #16B182;
    border-radius: 3px;
    color: #16B182;
    padding: 2px 5px;
    font-size: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: white;
}
.btn-primary, btn-primary:hover, btn-primary:focus, btn-primary:active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow:none !important;
}
/*UI Revapm*/
#page-wrapper {
    padding: 0 0px 0px 0px !important;
    position: relative !important;
    flex-shrink: 1;
    /* width: calc(100% - 220px); */
    width: 100%;
}
.home-wrapper {
    min-height: 92.6vh;
    display: flex;
    flex-direction: column;
}
.delivery-container {
    height: 97.5vh;
}
.menubar-nav > li > a i {
    margin-right: 6px;
}
.menubar-nav > li > a i {
    margin-right: 6px;
}
.menubar-nav >  li > a {
    border-radius: 4px;
    border: 1px solid #fff;   
    padding: 5px 15px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #fff !important;
}
.menubar-nav > li.active a {
    border-radius: 4px;
    border: 1px solid #00ccff;
    padding: 5px 15px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #fff !important;
    background-color: #00ccff;
}
.menubar-nav > li:hover a {
    border-radius: 4px;
    border: 1px solid #00ccff;
    padding: 5px 15px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    color: #fff !important;
    background-color: #00ccff;
}
.home-bg {
    background-image: url(../images/home-bg1.jpg);
    height: 250px;
    padding: 40px 0;
    background-position: 80% -24px;
    background-size: cover;
}
.truck-img {
    width: 100%;
}
.banner-icon {
    background-color: #00ccff;
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 12px;
    border-radius: 6px;
    padding: 5px;
    margin-right: 10px;
}
    .banner-icon img {
        width: 20px;
        height: 20px;
    }
.banner-text p {
    margin-bottom: 0;
}
.banner-text {
    color: #fff; 
    font-size:14px;
}
.banner-text h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.home-name-block h3 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 24px;
}
.cust-footer {
    background-color: transparent;
    background-image: linear-gradient(120deg, #002d74 0%, #009ED6 100%);
    padding: 10px 10px;
}
.table.table-custom-border .thead-light th {
    background-color: #F9FAFB;
    font-weight:600;
}
table.table-custom-border th:first-child {
    border-left: 0px solid #dee2e6;
    border-top: 0px solid #dee2e6 !important;
    border-radius: 5px 0px 0px 5px;
}
table.table-custom-border th:last-child {
    border-right: 0px solid #dee2e6;
    border-radius: 0px 5px 5px 0px;
}
/*table {
    border-collapse: separate;
    border-spacing: 0em 3px;
}*/
.table.table-custom-border > thead > tr > th {
    border-top: 0px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6;
}
table.table-custom-border > tbody > tr > td:first-child {
    border-left: 0px solid #dee2e6;
    border-radius: 5px 0px 0px 5px;
}
table.table-custom-border > tbody > tr > td:last-child {
    border-right: 0px solid #dee2e6;
    border-radius: 0px 5px 5px 0px;
}
.table.table-custom-border > tbody > tr > td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.account-dropdown .chosen-container-single .chosen-single {
    border-radius: 0px 8px 8px 0px;
    height: 38px !important;
    background-color: #E7F3FF !important;
    padding: 8px 8px 8px 0px;
    border: 0px solid #ced4da;
}
.table .thead-light th {
    font-weight: 600;
    vertical-align: middle !important;
}

.home-tile.bg1 {
    background-color: #e7f4ff;
    border: 1px solid #13548f;
}
.home-tile.bg2 {
    background-color: #fff0f0;
    border: 1px solid #ca3e3e;
}
.home-tile.bg3 {
    background-color: #f8f2ff;
    border: 1px solid #784ab4;
}
.icon-service {
    background-color: #e0edf7;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.home-tile .icon-tile {
    background-color: #e0edf7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.home-tile {
    border-radius: 4px;
    padding: 10px;
    /* width: 250px; */
    margin-bottom: 20px;
}
.statement-text {
    color: #002d74;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.statement-text-invoice {
    color: #002d74;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.account-dropdown .chosen-container {
    width: 210px !important;
}
.account-dropdown .input-group-text {
    border-radius: 8px 0px 0px 8px !important;
    background-color: #E7F3FF !important;
    border: 1px solid #E7F3FF !important;
}
.card-num-and-name {
    bottom: 10px;
    left: 20px;
    color: #fff;
    position: absolute;
    width: 86%;
}
.btn {
    border-radius: 8px !important;
}
.billing-tab.nav-pills .nav-link {
    font-weight: 400;
    padding: 10px;
    display: block;
    color: #000 !important;
}
    .billing-tab.nav-pills .nav-link.active {
        color: #032481 !important;
        background-color: #fff;
        border-bottom: 2px solid #032481;
        border-radius: 0px;
        font-weight: 600;
    }
.billing-tab.nav:not(.navbar-right) > li > a {
    color: #000;
    font-weight: 400;
    padding: 10px ;
    display: block;
}
.nav:not(.navbar-right) > li > a {
    color: #000;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
}
.btn-view-product {
    border-radius: 8px;
    background: #EEF6FF;
    color: #414651;
    font-size: 14px;
}
#divProfileView .dropdown-menu {
    left: unset;
    right: 0;
}
