/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@import url('https://fonts.googleapis.com/css?family=Exo');


html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  overflow-y: hidden;
  font-size: 13px;
}


@media only screen and (min-width: 601px){
	nav{
		height: 30px;
	    line-height: 30px;
	    box-shadow: 0px 0px 0px rgba(32, 78, 81,.2);
	    width: 95.5%;
	    font-family: inherit;
	}
	.navbar-fixed{
		height: 30px;
		box-shadow: 0px 0px 0px;
	}
	.row .col.s11{
		width: 95%;
		margin: 0px !important; 
		padding:0px;
	}
	.nav-wrapper{
		background-color: white;
	}
}


nav ul a{
	color: #fff;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 13px;
}

nav li i{
	height: 30px;
	line-height: 30px !important;
}


.dropdown-content a{
	font-family: 'Roboto';
}
.market-select select{
	height:20px;
	color: #fff;
	padding: 0px 5px 2px 2px;
	border-radius: 0px;
	margin: 5px 15px 5px 10px;
	width: 160px;
	background-color: rgba(0,0,0,.1);
	border: 1px solid rgba(255,255,255,.7);
}



.market-select select option{
	color: #555;
	background-color: #fff;
}
/*nav ul a{
	padding: 0px 20px 0px 10px;
	margin: 0px 10px;
}
*/
.brand-logo{
	color: #fff !important;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px !important;
	padding: 0px 15px !important;
}

.side-bar-panel{
  min-height:96.4vh;
  color: #fff; 
  position: relative;
  text-align: center;
  border-right: 1px solid rgba(42, 105, 92, .6);
  /*background-color: rgba(255,255,255,0.2);*/
}

label{
	color: #777 !important;
	font-weight: 400;
}

.sidenav-menu i {
  font-size: 25px;
}

.sidenav-menu ul{
  margin-top: 0px;
}
.sidenav-menu li a{
  padding: 1rem 0rem !important;
  background-color: rgba(32, 78, 81,.2); 
  border-bottom: 1px solid rgba(32, 78, 81,.6);
  color: #fff;
  display: block;
  line-height: 1.7em;
  text-transform: uppercase !important; 
  margin-bottom: 1px;
  font-size: 11px;
  font-family: inherit;
}

.sidenav-menu ul li.hover,
.sidenav-menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
  color: #fff !important;
  background-color: rgba(255, 254, 255,.1); 
}

.padding-0{
	padding: 0px !important;
	margin: 0px;
}

.sidenav-menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 200px;
  background-color: rgb(55, 129, 141);
  text-align:left;
}
.sidenav-menu ul ul li a{
  float: none;
  padding: .8rem 2rem !important;
  background-color: rgba(32, 78, 81,.2); 
  border-bottom: 1px solid rgba(32, 78, 81,.4);
  color: #fff;
  line-height: 1.7em;
  text-transform: capitalize !important; 
  margin-bottom: 1px;
  font-size: 12px;
}
.sidenav-menu ul ul ul {
  top: -2px;
  right: 0;
}
.sidenav-menu ul li:hover > ul {
  visibility: visible;
}
.sidenav-menu ul ul {
  top: 1px;
  left: 100%;
}
.sidenav-menu ul li {
  float: none;
}
.sidenav-menu ul ul {
  margin-top: 1px;
}
.sidenav-menu ul ul li {
  font-weight: normal;
}

.footer-pane{
  color: #999;
  position: fixed;
  text-align: right;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #ddd;
  border-top: 1px solid #bbb;
  z-index: 14000;
}

.footer-pane i{
	line-height: 1px !important;
}

.end-footer{
  color: #777;
  font-size: 10px;
  text-align: right;
  padding: 4px 5px;
  margin: 0px;
}

.empty-height{
	padding: 50px !important;
	min-height: 1px;
}

.empty-div-10{
	padding: 10px !important;
	min-height: 1px;
}

.top-pane{
	background-color: #f5f5f5 !important;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px !important;
}

.top-pane .heading{
	color: #333;
	font-size: 18px;
	font-weight: 300;
	font-family: inherit;
	padding: 25px !important;
}

