body{
	font-family: 'Ubuntu', sans-serif;
	background-color: #1A191E;
}
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
    color-adjust: exact !important;                 /*Firefox*/
}
h5,h4{
	font-family: 'Poppins', sans-serif;
}
.fw-500{
	font-weight:500;
}
.btn:hover .plus_btn{
	filter: invert(101%) sepia(0%) saturate(2662%) hue-rotate(289deg) brightness(4%) contrast(89%);
	-moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.bg-numix-black{
	background-color: #1A191E;
}
.height_100vh{
	height:100vh;
}
.text-grey-00{
	color:#868686;
}
.text_seeall{
	color:#0057FF;
}
.text-10px{
	font-size:10px;
}
.text-14px{
	font-size:14px;
}
.white-space-pre{
	white-space: pre;
}
.white-space-nowrap{
	white-space: nowrap;
}
.w-37px{
	width:37px;
}
.cursor-pointer{
	cursor:pointer;
}
.text-gold{
	color: #A47941;	
}
@media(min-width:1200px){
	.position_absolute{
		position:absolute;
	}
}
@media(min-width:768px){
	.position_absolute{
		position:absolute;
	}
}
 
@media(max-width:767px){
	.height_100vh{
		height:100%;
	}
	.translate_middle {
    	transform: translateX(0%)!important;
	}
}

/*form*/
.btn-submit-green{
    color: #fff;
    background-color: #28A745;
    border-color: #28A745;
}
.btn-submit{
	border: 1px solid #A47941;
	box-sizing: border-box;
	border-radius: 5px;
	background: transparent;
}
.modal-content-form{
	background: #2C2C2E;
	border-radius: 5px;
}
/*Login*/
.loginimg_bg{
	background-color: #353539 !important;
}
.form-control-login{
	background-color: #353539 !important;
	border-color: transparent !important;
	border: 1px solid transparent;
	border-radius: 10px;
}
.form-login-btn{
	background: #000;
	color:#fff;
	border-radius: 10px;
}
.form-control-reset {
    background-color: #3C3C3C !important;
    border-color: transparent !important;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 285px;
    color:#fff;
}
.pos_login.position-absolute .pos_login_1{
	display:none;
}
.pos_login.position-absolute {
	width:100%;
}
.z_index{
	z-index:1000;
}
/*Dashboard*/
.icon_bg_dash{
	width: 39px;
	height: 39px;
	left: 188px;
	top: 300px;
	border-radius: 7px;
}
.modal-content-form:hover .icon_bg_hover{
	background: #fff;
}

.modal-content-form  .icon_bg_hover{
  	background-repeat:round;
}
.modal-content-form:hover  .icon_bg_hover{
  	background-repeat:round;
}
.icon_bg_red{
	background: #880015;
}
.modal-content-form.icon_red:hover{
	background: #880015;
}
.img_bg_red {
    background-image: url('../images/icon_search.png?v=4');
}
.modal-content-form.icon_red:hover .img_bg_red{
	background-image: url('../images/icon_search_hover.png?v=4');
}
.icon_bg_orange{
	background: #FF7F27;
}
.modal-content-form.icon_orange:hover{
	background: #FF7F27;
}
.img_bg_orange {
	background-image: url('../images/icon_custom.png?v=4');
}
.modal-content-form.icon_orange:hover .img_bg_orange{
	background-image: url('../images/icon_custom_hover.png?v=4');
}
.icon_bg_purple{
	background: #640065;
}
.modal-content-form.icon_purple:hover{
	background: #640065;
}
.img_bg_purple {
    background-image: url('../images/icon_recent.png?v=4');
}
.modal-content-form.icon_purple:hover .img_bg_purple{
	background-image: url('../images/icon_recent_hover.png?v=4');
}
.icon_bg_blue{
	background: #005DE8;
}
.modal-content-form.icon_blue:hover{
	background: #005DE8;
}
.img_bg_blue {
    background-image: url('../images/icon_latest.png?v=4');
}
.modal-content-form.icon_blue:hover .img_bg_blue{
	background-image: url('../images/icon_latest_hover.png?v=4');
}
.icon_bg_dblue{
	background: #3F48CC;
}
.modal-content-form.icon_dblue:hover{
	background: #3F48CC;
}
.img_bg_dblue {
    background-image: url('../images/icon_popular.png?v=4');
}
.modal-content-form.icon_dblue:hover .img_bg_dblue{
	background-image: url('../images/icon_popular_hover.png?v=4');
}
.icon_bg_green{
	background: #22B14C;
}
.modal-content-form.icon_green:hover{
	background: #22B14C;
}
.img_bg_green {
    background-image: url('../images/icon_chart.png?v=4');
}
.modal-content-form.icon_green:hover .img_bg_green{
	background-image: url('../images/icon_chart_hover.png?v=4');
}
.icon_bg_yellow{
	background: #D1C700;
}
.modal-content-form.icon_yellow:hover{
	background: #D1C700;
}
.img_bg_yellow {
    background-image: url('../images/icon_profile.png?v=4');
}
.modal-content-form.icon_yellow:hover .img_bg_yellow{
	background-image: url('../images/icon_profile_hover.png?v=4');
}
.icon_bg_lred{
	background: #ED1C24;
}
.modal-content-form.icon_lred:hover{
	background: #ED1C24;
}
.img_bg_lred {
    background-image: url('../images/icon_logout.png?v=4');
}
.modal-content-form.icon_lred:hover .img_bg_lred{
	background-image: url('../images/icon_logout_hover.png?v=4');
}
.text-footer-color{
	color:#777777;
}
.translate_middle {
    transform: translateX(-50%);
}

/*Product */
.wrapper {
    display: flex;
    width: 100%;
}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #101010;
    color: #fff;
    transition: all 0.3s;
    overflow-y:auto;
}
#sidebar.active {
    margin-left: -100px;
    padding-left:100px;
}
#sidebar.active .side_none{
    display:none;
}
#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
#content.active {
    width: calc(100% - 150px)
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
        padding-left:0;
    }
    #content {
        width: 100%;
    }
    #content.active .content_header{
        width: calc(100% - 250px);
        z-index:1;
    }
    #content.active {
        width: 100%;
    }
    #sidebarCollapse span {
        display: none;
    }
    #sidebar.active .side_none{
    	display:block;
	}
}
.text-grey-sidebar{
	color:#767676;
}
.grey-border-top{
	border-top: 1px solid #3A3A3A;
}
.form-check-input-custom {
    background-color: transparent !important;
    border: 1px solid rgb(118 115 115 / 88%) !important;
}
.btn-clear{
    color: #fff;
    width: 100%;
	background: #2C2C2E;
	border-radius: 5px;
}
.search_product_card{
	background: linear-gradient(255.96deg, rgba(48, 48, 48, 0.46) 17.71%, rgba(33, 33, 33, 0.723415) 34.9%, #131313 81.77%);
	border-radius: 5px;
}
.search_product_card-sub{
	background: #242326;
	border-radius: 5px;
}
.car_logo_img img {
    height: 100%;
    overflow: hidden;
    display: block;
  	margin-left: auto;
  	margin-right: auto; 
}
.search_product_num{
	height: 32px;
	background: #525252;
	border-radius: 2px;
	color: #fff !important;
}
.search_product_num:focus {
  	color: #fff !important;
  	background-color: #525252 !important;
  	border-color:transparent !important;
  	outline: 0;
  	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.table_border{
	border: 3px solid #242326;
	box-sizing: border-box;
	border-radius: 5px;
}
.table>:not(:first-child) {
    border-top: 3px solid #242326 !important;
}
.table tfoot td{
	border: 0px solid #242326 !important;
}
.btn-table-red{
	width: 130px;
	background: #8E0006;
	border-radius: 3px;
	color:#fff;
}
.btn-table-grey{
	width: 130px;
	background: #303030;
	border-radius: 3px;
	color:#fff;
}
.btn-table-greyia{
	width: 130px;
	background: #1A191E;
    border-color: #30303061 !important;
	border: 1px solid transparent;
	border-radius: 3px;
	color:#fff;
}
.modal-content-search-form{
	background: rgb(13 13 13 / 14%);
	backdrop-filter: blur(20px);
	border-radius: 5px;
	border:1px solid #000;
}
.form-control-search {
    background-color: #3D3D3D !important;
    border-color: transparent !important;
    border: 1px solid transparent;
    color: #CDCDCD;
}
.form-control-input-search {
    background-color: #303030 !important;
    border-color: transparent !important;
    border: 5px solid transparent;
    color: #fff;
}
.border_radius_6{
	border-radius: 0.6rem!important;
}
.width_60px{
	width:60px;
}
.form-control-search:focus {
    color: #fff !important;
}
.id_chart_card{
	background: linear-gradient(180deg, rgba(52, 58, 66, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(4px);
	border-radius: 20px;
	border: 1px solid;
	width: 220px;
    height: 160px;
}
.modal-content-id-chart-form{
	background: #161616;
	border-radius: 5px;
}
.nav-profile-link.active{
	background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    color: #fff;
    padding: 0.5rem 1rem;
}
.table_materials th{
	background-color:#383838 !important;
}
.table_materials.table-bordered > thead > tr > th{
    border:1px solid #242424;
}
/* .table_materials 	tr:first-child td{
	background-color:#383838 !important;
} */
.table_materials 	tr td{
	background-color:#101010;
}
.table_materials .table_btn1.active{
 	background: #101010;
	border-radius: 5px;
}
.table_materials .table_btn2.active{
 	background: #101010;
	border-radius: 5px;
}
.table_materials 	tr td.td_material{
	background-color:#383838 !important;
}
/*Scroll bar*/
#sidebar {
  	scrollbar-width: thin;
  	scrollbar-color: rgb(2rgb(136, 138, 133)5, 255) orange;
}

/* Targtes on Chrome, Edge, and Safari */
#sidebar::-webkit-scrollbar {
  	width: 5px;
}

#sidebar::-webkit-scrollbar-track {
  	background: transparent;
}

#sidebar::-webkit-scrollbar-thumb {
  	border-radius: 10px;
  	background:   #2e3436;
}
/*Scroll bar*/
.thinscrollbar {
  	scrollbar-width: thin;
  	scrollbar-color: rgb(2rgb(136, 138, 133)5, 255) orange;
}

