.form-group label {
	font-size: 16px;
}
.form-control {
	font-size: 16px;
}
.success_msg{
	color: green;
	margin-bottom: 0;
}
.unsuccess_msg{
	color: red;
	margin-bottom: 0;
	margin-top: -22px;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    width: auto !important;
    max-width: initial !important;
}
.sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-image img {
    width: auto !important;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-img img {
    width: auto !important;
}
.msg_box_size{
	height: 20px;
	margin-top: -15px;
    margin-bottom: 10px;
}
.whats_section {
    display: flex;
}
.whats_section button {
	height: 2.875rem;
}
.cat_slider_inner{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	box-shadow: 0px 0px 5px #cdcdcd;
	margin: auto;
}
.cat_slider_inner:hover{
	box-shadow: 0px 0px 15px #cdcdcd;
	transition: .5s;
}
.cat_slider img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	padding: 10px;
}
.feed_side_customers {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
	transition: .5s;
    background: #fff;
    height: 100%;
	box-shadow: 0px 0px 10px #cdcdcd;
}
.product_img {
    width: 25%;
	display: inline-block;
}
.product_name{
	width: 65%;
	display: inline-block;
}
.product_btn{
	width: 10%;
	display: inline-block;
	cursor: pointer;
}
.product_img img {
    width: 100%;
}
.inner_product {
    display: inline-table;
}
.close_pro_box{
	cursor: pointer;
}
.open_list_box {
    position: absolute;
    left: -120px;
    bottom: 20px;
    background: #cdcdcd;
    width: 100px;
    height: 30px;
    text-align: center;
    padding: 5px 0px;
    box-shadow: 0px 0px 10px #cdcdcd;
    border-radius: 5px;
	cursor: pointer;
}
.feed_pro_list {
    height: 77vh;
    overflow-y: scroll;
}
.custome_checkbox_outer img {
    height: 45px;
}
.add_cart_module {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    background: #fff;
    height: 100%;
    padding: 20px 15px;
	box-shadow: 0px 0px 10px #cdcdcd;
}
.added_success{
	position: fixed;
    background: green;
    top: 20px;
    right: 20px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
}
.removed_success{
	position: fixed;
    background: red;
    top: 20px;
    right: 20px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
}
.card_items_indications {
    position: absolute;
    bottom: 20px;
    left: -75px;
    background: #3498db;
    width: 50px;
    height: 50px;
    color: #fff;
	border-radius: 5px;
	padding: 17px 5px;
	display: flex;
}
/* .card_sec_list { */
    /* overflow: scroll; */
	/* height: 400px; */
    /* padding-bottom: 30px; */
/* } */

.card_items_items {
    font-size: 13px;
    margin-top: -10px;
}
.card_items_icon i {
    font-size: 20px;
}
.card_sec_list {
  /* background-color: #fdfdfd; */
  height: 400px;
  width: 100%;
  /* border-radius: 6px; */
  /* box-shadow: 0 4px 28px rgba(123,151,158,.25); */
  /* border: 1px solid #d6dee1; */
  padding-bottom: 30px;
  overflow: scroll;
}
.card_sec_list::-webkit-scrollbar {
  width: 20px;
}
.card_sec_list::-webkit-scrollbar-track {
  background-color: transparent;
}
.card_sec_list::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.card_sec_list::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}


