/*modal general (scrolable)*/
.brand-logo{
	width: 28px;
}
.modal{
	overflow-y: scroll;
}

/*Table hover color*/
.table-hover tbody tr:hover {
	color: #000000;
	background-color: rgb(161 161 161 / 50%);
}

/*tabs add customer page*/
#addCustomerLeftTab li{
	line-height: 2.8;
}

#addCustomerLeftTab li .nav-link {
	display: block; 
}

#addCustomerLeftTab li .nav-link.active {
	background-color: #00b4b7;
	color: white;
	border-radius: 0.25rem 0.25rem 0 0;
}

/*error label*/
label.error{
	color: red;
}

.badge {
	margin-left: 5px;
}

.kanban-right-panel{
	border: 1px solid #e4e7ed;
	/*display: grid; */
	padding: 15px;
	overflow-y: scroll; 
	height:500px;
}
.kanban-container{
	overflow-y: scroll; 
	height:1200px;
}
.kanban-container .kanban-board{
	padding: 1rem 0rem 2rem 0rem;
}


.kanban-right-panel .kanban-item{
	padding: 0px;
	margin-bottom: 1px;
}
.search-ajax-admin{
	list-style: none; 
	padding: 0px 15px 0px 0px;
	position: absolute;
	z-index: 9;
	background: white;
}
.search-ajax-admin li{
	padding: 0px 6px; 
	border: 1px solid #a2a2a266;
	cursor: pointer;
}

.list-group-item {
	padding: 0.7rem 1.25rem;
}

.navbar {
	padding: 0px!important;
}

.toast-error {
	background-color: #ff7588!important;
}
.toast-success {
	background-color: #2cd6a3!important;
}

.grey-section{
	background: #e9e9e9;
	padding: 10px;
}

.yellow-input {
    background-color: #FFEB3B;
    border-color: #908d8d;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}
.grey-input {
    background-color: #d6d6d6;
    border-color: #908d8d;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}
.green-input {
    background-color: #41df4d;
    border-color: #908d8d;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.swal2-popup {
    width: auto!important;
}

.profit-box{
    border: 1px solid #26CCCA;
    background: #26CCCA3C;
    padding: 10px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
}
.profit-box input{
    background: transparent;
    font-weight: 600;
}

.modal-xl2 {
    max-width: 1179px;
}

.tcost{
    width: 80px;
}