/* Targtes on Chrome, Edge, and Safari */
.thinscrollbar::-webkit-scrollbar {
  	width: 5px;
}

.thinscrollbar::-webkit-scrollbar-track {
  	background: transparent;
}

.thinscrollbar::-webkit-scrollbar-thumb {
  	border-radius: 10px;
  	background:   #2e3436;
}
.form-select{
	background-image:url(../images/dropdown.svg);
}
.border-top-modal {
    border-top: 0.5px solid #494949;
}
.car_logo{
	height:50px;
}
.car_logo img{
	margin: 0px 26px 0px 26px;
}
.webapp_logo{
	width: 190px;
}
.webapp_logo.active {
    width: 122px;
}
.np_logo{
	width: 190px;
}
.btn-green-submit{
	color: #fff;
    background-color: #28A745;
    border-color: #28A745;
}
.btn-red-logout {
    color: #fff;
    background-color: #DE1A22;
    border-color: #DE1A22;
}
.placeholder_color::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#CDCDCD !important;
    font-size:13px !important;
}
.placeholder_color:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#CDCDCD !important;
   	opacity:  1 !important;
    font-size:13px !important;
}
.placeholder_color::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:   #CDCDCD !important;
   	opacity:  1 !important;
    font-size:13px !important;
}
.placeholder_color:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:   #CDCDCD !important;
    font-size:13px !important;
}
.placeholder_color::-ms-input-placeholder { /* Microsoft Edge */
   	color:   #CDCDCD !important;
    font-size:13px !important;
}

.placeholder_color::placeholder { /* Most modern browsers support this now. */
   	color:   #CDCDCD !important;
    font-size:13px !important;
}
.btn-refresh{
	color:#fff;
	background:#00A67E;
	border-color: #00A67E;
}
.h_100vh{
	height:100vh;
}
.padding-right-38 {
    padding-right: 38px;
}
.end-11 {
    margin-right: 11px;
}
.top-50 {
    top: 50%!important;
}
.end-0 {
    right: 0!important;
}

@media print {
  .text-white{ color: #000 !important;}
  body{ background-color: #fff !important;}
  .search_product_card-sub{ background-color: #fff !important;} 
  .search_product_card{ background: #fff !important;} 
  .table_border{ border: none;}
}