.header-part { margin: 0; position: fixed; width: 100%; background: #233664; z-index: 1; }
.header-part h1 { color: #fff; font-weight: 600; letter-spacing: 1px; margin: -2rem 0 0;}
.justify-content-space-between {
	justify-content: space-between;
}
.bg-wrapper > .content-wrapper {
    background: url('../images/feedback.png'); background-size: 100%;
}
.bg-wrapper > .content-wrapper::before { z-index: -1; content: ""; position: absolute; top:0; left: 0; height: 100%; width: 100%; background: #ededed; }
/* #40C9A2 FCD757 */
.bg-wrapper > .content-wrapper .btn-gradient-primary {
    background: linear-gradient(to right, #233664ba, #233664) !important;
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: .6px;
}
.auth .auth-form-light.custom-form {
    border-radius: 30px;
}
.auth .custom-form form .auth-form-btn {
    height: 60px;
    line-height: 1.5;
	border-radius: 30px;
	margin: 1.5rem 0 0;
}
.auth .custom-form form .form-group label {
    font-size: 1.1rem;
	font-weight: 600;
}
.or {
	display: flex;
	background: #233664;
	z-index: 1; 
	align-items: center;
	justify-content: center;
	height: 50px;
	width:50px;
	border-radius: 50%;
	color: #fff;
	border: 2px solid #233664;
	font-weight: 600;
}
.bg-wrapper > .content-wrapper .form-group { position: relative;}
.bg-wrapper > .content-wrapper .form-group:first-child, .bg-wrapper > .content-wrapper .form-group:nth-child(3) {
    padding: 0 1rem 1rem;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 3px 22px 3px rgb(100 100 100 / 15%);
}
.form-control::placeholder {
    color: #999;
}
.bg-wrapper > .content-wrapper .form-group:first-child label, .bg-wrapper > .content-wrapper .form-group:nth-child(3) label {
	background: #fff;
	margin-top: -18px;
	position: relative; 
	padding: 10px;
	margin-bottom: 0;
}
.bg-wrapper > .content-wrapper .form-group:nth-child(2)::before {
	z-index: 0; content: ""; position: absolute; height: 2px; width: 100%; background: #233664; top: 50%; transform: translateY(-50%);
}
.bg-wrapper > .content-wrapper.auth form .form-group {
    margin-bottom: 1rem;
}
.bg-wrapper > .content-wrapper .form-group:first-child .form-control, .bg-wrapper > .content-wrapper .form-group:nth-child(3) .form-control {
	position: retative;
}
.bg-wrapper > .content-wrapper .form-group:first-child > i, .bg-wrapper > .content-wrapper .form-group > i{
	position: absolute;
	left: 30px;
	top: 34px; 
	color: #233664;
}
.bg-wrapper > .content-wrapper .form-group .form-control {
    padding: 0.94rem 1.375rem 0.94rem 2.5rem;
	border: 0;
	border-radius: 10px;
}
.mt-7 {
    margin-top: 7rem;
    display: inline-block;
}
.w-40 {
	width: 40%;
}
.table-responsive { border-radius: 15px; margin-bottom: 1rem;}
.table-striped th, .table-striped td {
    padding: 0.7375rem;
}
.auth-form-light.custom-form {
	padding: 2rem 3rem!important;
	text-align: left;
	position: relative;
	background-image: url('../images/stars.png')!important;
	background-size: 130px!important;
	background-position: right 40px top 35px!important;
	background-repeat: no-repeat!important;
	overflow: hidden;
}
.auth-form-light.custom-form.no-image {
	background-image: none!important;
}
.auth-form-light.custom-form.no-image::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: linear-gradient( to left, #079952, #0abe50, #f1ae22, #f57710, #fb2233)!important;
}
.feedback-headings {
	font-size: 1.5rem;
	font-weight: 600;
}
.feed_form_box p {
	font-size: 1.5rem;
	font-weight: 600;
}
.feed_form_box p > small {
	font-family: "Noto Sans";
	font-size: 100%;
	font-weight: 400;
	color: #bbb;
}
.radio-custom-label {
	font-weight: 600;
	padding: 18px 25px!important;
	border-radius: 40px!important;
	letter-spacing: .5px;
	border-width: 3px!important;
}
.custom-form .custom-radio input[type="radio"] + label:nth-child(2) {
    border: 0!important;
	background: #079952b0;
	color: #fff;
}
.custom-form .custom-radio input[type="radio"] + label:nth-child(4) {
    border: 0!important;
	background: #f1ae22cc;
	color: #fff;
}
.custom-form .custom-radio input[type="radio"] + label:last-child {
    border: 0!important;
	background: #fb2233b0;
	color: #fff;
}
.radio-custom-label > span {
	font-family: "Noto Sans";
	font-weight: 600;	
}
.radio-custom-label > i {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.custom-form .custom-radio input[type="radio"] + label:nth-child(2) > i {
    background: #fff;
	color: #079952b0;
}
.custom-form .custom-radio input[type="radio"] + label:nth-child(4) > i {
    background: #fff;
	color: #f1ae22cc;
}
.custom-form .custom-radio input[type="radio"] + label:last-child > i {
    background: #fff;
	color: #fb2233b0;
}
input[type="radio"]:checked + label {
    background-color: #233664!important;
}
input[type="radio"]:checked + label > i {
    background-color: #fff!important;
    color: #233664!important;
}
.yes {
	color: #fff;
	background: #233664!important;
	border-color: #233664!important;
	font-size: 1.3rem;
}
.no {
	color: #fff;
	background: #233664!important;
	border-color: #233664!important;
	font-size: 1.3rem;
}
.yes:hover {
	background: #079952b0!important;
}
.no:hover {
	background: #079952b0!important;
}
input[type="radio"]:checked + label.yes, input[type="radio"]:checked + label.no {
    border-color: #079952b0!important;
	background: #079952b0!important;
}
.auth-form-light.custom-form.no-bg-image {
	background-image: none!important;
}
.bg-wrapper > .content-wrapper.no-image {
	background-image: none!important;
}
.submitfeedback {
	height: 60px!important;
	border-radius: 30px;
}
.page-body-wrapper.full-page-wrapper.lgt-gray {
    background: #ededed;
}
.border {
	border: 1px solid ebedf2;
}
.anchor {
	border-radius: 50px;
	display: block;
	height: 70px!important;
	padding: 1.575rem 2.5rem;
}
.cart_products_items .col-md-7 p {
	font-weight: 600;
}
.cart_products_items .col-md-2 .mdi-close {
	background-color: #e00;
	color: #fff;
	border-radius: 3px;
}
.bg-wrapper > .content-wrapper.no-login .form-group:nth-child(2) {
    padding: 0 1rem 1rem;
    border: 1px solid #ebedf2;
    border-radius: 15px;
	box-shadow: 0 3px 22px 3px rgb(100 100 100 / 15%);
}
.bg-wrapper > .content-wrapper.no-login .form-group:nth-child(2) label {
    background: #fff;
    margin-top: -18px;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
}
.bg-wrapper > .content-wrapper.no-login .form-group .form-control {
    outline: 0;
	border-radius: 10px;
}
.bg-wrapper > .content-wrapper.no-login .form-group:nth-child(2)::before {
	content: none;
}
.bg-wrapper > .content-wrapper.auth.no-login .form-group {
	margin-bottom: 2rem;
}
.h-516 {
	min-height: 550px;
}
.srch_pro_img img {
    width: 70px!important;
    height: 70px!important;
	max-height: 100%!important;
	max-width: 100%!important;
}
.srch_pro_name {
    font-weight: 600!important;
}
#user_details_table_filter {
	display: none;
}
.dashboard_nav_icon {
    width: 90px;
}
#my_camera > video {
	object-fit: cover;
	border-radius: 10px;
}
.existing-image, #results> img {
	width: 226px;
	height: 190px;
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
}
.camera-section {
	min-height: auto!important;
}
.camera-section .auth-form-light.custom-form {
    padding: 2rem!important;
}
.camera-section .feedback-headings {
	font-size: 1.4rem;
}
.counter {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.counter.hide {
    display: none;
}
.white.br-30 {
	background: #fff;
	border-radius: 30px;
	height: 100%;
	padding: 1em;
}
.modal-dialog {
    margin: 145px auto;
}
.modal-content {
    background-color: #fff;
    border-radius: 20px;
}
.msg_modal_modal > .feedback-headings {
     margin: 0;
}
.msg_modal_modal > .feedback-headings > i {
     background-color: #f1ae22;
	 height: 50px;
	 line-height: 50px;
	 width: 50px;
	 text-align: center;
	 margin: 0 auto 15px;
	 display: block;
	 border-radius: 50%;
	 color: #fff;
	 font-size: 30px;
}
.nums {
    background-color: #f1ae22;
    color: #000;
    font-size: 45px;
    overflow: hidden;
    width: 60px;
    height: 60px;
	border-radius: 50%;
	font-weight: 700;
	margin: 0 0 10px;
}
.nums span {
    transform: translate(-50%, -50%) rotate(130deg);
}
.auth-form-light.custom-form.p-5 {
	margin-top: 10rem;
}
.created-by {
	padding: 1rem 2rem;
	text-align: center;
}
.created-by p {
	margin: 0;
	font-size: 15px; 
}
.header-part h3 {
    position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}