.product-exists-alert{
	padding: 5px;
}

.search-product{
	margin: 0px;
	padding: 0px !important;
}



.search-product .heading{
	padding: 10px !important;
}

.search-result-bar{
	padding: 2px 10px 10px 10px;
}
.search-result-bar i{
	margin: 3px;
}

.search-result-bar a{
	color: teal;
	text-decoration: underline;
	cursor: pointer
}
.search-result-bar a:hover{
	color: grey;
	text-decoration: underline;
}

.result-count{
	display: inline;
	padding: 0px 150px;
	color: #999;
}

.search-product .input-field{
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.search-product input[type=text],
.search-product input[type=checkbox]{
	height: 2rem;
	margin-bottom: 2px;
}

.loading-bar{
	margin-bottom: 0px;
	padding: 0px !important;
	display:show;
	z-index: 10000 !important;
}

.loading-bar .col{
	padding: 0px !important;
}

ul.tabs > li.tab > a.active {
    background-color: #fff8e1 !important;
    color: #333;
}

ul.tabs > li.tab > a:hover {
    color: #333;
}

ul.tabs > li.tab > a {
    color: #888;
}


.tabs .indicator{
	background-color: #ffb74d;
}

.tab-detail-box{
	padding: 25px 10px 10px 10px!important;
	background-color: #f2f2f2;
	border-top: 1px solid #ffb74d;
	border-bottom: 1px solid #ffb74d;
	/* color: black !important; */
}

.tab-detail-box .row{
	margin-bottom: 10px !important;
}

.input:not([type]), input[type=text]:not(.browser-default) {
	margin-bottom: 0px;
}


.vertical-divider{
	border-right: 1px solid #ddd;
	border-image: linear-gradient(to bottom,transparent 0,transparent 10%,#d5dbdb 33%,#d5dbdb 80%,transparent 85%) 1;
	padding: 10px;
	height: 300px;
	text-align: left;
	color: #616161;
}

.vertical-divider-left{
	border-left: 1px solid #ddd;
	border-image: linear-gradient(to bottom,transparent 0,transparent 2%,#d5dbdb 23%,#d5dbdb 90%,transparent 95%) 1;
	padding: 2px;
	height: 300px;
	text-align: left;
	color: #444;
}

.vertical-divider-left .row {

	margin-bottom: 2px !important;
}


.middle-page-content{
	overflow-y: auto !important;
	height: 94vh;
}

.notification-box{
	border-left: 1px solid #d5dbdb;
	border-image: linear-gradient(to bottom,transparent 0,transparent 15%,#d5dbdb 33%,#d5dbdb 66%,transparent 85%) 1;
	padding: 18px;
	display: inline-block;
	justify-content: 'space-between';
	text-align: left;
	width: 30%;
	font-size: 12px;
	color: #777;
	font-weight: 400;
}

.product-btn{
	padding-top:40px !important;
	text-align: center;
}

.notification-box span{
	font-size: 17px;
	display: block;
}

.notification-box a{
	color: #999;
}

.collapsible-header{
	font-weight: 500;
	color: #333;
}


.badge-tag{
	margin-top: 10px;
	font-size: 13px !important;
	padding: 5px;
}

.meta-div{
	background-color: #fff;
	padding:10px;
	border: 1px solid #eee;
	border-top: 5px solid #ED8F1B;
}



.meta-data-block{
	background-color: rgba(220,220,220, .2);
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 20px;
}
.add-more-box{
	text-align: center;
}

.description-box{
	padding:10px;
	background-color: #fff;
	border: 1px solid #eee;


}

.wrap-bar{
	background: #ED8F1B;
	padding: 3px;
}

.alert-notice{
	display:none;
	padding: 2px;
	color: #b71c1c;
	text-align: left;
	line-height: 1.5em !important;
	height: 25px;
}

.alert-notice a{
	color: #b71c1c;
	text-decoration: underline;
		cursor: pointer;
}



.main-img-div{
		/*width: 360px !important;*/
		border: 1px solid #ddd;
		background-color: #f1f1f1;
}

.main-image-col{
	/*background-color: #f1f1f1;*/
	text-align: center !important;
	padding-top: 5px !important;
	padding:5px !important;
}
.modal{
	border-top: 5px solid #008794;
	border-radius: 0px;
	width: 50%;
	
}

.img-option{
	margin-top: 5px;
	/* vertical-align: middle !important;
	text-align: left !important; */

}

.link a{
	color: teal;
	cursor: pointer;
}
.link a:hover{
	color: teal;
	cursor: pointer;
	text-decoration: underline;
}

.product-right-pane{
	padding:0px;
	line-height: 1em;
	text-align:right;
}

.modal .heading{
	font-size: 20px;
	padding: 20px 10px;
}

.gallery-imgs{
	/* width: 75px;
	height: 85px; */
	display: inline-block;
	margin: 0px 20px 0px 0px;
	padding: 60px;
	cursor: pointer;
	border: 1px solid #ddd;
}

.close-tag{
    cursor: pointer;
    float: right;
    font-size: 18px;
    line-height: 32px;
    padding-left: 8px;
}
.shipping-detail{
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	margin-left: 10px;
	display: inline-block;
}


.region-div{
	display:inline-block;
	background-color: #f1f1f1;
	padding: 0px;
	margin-left: 10px;
}

.validate{
	padding-bottom: 0px;
}

.loader-hold-text{
	color: #888;
	text-align: center;
	display: none;
	font-weight: 400;
}

.loading-overlay{
	display:none;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	z-index: 5000;
	vertical-align: bottom !important;
	text-align: center;
	font-size: 20px;
	color: #fff;
	width: 95%;
	height: 95% !important;
	font-weight: 300;
	color: #fff;
}

.progress-bar{
	padding-top: 0px; 
	margin-top: 0px; 
	z-index: 5001;
	border-radius: 0px;
	opacity: .5
}


.product-list-box{
	border: 1px solid #eee;
	border-top: 2px solid #ffab40;
	padding:10px;
	background-color: #fff;
	margin: 15px 10px;
}

.product-list-thumbnail{
	width: 160px !important;
}

.alert-thumbnail{
	width: 30px !important;
}

.alert-body{
	padding: 0.5rem !important;
	max-height: 300px;
	overflow-y: auto;
}

.table-alert td{
	padding: 10px;
	text-align: left;
}



.error-alert{
	color: #b71c1c;
	font-size: 15px !important;
	padding-top: 15px;
}

.success-alert{
	color: #006064;
	font-size: 15px !important;
	padding-top: 15px;
}

.warning-alert{
	color: #5d4037;
	font-size: 15px !important;
	padding-top: 15px;
}

.currency-badge{
	color: #00695c;
	font-weight: 500;
	font-size: 15px;
}

.condition-badge{
	color: #616161;
	font-weight: 400;
	font-size: 12px;
}

.product-list-title{
	font-weight: 500;
	color: #333;
	cursor: pointer;
}
.product-list-url{
	font-size: 11px;
	color: #333;
}

.product-list-url a{
	color: #777;
}

.no-product-txt{
	color: #777;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.seller-box{
	background-color: #f1f8e9;
}

.shipping-badge{
	padding: 5px;
	font-size: 13px;
}

.product-search input[type=text]{
	margin: 0px !important;
}

.input-field input[type=text].invalid {
     border-bottom: 1px solid #ccc;
     box-shadow: 0 1px 0 0 #fff;
}

.fixed-price{
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 10px;
	color: #777;
	padding: 5px 3px !important;

}

.fixed-price-active{
	background-color: #f0f4c3 !important;
	border: 1px solid #878f2e;
	margin: 10px;
	color: #333;
}
.fixed-price-msg{
	color: #777;
	display:none;
	font-size: 12px;
}
.market-flag{
	padding-top: 7px;
	padding-right: 20px;
}

.inventory-report{
	padding: 0px 0px 50px 0px;
}

.inventory-report a{
	cursor: pointer;
}


.table-cell{
	padding: 2px 10px 2px 10px !important;
	font-size: 11px;
}

.table-cell-th{
	padding: 8px 10px 8px 10px !important;
	font-size: 11px;
}

.inv-table{
	width: 100%;
}

.inv-table thead{
	border: 1px solid #888;
}

.inv-table th{
	color: #555;
	border-radius: 0px;
	border-bottom: 1px solid #ddd !important;
}

.inv-table th input{
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #FFF;
	padding: 3px;
	width: 100%;
}

.inv-table select{
	height: 14px;
	padding: 3px !important;
	border-radius: 0px;
	border-color: #ddd;
	font-size: 12px;
	line-height: normal;
	color: #555;
	font-weight: 400;
}

.report-thumbnail{
	width: 60px !important;
	height: 65px !important;
}

.report-title span{
	font-size: 11px;
	color: #888;
	line-height: 1.5px;
}

.product-modal{
	width: 95% !important;
	height: 100% !important;
	top: 0% !important;
	left: 5% !important;
	max-height: 97%;
	
}

.product-modal label{
	left: .85rem !important;
}

.bulk-action-modal{
	width: 95% !important;
	max-height: 90rem !important;
	top: 3.5% !important;
	left: 5% !important;
}

.product-modal-content{
	padding: 10px 0px !important;
	height: 94% !important;
	background-color: #e9e9e9;
	overflow-x: hidden;
}

.remove-item-modal-content{
	padding: 10px 0px !important;
	height: 30% !important;
	background-color: #f1f1f1;
}

.modal-overlay{
	z-index: 1002 !important;
}

.category-modal{
	background-color: #f8f8f8;
	padding: 10px !important;
}

.category-container{
	margin: 2px;
	max-height: 400px;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 3px solid #ccc;
	text-align: center;	
}

.category-container td{
	padding: 4px !important;
}
.category-container li {
	padding: 2px !important;
}


.cl-cat-tr{
	cursor: pointer;
	background-color: #fff;
}

.sec-cat-tr{
	background-color: #ffb74d !important;
	cursor: pointer;
}

.cat-input{
	margin: 2px;
	padding: 8px !important;
	border: 1px solid #ccc !important;
	width: 100%;
}


.bulk-inv-checkbox [type="checkbox"]+label{
	height: 10px !important;
}


.bulk-inv-checkbox input[type="checkbox"].filled-in:not(:checked)+label:after{
	height: 12px !important;
	width: 12px !important;
}

.bulk-inv-checkbox input[type="checkbox"].filled-in:checked+label:after{
	height: 12px !important;
	width: 12px !important;
}

.bulk-inv-checkbox [type="checkbox"].filled-in:checked+label:before{
	height: 9px !important;
	width: 5px !important;
	top: -2px;
	left: -1px;
}

.bulk-inv-checkbox [type="checkbox"].filled-in:not(:checked)+label:before{
	height: 9px !important;
	width: 5px !important;
	top: -2px;
	left: -1px;
}

.inv-action-btn{
	padding: 10px 13px 10px 10px;
	height: 28px;
	line-height: 9px;
	margin: 0px 5px;
}

.order-container{
	position: relative;
	border: 1px solid #f1f1f1 !important;
	/*margin: 5px;*/
}

.order-container:hover{
	background-color: #f9fbe7;
	z-index: 1;
	/*color: red;*/
}


.order-thumbnail{
	width: 100px !important;
	height: 105px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.order-status-bar{
	/*color: white;*/
	font-weight: 400 !important;
	font-size: 13px !important;
	margin-bottom: 0px;
	padding: 5px;
	border: 1px solid #afb42b;
	border-top: 0px;

}

.order-id-badge{
	font-weight: 400;
	color: #3949ab !important;
	cursor: pointer;
	
	/*text-decoration: underline;*/

}


.order-link a{
	font-weight: 400;
	color: #3949ab !important;
	cursor: pointer;
	
	/*text-decoration: underline;*/
}



.table-report{
  background-color: #fff;

}

.table-report th{
  background-color: #a0bbc6;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Roboto';
  color: #000;
  border-radius: 0px;
  /* border: 1px solid #d1d7da; */
}

.table-report td{
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto;
  color: #000000;
  border-radius: 0px;
}

.table-report a{
  font-size: 12px;
  font-weight: 400;
 font-family: Roboto;
  color: rgb(11, 124, 124);
  border-radius: 0px;
}

.report-header-title {
    background-color: rgba(255, 255, 255, .6);
    color: #333;
    font-size: 18px;
    padding: 5px 5px;
    font-weight: 400;
}

.box-frame {
  background-color: #f1f1f1;
  box-shadow: 1px 1px 15px #ccc;
  margin: 10px 0px 10px 0px;
}

.box-frame .row{
	margin-bottom: 0px;
}

.table-report select{
	padding: 0px;
	height: 1.31rem;
	border: 1px solid #999;
	border-radius: 0px
}

.dt-buttons{
  padding: 5px 5px;
}

.dt-button{
  padding: 5px 19px !important;
  background-image: -webkit-linear-gradient(top, #fff 0%, #d0cece 100%) !important;
  border: '1px solid #647b5c !important';
  color: rgb(1, 36, 1) !important;
}


.order-inv-id{
	cursor: pointer;
	padding: 10px 5px;
}

.order-info{
	/*vertical-align: middle;*/
	margin: 7px;
	padding: 8px;
	text-align:center;
}

.order-filter-row{
	padding: 1px;
	margin-bottom: 10px;
}

.order-address-textarea{
	height: 6rem !important;
	/*margin-bottom: 4px;*/
	cursor: text;
	padding: 0rem 0 1.2rem 0 !important;
	margin: 0px !important;
	color: brown !important;
}

.wholesale-inv-form input,
.modal input,
.crud-form input,
.crud-form textarea
 {
	padding: 0px 7px !important;
	border: 1px solid #ddd !important;
	border-bottom: 1px solid teal !important;
	background-color: #fff !important;
	/* -webkit-transition: 0.5s;  */
	 width: 100%;	
	 height: 36px;
}

select {
	border: 1px solid #ddd !important;
}

.modal textarea {
	padding: 5px !important;
	border: 1px solid #ddd !important;
	border-bottom: 1px solid teal !important;
	background-color: #fff !important;
	/* -webkit-transition: 0.5s;  */
	 width: 100%;	

}

.modal input:focus,
.modal textarea:focus,
.crud-form input:focus,
.crud-form textarea:focus{
	/* padding: 5px; */
	/* border: 1px solid teal !important; */
	background-color: #f9fbe7;
	outline: none;

}

.modal input:disabled,
.crud-form input:disabled,
.crud-form textarea:disabled{
	background-color: #f1f1f1;
	cursor: not-allowed;
}

.full-width{
	width: 100%;

}

.padding-h18{
	padding-top: 14px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;

}

.modal label{
	display: block;
}

.add-edit-modal{
	width: 60%;
}

.remove-rcord-modal{
	width: 30%
}

.crud-modal-label{
	font-size: 12px;
	font-weight: 400;
	padding-top: 10px !important;
}

.report-bottom{
	padding: 10px;
}

a{
	cursor: pointer;
}

.order-detail-title{
	font-size: 14px !important; 
	font-weight: 500;
	padding: 5px;
}

.invQty {
	font-weight: bold;
	background-color: #f2f0f0;
	font-size: 13px;
	color: green;
	text-align: center;
}

.highlight-row{
	font-weight: bold;
}

.orderBox{
	background: #ffebee;
	border: 1px solid #ef9a9a;
	padding:5px;
	margin-top: 5px;
}

.order-tab {
	padding: 5px;
	margin-bottom: 0px;
	border: 1px solid #afb42b;
	border-bottom: 0px;
}

.product-count{
	padding: 5px 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.disabledDiv {
	opacity: 0.9;
	background-color: rgba(220,220,220, .9);
}

.modal textarea{
	height: 6rem;
}


/*For dev env chaange color */
.sidenav-menu-dev i {
  font-size: 25px;
}

.sidenav-menu-dev ul{
  margin-top: 0px;
}
.sidenav-menu-dev li a{
  padding: 1rem 0rem !important;
  background-color: rgba(6, 7, 7, 0.8); 
  border-bottom: 1px solid rgba(11, 12, 12, 0.6);
  color: #fff;
  display: block;
  line-height: 1.7em;
  text-transform: uppercase !important; 
  margin-bottom: 1px;
  font-size: 11px;
  font-family: inherit;
}

.sidenav-menu-dev ul li.hover,
.sidenav-menu-dev ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
  color: #fff !important;
  background-color: rgba(8, 8, 8, 0.5); 
}

.padding-0{
	padding: 0px !important;
	margin: 0px;
}

.sidenav-menu-dev ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 200px;
  background-color: rgb(12, 13, 14);
  text-align:left;
}

.sidenav-menu-dev ul ul li a{
  float: none;
  padding: .8rem 2rem !important;
  background-color: rgba(18, 20, 20, 0.2); 
  border-bottom: 1px solid rgba(44, 46, 46, 0.4);
  color: #fff;
  line-height: 1.7em;
  text-transform: capitalize !important; 
  margin-bottom: 1px;
  font-size: 12px;
}
.sidenav-menu-dev ul ul ul {
  top: -2px;
  right: 0;
}
.sidenav-menu-dev ul li:hover > ul {
  visibility: visible;
}
.sidenav-menu-dev ul ul {
  top: 1px;
  left: 100%;
}
.sidenav-menu-dev ul li {
  float: none;
}
.sidenav-menu-dev ul ul {
  margin-top: 1px;
}
.sidenav-menu-dev ul ul li {
  font-weight: normal;
}

.logoClass{
	text-align: center;
}

.logoClass img{
	width: 50px;
	margin-right: 5px
}

.ps-strategy-header{

	background-color:  #f1f1f1
}

.inv-badge-az{
	margin-bottom: 5px;
}

.inv-badge{
	margin-top: 5px;
}

.strategy-product-table td {
	
	padding: 5px 5px !important;
	align-items:center;
	vertical-align: center;
	text-align: left;
	border: 1px dotted #ccc;
	
}

.strategy-product-table .az_link {
	color: green
}

.ws_order_comments{
	/* display:none; */
	padding:0px !important;
}

.wo_order_border{
	padding: 1px;
}

.ws_order_table th, .wo-order {
	background-image: url('../images/table-header-bg.gif');
    background-size: contain;
    background-repeat: repeat-x;

	border: 1px solid #9eb6ce;
    border-width: 0px 1px 1px 0px;
	padding: 10px 10px;

}

.ws_order_table td{
	padding: 2px 0px 2px 5px;
	border: 1px solid #eee;
	color: #111
}
/* Define the animation */
@keyframes shake {
  0% { transform: rotate(0); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(-15deg); }
  75% { transform: rotate(15deg); }
  100% { transform: rotate(0); }
}

/* Apply the animation to the bell icon */
.shake-bell {
  animation: shake 0.5s ease infinite; /* Adjust the duration and timing function as needed */
}


@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-40px); /* Start off-screen */
  }
  50% {
    opacity: 0.5;
    transform: translateY(-20px); /* Move to original position */
  }
   100% {
    opacity: 1;
    transform: translateY(0); /* Move to original position */
  }
}

/* Apply the animation to the rows */
.fade-in-row {
  animation: fadeInFromTop 0.5s ease-out; /* Adjust the duration and timing function as needed */
}


.background-div {
	width: 100%;
	/* Adjust as needed */
	height: 100%;
	/* Adjust as needed */
	background-image: url('/assets/images/dashboard-backdrop.png');
	background-size: contain;
	/* Ensures the image fits within the div */
	background-repeat: no-repeat;
	}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* Center text horizontally */
 
}

.hover-loading{
	position: relative;
}

.hover-loading:after {
	content: "Updating..."; /* Add the content using ::after */
	width: 100%;
	height: 100%;
	opacity: 0.2;
	position: absolute; /* Position the content absolutely */
	top: 0px;
	left: 0px;
	background-color: #111; /* Background color for the content */
	text-align: center;
	color: #fff
}

.add-item-wo i.left {
    margin-top: 3.5px; /* Adjust value as needed */
}

.add-item-wo button:focus {
   background-color: #eee;
}
