@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,500;8..144,600;8..144,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
    color: #000;
    margin: 0px;
    font-family: poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
    height: 100%;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

html,
body {
    height: 100% !important;
    min-height: 100% !important;
}




/* Firefox */

html {
    scrollbar-color: #081b38 #cccccc;
    scrollbar-width: thin;
}


/* WebKit and Chromiums */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
    background: #081b38;
    border-radius: 5px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    float: left;
}

a {
    transition: all 0.5s ease-in 0s;
    text-decoration: none !important;
    outline: none;
    color: #000;
}

a:focus,
a:active,
a,
focus,
select {
    border: 0px;
    outline: none;
}
.mat-input-element{
    background-color: transparent !important;
}
.login-textbox{
    background-color:transparent !important;
}
.clear {
    clear: both;
}

p {
    margin-top: 0px;
    text-align: left;
}

img {
    border: 0px;
}

form {
    margin: 0px;
}

input {
    outline: none;
}

* {
    box-sizing: border-box;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    max-width: 100%;
}

.main-holder {
    /* display:table;  */
    /* padding-bottom:60px;  */
    /* height: 100%; */
    /* width: 100%;
    
    background-color: #f7f7f7;
    padding-bottom: 0; */
}
body.loginBlk .main-holder{
    padding-bottom:0;
    height: 100%;
     width: 100%;
    background-color: #f7f7f7;
}

/* .layout-navbar-fixed .main-holder {
    display: table;
} */


#sm_menu_ham {
    top:78px;
    /* top:132px; */
}

.mobile-menu {
    display: none;
}

.mobile_menu {
    padding: 0px;
}

.topBar {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: nowrap; */
}

.header {
    display: table;
    width: 100%;
    background-color: #fff;
}
.headerLogoBlk{
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerLogoBlk .header-logos {
   left:10px;
   position: relative;
}

.header-logos img {
    height: 40px;
    display:inline-block;
    margin-right:20px;
}

.header-logos img.header-logo3 {
    margin-right: 0;
}

.topBar .selectedTxt {
    font-weight: 400;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    text-overflow: ellipsis;
    /* display: contents; */
}

.selectedAccounts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    line-height: 10px;
    /* flex-wrap: wrap; */
}

.selectedAccounts {
    margin: 6px 0 0;
}

.selectedAccounts ul li {
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #000;
}
.selectedAccounts ul li.no-border {
    border-left: none;
    padding-left: 1px;
}

.selectedAccounts ul li:nth-child(2) {
    border-left: 0;
    margin-left: 0;
}

.selectedAccounts ul li.popupTxt {
    font-size: 15px;
    font-weight: 400;
}

.loginUserBlk {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}
.loginUserInner .login-user,
.loginUserInner .selectedAccounts{
    text-align:center;
}
.logOutBlk {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logOutBlk .mat-icon-button{
    padding:18px;
    height:auto;
    width:auto;
}


/* .logout {
  display:inline-block; float:right; background-color:#081b38; padding:16px;
} */

.logout i {
    color: #fff;
    font-size: 20px;
}

.top-navigation {
    background-color: #081b38;
    width: 100%;
    /* display:table; */
    display: flex;
}

.top-navigation a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    padding: 0px 4px;
    /* border-right:1px solid #5b7b91;  */
    width: 120px;
    height: 75px;
    float: left;
}

.top-navigation span {
    border-right: 1px solid #a8c4db;
    flex: 1;
}

.top-navigation span:last-child {
    border-right: 0;
}

.top-navigation a img {
    display: block;
    margin: 7px auto 0px auto;
    opacity: 0.5;
    transition: all 0.5s ease-in 0s;
    width: 32px;
}

.top-navigation a:hover {
    color: #fff;
}

.top-navigation a:hover img {
    opacity: 1.0;
}

.top-navigation .active-top-menu {
    color: #fff;
    font-weight:700;
    font-size: 13px;
}

.top-navigation .active-top-menu img {
    opacity:1.0;
    width:36px;
}

.middle-part {
    /* display:table; width:100%; height:calc(100% - 135px); */
    /* display:flex;
    width:100%;
    height:calc(100% - 147px);
    align-items:stretch; */
}

.middle-part {
    display:flex;
    width:100%;
    /* height: calc(100% - 147px); */
    min-height:450px;
    /* height:calc(100vh - 168px); */
    align-items:stretch;
    /* overflow:hidden; */
}

.left-menu {
    width: 280px;
    /* display:inline-table; 
  width:280px; background-color:#fff; 
   float:left;  */
    height: 100%;
    border-right: 1px solid #e9e9e9;
    background-color: #fff;
    border-right: 1px solid #e9e9e9;
    background-color: #fff;
}

