html{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  background: #eef2f5;
}
.login_from{
	position: absolute;
	max-width: 460px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
}
.form_content{
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.form_content .ur-frontend-form.login{
  border: none;
  margin: 0;
  padding: 0;
}

.form_content h3{
  padding: 0 6px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.input-group{
  border: none;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.form_content .form-control{
    border: none;
    padding: 0;
    margin: 0;
    min-height: 50px;
    font-size: 16px;
    outline: 0;
    box-shadow: none;
}
.form_content .input-group-text{
  background: transparent;
  border: none;
  padding: 0 10px 0 0;
}

::placeholder {
  color: #707070 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #707070 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #707070 !important;
}

.form_content .user-registration-Button.button,.form_content .btn.button.ur-submit-button {
    border: none;
    width: 100%;
    border-radius: 26px;
    background: #ff4644;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    outline: 0;
    padding: 12px 0;
    cursor: pointer;
    margin-top: 20px;
}
.form_content a{
    color: #000;
    font-size: 15px;
    position: relative;
}

.form_content .ur-frontend-form .ur-button-container{
 padding: 0;
}

.form_content h4{
  width: 100%;
  position: relative;
  text-align: center;
}
.form_content h4:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 0;
}
.form_content h4 span{
  background: #fff;
  font-size: 15px;
  color: #999;
  font-weight: 300;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.forgot_password:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.forgot_password:hover{
	text-decoration: none;
}
.header{
	display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background: #fff;
    padding:8px 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    position: fixed;
    width: 100%;
}
.header .top-right{
	display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}
.top_search.input-group .form-outline{width: 90%;}
.top_search.input-group{margin-bottom: 0;justify-content: space-between;}
.top_search.input-group .search{
	outline: 0;
    border: 0;
    box-shadow: none;
    padding-left: 0;
}
.top_search.input-group .serach_btn{
    border: none;
    background: transparent;
    outline: 0;
    cursor: pointer;
}
.user_icon{
	width: 280px;
    text-align: right;
    border-left: 1px solid #7f7f7f;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
.user_icon span {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    line-height: 17px;
    margin-left: 4px;
    background: url(../images/user_arrow.png) right center no-repeat;
    padding-right: 25px;
    margin-right: 8px;
    color: #000;
}
.user_icon .dropdown-menu{
    border: none;
    box-shadow: 0 17px 15px rgb(0 0 0 / 10%);
    padding: 20px 13px 10px;
    left: 13px;
    top: 30px;
    z-index: -1;
}
.user_icon .dropdown-menu li a{color: #000; text-decoration: none;    margin: 8px 0;
    display: block}
.user_icon .dropdown-menu li a:hover{text-decoration: none;color: #fd4543;}
.user_icon:hover .dropdown-menu{display: block;}
.user_icon .dropdown-menu span{
  background: none;
}
.footer_absolute{
	position: fixed;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.footer p{
	color: #6f6f6f;
	font-size: 12px;
	text-align: center;
}
.body_content{
	height: 100%;
	display: flex;
}
.sidebar_pannel{
	width: 275px;
    position: fixed;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 0;
    padding-top: 70px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.sidebar_pannel .sub-menu {
    display: none;
}
.sidebar_pannel ul{
	margin: 0; 
	padding: 0;
	list-style: none;
}
.sidebar_pannel ul li{
	display: block;
}
.sidebar_pannel ul li a{
  color: #000;
  margin: 10px 0;
  padding: 10px 30px;
  background: url('../images/menu_arrow.png') 90% 50% no-repeat;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.sidebar_pannel ul li.open>a{
   background: #eef2f5;
   background: #eef2f5 url('../images/menu_arrow_down.png') 90% 50% no-repeat;
   text-decoration: none;
   color: #000;
}
.sidebar_pannel ul li a:hover,.sidebar_pannel ul li.open>a{
  text-decoration: none;
  color: #ff4644;
  background-color: #eef2f5;
  display: block;
}
.sidebar_pannel ul li a .fa{
	margin-right: 10px;
}
.sidebar_pannel ul li a:hover .fa,.sidebar_pannel ul li a.active .fa,.product_list_table .btn:hover{
	color: #ff4644;
}
.sidebar_pannel ul.sub-menu li a{
  padding: 4px 30px 4px 46px;
  margin: 6px 0;
}
.rightbar_content{
	padding-left: 280px;
    padding-top: 110px;
}
.body_content .container-fluid{
	padding: 0px 40px;
}

.global_btn,.global_btn:hover,.global_btn:focus {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  border-radius: 34px;
  background: #ff4644;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  border:none;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
.global_btn.black_btn{
  background: #2e2c2c;
  color: #fff;
}
.product_list_table{
	background: #fff;
	padding: 30px;
	border-radius: 9px;
}

.product_list_table .table thead th{
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
}
.product_list_table .btn,.product_list_table .btn:focus{
	color: #000;
	font-size: 14px;
	font-weight: 500;
	border:0;
	outline: none;
	box-shadow: none;
}
.product_list_table .btn.edit_btn{
	border: 1px solid #ebebeb;
    border-radius: 26px;
    padding: 5px 12px;
    margin: 2px;
}
.product_list_table .btn.delet_btn{
    background: #eef2f5;
    border-radius: 100%;
    padding: 3px 11px;
    margin-left: 4px;
    font-size: 18px;
}


.add_product .form-control,.fields_style .form-control{
    height: auto;
    border-color: #cccccc;
    outline: 0;
    box-shadow: 5px 0 8px rgba(0,1,1,0.05);
    margin-bottom: 18px;

}
.add_product select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    background: #fff url('../images/arrow.png') 94% center no-repeat;
    color: #969696;
}
.add_product .form-control.height_textarea{
	height: 130px;
}
.add_product .global_btn{
    padding: 14px 60px;
    cursor: pointer;
}
.file-upload{display:block;text-align:center;font-size: 12px;}
.file-upload .file-select{display:block;border: 0;color: #34495e;cursor:pointer;height:52px;line-height:52px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{
	background: #000;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    border-radius: 36px;
}
.file-upload .file-select .file-select-name{
	line-height: 52px;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.file-upload .file-select:hover{transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:52px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:52px;line-height:52px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.product_list_table.add_product label{
  font-size: 1rem;
}
.rightbar_content label.errors{
  color: #ff0000;
  font-size: 14px;
}
.fields_style .btn_group{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.rightbar_content h3{
  font-size: 22px;
  border-bottom: 1px solid #e8ecef;
  padding-bottom: 10px;
}
.dataTables_length select{
    width: 100px;
    padding: 7px 15px;
    height: auto;
    border-color: #cccccc;
    outline: 0;
    box-shadow: 5px 0 8px rgb(0 1 1 / 5%);
    margin-bottom: 18px;
    margin: 0 10px 2px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    background: #fff url('../images/arrow.png') 87% center no-repeat;
}
.alert-danger {
    color: #ffffff;
    background-color: #fd4543;
    border-color: #db3b39;
    padding: 8px 1.25rem;
}
.alert-success {
    color: #ffffff;
    background-color: #008821;
    border-color: #0a7c25;
    padding: 8px 1.25rem;
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus{
    border-color: transparent;
    box-shadow: none;
}

table.dataTable tbody tr.disable-row{background-color: #f3f3f3;}
.switch_custom {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch_custom input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch_custom .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_custom .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_custom input:checked + .slider {
  background-color: #ff4644;
}

.switch_custom input:focus + .slider {
  box-shadow: 0 0 1px #ff4644;
}

.switch_custom input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch_custom .slider.round {
  border-radius: 34px;
}

.switch_custom .slider.round:before {
  border-radius: 50%;
}
.login_from .form-group span.invalid-feedback{
  font-size: 15px;
  font-weight: 300;
}