@charset "UTF-8";
:root {
  --blue-bg: #00193B;
  --primary: #1E2731;
  --secondary: #3B4862;
  --to-secondary: #04B3BF;
  --btn-hover: #04A1AC;
  --secondary-rgb:#3B4862;
  --white: #ffffff;
  --grey-20: #777777;
  --grey-700: #A0A5B1;
  --color-777: #777777;
  --grey-100: #F6F8FD;
  --grey-50: #EBEEF5;
  --grey-20: #F3F3F3;
  --light-green: #D7FFE5;
  --light-yellow: #FFE9BF;
  --light-blue: #D5E8FF;
  --light-purple: #DDD5FF;
  --active-color: #0D2445;
  --stripe-color: #F2F6FA;
  --placholder: #AEBAC7;
  --bd-color: #E8E8E8;
  --bd2-color: #F2F6FA;
  --check-bd: #E5EBF0;
  --fs-10:10px;
  --fs-12:12px;
  --fs-13:13px;
  --fs-16:16px;
  --fs-14:14px;
  --fs-18:18px;
  --fs-20:20px;
  --fs-24:24px;
  --fs-28:28px;
  --radius24: 24px;
  --radius10: 10px;
  --radius5: 5px;
  --radius3: 3px;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  background-color: var(--white);
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

a{
  text-decoration: none;
}

ul{
  margin: 0;
  padding: 0;
}

li{
  list-style: none;
}

input:focus, select:focus{
  box-shadow: unset;
  outline: none;
}

button{
  border: none;
}

/* Login css */

.login-main{
background: var(--white);
background: linear-gradient(160deg,rgba(255, 255, 255, 1) 0%, rgba(221, 253, 255, 1) 61%);
height: 100vh;
position: relative;
padding: 0 15px;
}

.rt-shape{
  position: absolute;
  top: 0;
  right: 0;
  max-width: 70vw;
}

.rt-shape img{
  width: 100%;
}

.bt-shape{
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 40vw;
}

.bt-shape img {
  width: 100%;
}

.login-logo {
  padding: 40px 35px 20px;
  position: relative;
}

.login-container{
  margin: 120px auto 0;
  max-width: 410px;
  border-radius: var(--radius24);
  padding: 40px;
  background: var(--white);
  min-height: 350px;
  position: relative;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.login-container h2{
  font-size: var(--fs-28);
  color: var(--blue-bg);
  margin: 0 0 15px 0;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

.login-container p{
  font-size: var(--fs-14);
  line-height: 1.4;
  color: var(--color-777);
  margin: 0 0 20px 0;
}

.button-bx{
  text-align: center;
}

.button-bx a{
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  background: var(--to-secondary);
  border-radius: var(--radius5);
  padding: 8px;
}

.column-mapper {
  display: flex;
  flex-direction: column;
}

.selects-box {
  display: flex;
      gap: 10px;
      margin-bottom: 16px;
      align-items: center;
}

.button-bx a:hover{
  background: var(--btn-hover);
}

.button-bx .icon{
  flex: 0 0 30px;
  max-width: 30px;
  background: var(--white);
  border-radius: var(--radius3);
  line-height: 1;
  padding:6px 5px;
}

.button-bx .text{
  flex: 1;
  font-size: var(--fs-16);
  color: var(--white);
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

.privacy-policy {
  padding-top: 90px;
}

.privacy-policy a {
  color: var(--to-secondary);
  font-size: var(--fs-16);
  margin: 0;
}

.privacy-policy a:hover{
  color: var(--btn-hover);
}

.people-vt {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  max-width: 270px;
}

.people-vt img{
  width: 100%;
}

.agreement-vt{
  max-width: 400px;
  position: absolute;
  left: 2rem;
  bottom: 6rem;
}

.agreement-vt img{
  width: 100%;
}

/* Login css close */

.offcanvas-body .btn-close{
 background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-menu-mob{
  display: none;
}

.wrapper-main{
  display: flex;
  flex-wrap: wrap;
}

/* Left container css */

.Left-panel{
  flex:0 0 280px;
  max-width: 280px;
  position: relative;
}

.Left-panel .logo-main{
  padding: 30px 30px;
}

.Left-panel:before{
  content: '';
  width: 340px;
  min-height: 100vh;
  background: var(--blue-bg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; 
}

.Left-panel .menu-holder{
  padding: 40px 15px 40px 15px;
  background: var(--blue-bg);

}

.Left-panel .menu-holder li{
  margin: 0 0 10px 0;
}

.Left-panel .menu-holder a{
padding: 20px 15px;
color: var(--grey-700);
font-family: 'Proxima Nova Rg';
font-weight: bold;
font-size: var(--fs-16);
border-radius: 6px;
display: flex;
align-items: center;
line-height: 1;
}

.Left-panel .menu-holder a:hover{
  background: var(--active-color);
}

.menu-ico{
  flex: 0 0 18px;
  max-width: 18px;
}

.m-text{
  flex: 0 0 calc(100% - 18px);
  max-width: calc(100% - 18px);
  padding: 0 0 0 10px;
}

.Left-panel .menu-holder a.active{
  color: var(--white);
  background: var(--active-color);
}

.active svg path{
  fill: var(--white) !important;
}

.Left-panel .menu-holder li:last-child{
  margin: 0;
}

/* Left container close */


/* Right container css */

.custom-row{
  gap: 15px 0;
}

.Right-panel{
  flex:0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  background: var(--white);
  border-radius: 30px 0 0 30px;
  min-height: 100vh;
} 

.header{
  padding: 12px 30px;
  background: var(--white);
  border-radius: 30px 0 0 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 15px rgba(0,0,0,0.03);
}

.navbar-expand-sm .navbar-nav .dropdown-menu{
  left: auto;
  right: 0;
  position: absolute;
}

.navbar-nav {
  gap:15px;
}

.notify-drop {
  width: 375px;
  border-radius: 10px;
  padding: 0;
}

.notify-hd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom:1px solid var(--bd-color);
}

.notify-hd h4{
  font-size: var(--fs-14);
  color: var(--primary);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.notify-hd a{
  font-size: var(--fs-10);
  color: var(--secondary);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  background: var(--grey-50);
  padding: 4px 10px;
  border-radius: var(--radius3);
}

.view-all-btn{
  background: var(--grey-20);
  border-radius: 0 0 var(--radius10) var(--radius10);
  font-size: var(--fs-14);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  width: 100%;
  padding: 12px 0;
  display: block;
  text-align: center;
  color: var(--secondary);
}

.view-all-btn:hover{
  background: var(--grey-50);
  color: var(--blue-bg);
}

.header .navbar-brand{
  font-size: var(--fs-24);
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  flex: 0 0 450px;
  max-width: 450px;
}

.notification-list{
  max-height: 250px;
  overflow-y: auto;
  padding: 0 15px;
}

.notification-list li{
  border-bottom: 1px solid var(--bd2-color);
}

.notification-list li:last-child{
  border-bottom: none;
}

.notification-list a{
  padding: 10px 0;
  display: block;
}

.notification-list h5{
  color: var(--blue-bg);
  font-size: var(--fs-14);
  margin: 0;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.notification-list p{
  color: var(--secondary);
  font-size: var(--fs-12);
  margin: 0;
  line-height: 1.2;
}


.navbar-expand-sm .navbar-collapse{
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px);
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  left: auto;
  right: 0;
}

.user-profile {
  display: inline-flex;
  align-items: center;
}

.notification.dropdown-toggle::after{
  display: none;
}

.user-profile .user {
  width: 40px;
  height: 40px;
  border-radius:50%;
  overflow:hidden;
}

.user-profile .user img{
  width: 100%;
}

/* .unread{
  background: var(--to-secondary);
  width: 13px;
  height: 13px;
  display: block;
  border-radius:20px;
  position: absolute;
  right: 4px;
  top: 8px;
  border: 1px solid #fff;
} */

.navbar-expand-lg .navbar-nav{
  gap: 15px;
}

.right-container-inn{
  padding: 0 20px 20px 20px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  position: relative;
}

.data-holder{
  margin-top: 25px;
}

.box-inner {
  display: flex;
  align-items: center;
  border:1px solid rgba(0,0,0,0.05);
  border-radius:10px;
  padding:20px 20px;
}

.box-inner .lt-holder{
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.box-inner .lt-holder label{
  font-size: var(--fs-14);
  font-weight: bold;
  line-height: 1;
  color: var(--primary);
}

.box-inner .lt-holder h2{
  font-size: var(--fs-24);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
  margin: 0;
}

.green-bg{background: var(--light-green);}
.yellow-bg{background: var(--light-yellow);}
.blue-bg{background: var(--light-blue);}
.purple-bg{background: var(--light-purple);}

.box-inner .rt-holder{
  flex:0 0 40px;
  max-width: 40px;
  text-align: right;
}

.graphs-holder{
  background: var(--grey-100);
  border-radius: var(--radius10);
  padding: 15px 20px;
  margin-top: 25px;
}

.graphs-holder .filter-bar{
  margin-bottom: 10px;
}

.ftr-holder{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}

.slct-location{
  flex: 0 0 240px;
  max-width: 240px;
  padding: 5px 15px;
  font-size: var(--fs-14);
}

.graphs-holder .filter-bar .btn-filter{
  background: var(--to-secondary);
  font-size: var(--fs-14);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  border-radius: var(--radius5);
  padding: 6px 20px;
  color: var(--white);
  flex: 0 0 140px;
  max-width: 140px;
}

.graphs-holder .filter-bar .btn-filter:hover{
  background: var(--btn-hover);
}

.graphs-inn .net-graph{
  padding: 20px 20px;
  background: var(--white);
  border-radius: var(--radius10);
}

.net-graph .heading-bar{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.net-graph .heading-bar h3{
  flex: 0 0 calc(100% - 180px);
  max-width: calc(100% - 180px);
  font-weight: bold;
  font-size: var(--fs-16);
  color: var(--primary);
  margin: 0;
}

.net-graph .heading-bar .date-select{
  flex:0 0 180px;
  max-width: 180px;
  border: 1px solid #ddd;
  padding: 4px 4px;
  font-size: 13px;
  border-radius: var(--radius5);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: var(--secondary);
}

.net-graph .heading-bar .date-select:focus{
  outline: none;
}

.graph-data img{
  width: 100%;
}

.filter-form .form-btns .apply-btn{
  background: var(--to-secondary);
  font-size: 12px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  padding: 10px 25px;
  border-radius: var(--radius5);
  border: 1px solid transparent;
  color: var(--white);
}

.filter-form .form-btns .apply-btn:hover{
  background: var(--btn-hover);
}

.filter-form .form-btns .reset-btn{
  background: var(--white);
  font-size: 12px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  padding: 10px 25px;
  border-radius: var(--radius5);
  border: 1px solid var(--bd-color);
}

.filter-form .form-btns .reset-btn:hover{
  background: var(--bd-color);
}

.filter-form .form-control{
  border-color: var(--bd-color);
}

.custom-wd-pop{
  max-width: 340px;
}

.modal-dialog.custom-wd-pop .modal-title{
 font-size: var(--fs-14) !important;
 color: var(--primary);
 font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.btn-close{
  font-size: var(--fs-12);
  opacity: 1;

  color: var(--secondary);
}

.stock-report-main{
  margin-top: 25px;
}


.report-table th{
  font-size: var(--fs-13);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: var(--primary);
  padding: 5px 15px;
  background: var(--stripe-color);
  border-bottom-width: 0;
  white-space: nowrap;
}

.report-table th:first-child {
  border-radius: var(--radius5) 0 0 var(--radius5);
}

.report-table th:last-child {
  border-radius: 0 var(--radius5) var(--radius5) 0;
}

.report-table td{
  font-size: var(--fs-14);
  color: var(--secondary);
  padding: 10px 15px;
  border-bottom-color: var(--bd2-color);
  vertical-align: middle;
  white-space: nowrap;
}

.no-data-found th{
  border-bottom-width: 0;
}

.no-data {
  font-size: var(--fs-18);
  color: var(--placholder);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  border:1px solid #F0F4F8;
  border-radius:5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-heading{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.report-heading h3{
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  font-weight: bold;
  font-size: var(--fs-18);
  color: var(--primary);
  margin: 0;
}

.report-filter{
  flex: 0 0 250px;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.report-filter .dt-filter{
  padding-right: 10px;
  display: inline-flex;
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
}

.report-filter .dt-filter .flt-icon {
  max-width: 30px;
  background: var(--to-secondary);
  display: inline-flex;
  align-items: center;
  flex: 0 0 30px;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}

.report-filter .dt-filter .flt-icon:hover{
  background: var(--btn-hover);
}

.report-filter .view-btn{
background: var(--to-secondary);
font-size: var(--fs-12);
font-weight: bold;
color: var(--white);
min-height: 30px;
padding: 8px 15px;
border-radius:var(--radius5);
flex: 0 0 75px;
  max-width: 75px;
}

.report-filter .view-btn:hover{
  background: var(--btn-hover);
}

.report-filter .date-select {
  flex:0 0 130px;
  max-width: 130px;
  border: 1px solid #ddd;
  padding:6px 4px;
  font-size: 13px;
  border-radius: var(--radius5);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: var(--secondary);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Right container css */


/* run css */

.filter-bar-main{
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 15px;
justify-content: space-between;
gap: 10px;
}


.add-warehouse-main{
  margin-top: 50px;
}

.add-warehouse-main h4 {
  font-weight: bold;
}

.filter-bar-main h4{
  font-size: var(--fs-18);
  color: var(blue-bg);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.filter-right{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  flex: 1;
}

.filter-right .add-more-btn{
  background: var(--to-secondary);
  font-size: var(--fs-14);
  color: var(--white);
  border-radius: var(--radius5);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  border: 1px solid transparent;
}

.add-more-btn-1 {
  background: var(--to-secondary);
  font-size: var(--fs-14);
  color: var(--white);
  border-radius: var(--radius5);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  border: 1px solid transparent;
}

.filter-right .add-more-btn.download-btn{
  background: var(--white);
  border-color: var(--bd-color);
  color: var(--color-777);
}


.add-more-btn.download-btn{
  background: var(--white);
  border-color: var(--bd-color);
  color: var(--color-777);
}


.add-more-btn.download-btn:hover{
  background: var(--bd-color);
}
.filter-right .add-more-btn.download-btn:hover{
  background: var(--bd-color);
}

.filter-right .add-more-btn .icon {
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
}

.filter-right .add-more-btn:hover{
  background: var(--btn-hover);
}

.filter-right .dt-filter{
  display: inline-flex;
  min-width: 200px;
}

.filter-right .date-select{
  min-width: 170px;
  border: 1px solid var(--bd-color);
  border-right: none;
  padding: 4px 4px;
  font-size: 13px;
  border-radius: var(--radius5) 0 0 var(--radius5);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: var(--secondary);
}

.filter-right .dt-filter .flt-icon {
  max-width: 30px;
  background: var(--to-secondary);
  display: inline-flex;
  align-items: center;
  flex: 0 0 30px;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}

.filter-right .dt-filter .flt-icon:hover{
  background: var(--btn-hover);
}

.filter-right .dropdown-menu a{
  font-size: var(--fs-12);
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--color-777);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.filter-right .dropdown-menu a:hover{
  background: var(--bd2-color);
}

.warehouse-box{
  background: var(--grey-100);
  border-radius: var(--radius10);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.warehouse-box .form-select{
  border: none;
  font-size: var(--fs-14);
  color: var(--secondary);
}

.warehouse-box .form-select:focus{
  box-shadow: unset;
}


.warehouse-box .filelabel {
    width: 100%;
    border: 1px dashed var(--to-secondary);
    border-radius: var(--radius5);
    padding: 20px 15px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.warehouse-box .filelabel .title{
  font-size: var(--fs-16);
   font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: var(--to-secondary);

}

#FileInput{
    display:none;
}

.submit-holder{
  border-radius: var(--radius10);
  padding: 20px 15px 0 15px;
  border:1px solid var(--bd2-color);
}

.submit-inn{
  max-width: 570px;
}
.buttons-hd{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.buttons-hd h5{

  font-size: var(--fs-14);
  color: var(--primary);
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.btns-bx{
  display: flex;
  align-items: center;
  gap: 10px;
}


.btns-bx a{
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-align: center;
  padding: 6px 10px; 
  min-width: 80px;
}

.btns-bx .confirm-btn{

  background: var(--to-secondary);
  border-radius: var(--radius5);
  border: 1px solid transparent;
  font-size: var(--fs-14);
  color: var(--white);
  padding: 5px 15px;
}

.btns-bx .confirm-btn:hover{
  background: var(--btn-hover);
}

.btns-bx .deny-btn{

  background: var(--white);
  border-radius: var(--radius5);
  border: 1px solid var(--bd-color);
  font-size: var(--fs-14);
  color: var(--secondary);
}

.btns-bx .deny-btn:hover{
  background: var(--bd-color);
}

.note{
  border-top: 1px solid var(--bd2-color);
  padding: 10px 0;
  margin-top: 20px;
}

.note p{
  font-size: var(--fs-13);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: var(--secondary);
  font-style: italic;
  margin: 0;
}

.note p strong{
   font-family: 'Proxima Nova Rg';
  font-weight: bold;
  opacity: 1;
  color: var(--primary);
}

/* run css */

/* pagination */

.pagination {
  display: flex;
  justify-content: flex-end;
}

.pagination ul{
  display: flex;
  gap: 6px;
}

.pagination a{
  border: 1px solid var(--bd-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-14);
  min-width: 32px;
  min-height: 32px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  border-radius: var(--radius5);
  color: var(--secondary);
}

.pagination a:hover{
  background: var(--bd-color);
}

.pagination a.pg-active{
  background: var(--to-secondary);
  color: var(--white);
  border-color: var(--to-secondary);
}


/* Pagination close */


/* Products css */

.upload-file-pop .modal-header {
  border-bottom:none;
  padding:15px 15px;
}

.upload-file-pop .modal-header h1{
  font-size: var(--fs-14);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.upload-file-pop .modal-header .btn-close{
  font-size: var(--fs-10);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233B4862'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.upload-file-pop .modal-footer{
  border-top: none; 
}

.upload-file-pop .btn-upload{
  font-size: var(--fs-14);
  color: var(--white);
  background: var(--to-secondary);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  padding: 5px 18px;
  border: 1px solid transparent;
  min-width: 80px;
  border-radius: var(--radius5);
}

.upload-file-pop .btn-upload:hover{
  background: var(--btn-hover);
}

.upload-file-pop .btn-deny{
  font-size: var(--fs-14);
  color: var(--secondary);
  background: var(--white);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  padding: 5px 18px;
  border: 1px solid var(--bd-color);
  min-width: 80px;
  border-radius: var(--radius5);
}

.upload-file-pop .btn-deny:hover{
background: var(--bd-color);
}

.upload-file-pop .filelabel {
  width: 100%;
  text-align: center;
  border:1px dashed #04b3bf;
  padding:15px;
  border-radius:5px;
  cursor: pointer;
}

.upload-file-pop  .modal-body{
  padding-top: 0;
  padding-bottom: 0;
}

.upload-file-pop .filelabel h6{
  margin: 10px 0 3px 0;
  font-size: var(--fs-14);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.upload-file-pop .filelabel p{
  margin: 0;
  font-size: var(--fs-12);
  color: var(--secondary);
}

.upload-file-pop .filelabel p span{
  color: var(--to-secondary);
  text-decoration: underline;
}

.uploading-txt{
  margin-top: 15px;
}

.uploading-txt p{
  font-size: var(--fs-13);
  line-height: 1.2;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: var(--secondary);
}

.uploading-txt p button {
  background: none;
  padding: 0;
}

/* Products close */

.con-check {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.con-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.con-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: var(--white);
  border: 1px solid var(--check-bd);
  border-radius: var(--radius5);
}

.con-check:hover input ~ .checkmark {
  border-color: var(--to-secondary);
}

.con-check input:checked ~ .checkmark {
  background-color: var(--to-secondary);
  border-color: #07A3AE;
}

.con-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.con-check input:checked ~ .checkmark:after {
  display: block;
}

.con-check .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Report page css */

.table-dropdown .dropdown-toggle::after{
 display: none;
}

.rt-page-rable .table-responsive{
  min-height: 580px;
}

.table-dropdown .dropdown-toggle{
  padding: 0;
  background: var(--stripe-color);
  border-color: transparent;
  width: 22px;
  height: 22px;
  border-radius: var(--radius5);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-dropdown .dropdown-menu {
  border-color: var(--bd-color);
  right: auto;
  left: 0;
}

.table-dropdown .dropdown-menu a {
  font-size: var(--fs-12);
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--color-777);
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.table-dropdown .dropdown-menu a:hover{
  background: var(--bd2-color);
}

.report-pg-filter .reset-btn{
  background: var(--white);
  color: var(--secondary);
  border-color: var(--bd-color);
}

.report-pg-filter .reset-btn:hover{
 background: var(--bd-color);
}

.report-pg-filter .flt-btn{
  display: flex;
  gap: 5px;
}

.report-pg-filter .date-select2{
  min-width: 160px;
  border:1px solid var(--bd-color);
  font-size: var(--fs-12);
  border-radius: var(--radius5);
  padding: 5px 10px;
}

.report-pg-filter .slct-location{
  flex: 0 0 160px;
  max-width: 160px;
  padding: 5px 10px;
  border-color: var(--bd-color);
  color: var(--secondary);
  font-size: var(--fs-12);
}

.report-pg-filter .sku-number{
  flex: 0 0 160px;
  max-width: 160px;
  border:1px solid var(--bd-color);
  font-size: var(--fs-12);
  border-radius: var(--radius5);
  padding: 5px 10px;
}

.filter-bar-main.report-pg-filter{
  gap: 10px;
}

.dateInfo-holder {
	font-size: 14px;
	font-weight: 600;
	white-space: normal;
	display: inline-block;
	padding: 0 0 0 15px;
	line-height: 1;
}

.dateInfo-holder .dateInfo-label {
	display: block;
}

.dateInfo-holder .dateInfo-label .inner {
	position: relative;
	top: 7px;
	font-size: 11px;
	left: 4px;
	background: #fff;
	padding: 0 5px 0 3px;
}

.dateInfo-holder .dateTimeInfo {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: var(--secondary);
	display: inline-block;
	background: #fff;
	padding: 6px 8px;
	border-radius: .375rem;
	border: 1px solid #ced4da;
	margin-left: 0;
}

.dateInfo-holder .dateInfo-input.time {
	position: relative;
}

.dateInfo-holder .dateInfo-input.time::before {
	content: '|';
	padding: 0 0 0 6px;
	position: relative;
	left: -5px;
}

/* Notificaiton Starts */

.notification-count {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #ff4444;
	color: white;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 10px;
	min-width: 15px;
	text-align: center;
	min-height: 15px;
	border: 2px solid #fff;
}

.notification-list li.unread {
    background-color: #f8f9fa;
}

.notification-list li.unread a {
    font-weight: 500;
}

.notification-list li {
    border-bottom: 1px solid #eee;
}

.notification-list li:last-child {
    border-bottom: none;
}

.notification-list li a {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
}

.notification-list li a:hover {
    background-color: #f8f9fa;
}

.notification-list li a h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.notification-list li a p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.notification-list li a small {
    font-size: 11px;
    color: #999;
}

.notify-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.notify-hd h4 {
    margin: 0;
    font-size: 16px;
}

.notify-hd a {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
}

.view-all-btn {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.view-all-btn:hover {
    background-color: #e9ecef;
    text-decoration: none;
}

.filter-bar-main .add-more-btn-1:hover {
	background: var(--btn-hover) !important;
	color: var(--white);
}

.filter-bar-main #cin7-file-name {
	margin: 0 !important;
	display: inline-block;
	font-size: 14px;
  line-height: 1;
}
.filter-bar-main #cin7-file-name strong {
	display: block;
	line-height: 1.25;
	font-size: 12px;
	text-transform: uppercase;
}

.card-tools.text-right {
	text-align: right;
  padding: 10px 0 15px;
}

.report-table .badge.badge-secondary {
	background: #04b3bf;
}

.pagination .page-link:hover {
	color: var(--secondary);
}
/* Report page css close */
/*  */
ul.mapping-data-wrapper li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

ul.mapping-data-wrapper li span:nth-child(1) {
  flex: 1;
  max-width: 180px;
}
ul.mapping-data-wrapper li span:nth-child(3) {
 

}

ul.mapping-data-wrapper {
  display: flex !important;
  flex-direction: column;
  gap: 4px;
  color: var(--secondary);
}

h2 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--primary);
}

span.file-name-text {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 5px;
}





/* Media start */

@media only screen and (max-width:1400px){
  .report-pg-filter .sku-number{
    max-width: 145px;
  }
  .report-pg-filter .date-select2{
     min-width: 145px;
  }
  .report-pg-filter .slct-location{
    flex: 0 0 145px;
    max-width: 145px;
  }
  .box-inner .lt-holder h2{
    font-size: var(--fs-20);
  }
  .box-inner{
    padding: 20px 15px;
  }
  
  .box-inner .lt-holder {
    flex: 0 0 calc(100% - 34px);
    max-width: calc(100% - 34px);
}
.box-inner .rt-holder {
  flex: 0 0 34px;
  max-width: 34px;
  text-align: right;
}

.box-inner .rt-holder img {
  width: 100%;
}
}

@media only screen and (max-width:1200px){
  .Left-panel {
  flex:0 0 200px;
  max-width: 200px;
}

.Right-panel{
  flex:0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}

.logo-main img{
  max-width: 120px;
}

.header, .right-container-inn{
padding-right: 20px;
padding-left: 20px;
}

.filter-bar-main h4{
  flex: 0 0 100%;
  max-width: 100%;
  font-size: var(--fs-16);
}

.agreement-vt {
  max-width: 330px;
}

.people-vt {
  max-width: 220px;
  right: 2rem;
}

}

@media only screen and (max-width:1024px){

.report-table th, .report-table td{
  white-space: nowrap;
}

.net-graph .heading-bar h3 {
  font-size: var(--fs-14);
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2px;
}

.net-graph .heading-bar .date-select{
  flex: 0 0 100%;
  max-width: 100%;
}

.report-pg-filter .sku-number {
    max-width: 48%;
    flex: 0 0 48%;
  }
  .report-pg-filter .slct-location {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .report-pg-filter .date-select2 {
    min-width: 48%;
  }
}

@media only screen and (max-width:991px){
  .slct-location{
  flex: 0 0 100%;
  max-width: 100%;
}

.agreement-vt {
    max-width: 280px;
  }

.people-vt {
    max-width: 190px;
    right: 2rem;
  }

}

@media only screen and (max-width:767px){
 
 .offcanvas-start {
    max-width: 280px;
  }

  .Left-panel {
    display: none;
  }

  .btn-menu-mob {
    padding: 0 10px 0 0;
    line-height: 1;
    display: inline-block;
    border: none;
  }

  .offcanvas{
    background: var(--blue-bg);
  }

  .offcanvas-body {
    padding: 0;
  }

  .offcanvas-body .logo-main{
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .offcanvas-body .Left-panel {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .Right-panel{
  flex:0 0 100%;
  max-width: 100%;
}

.navbar-nav{
  flex-direction: row;
  gap: 15px;
  flex-grow: unset;
}

.header .navbar-brand {
  flex:0 0 auto;
  max-width: unset;
  margin: 0;
  display: flex;
    align-items: center;
}

.report-heading h3{
  font-size: var(--fs-16);
}

.graphs-inn .net-graph{
  margin: 10px 0;
}

.navbar-expand-sm .navbar-collapse {
  flex:0 0 auto;
  max-width: unset;
}

.user-profile .user{
  width: 34px;
  height: 34px;
}

.header .navbar-brand{
  font-size: var(--fs-16);
}

.filter-bar-main{
  margin-top: 10px;
}

.graphs-holder{
  padding: 15px;
}

.stock-report-main, .graphs-holder {
  margin-top: 20px;
}

.report-pg-filter .sku-number, .report-pg-filter .slct-location, .report-pg-filter .date-select2{
  flex: 0 0 100%;
  max-width: 100%;
}

.login-logo{
  padding: 25px 10px 20px;
}

.privacy-policy {
  padding-top: 60px;
}

.login-container{
  min-height: unset;
  padding: 40px 20px 20px;
}

.agreement-vt, .people-vt{
  display: none;
}

}

@media only screen and (max-width:520px){

.filter-right .dt-filter{
  min-width: 100%;
}

.filter-right .date-select{
  min-width: calc(100% - 30px);
}

}

@media only screen and (max-width:460px){
  .net-graph .heading-bar h3{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .net-graph .heading-bar .date-select{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .graphs-inn .net-graph{
    margin: 8px 0;
  }

  .report-heading h3{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .report-filter{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .report-filter .date-select {
  flex:0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

}

/* Loader Starts */

.upload-file-pop .btn-upload.with-loader .loader-in-button svg {
	max-width: 18px;
}

.upload-file-pop .btn-upload.with-loader .loader-in-button {
	display: inline-block;
}

.upload-file-pop .btn-upload.with-loader {
	display: inline-flex;
	align-content: center;
	gap: 4px;
}

.upload-file-pop .btn-upload.with-loader .btnText {
	display: inline-flex;
	align-items: center;
}

/* Ends */