.left-menu a {
    display:block;
    border-bottom:1px solid #ddd;
    line-height:1.2;
    font-size: 14px;
    color:#666;
    color:#004779;
    font-family: poppins;
    font-weight:400;
}

.left-menu a i {
    float: left;
    margin: 7px 5px 0px 5px;
    width: 30px;
}

.left-menu a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    line-height: 16px;
    min-height: 46px;
}

.left-menu a i {
    color: #081b38;
    font-size: 21px;
    margin: 0px 6px 0 6px;
    padding: 0;
    max-width: 50px;
    text-align:center;
}

.left-menu a span {
    display: inline-block;
    line-height: 120%;
    margin-left: 0px;
    margin-top: -4px;
    margin-bottom: 10px;
}


/* .left-menu a.two-lines {
  display:block; border-bottom:1px solid #ddd; 
  line-height:20px; font-size:14px; color:#666; color:#004779; 
  font-family: 'Roboto Flex', sans-serif; font-weight:300; clear:both; min-height:50px; padding-top:5px; 
}

.left-menu a.active-two-lines  {display:block; border-bottom:1px solid #ddd; line-height:20px; 
  font-size:14px; color:#666; color:#004779; font-family: 'Roboto Flex', sans-serif; 
  font-weight:700; clear:both; min-height:50px; padding-top:5px; 
} */

.left-menu a:hover {
    background-color: #f7f7f7;
}

.left-menu .active-left-menu {
    font-weight:600;
    font-size:13px;
    color: #004779;
    line-height:1.2;
    /* background-image:url(../images/left-menu-arrow.png); 
  background-position:92% center; background-repeat:no-repeat; */
}
.left-menu .linkTxt{
    flex:1;
}

.modal-dialog .textbox-fullsize {
    height: 30px;
}
.modal-dialog textarea.textbox-fullsize {
    height:auto;
    resize:none;
}

.right-content-area {
    /* display: inline-table; */
    width: calc(100% - 280px);
    float: left;
    padding: 20px;
}

.autoScrollBlk{
    overflow:auto;
    width:100%;
}

.white-content-area {
    /* display: table; */
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    float:left;
    width:100%;
}

.white-content-area h2,
.white-content-area-inn h2 {
    margin: 20px 0px 20px 0px;
    font-size: 20px;
}
h4.modal-title {
    margin:0px;
    font-size: 20px;
}

.white-content-area h5,
.modal-body h5.label {
    margin:5px 0px 5px 0px;
    font-size:12px;
    font-weight:600;
    font-family:poppins;
}

.white-content-area,
.white-content-area p {
    font-size: 13px;
    line-height: 18px;
}
.formTxt,
.white-content-area.formTxt,
.white-content-area.formTxt p,
.white-content-area .formTxt p {
    font-size:13px;
    line-height:18px;
    font-weight:400;
}

.white-content-area .column {
    float: left;
    padding: 0px 10px 0px 0px;
}

.no-padding {
    padding: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.white-content-area label {
    margin: 0px;
    font-weight: 300;
    display: block;
}

.filter-area {
    box-shadow: inset 0px -5px 5px 0px #eee;
    padding: 20px;
    display: table;
    width: 100%;
}

.filters {
    display: inline-block;
    float: left;
}

.filter-select {
    border: 1px solid #ddd;
    float: left;
    width: 100px;
    font-size: 13px;
    font-family: poppins;
    border-radius: 5px 0px 0px 5px;
    padding: 5px;
    height: 40px;
    color: #666;
}

.filter-textbox {
    border: 1px solid #ddd;
    float: left;
    width: 300px;
    font-size: 13px;
    font-family: poppins;
    border-radius: 0px;
    padding: 5px;
    height: 40px;
    padding-left: 40px;
    background-image: url(../images/lens.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: 666;
    font-weight: 300;
}

.filter-button {
    border: 1px solid #081b38;
    float: left;
    width: 100px;
    font-size: 13px;
    font-family: poppins;
    border-radius: 0px 5px 5px 0px;
    padding: 5px;
    background-color: #081b38;
    color: #fff;
    height: 40px;
}

.submit-button {
    border: 1px solid #081b38;
    float: left;
    width: 200px;
    font-size: 13px;
    font-family: poppins;
    border-radius: 5px;
    padding:5px;
    background-color:#081b38;
    color:#fff;
    height:40px;
    font-weight:500;
    transition:all 0.5s ease-in 0s;
    margin-right:5px;
    margin-bottom:5px;
    cursor:pointer;
}

.submit-button.widthAuto{
    width:auto;
    padding:5px 20px;
}

.submit-button:hover {
    background-color: #a3b3bf !important;
    color: #081b38!important ;
    border: 1px solid #a3b3bf !important;
}

.pageing {
    display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 120%;
    margin-top: 6px;
}

.pageing span {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.pageing a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 8px 10px;
    float:right;
    border-radius: 3px;
}

.pageing a:hover {
    background-color: #eee;
}

.white-button,
.white-button:active,
.white-button:focus {
    border: 1px solid #ccc;
    border-bottom: 2px solid #081b38;
    float:none !important;
    width: auto;
    font-size: 13px;
    font-family: poppins;
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #fff;
    color: #666;
    height: 40px;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.5s ease-in 0s;
    margin-right: 5px;
}

.white-button:hover {
    background-color: #f5f5f5;
}

.textbox-fullsize {
    border: 1px solid #ddd;
    width: 100%;
    font-size: 13px;
    font-family: poppins;
    border-radius: 0px;
    padding: 5px;
    color: 666;
    font-weight: 300;
    background-color: #fff;
    /* background-color: #f8f8f8; */
    border-radius: 4px;
    outline: 0px;
}

.textbox-small {
    border: 1px solid #ddd;
    width: 95%;
    font-size: 13px;
    font-family: poppins;
    border-radius: 0px;
    padding: 5px;
    color: 666;
    font-weight: 300;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.form-buttons {
    text-align: center;
    padding-bottom: 30px;
}

.form-buttons .submit-button {
    margin: 10px;
    float: none;
}

.date {
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    padding-left: 60px;
}

.left-menu .linkTxtReceipts{
    flex:1;
    font-size: 15px;
}


.sidebar-icon-only .sideMenu-header{
    display: none;
}
.sideMenu-header{
    display: block;
}

.sidebar-icon-only .left-menu .linkTxtReceipts{
    display:none !important;
}


.textbox {
    border: 1px solid #ddd;
    font-size: 13px;
    font-family: poppins;
    border-radius: 0px;
    padding: 5px;
    color: 666;
    font-weight: 300;
    background-color: #f8f8f8;
    border-radius: 4px;
}

h2 {
    font-weight: 400;
    font-size: 24px;
    color: #081b38;
}

.blue {
    color: #081b38;
    font-weight: 600;
}

.checkbox-option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-area {
    /* width: 1597px; */
    overflow-x:scroll;
    padding-bottom:20px;
    margin-bottom:0;
    table-layout:fixed;
    width:100%;
    overflow:auto;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}

.data-table td{
    border:1px solid #ccc;
    vertical-align:top;
    padding:4px;
    text-align:left;
    font-size:13px;
    line-height:120%;
    font-weight:300;
    vertical-align:middle;
    word-break:break-all;
    /* text-align: center; */
}

.mat-row .mat-cell.cdk-cell {
    border-left:1px solid #ccc;
    vertical-align:top;
    padding:4px;
    text-align:left;
    font-size:13px;
    line-height:120%;
    font-weight:300;
    vertical-align:middle;
    word-break:break-all;
    border-right:1px solid #ccc;
    border-left:0;
}
.mat-row .mat-cell.cdk-cell:first-child{
    border-left:1px solid #d0cece;
}

.data-table tr.bold-tr td{
    font-weight:500;
}

.data-table tr.bgcolor-tr td{
    background-color: #e9eced;
}

.data-table th {
    border: 1px solid #aac7df;
    vertical-align: top;
    padding: 4px;
    text-align: left;
    background-color: #081b38;
    color: #fff;
    font-size: 13px;
    line-height: 120%;
    /* text-align: center; */
    vertical-align: middle;
}
.mat-header-row .mat-header-cell.matHeader {
    border-right: 1px solid #aac7df;
    vertical-align: top;
    padding: 4px;
    text-align: left;
    background-color: #081b38;
    color: #fff;
    font-size: 13px;
    line-height: 120%;
    /* text-align: center; */
    vertical-align: middle;
    border-left:0;
}
.mat-header-row .mat-header-cell.matHeader:first-child{
    border-left:1px solid #ccc;
}
.blueColor{
    color:#081b38;
}
.data-table td .fas {
    font-size:14px;
    font-weight:500;
}
.login-user {
    /* 
  display:inline-block; float:right; 
  line-height:120%; margin-right:40%; 
  text-align:right; margin-top:21px; 
  */
}

.login-user strong {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

marquee {
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}

marquee span {
    margin-right: 100px;
}

.timerBlk{
    display: inline-block;
    position: relative;
   /*margin-top:15px;
     right: 20px;
    border: 2px solid #081b38;
    border-radius: 1000px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    color: #081b38;
    font-weight: 500; */
}
.timerBlk .timeBox{
    display:flex;
    flex-wrap:nowrap;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    /* margin-top:50px; */
    box-shadow:0px 1px 5px rgba(0,0,0,0.25);
    min-width:100;
    /* height:40px; */
    border-radius:5px;
    padding:10px 10px;
}
.timeBox.widthAuto{
    width:auto;
    padding:0 20px;
}
.timerBlk .numberTxt{
    font-weight:500;
    font-size:20px;
    line-height:1;
    color:#081b38;
    padding-right: 5px;
    text-align:right;
    min-width:32px;
}
.timerBlk .numberTxt.text-danger{
    font-size:14px;
    line-height:1.5;
    padding:10px 0;
}
.timerBlk .numberTxt span{
    color: #2C4A64;
    font-size:14px;
    line-height:1;
}

/* position:relative; height:auto; width:auto; padding:20px; left:0; */

.center-text {
    text-align: center;
    margin: 15px 0px;
}

.relative_blk {
    position: relative;
}

.relative_blk .absolute_right {
    transform: translate(0%, -50%);
    position: absolute;
    right: 0;
    top: 50%;
}


/* === online table design start === */

.ng-select .ng-select-container {
    min-height: 29px !important;
}

.ng-select.ng-select-single .ng-select-container {
    height: 29px !important;
}

.ng-select.ng-select-material .ng-select-container{
    height: 45px !important;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0,0,0.12);
    color:#000;
    font-family: poppins;
    outline: none !important;
    box-shadow: none !important;
}
.ng-select.ng-select-material .ng-select-container:hover{
    border: 2px solid #000;
}

.ng-select.ng-select-material .ng-select-container:focus,
.ng-select.ng-select-material .ng-select-container:focus-visible,
.ng-select.ng-select-material.ng-select-focused .ng-select-container,
.ng-select.ng-select-material.ng-select-opened .ng-select-container{
border: 2px solid #000;
outline: none !important;
box-shadow: none !important;
}
.ng-select.ng-select-material .ng-dropdown-panel.ng-select-bottom{
    margin-top: 0px;
}

.noBorder {
    border: 0;
    background: transparent;
}

.data-table .actions_blk {
    /* min-width: 110px; */
}


/* Style the tab */

.tab {
    overflow: hidden;
    width: auto;
    position: absolute;
    margin-top: 60px;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 30px;
    transition: 0.3s;
    font-size: 13px;
    font-family: poppins;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #ccc;
    background-image: linear-gradient(#ddd, #f7f7f7);
    color: #666;
    font-weight: 500;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    color: #004779;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 0;
    border: 0px solid #ccc;
    border-top: none;
    width: 100%;
    margin-top: 41px;
}

.tabcontent .white-content-area {
    border-radius: 0px 10px 10px 10px;
}


/* Style the tab */

.footer {
    display: flex;
    width: 100%;
    background-color: #081b38;
    padding: 10px;
    font-size: 10px;
    line-height: 120%;
    color: #fff;
    height: 60px;
    justify-content:space-between;
    align-items: center;
    /* position:fixed;
    bottom:0; */
}

.footer-left {
    float: left;
    display: inline-table;
}

.footer-right {
    display: block;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
}

.footer-right img {
    display: inline-block;
    width: 50px;
}


/* .main-holder ~ .login_blk{
  padding-bottom:0 !important;
} */


/* steps */

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee;
    margin-bottom: 6px;
    border: 2px solid #ccc;
}

.stepper-item.active {
    font-weight: 400;
}

.stepper-item.active .step-counter {
    background-color: #fff;
    border: 2px solid #081b38;
    color: #081b38;
    ;
}

.stepper-item.active .step-name {
    color: #081b38;
}

.stepper-item.completed .step-counter {
    background-color: #081b38;
    color: #fff;
    border: 2px solid #081b38
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #081b38;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.step-name {
    font-size: 13px;
}

.time-left {
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 140%;
    margin-right: 60px;
    margin-top: 20px;
    font-weight: 600;
}


/* steps */

.example-form {
    min-width: 150px;
    max-width: 500px;
    width: 100%;
    padding: 0 45px;
    margin: 20px 0 0;
}

.example-full-width {
    width: 100%;
}
/* ---- */

.white-content-area .sub_title,
.sub_title {
    font-size: 1.1rem;
    font-weight: 300;
}

.white-content-area.box-dash p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.padd_blk5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.bold_txt {
    font-weight: 500;
}

.font_size60 {
    font-size: 60px !important;
}

.btn.btn-md {
    width: 200px;
    font-size: 13px !important;
    font-family: poppins;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    height: 40px;
    line-height: 30px;
    font-weight: 500 !important;
    transition: all 0.5s ease-in 0s;
    background-color: #081b38 !important;
}

.btn.btn-xs {
    padding: 0.25rem 0.5rem !important;
    font-size: .675rem !important;
    border-radius: 0.2rem !important;
}

.btn-outline-gray {
    border: #a2a0a0 1px solid !important;
    line-height: 20px !important;
}

.btn-outline-gray:hover {
    border: #a2a0a0 1px solid !important;
    background-color: #a2a0a0 !important;
    color: #fff !important;
}


/* {
  color: #fff;
    background-color: #007bff;
    border-color: #007bff;
} */

.helpLogoutBlk {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.logOutBlk .material-icons,
.logOutBlk .material-icons a {
    color: #fff;
}

.helpLogoutBlk .material-icons {
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.helpBlock .fas,
.helpBlock .fas a {
    font-size:32px;
    color: #081b38;
}

.logOutBlk .fas{
    font-size: 22px;
    color: #081b38;
    width: 30px;
    height: 25px;
}

.helpBlock {
    margin-right: 10px;
    height: 30px;
}

.modal-dialog label,
p {
    font-size: 13px;
    line-height: 18px;
}

.modal-header.helpBg {
    color: #fff;
    border-bottom: 0;
    background-color: #081b38;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.modal-content .close span {
    display: flex;
    font-size: 22px;
    line-height: 22px;
    color: #000;
}

.positionRelative {
    position: relative;
}

.popupFullBlk {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background: #fff;
    min-width: 400px;
}
.popupFullBlk .helpBg .close,
.modal-content .helpBg .close {
    padding:0;
    margin:0;
    font-size:1.3rem;
    font-weight:400;
    cursor:pointer;
    opacity:1 !important;
}
.popupFullBlk .helpBg .close span,
.modal-content .helpBg .close span{
    color:#fff;
}
.popupFullBlk .helpBg .close:hover,
.modal-content .helpBg .close:hover {
    color:#fff;
    text-decoration:none;
}
.popupFullBlk h6 {
    padding:0;
    margin:0;
    font-size:0.9rem;
    font-weight:400;
}
.popupFullBlk .modal-body p {
    font-size:13px;
    line-height:18px;
    margin:0 0 3px;
}
.popupFullBlk .modal-body i {
    font-weight:400;
}
.statusBlk{
  display:flex;
  justify-content:center;
  align-items:center;
  padding-right:8px;
  flex-direction:column;
}
.statusIconBlk{
  display: flex;
  justify-content: center;
  align-items: center;
}
.statusIcon{
  padding-right:8px;
}
.is-invalid {
    border: 1px solid #f44336 !important;
}
.right-content-area.mobilePadding0{
    padding:0;
}
/* ---- */
button:focus{
    outline:0px auto -webkit-focus-ring-color !important;
}
.mat-button-wrapper .mat-icon{
    height:inherit !important;
    width:inherit !important;
}
.checkboxBlk .form-check-input{
    margin-top:0.2rem;
}
.text-center .submit-button{
    float:none;
    display:inline-block;
}
.text-center .submit-button:hover {
    background-color:#081b38;
    border:1px solid #081b38;
    color:#fff;
}
.form-horizontal .form-control{
    font-size: 13px;
    font-family:poppins;
    font-weight:300;
}
.owl-dt-container-disabled, .owl-dt-trigger-disabled{
    opacity: 0.6 !important;
}
.readTxt{
    background-color:#f8f8f8 !important;
}
.radioBlk{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.radioBlk .radioTxt{
   padding-left:7px;
}
body.sidebar-mini .main-holder{
    /* padding-bottom:60px; */
    padding-bottom:0;
    min-height:calc(100vh - 60px);
    display:flex;
    flex-direction:column;
}
.table-area {
    table-layout:auto;
    width:100%;
    min-width:min-content;
    overflow:auto;
}
.autoScrollBlk .table-area table{
    min-width:max-content;
}
.clearBoth{
    clear:both;
}

/* .ng-star-inserted{
    width:100%;
} */

.form-horizontal .checkboxBlk{
    margin-top:1px;
    padding-bottom:3px;
}

.left-menu .linkTxtReceipts{
    flex:1;
    font-size: 15px;
}

.sideMenu-header{
    display: block;
}

.form-horizontal .checkboxBlk input{
    cursor:pointer;
}
.widthFullBlk{
    width:100%;
}
.btn-red { background-color: #da291c !important; color: #fff !important; }
.bgWhite{
    background-color:#fff !important;
    color:#081b38 !important;
}
.bgBlue{
    background-color:#081b38 !important;
    color:#fff !important;
}
.bgGreen{
    background-color:#15ba3b !important;
    color:#fff !important;
}
.bgRed{
    background-color:#da291c !important;
    color:#fff !important;
}

.outputTxt p{
    margin:0;
}
.spaceLeft{
    padding-left:6px;
}

.labelBot{
    margin:4px 0 0;
    font-size:11px;
    line-height:1.5;
    font-weight:300;
}
.labelHed{
    font-size:11px;
    font-weight:400;
    font-style:italic; 
}
.fontWeight500{
    font-weight:500;
}

.flexTxt{
    display:flex;
    align-items:center;
    justify-content: flex-start;
}
.height143,
.modal-dialog textarea.textbox-fullsize.height143{
    height:143px;
    resize:none;
}
.height50{
    height:50px;
    resize:none;
}
.shortButton{
    padding: 6px 10px;
    min-width: 35px;
    background: #d2c9c9;
    border-radius: 4px;
}
.shortButton a{
    display:block;
}

.ng-select, .ng-select input{
    font-family: poppins !important;
    font-size: 13px !important;
    color: #000 !important;
    opacity: 1 !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{
    /* position:inherit !important;
    display: none; */
}

.data-table input.textbox-fullsize,
.mat-tab-body .textbox-fullsize{
    width:100%;
    background-color:#fff;
}
/* ===== */
.navbar-toggler{
    padding:0.25rem 0.3rem !important;
}
.left-menu{
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    position: relative;
}
.sidebar-icon-only .right-content-area{
    width: calc(100% - 42px);
    background:#fff;
}
.sidebar-icon-only .left-menu{
    width:42px;
}
.sidebar-icon-only .left-menu .linkTxt{
    display:none !important;
} 

.sidebar-icon-only .left-menu .linkTxtReceipts{
    display:none !important;
} 

.left-menu .me-3 {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    background:#fff;
    margin:0px 6px 0 6px;
    padding:0;
}
.left-menu .me-3 i{
    color:#081b38;
}
.left-menu .me-3 i.fa-arrow-left,
.sidebar-icon-only .left-menu .me-3 i.fa-arrow-right{
    display:block;
}
.sidebar-icon-only .left-menu .me-3 i.fa-arrow-left,
.left-menu .me-3 i.fa-arrow-right{
    display:none;
}
.sidebar-icon-only .sideMenu-header{
    display: none;
}
.mat-tab-body{
    border:1px solid #ddd;
    border-top:0;
    border-radius:0; 
    border-top-left-radius:0;
    border-top-right-radius:0;
       
}
.company_logo_blk{
    display:flex;
    justify-content:flex-start;
    align-items:flex-end;
}
.company_logo{
    border:1px solid #f8f1f1;
    border-radius:4px;
    padding:5px 8px;
    max-height:54px;
}

.attach_file_blk{
    border:1px solid #ccc;
    margin:5px 0 10px;
    padding: 2px 8px;
    border-radius:4px;
    position:relative;
}

.attach_file_blk .delete_blk{
    border:0;
    position:absolute;
    right:-7px;
    top:-10px;
    background:transparent;
    width:15px;
    padding:0;
    color:#5d5c5c;
}

.shortLabel{
    margin:3px 0;
    font-size:12px;
    line-height:1.2;
    font-style:italic;
}
.titleText{
    font-size:1.1rem;
}

.list_style{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* .list_style li{
    list-style: none;
    padding: 0;
    margin: 0;
} */

.link{
    cursor:pointer;
}

.company_logo{
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn_shot{
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
}

/*==404 page start==*/

.section{
    padding:4.5rem 0;
  }
  
  .section .error404{
    font-size:130px;
    color: #000;
    /* text-shadow: 
      1px 1px 1px #5f5f5f,    
      2px 2px 1px #5f5f5f,
      3px 3px 1px #5f5f5f,
      4px 4px 1px #5f5f5f,
      5px 5px 1px #5f5f5f,
      6px 6px 1px #5f5f5f,
      7px 7px 1px #5f5f5f,
      8px 8px 1px #5f5f5f,
      8px 8px 1px rgba(0,0,0, 0.4); */
  }

  .title404{
    font-size:1.4rem;
    font-weight:400;
  }
  .txt20{
    font-size:1.2rem;
  }
  
  /*==404 page end==*/
  .white-content-area.box-dash .mat-expanded .mat-expansion-panel-header label {
    margin: 0px;
   font-weight:500;
   display: block;
}
.white-content-area.box-dash .mat-expanded .mat-expansion-panel-header{
    background: rgba(0, 0, 0, 0.04) !important;
}
.mat-menu-item .fas{
    color:rgba(0, 0, 0, 0.54);
   margin-right:16px;
   vertical-align:middle;
   font-size:22px;
}

.data-table td .btn.focus, .data-table td .btn:focus{
    box-shadow:0 0 0 0rem rgba(0,123,255,.25) !important;
}
.data-table td .btn-sm{padding: 0.25rem 0.25rem !important;}
.back-btn{
    font-size: 17px;
   color: #bdc9d3;
}

/* 
.sm_menu_outer .mobile_menu li.hasChild, ~ #sm_menu_ham.open{
    z-index: 9;
} */

/* #sm_menu_ham ~ .sm_menu_outer.active{
    z-index:99999 !important;
} */

/* #sm_menu_ham ~ .sm_menu_outer .mobile_menu li.hasChild.active{
    z-index:999 !important;
} */

/* .modal-info{
    overflow-x: scroll !important;
    width: 100% !important;
} */
.line{
    max-width: 39px;
}
.item-code{
    min-width: 310px;
}
.warehouse{
    min-width: 136px;
}
.customer{
    min-width: 135px;
}
.footprint{
  max-width: 103px;
}
.uqm{
    max-width: 45px;
}
.max-width210{
    max-width:150px;  
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display:none;
}
.quantity{
    max-width:62;
}
.quantity input{
    max-width:53px;
    width: 53px;
}
/* .aquantity{
    max-width:0px;
} */
.aquantity input::-webkit-outer-spin-button,
.aquantity input::-webkit-inner-spin-button {
  display:none;
}
.aquantity input{width:78px; max-width:78px;}
.oquantity input::-webkit-outer-spin-button,
.oquantity input::-webkit-inner-spin-button {
  display:none;
}
.oquantity input{width:78px; max-width:78px;}
.shortby{
    width: 66px;
}
body.loginBlk #sm_menu_ham{
    display:none !important;
  }
.md-card-body{
    padding: 0px 0px 0px 0px !important
}
/* Inbound table */
.Iline{
    max-width:100px;
}
.Iitemcode{
    min-width:200px;
}
.Icustomlot{
    min-width:160px;
}
.Ifootprint{
    min-width:98px;
}
.Iuqm{
    min-width:46px;
    
}
.Idqty input::-webkit-outer-spin-button,
.Idqty input::-webkit-inner-spin-button {
  display:none;
}
.Idqty{
    min-width:60px;
}
.Iaqty input::-webkit-outer-spin-button,
.Iaqty input::-webkit-inner-spin-button
.Iaqty{
    min-width: 72px;
}
.modal-content{
    top: 10px;
}

/* == */
.loginUserBlk .loginUserImage{
    width:150px;
    height:50px;
    position:relative;
    /* border-radius: 100%; */
    /* border:2px solid #F8F8F8;
    box-shadow:0px 1px 2px 1px rgba(0, 0, 0, 0.1); */
    margin-left:10px;
}

.company_logo_blk{
    width:100px;
    height:50px;
}

.loginUserBlk .loginUserImage .UserImageBlk,
.company_logo_blk .UserImageBlk{
    width:100%;
    height:100%;
    /* border-radius: 100%; */
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
  }
  /* 09may */
  .btn-success{
    background-color: #007a53 !important;
    border-color: #007a53 !important;
  }
  .btn-danger{
    background-color: #1c2436 !important;
    border-color: #1c2436 !important;
  }
  /* pagination */
  .ngx-pagination .current{
    background: #081b38 !important;
  }
  
input[type='checkbox'] {
    accent-color: #081b38 !important;
}
/* .ng-select.ng-select-opened>.ng-select-container:active{
    border: 1px solid red !important;
} */
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{
    border-color: #081b38 !important;
    box-shadow: inset 0 1px 1px rgba(8,27,56,.075), 0 0 0 3px rgba(8,27,56,0.1) !important;
}
.form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #081b38 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(8 27 56 / 23%) !important;
}
.btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(8 27 56 / 23%) !important;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background{
    background-color: #081b38 !important;
}
.mat-raised-button.mat-primary{
    background-color:#081b38 !important ;
}
.mat-form-field.mat-focused .mat-form-field-label{
    color: #081b38 !important;
}
.mat-input-element{
    caret-color: #081b38 !important;
}
.mat-focused .mat-form-field-required-marker{
    color: #081b38 !important;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{
    color: #081b38 !important;
}
.btn-md:hover{
    background-color: #a3b3bf !important;
    color: #081b38!important ;
    border: 1px solid #a3b3bf !important;
}
.mat-icon-button{
    line-height: 27px !important;
}
.mat-icon-button:focus-visible{
    background-color: transparent !important;
}
/* .pb-1{
    padding-bottom: 15px;
} */
.cal-month-view .cal-day-cell{
    min-height: 80px !important;
}
.mat-raised-button.mat-primary:hover{
    background-color: #a3b3bf !important;
}
.cal-month-view .cal-cell.cal-has-events.cal-open{
    background-color: #a3b3bf !important;
}
.cal-month-view .cal-open-day-events{
    background-color: #081b38 !important;
}
.cal-month-view .cal-open-day-events{
    padding:4px !important;
}
.cal-month-view .cal-event , .cal-month-view .cal-day-badge{
    background-color: #da291c !important;
}
.m-0{
    margin:0px;
}
.fs-16{
    font-size:16px !important;
}

.scroll-box{
    overflow-y:auto;
    max-height:543px;
    height:100%;
}
.text-norecord{
    text-align: center !important;
}


.white-content-area-inn{
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: row;
}

.white-content-area-inn.box-dash h2,
.white-content-area.box-dash h2{
    /* font-size: 1.1rem; */
    font-weight:400;
    margin:20px 0 15px;
}

.white-content-area-inn.box-dash h5{
    margin: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: 600;
    font-family: poppins;
}

.white-content-area-inn.box-dash p{
    font-size:13px;
    line-height:18px;
}

.white-content-area-inn.box-dash ul{
    font-size:13px;
    line-height:22px;
    margin:0 0 10px 25px;
    padding:0 20px 0 0;
    /* list-style:inside; */
    width:98%;
}

.white-content-area-inn.box-dash h6,
.white-content-area.box-dash h6{
    margin: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight:500;
    font-family: poppins;
}
.white-content-area-inn.box-dash a,
.white-content-area.box-dash a{
    color:#00a1e1;
}
.terms-privacy li{
    display: inline;
    margin-left:10px;
}
.terms-privacy{
    text-align: right;
}

.orderDate_blk, .pickupDate_blk, .deliveryDate_blk{
    text-align: center !important;
}
.dashboard-marquee{
    margin-top: 12px !important;
}
.user-global-pop-up{
    margin: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: 600;
    font-family: poppins;
}

/* ===== */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px none inset !important;
    box-shadow: 0 0 0 30px none inset !important;
}

.search_group input[type="text"]{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    height:40px;
    font-size:13px;
    font-weight:300;
}
.search_group .white-button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.listing_blk{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.listing_blk li{
    margin: 0;
    padding:0 0 0 20px;
}
.listing_blk li:first-child{
    margin: 0;
    padding:0 0 0 0;
}
.listing_blk .form-check-label{
    display: flex;
    margin: 0;
    padding: 0;
}
.listing_blk .list_text{
    padding-left:8px;
}

.uatBg  {
    background:#faebd7 !important;
}

.devBg{
    background:#E0FFFF !important;
}

.bgRed.modalBorder{
    border-radius:11px;
}
.bgRed.modalBorder .confirm-button{
    text-align: center;
    margin: 15px 0px 15px 0px;
}

.shortBox .modal-content{
    border-radius:14px;
}


.mat-sort-header-content {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.mat-cell, .mat-footer-cell{
    font-size:13px !important;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

/* ===== */
.example-list {
    display:flex;
    flex-direction:row;
    background-color:#ededed;
    border-radius:5px;
    padding:10px;
}

.example-list .example-box,
.example-list > span{
    display:flex;
    justify-content:center;
    align-items:center;    
}


.example-box .mat-icon{
    width:10px;
    height:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#081b38;
    color:#fff;
    padding:10px;
    border-radius:5px;
    font-size:14px;
    cursor:pointer;
    margin-left:5px;
}
.example-box.white-button{
    padding:5px 10px;
}
 .mat-sort-header-content {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.mat-cell, .mat-footer-cell{
    font-size:13px !important;
}
.mat-sort-header-arrow{
    color:#fff !important;
    /* opacity:0 !important; */
}

/* .mat-sort-header.cdk-mouse-focused .mat-sort-header-arrow{
    color:#fff !important;
    opacity:1 !important;
} */

.mat-sort-header.cdk-mouse-focused{
    position:relative;
    display:block;
    cursor:pointer;
    
}
.mat-sort-header.cdk-mouse-focused > .mat-sort-header-container{
    display: flex;
    height: 48px;
    justify-content: space-around;
    align-items: center;
}
.mat-sort-header.cdk-mouse-focused::before{
    /* outline:2px solid #dc3545 !important;*/
    height:57px;  
    overflow: hidden !important;
    width:100%;
    z-index:9999 !important;
    content: "";
    border-color:#dc3545;
    right: 0;
    border-width:2px;
    position: absolute;
    border-style: solid;
    top:0;
    color:#000 !important;
}
.mat-cell, .mat-footer-cell{
    color:inherit !important;
}

.mat-header-row .mat-header-cell.matHeader{
    display:block;
}
.mat-header-row .mat-header-cell.matHeader > .mat-sort-header-container{
    display:flex;
    height:48px;
    justify-content:space-around;
    align-items:center;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width:98%;
    }
}
@media (max-width: 1200px) {
    .modal-dialog-centered {
        min-height: calc(100% - 4rem);
    }
    .sidebar-mini .modal-content{
        top:inherit;
    }
}