:root {
	scroll-behavior: smooth;
}
body {
	color: #444444;
	margin: 0;
	font-family: Poppins;
}
a {
	color: #4154f1;
	text-decoration: none;
}
a:hover {
	color: #717ff5;
	text-decoration: none;
}
.width-100{
	width: 100% !important;
}
.py-20{
	padding: 0 20px;
}
.mt-05{
	margin-top: 5px;
}
.mr-16{
	margin-right: 16px !important;
}
.mt-16{
	margin-top: 16px !important;
}
.mt-0{
	margin-top: 0px !important;
}
.mr-0{
	margin-right: 0px !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.text-right{
	text-align: right;
}
.w-50{
	width: 50% !important;
}
.pb-30{
	padding-bottom: 30px !important;	
}
p{
	margin: 0;
	padding: 0;
}
h6{
	margin: 0;
	padding: 0;
}
#main {
	margin-top: 80px;
	transition: all 0.3s;
}
@media (max-width: 1199px) {
	#main {
		padding: 20px;
		margin-left: 100px;
	}
}
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 20px;
	bottom: 50px;
	z-index: 99999;
	background: #4154f1;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.3s;
}
.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: #F3A101;
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
.dropdown-menu {
	border-radius: 8px;
	padding: 0;
	animation-name: dropdown-animate;
	animation-duration: 0.2s;
	animation-fill-mode: both;
	border: 0;
	box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-header{
	text-align: center;
	font-size: 15px;
	padding: 10px;
}
.dropdown-menu .dropdown-footer {
	text-align: center;
	font-size: 15px;
	padding: 0px;
}
.dropdown-menu .dropdown-footer a {
	color: #444444;
	text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
	text-decoration: none;
}
@keyframes dropdown-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	0% {
		opacity: 0;
	}
}
.card {
	margin: 0 37px 90px 26px;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.card-hw{
	height: 749px;
}
.list-card {
	margin: 0 !important;
	box-shadow: none !important;
}
.card-header,
.card-footer {
	border-color: #ebeef4;
	background-color: #fff;
	color: #798eb3;
	padding: 15px;
}
.card-title {
	padding: 20px 0 15px 0;
	font-size: 18px;
	font-weight: 500;
	color: #012970;
	font-family: "Poppins", sans-serif;
}
.card-title span {
	color: #899bbd;
	font-size: 14px;
	font-weight: 400;
}
.card-img-overlay {
	background-color: rgba(255, 255, 255, 0.6);
}
.alert-heading {
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
}
.btn-close {
	background-size: 40%;
}
.btn-close:focus {
	outline: 0;
	box-shadow: none;
}
.nav-tabs-bordered {
	border-bottom: 0px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
	margin-bottom: -2px;
	border: none;
	color: #2c384e;
}
.nav-tabs-bordered .nav-link.active {
	background-color: #fff;

	border-bottom: 1px solid #FE3821
}
.nav-link{
	color: #000000;
}
.logo-img{
	border-right: 1px solid #F2F2F2;
}
.m-logo h2 {
	color: #333333 ;
	font-size: 23px;
	font-weight: 600;
	line-height: 27.6px;
	margin: 0;
	margin-bottom: 5px;
}
.m-logo p{
	color: #A6A6A6;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
	margin: 0;
	margin-bottom: 40px;
}
.logo{
	margin: 11px 60px;
	transition: all 0.3s;
}
.logo .logo-full {
	margin: 0px 14.56px 0px 16.56px;
}
.logo .logo-small {
	height: 60px;
	width: 60px;
	margin: 11px 19px 11px 20px;
}
@media (max-width: 500px) {
	.logo img {
		max-height: 60px;
		margin-right: 6px;
	}
}
.logo span {
	font-size: 26px;
	font-weight: 700;
	color: #012970;
	font-family: "Nunito", sans-serif;
}
.header {
	transition: all 0.3s;
	background-color: #fff;
	/* margin-left: 300px; */
	border-bottom: 1px solid #F2F2F2;
}
.header .toggle-sidebar-btn {
	cursor: pointer;
	color: #434343;
	margin: 12px;
	height: 24px;
    width: 24px;
}
.header .list-img {
	margin: 16px;
}
input.search {
	width: 360px;
	border: 1px solid #C2C2C2;
	display: block;
	padding: 12px 12px 12px 48px;
	background: transparent url("../img/search.png") no-repeat 13px;
	margin: 16px 16px 16px 0;
	border-radius: 4px;
}
input.search::placeholder {
	color: #C2C2C2;
}
input.search:focus-visible {
	outline: 2px solid #F3A101;
}
.header-nav ul {
	list-style: none;
}
.header-nav>ul {
	margin: 0;
	padding: 0;
}
.header-nav .nav-icon {
	margin: 16px;
	position: relative;
}
.header-nav .badge-number {
	position: absolute;
	inset: 0px 1px auto auto;
	font-weight: normal;
	height: 16px;
	width: 16px;
	background-color: #FE3821;
	border-radius: 50%;
}
.header-nav .nav-profile {
	margin: 16px 16px 16px 0;
}
.header-nav .nav-profile img {
	height: 48px;
	width: 48px;
}
.avtar_logo img {
	height: 48px;
	width: 48px;
	border-radius: 50%;
}
.header-nav .nav-profile span {
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 5px 16px;
}
.header-nav .nav-profile .chevron-down {
	height: 20px;
	width: 20px;
	margin-left: 10px;
}
.header-nav .messages {
	inset: 8px -15px auto auto !important;
}
.header-nav .messages .message-item {
	padding: 15px 10px;
	transition: 0.3s;
}
.header-nav .messages .message-item a {
	display: flex;
}
.header-nav .messages .message-item img {
	margin: 0 20px 0 10px;
	max-height: 40px;
}
.header-nav .messages .message-item h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #444444;
}
.header-nav .messages .message-item p {
	font-size: 13px;
	margin-bottom: 3px;
	color: #919191;
}
.header-nav .messages .message-item:hover {
	background-color: #f6f9ff;
}
.header-nav .profile {
	min-width: 240px;
	padding-bottom: 0;
	top: 8px !important;
}
.header-nav .profile .dropdown-header h6 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	color: #444444;
}
.header-nav .profile .dropdown-header span {
	font-size: 14px;
}
.header-nav .profile .dropdown-item {
	font-size: 14px;
	padding: 10px 15px;
	transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
	margin-right: 10px;
	font-size: 18px;
	line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
	background-color: #f6f9ff;
}
.header-nav .dropdown svg{
	height: 24px;
    width: 24px;
	color: #434343;
	margin: 12px;
}
.sidebar {
	position: fixed;
	top: 83px;
	left: 0;
	bottom: 0;
	width: 300px;
	z-index: 999;
	transition: all 0.3s;
	overflow-y: auto;
	scrollbar-width: none;
	scrollbar-color: #aab7cf transparent;
	background-color: #fff;
	border-right: 1px solid #F2F2F2;
}
/* .sidebar::-webkit-scrollbar {
	width: 10px;
  }
.sidebar::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
.sidebar::-webkit-scrollbar-thumb {
	background: #888; 
}
.sidebar::-webkit-scrollbar-thumb:hover {
	background: #555; 
} */

@media (max-width: 1199px) {
	.toggle-sidebar .sidebar {
		width: 100px;
		overflow: visible;
	}
}
@media (min-width: 1200px) {
	.toggle-sidebar .sidebar {
		width: 100px;
		overflow: visible;
	}
}
.sidebar-nav {
	padding: 20px;
	margin: 0 0 70px 0;
	list-style: none;
}
.sidebar-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-nav .nav-item {
    border-bottom: 1px solid #F2F2F2;
    border-radius: 4px;
}
.sidebar-nav .nav-heading {
	font-size: 11px;
	text-transform: uppercase;
	color: #899bbd;
	font-weight: 600;
	margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	transition: 0.3;
	background: #F3A101;
	padding: 16px;
	border-radius: 4px;
	transition: color .0s ease-in-out,background-color .0s ease-in-out,border-color .0s ease-in-out;
}
.sidebar-nav .nav-link i {
	font-size: 16px;
	margin-right: 10px;
	color: #000;
}
.sidebar-nav .nav-link.collapsed {
	background: #fff;
}
.sidebar-nav .nav-link.collapsed i {
	color: #899bbd;
}
.sidebar-nav .nav-link:hover {
	background: #F3A101;
}
.sidebar-nav .nav-link:hover i {
	color: #fe3821;
}
.sidebar-nav .nav-link .bi-chevron-down {
	margin-right: 0;
	transition: transform 0.2s ease-in-out;
}
.bi-chevron-down::before{
	content: "";
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
	transform: rotate(90deg);
}
.sidebar-nav .nav-content {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
}
.sidebar-nav .nav-content li{
	border-bottom: 1px solid #F2F2F2;
	border-radius: 4px;
}
.sidebar-nav .nav-content a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000000;
	transition: 0.3;
	padding: 16px 16px 16px 32px;
	transition: 0.3s;
}
.sidebar-nav .nav-content a i {
	font-size: 15px;
	margin-right: 8px;
	line-height: 0;
	border-radius: 50%;
}
.sidebar-nav .nav-content a.active{
	color: #4154f1;
}
.sidebar-nav .nav-content a.active i {
	background-color: #4154f1;
}
.sidebar-nav li svg{
	height: 24px;
    width: 24px;
	z-index: 99999;
}
.sidebar-hover:hover .span-text,
.sidebar-hover:hover .bi-chevron-down,
.sidebar-hover:hover .span-text-small {
    display: block !important;
}
.sidebar-hover:hover{
	transition: 0s !important;
	width: 300px !important;
	overflow-y: auto;
}
.m-submenu-active a{
	color: #DD9301 !important;
}
.aside-bottom{
    position: fixed;
    bottom: 12px;
    width: 286px;
    font-size: 16px;
    text-align: center;
    background-color: #FFFFFF;
    z-index: 99999;
}
.aside-bottom .aside-bottom-text{
	color: #7A7A7A;
	margin-bottom: 5px;
}
.aside-bottom .aside-bottom-varison{
	color: #000000;
}
.footer {
	font-size: 14px;
	transition: all 0.3s;
	border-top: 1px solid #F2F2F2;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	z-index: 998;	
}
.footer .copyright {
	color: #7A7A7A;
	font-size: 16px;
	margin: 20.5px 16px;
}
.footer .credits {
	font-size: 16px;
	color: #7A7A7A;
	margin: 20.5px 16px;
}
@media (min-width: 1200px) {
	#main,
	#footer {
		margin-left: 302px;
		overflow: hidden;
	}
}
@media (max-width: 1199px) {
	.toggle-sidebar #main,
	.toggle-sidebar #footer {
		margin-left: 100px;
	}
}
@media (min-width: 1200px) {
	.toggle-sidebar #main,
	.toggle-sidebar #footer {
		margin-left: 100px;
	}
}
.a-qalbit{
	color: #7A7A7A;
	font-weight: 800;
}
.main-container{
	width: 100vw;
	height: 100vh;
	display: flex;
	font-family: 'Poppins';
}
.left-container{
	position: relative;
	width: 62.5%;
	height: 100vh;
	background-image: url("../img/Background.png");
    background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 800px) {
	.left-container{
		display: none;
	}
	.right-container{
		width: 100% !important;
	}

  }
.right-container{
	width: 37.5%;
	height: 100vh;
	background-color: #F2F2F2;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.right-section{
	padding: 40px;
}
.left-section{
	position: absolute;
	display: block;
	bottom: 40px;
	left: 40px;
}
.left-section .back_tik{
	width: 52px;
	height: 30px;
	opacity: 50%;
	margin-left: 16px;
}
.left-section .p-pera{
	color: #D6D6D6;
	font-size: 32px;
	font-weight: 600;
	line-height: 38.4px;
	margin: 0 0 0 30px;
}
.left-section .q-logo{
	width: 300px;
	height: 100px;
	margin-top: 46px;
}
.form-container {
	display: flex;
	justify-content: center;
}
.right-section .form-input{
	display: flex;
	height: 48px;
}
.right-section .form-input .svg-icon{
	position: absolute;
    z-index: 1;
}
.right-section .form-input .svg-icon.right-zero{
	right: 35px;
}
.form-box .form-input .svg-icon svg {
	width: 24px;
    height: 24px;
    margin: 12px;
    color: #C2C2C2;
}
.form-box .form-input .input-text-part {
	width: 100%;
	background: white;
	border: 1px solid #C2C2C2;
	padding: 13px 12px 13px 48px;
	border-radius: 4px;
}
.form-box .form-input input:focus {
    border-color: #C2C2C2; 
    outline: none; 
}
.form-box .form-input input::placeholder {
	padding-left: 0px;
	color: #C2C2C2;
}
.form-box button[type="submit"],
.form-box button[type="reset"] {
	border: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-color: #FACE33;
	transition: 0.5s;
	border-radius: 4px;
	padding : 13px 0;
	font-size: 18px;
	line-height: 21.6px;
	font-weight: 400;
	font-family: 'Poppins';
}
.text-Forget {
	font-size: 16px;
	font-weight: 400;
	line-height: 21.6px;
	color: #434343 ;
	text-align: right;
	margin-bottom: 40px;
}
.forget-link{
	color: #D23333 ;
	font-weight: 600;
	font-size: 16px;
	line-height: 19.2px;
}
.text-sign{
	text-align: center;
	margin-top: 20px;
}
.sign-link{
	padding: 13px 0;
	color: #434343 ; 
	font-weight: 400;        
	font-size: 16px;
	line-height: 21.6px;
}
.btnforgot{
	margin-top: 40px;
}
.btnreset{
	margin-top: 40px;
}
.mt-20{
 margin-top: 20px;
}
.mt-10{
	margin-top: 10px;
}
.register-link,
.login-link {
	color: #fff;
}

.forget-link:hover,
.register-link:hover,
.login-link:hover {
	color: #945252;
}
.step-wrapper {
	display: flex;
	justify-content: space-between;
}
.step {
	text-align: center;
	position: relative;
}
.step::before {
	content: attr(data-step);
	width: 50px;
	height: 50px;
	border-radius: 10%;
	background-color: #7A7A7A;
	display: block;
	line-height: 45px;
	color: #F2F2F2;
}
.step.active::before {
	background-color: #00AB30;
}
.step::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #007bff;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.step:first-child::after {
	content: none;
}
.hidden {
	display: none;
}
.m-error-message .error, .error-message .error {
	color: red;
	font-size: 14px;
}
.error-message {
	color: red;
	font-size: 14px;
}
.m-error label{
	color: red !important;
	font-size: 14px;
}
.custom-error {
	color: red;
	display: none;
}
.profile-picture-label {
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.profile-picture-icon {
	position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    font-size: 20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 65px;
    padding: 30px 25px 35px 35px;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    height: 90px;
    width: 90px;
}
.profile-picture-label:hover .profile-picture-icon {
	opacity: 1;
}
.profile-picture-label img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}
.profile-preview {
	position: absolute;
	object-fit: cover;
	border-radius: 50%;
	top: 0px;
	background: white;
}
.service_list_h5 {
	font-size: 25px;
	font-weight: 500;
	color: #012970;
	font-family: "Poppins", sans-serif;
}
.m-sup {
	color: red;
}
.m-error-message {
	height: 20px;
}
.active .show .m-show a {
	color: #4154f1 !important;
}
.m-dashboard {
	color: #012970 !important;
	background: #fff !important;
}
.m-dashboard i {
	color: #899bbd !important;
}
.form-floating .message {
	height: 100px !important;
}
@media only screen and (max-width: 770px) {
	.setting-img{
		margin-top: 0px;
	}
}
input[type="file"] {
	color: rgba(1, 41, 112, 0.6);
	font-size: 15px;
}
.m-preview {
	background: white;
}
.m-img{
	height: 100px;
	width: 100px;
}
.step-wrapper input[name="operational_days[]"]{
	display: none;
}
.view_label{
	font-weight: 600;
	color: #000000;
}
.view_div{
	margin-bottom: 20px;
    font-size: 15px;
}
.back_icon{
	font-size: 25px;
	cursor: pointer;
	margin-top: 10px;
}
.back_icon:hover{
	color:#ff5100;
}
.status-badge {
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}
.actives{
	background-color: #28a745;
	color: #fff;
	font-size: 12px;
	width: 58px;
}
.in-active{
	background-color: #dc3545;
	color: #fff;
	font-size: 12px;
	width: 72px;
}
.cancelled {
	background-color: #dc3545;
	color: #fff;
	font-size: 12px;
	width: 79px;
}
.completed {
	background-color: #28a745;
	color: #fff;
	font-size: 12px;
	width: 90px;
}
.delivered {
	background-color: #28a745;
	color: #fff;
	font-size: 12px;
	width: 78px;
}
.progresss {
	background-color: #ffc107;
	color: #fff;
	width: 71px;
	font-size: 12px;
}
.check-in {
	background-color: #17a2b8;
	color: #fff;
	font-size: 12px;
	width: 60px;
}
.credit-card {
    background-color: #3498db;
	color: #fff;
}
.debit-card {
    background-color: #2ecc71;
	color: #fff;
}
.online {
    background-color: #e74c3c;
	color: #fff;
}
.voucher {
    background-color: #f39c12;
	color: #fff;
}
.cash {
    background-color: #9b59b6;
	color: #fff;
}
.within{
	background-color: #6c757d;
	color: #fff;
	font-size: 12px;
	width: 60px;
}
.outside{
	background-color: #0d6efd;
	color: #fff;
	font-size: 12px;
	width: 67px;
}
.m-hi-fo-41{
	font-size: 12px;
	width: 41px;
}
.m-12{
	margin-left: 12px;
}
.card-img img{
	transform: rotate(320deg);
	margin-top: 20px;
	height: 110px;
}
.m-back-button{
	height: 30px;
    margin-top: 24px;
}
.m-back-button:hover{
	background-color: #dc3545;
	border: #dc3545 1px solid;
}
.m-arrow-icon{
	color: #fff;
}
.pl2_2{
	padding-left: 2.2em !important;
}
.qr-modal-footer{
    align-items: center;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
}
.m-qrcode-img-avtar{
	height: 300px;
}
.doughnutChart{
	height: 70% !important;
	width: 70% !important;
    margin-left: auto;
    margin-right: auto;
}
.m-doughnutChart{
	height: 60% !important;
	width: 60% !important;
	margin-right: auto;
	margin-left: auto;
}
.m-span-body {
	text-align: center;
    color: gray;
    padding-top: 20px;
}
.pt-13{
	padding-top: 13px !important;
}
[type=search] {
    outline-offset: 0 !important;
}
.d-none{
	display: none !important;
}
.d-block{
	display: block !important;
}
.ml-16{
	margin-left: 16px;
}
.m-0{
	margin: 0 !important;
}
.pl-16{
	padding-left: 16px !important;
}
.svg-wh{
	height: 20px;
	width: 20px;
	margin: 9px;
}
.ml-100{
	/* margin-left: 100px; */
}
.sidebar-nav li {
    position: relative;
}
.sidebar-nav li .tooltiptext {
	position: absolute;
	z-index: 9999;
	width: 285px;	
	/* left: 53px; */
	top: 0;
	background-color: #F3A101;
	padding: 16px 0 16px 75px ;
	border-radius: 6px;
	display: none;
	transition: opacity 0.3s;
	font-size: 16px;
    font-weight: 600;
	color: #000;
	border-bottom-right-radius: 0;
}
.sidebar-nav li:hover .tooltiptext {
	visibility: visible;
	display: block;
}
.sidebar-nav li .tooltiptext p{
	/* margin-bottom: 16px; */
}
.sidebar-nav li .tooltiptext .tooltip-submenu{
	margin-top: 12px;
	padding: 0;
	background-color: #FFC96F;	
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin: 10px 0px -16px -10px;
	position: absolute;
    left: 70px;
    top: 46px;
	width: 225px;
}
.sidebar-nav li .tooltiptext .tooltip-submenu li {
	padding: 17.5px 0;
	border-bottom: 1px solid #f9ac29;
}
.sidebar-nav li .tooltiptext .tooltip-submenu li:last-child {
	border-bottom:0;
}
.sidebar-nav li .tooltiptext .tooltip-submenu li a{
	color: #242424e3;
}
.dashboard-section{
	font-family: 'Poppins';
	padding: 50px 30px 85px 30px;
}
.dashboard-section .top-welcome-section{
	position: relative;
	background-color: #FEF6E6;
	padding: 48px 64px;
	border-radius: 16px;
	margin-bottom: 30px;
}
.dashboard-section .top-welcome-section .right-part .admin-name{
	font-size: 23px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 16px !important;
}
.dashboard-section .top-welcome-section .right-part .admin-msg{
	font-size: 20px;
	color: #000000;
}
.dashboard-section .top-welcome-section .left-part {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 184.43px;
	width: 251.3px;
	margin-right: 18.7px;
}
.dashboard-section .second-section .section-text p{
	color: #959595;
	font-size: 18px;
	margin-bottom: 10px;
}
.dashboard-section .second-section .section-card-body{
	width: 199px;
	height: 82px;
	border-radius: 8px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.dashboard-section .second-section .section-card-body .icon-part {
	margin: 16px;
	padding: 10px;
	border-radius: 8px;
}
.dashboard-section .second-section .section-card-body .icon-part svg{
	height: 30px;
	width: 30px;
}
.dashboard-section .second-section .section-card-body .text-part{
	margin: 17.5px 0 17.5px 0 ;
}
.dashboard-section .second-section .section-card-body .text-part h4{
	font-size: 23px;
	font-weight: bold;
	margin: 0;
}
.dashboard-section .second-section .section-card-body .text-part p{
	font-size: 16px;
	margin: 0;
}
.dashboard-section .third-section .third-text-section p{
	color: #959595;
	font-size: 18px;
	margin-bottom: 10px;
}
.dashboard-section .third-section .third-table-section{
	width: 100%;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
	border-radius: 8px;
	padding: 30px;
}
.dashboard-section .third-section .third-card-section{
	margin-left: 30px;
}
.dashboard-section .third-section .third-card-section .section-card-body{
	width: 270px;
	height: 91px; 
	border-radius: 8px;
	margin-bottom: 14px;
}
.dashboard-section .third-section .section-card-body .icon-part {
	margin: 16px;
	padding: 14px;
	border-radius: 8px;
}
.dashboard-section .third-section .section-card-body .icon-part svg{
	height: 30px;
	width: 30px;
}
.dashboard-section .third-section .section-card-body .text-part{
	margin: 17.5px 0 17.5px 0 ;
}
.dashboard-section .third-section .section-card-body .text-part h4{
	font-size: 23px;
	font-weight: bold;
	margin: 0;
}
.dashboard-section .third-section .section-card-body .text-part p{
	font-size: 16px;
	margin: 0;
}
.dashboard-section .third-section .third-table-section .table-head-part{
	margin-bottom: 30px;
}
.dashboard-section .third-section .third-table-section .table-head-part h5{
	font-size: 23px;
	color: #000000;
	padding: 5px 0;
	margin: 0;
}
.dashboard-section .third-section .third-table-section .table-head-part .table-head-button a{
	color: #FFFFFF;
	background-color: #7A7A7A;
	border-radius: 4px;
}
.dashboard-section .third-section .third-table-section .table-head-part .table-head-button a:hover{
	opacity: 0.5;
	transition: all 0.3s;
}
.dashboard-section .third-section .third-table-section .table-head-part .table-head-button a p{
	font-size: 16px; 
	margin: 9.5px 9px;
	padding: 0 9px;
}
.dashboard-section .third-section .third-table-section .table-head-part .table-head-button a svg{
	height: 20px;
	width: 20px;
	margin: 12px 9px 9px 0;
}
.dashboard-section .third-section .third-table-section .table tbody tr td{
	padding: 16px 0 !important;
	font-size: 16px;
	border-bottom: solid 1px #F2F2F2 ;
	vertical-align: middle;
	max-height: 100px; 
    overflow-y: auto; 
    white-space: normal;
	width: 200px;
	margin: 0;
}
.dashboard-section .third-section .third-table-section .table thead tr th{
	padding: 16px 0 !important;
	font-size: 16px;
	border-top: solid 1px #F2F2F2 ;
	border-bottom: solid 1px #F2F2F2 ;
	color: #434343;
	font-weight: normal;
}
.dashboard-section .table-text-right{
	text-align: right;
}
.dashboard-section .table-width-285{
	width: 285px;
}
.dashboard-section .table-width-230{
	width: 230px;
}
.dashboard-section .table-width-120{
	width: 120px;
}
.dashboard-section .text-color-h4-red{
	color: #FE3821;
}
.dashboard-section .text-color-h4-yellow{
	color: #F3A101;
}
.dashboard-section .text-color-h4-black{
	color: #000000;
}
.dashboard-section .text-color-h4-green{
	color: #00AB30;
}
.dashboard-section .bg-color-red{
	background-color: #FFEBE9;
}
.dashboard-section .bg-color-yellow{
	background-color: #FEF6E6;
}
.dashboard-section .bg-color-gray{
	background-color: #F2F2F2;
}
.dashboard-section .bg-color-green{
	background-color: #E6F7EA;
}
.dashboard-section .text-color-p-black{
	color: #000000;
}
.dashboard-section .text-color-p-gray{
	color: #7A7A7A;
}
.dashboard-section .icon-bg-color-red{
	background-color: #FFC1BA;
	color: #8C1F12;
}
.dashboard-section .icon-bg-color-yellow{
	background-color: #FBE2B0;
	color: #865901;
}
.dashboard-section .icon-bg-color-gray{
	background-color: #D6D6D6;
	color: #434343;
}
.dashboard-section .icon-bg-color-green{
	background-color: #B0E5BF;
	color: #005E1A;
}
.list-top-section{
	font-family: 'Poppins';
}
.list-top-section .table-dispaly-end{
	display: flex;
	justify-content: end;
}
.list-top-section .table-text-right{
	text-align: right;
}
.list-top-section .top-section{
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
.list-top-section .top-section .lefts-section .back-button{
	margin-right: 20px;
}
.list-top-section .top-section .lefts-section .back-button button{
	background-color: #0d6efd;
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 4px 8px;
}
.list-top-section .top-section .lefts-section .back-button button:hover{
	opacity: 0.7;
	transition: all 0.2s;
}
.list-top-section .top-section .lefts-section h6{
	font-size: 18px;
	color: #000000;
	margin-top: 3px;
}
.list-top-section .top-section .lefts-section p{
	font-size: 14px;
	color: #7A7A7A;
	margin: 0;
}
.list-top-section .top-section .rights-section{
	display: flex;
	padding: 10.5px 0;
}
.list-top-section .top-section .rights-section svg{
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
}
.list-top-section .top-section .rights-section a{
	display: flex;
	font-size: 16px;
}
.list-top-section .top-section .rights-section a p{
	margin: 0 0 0 10px;
}
.list-top-section .top-section .rights-section a svg{
	width: 24px;
	height: 24px;
}
.list-top-section .top-section .rights-section .left-a{
	color: #7A7A7A;
}
.list-top-section .top-section .rights-section .right-a{
	color: #000000;
}
.list-top-section .bottom-section .card .list-card-body{
	padding: 30px 30px 0 30px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .left-p{
	font-size: 23px;
	color: #000000;
	margin: 10px 0;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button{
	display: flex;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .dataTables_filter [type=search] {
	padding: 12px;
	border: solid 1px #C2C2C2;
	width: 260px;
	height: 48px;
	border-radius: 4px;
	padding-left: 48px;
	background: transparent url("../img/search.png") no-repeat 13px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .dataTables_filter label {
    display: none;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .dataTables_filter [type=search]::placeholder {
	color: #C2C2C2;
	font-size: 18px;
	font-weight: normal;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button a{
	display: flex;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-add {
	background-color: #00AB30;
	color: #FFFFFF;
	border-radius: 4px;
	margin-left: 20px;
	height: 48px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-add:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-export {
	background-color: #00AB30;
	color: #FFFFFF;
	border-radius: 4px;
	margin-left: 20px;
	height: 48px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-export:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-archive{
	color: #C70000;
	border: solid 1px #C70000;
	border-radius: 4px;
	margin-left: 20px;
	height: 48px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-archive:hover{
	background-color: #C70000;
	color: #FFFFFF;
	transition: all 0.5s;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button a svg{
	height: 24px;
	width: 24px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-add svg{
	margin: 12px 0 12px 12px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-export svg{
	margin: 12px 0 12px 12px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-archive svg{
	margin: 12px 12px 12px 0;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button a p{
	font-size: 18px;
	padding: 0 12px;
	line-height: 24.6px;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-add p{
	margin: 13px 12px 13px 0;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-export p{
	margin: 13px 12px 13px 0;
}
.list-top-section .bottom-section .card .list-card-body .list-top-part .right-button .button-archive p{
	margin: 12px 0 12px 12px;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive{
	overflow-x: hidden;
	max-height: 553px;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive::-webkit-scrollbar{
	display: none;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table{
	border-bottom: 0;
	width: 100% !important;
	/* border-collapse: collapse !important; */
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table thead{
	position: sticky;
    top: 0;
    z-index: 1;
	outline: 1px solid #F2F2F2;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table .table-bordered {
	border-color: #F2F2F2;
}
.table-responsive .table thead tr th.sorting_desc::before,
.table-responsive .table thead tr th.sorting_asc::after,
.table-responsive .table thead tr th.sorting_asc::before,
.table-responsive .table thead tr th.sorting_desc::after,
.table-responsive .table thead tr th.sorting::before,
.table-responsive .table thead tr th.sorting::after{
	display: none;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table thead tr th{
	border-bottom: 0;
	color: #434343;
	padding: 15px 0;
	font-weight: normal;
	font-size: 16px;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td{
	border-bottom: solid 1px #F2F2F2;
	padding: 16px 16px 16px 0;
	vertical-align: middle;
	color: #000000;
	font-size: 16px;
}
.table-responsive .tbody-container {
    max-height: 400px;
    overflow-y: auto;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td:last-child {
    padding-right: 0 !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td .form-switch {
	padding: 0;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td .form-switch .form-check-input{
	height: 24px;
    width: 48px;
	padding: 0;
	margin: 0;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td .form-switch .form-check-input:checked{
	background-color: #F9C200;
	border-color: #F9C200;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td .form-switch .form-check-input{
	background-color: #7A7A7A;
	border-color: #7A7A7A;
	color: #ffffff;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td div a svg{
	width: 20px;
	height: 20px;
	margin: auto;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td div a{
	border-radius: 4px;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	height: 38px;
	width: 38px;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td div a.a-btn-disabled{
	opacity: 0.5;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td div .table-view {
	color: #333333	;
	background-color: #FACE33;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td div .table-edit {
	color: #FFFFFF;
	background-color: #7A7A7A;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td div .table-delete {
	color: #FFFFFF;
	background-color: #C70000;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table th:nth-child(1),
.list-top-section .bottom-section .card .list-card-body .table-responsive .table td:nth-child(1){
	width: 5% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table th:nth-child(2),
.list-top-section .bottom-section .card .list-card-body .table-responsive .table td:nth-child(2){
	width: 20% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table th:nth-child(3),
.list-top-section .bottom-section .card .list-card-body .table-responsive .table td:nth-child(3){
	width: 30% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table th:nth-child(4),
.list-top-section .bottom-section .card .list-card-body .table-responsive .table td:nth-child(4){
	width: 20% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table th:nth-child(5),
.list-top-section .bottom-section .card .list-card-body .table-responsive .table td:nth-child(5){
	width: 5% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table th:nth-child(6),
.list-top-section .bottom-section .card .list-card-body .table-responsive .table td:nth-child(6){
	width: 20% !important;
}

/* NOTIFICATIONS TABLE CSS */
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification th:nth-child(2),
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification td:nth-child(2){
	width: 5% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification th:nth-child(3),
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification td:nth-child(3){
	width: 20% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification th:nth-child(4),
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification td:nth-child(4){
	width: 30% !important;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification th:nth-child(5),
.list-top-section .bottom-section .card .list-card-body .table-responsive #notification td:nth-child(5){
	width: 20% !important;
}

.list-top-section .bottom-section .card .database-points{
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 20px 30px;
}
.list-top-section .bottom-section .card .database-points .dataTables_info,
.list-top-section .bottom-section .card .database-points .dataTables_length label ,
.list-top-section .bottom-section .card .database-points .dataTables_paginate a{
	font-size: 16px;
	color: #434343;
	line-height: 19.2px;
	font-weight: 400;
}
.list-top-section .bottom-section .card .database-points .dataTables_length select {
	border-radius: 4px;
	margin: 0 5px;
}
.list-top-section .bottom-section .card .database-points .dataTables_paginate .paginate_button.previous::before{
	content: "<<";
	padding: 9px 9px;
	font-size: 16px;
}
.list-top-section .bottom-section .card .database-points .dataTables_paginate .paginate_button.next::after{
	content: ">>";
	padding: 9px 9px;
	font-size: 16px;
}
.list-top-section .bottom-section .card .database-points .dataTables_paginate .paginate_button.current{
	background-color: #FACE33;
	padding: 9.5px 18px;
	color: #000000;
	border-radius: 4px;
	margin-left: 6px;
}
.list-top-section .bottom-section .card .database-points .dataTables_paginate .paginate_button{
	padding: 9.5px 18px;
	border-radius: 4px;
	margin-left: 6px;
	cursor: pointer;
}
.header-nav .notifications {
	/* inset: 0px 30px auto auto !important;	 */
	font-family: 'Poppins';
}
.header-nav .dropdown-menu-arrow::before {
	content: "";
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -7px;
	right: 20px;
	transform: rotate(45deg);
	border-top: 1px solid #eaedf1;
	border-left: 1px solid #eaedf1;
	z-index: -1;
}
.header-nav .notifications .top-notifications-section{
	width: 419px;
	border: 1px solid #F2F2F2;
	display: flex;
	justify-content: space-between;
}
.header-nav .notifications .top-notifications-section h6{
	padding: 24px 0 24px 24px;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	color: #333333;
}
.header-nav .notifications .top-notifications-section a{
	padding: 26.5px 24px 26.5px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	color: #7A7A7A;
	text-decoration: underline;
}
.header-nav .notifications .top-notifications-section a span{
	padding: 2.5px 0;
}
.header-nav .notifications .bottom-notifications-section{
	padding: 16px 24px 16px 24px;
	gap: 6px;
	width: 419px;
}
.header-nav .notifications .bottom-notifications-section a{
	display: flex;
}
.header-nav .notifications .bottom-notifications-section a svg{
	margin: 0;
	padding-right: 6px;
	color: #333333;
}
.header-nav .notifications .bottom-notifications-section a p{
	margin: 0;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}
.header-nav .notifications .second-notifications-section{
	padding: 0 24px;
}
.header-nav .notifications .second-notifications-section .notifications-second-part{
	display: flex;
	border-bottom: 1px solid #F2F2F2;
}
.header-nav .notifications .second-notifications-section .notifications-second-part svg{
	margin: 41.5px 0;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg{
	width: 347px;
	padding: 8px 0;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg p.p-button{
	margin: 0 0 6px 0;
	width: 90px;
	height: 28px;
	padding: 6px 12px 6px 12px;
	gap: 0px;
	border-radius: 4px;
	opacity: 0px;
	font-size: 11px;
	font-weight: 700;
	line-height: 13.2px;
	text-align: center;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg .refund-yellow{
	border: 1px solid #FDECB0;
	background: #FEF9E6;
	color: #F9C200;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg .order-orenge{
	background: #FEF6E6;
	border: 1px solid #FBE2B0;
	color: #F3A101;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg .payment-gray{
	background: #F2F2F2;
	border: 1px solid #F2F2F2;
	color: #7A7A7A;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg .customer-green{
	background: #E6F7EA;
	border: 1px solid #B0E5BF;
	color: #00AB30;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg .merchant-red{
	background: #FFEBE9;
	border: 1px solid #FFC1BA;
	color: #FE3821;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg p.p-msg{
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	text-align: left;
	color:#333333;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg p.p-small-min{
	margin: 0;
	line-height: 13.2px;
	font-size: 11px;
	color: #A6A6A6;
}
.header-nav .notifications .second-notifications-section .notifications-second-part .notifications-msg p.p-msg span{
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
}
.top-form-section .bottom-section .list-card-body .box-polygon .box {
    position:relative;
    display:inline-block;
    width: 240px;
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
    margin:0 -10px 30px 0;
    padding:16px 29px 15px 34px ;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
    background-color:#D6D6D6;
	color: #333333;
}
.top-form-section .bottom-section .list-card-body .box-polygon .box.polygon-red{
    background-color:#FFC1BA;
}
.top-form-section .bottom-section .list-card-body .box-polygon .box.polygon-yellow{
    background-color:#FDECB0;
}
.top-form-section .bottom-section .list-card-body .box-polygon .box.polygon-blue{
    background-color:#BCEBFF;
}
.top-form-section .bottom-section .list-card-body .box-polygon .box.polygon-green{
    background-color:#B0E5BF;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section {
	margin-top: 16px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section h6{
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .d-flex{
	margin: 0;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-div,
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div{
	margin-right: 24px;
	margin-top: 16px;
	position: relative;
	width: 100%;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div.form-chackbox-div{
	display: flex;
	justify-content: end;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-div.auto-width{
	width: 100%;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-div .svg-icon{
	position: absolute;
	z-index: 1;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-div .svg-icon.right-zero{
	right: 0;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-div .svg-icon svg{
	width: 24px;
	height: 24px;
	margin: 12px;
	color: #C2C2C2;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .promotion-form{
	width: 50%;
	margin-right: 30px;
	height: 592px;
    overflow: auto;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .promotion-form::-webkit-scrollbar {
    display: none;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .promotion-form-file{
	width: 50%;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .promotion-form-file p {
	margin: 0;
	margin-top: 4px;
	font-family: Poppins;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	color: #7A7A7A	;
}
.top-form-section .promotion-form .link-section-div{
	margin-top: 32px;
}
.top-form-section .promotion-form textarea{
	height: 100px !important;
}
.top-form-section .promotion-form .link-button-div{
	display: flex;
	margin-top: 16px;
	width: 50%;
	justify-content: end;
}
.top-form-section .promotion-form .link-button-div .link-delete-button{
	height: 32px;
	border-radius: 4px;
	background-color: #FE3821;
	cursor: pointer;
}
.top-form-section .promotion-form .link-button-div .link-delete-button span{
	margin: 9.5px 0 9.5px 8px;
	color: #FFFFFF;
	font-family: Poppins;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	text-align: center;	
}
.top-form-section .promotion-form .link-button-div .link-delete-button svg {
	width: 16px;
	height: 16px;
	color: #FFFFFF;
	margin: 8px 8px 8px 8px;
}
.top-form-section .promotion-form .link-button-div .link-newlink-button{
	height: 32px;
	border-radius: 4px;
	background-color: #FACE33;
	margin-left: 16px;
	cursor: pointer;
}
.top-form-section .promotion-form .link-button-div .link-newlink-button span{
	margin: 9.5px 0 9.5px 8px;
	font-family: Poppins;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;	
	text-align: center;
}
.top-form-section .promotion-form .link-button-div .link-newlink-button svg {
	width: 16px;
	height: 16px;
	margin: 8px 8px 8px 0;
}
.top-form-section form .form-input-part{
	width: 100%;
	height: 48px;
	padding: 13px 12px 13px 48px;
	gap: 12px;
	border-radius: 4px;
	border: 1px solid #C2C2C2;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-file {
	position: relative;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .input-text-relative{
	position: absolute;
    top: 0;
    right: 0;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form textarea{
	height: 100px !important;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-part.extar-width{
	width: 100%	;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-part::placeholder{
	color: #C2C2C2;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-div select{
	/* color: #C2C2C2; */
    /* font-size: 18px; */
    font-weight: 400;
    line-height: 18.6px;
	appearance: none;
}
.gray-option {
    color: #C2C2C2;
	font-size: 18px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-input-div select option{
	color: #000000;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div {
	margin-top: 16px;
	justify-content: space-between;
	align-items: center;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div h6{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div .form-check{
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div .form-check .form-check-input{
	margin: 0;
	margin-right: 6px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div .form-check .form-check-input:checked{
	background-color: #FE3821;
	border-color: #FE3821;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-div .form-check .form-check-label{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	color: #000000;
	align-items: center;
    display: grid;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div{
	position: absolute;
	display: flex;
	bottom: 0;
	margin-bottom: 30px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div .clear-button-div{
	width: 62px;
	height: 32px;
	padding: 9.5px 8px 9.5px 8px;
	border-radius: 4px ;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	text-align: center;
	color: #434343;
	margin-right: 16px;
	cursor: pointer;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div .create-button{
	background-color: #FACE33	;
	/* height: 32px; */
	padding: 0px 8px 0px 8px;
	border-radius: 4px;
	cursor: pointer;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div h6{
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	text-align: center;
	padding: 9.5px 8px 9.5px 8px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div svg{
	width: 16px;
	height: 16px;
	margin: 8px 8px 8px 0;
}
/* .frist-section-form{
	display: none;
} */
.second-section-form{
	display: none;
}
.thord-section-form{
	display: none;
}
.thord-section-form .time_container{
	height: 380px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
}
.thord-section-form .time_container ::-webkit-scrollbar {
	display: none;
}
.thord-section-form .time_container .form-input-div{
	margin: 0 !important;
}
.thord-section-form .time_container label{
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	text-transform: uppercase;
}
.thord-section-form .time_container .add-more-div,
.thord-section-form .time_container .remove-time-div
{
	min-width: 48px;
	min-height: 48px;
}
.thord-section-form .time_container .add-more-div button,
.thord-section-form .time_container .remove-time-div button
{
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #C2C2C2;
	background-color: transparent;
	border-radius: 4px;
	padding: 0 !important;
}
.thord-section-form .time_container .add-more-div button svg,
.thord-section-form .time_container .remove-time-div button svg
{
	width: 22px;
	height: 22px;
}
.four-section-form{
	display: none;
} 
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div .back-button-div svg{
	width: 16px;
	height: 16px;
	margin: 8px 0px 8px 8px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div .back-button-div .clear-button-div{
	padding: 9.5px 8px 9.5px 0px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form input[type="time"] {
    position: relative;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form input[type="time"]::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .business-margin-top{
	margin-top: 16px;
}

.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-day {
	margin-top: 24px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-day h6{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-day .form-check{
	margin: 0;
	margin-right: 20px;
	padding: 0;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-day .form-check .form-check-input{
	width: 40px;
	height: 20px;
	margin: 0;
	margin-right: 6px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-day .form-check .form-check-input:checked{
	background-color: #00AB30;
	border-color: #00AB30;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-redio-day .form-check .form-check-label{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	color: #000000;
	align-items: center;
    display: grid;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form input[type="color"]{
	position: absolute;
    margin-top: -35px;
    z-index: -1;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .business-logo-img{
	max-width: 200px;
	/* width: 200px; */
	max-height: 200px;
	/* height: 200px; */
	border-radius: 8px;
	margin-top: 16px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .promotion-logo-img{
	/* width: 595px; */
	/* max-width: 500px; */
    /* width: 100%; */
	width: 360px;
	height: 200px;
	border-radius: 8px;
	margin-top: 16px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .business-logo-preview{
	display: none;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form input[type="file"]::-webkit-file-upload-button {
	display: none;
}
 .top-form-section .bottom-section .list-card-body .bottom-form-section form input[type="file"]{
color: #C2C2C2;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div .save-button{
	background-color: #FACE33	;
	/* height: 32px; */
	padding: 0px 8px 0px 16px;
	border-radius: 4px;
	cursor: pointer;
	border: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	text-align: center;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form .form-button-div .save-button svg{
	margin: 8px 8px 8px 8px;
}
.header-nav .nav-item .dropdown-menu{
	/* width: 231px; */
	border-radius: 8px;
}
.header-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #F2F2F2
}
.header-nav .nav-item .dropdown-menu li a {
	padding: 0;
	align-items: center!important;
	display: flex;
	justify-content: space-between;
}
.header-nav .nav-item .dropdown-menu li a:active{
	background-color: #DD9301 !important;
}
.header-nav .nav-item .dropdown-menu li a svg {
	margin: 16px;
}
.header-nav .nav-item .dropdown-menu li a span{
	color: #333333;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;	
}
.modal .modal-dialog .modal-content{
	width: 550px;
}
.modal .modal-dialog .modal-content .modal-header{
	padding: 24px;
}
.modal .modal-dialog .modal-content .modal-header button{
	padding: 6px;
	color: #000000;
}
.modal .modal-dialog .modal-content .modal-header h6{
	font-family: Poppins;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	text-align: left;
	color: #333333;
}
.modal .modal-dialog .modal-content .modal-service-dt{
	padding: 16px 24px 16px 24px;
	gap: 0px;
	border-bottom: 1px solid #F2F2F2	;
	display: flex;
	justify-content: space-around;
}
.modal .modal-dialog .modal-content .modal-service-dt .date_service {
	text-align: center;
}
.modal .modal-dialog .modal-content .modal-service-dt .date_service p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 16.8px;
	color: #7A7A7A;
	margin: 0;
	margin-bottom: 5px;	
}	
.modal .modal-dialog .modal-content .modal-service-dt .date_service h6 {
	margin: 0;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	color: #333333;
}
.modal .modal-dialog .modal-content .modal-service-dt .time-service{
	text-align: center;
}
.modal .modal-dialog .modal-content .modal-service-dt .time-service p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 16.8px;
	color: #7A7A7A;
	margin: 0;
	margin-bottom: 5px;
}
.modal .modal-dialog .modal-content .modal-service-dt .time-service h6 {
	margin: 0;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	color: #333333;
}
.modal .modal-dialog .modal-content .modal-body{
	padding: 0 12px 12px 12px;
	max-height: 400px;
	overflow: auto;
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    display: none;
}
.modal .modal-dialog .modal-content .modal-body table thead tr th{
	padding: 8px 24px 8px 24px;
	gap: 16px;
	border-bottom: 1px solid #F2F2F2
}
.modal .modal-dialog .modal-content .modal-body table tbody tr td{
	padding: 16px 24px 16px 24px;
	gap: 16px;
	border-bottom: 1px solid #F2F2F2
}
.modal .modal-dialog .modal-content .modal-body table tbody tr td:last-child{
	text-align: right;
}
.modal .modal-dialog .modal-content .modal-body table tbody .queue_Status_modal {
	color: #333333;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	padding: 8px 12px 8px 12px;
	gap: 10px;
	border-radius: 4px;
}
.modal .modal-dialog .modal-content .modal-body table tbody .queue_Status_modal.yellow-model{
	background-color: #FEF6E6;
}
.modal .modal-dialog .modal-content .modal-body table tbody .queue_Status_modal.green-modal{
	background-color: #E6F7EA;
}
.modal .modal-dialog .modal-content .modal-body table tbody .queue_Status_modal.red-modal{
	background-color: #F9E6E6;
}
.modal .modal-dialog .modal-content .modal-body table tbody .queue_Status_modal.gray-modal{
	background-color: #F2F2F2;
}
.modal .modal-dialog .modal-content .modal-body table tbody .queue_Status_modal.blue-modal{
	background-color: #BCEBFF ;
}
.modal .modal-footer button{
	background-color: #FACE33;
}

.list-top-section .bottom-section .profile-photo-div{
	background-color: #F2F2F2;
	padding: 16px;
	border-radius: 8px;
	height: 234px;
	margin-right: 24px;
}
.list-top-section .bottom-section .cirle-div,
.list-top-section .business-bottom-section .cirle-div{
	background-color: #FFEBE9;
	height: 110px;
	width: 110px;
	border-radius: 50%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.list-top-section .bottom-section .profile-photo-div form label{
	/* padding: 0 26px 10px 26px; */
	display: flex;
	justify-content: center;
	position: absolute;
    top: 5px;
    right: 5px;
}
.list-top-section .bottom-section .profile-photo-div form h6 {
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	color: #000000;
	margin: 0;
}
.list-top-section .bottom-section .profile-photo-div form p {
	font-family: Poppins;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	color: #7A7A7A;
	text-align: center;
	margin-bottom: 24px;
}
.list-top-section .bottom-section .profile-photo-div form label .open-file-svg{
	position: absolute;
    top: 75%;
    right: 0%;
    background-color: #FFEBE9;
    border-radius: 50%;
}
.list-top-section .bottom-section .profile-photo-div form label svg{
	height: 24px;
	width: 24px;
	padding: 6px;
}
.list-top-section .bottom-section .profile-photo-div form .mail-phone-div {
	display: flex;
	justify-content: center;
}
.list-top-section .bottom-section .profile-photo-div form .mail-phone-div a {
	border-radius: 4px;
}
.list-top-section .bottom-section .profile-photo-div form .mail-phone-div .mail-btn{
	margin-right: 16px;
	background-color: #FE3821;
	color: #FFFFFF;
}
.list-top-section .bottom-section .profile-photo-div form .mail-phone-div .call-btn{
	background-color: #FACE33;
	color: #000000;
}
.list-top-section .bottom-section .profile-photo-div form .mail-phone-div a svg{
	height: 32px;
	width: 32px;
	padding: 8px;
}
.list-top-section .bottom-section .profile-changes-div {
	width: 100%;
}
.list-top-section .bottom-section .profile-changes-div form .profile-button-div{
	bottom: auto !important;
	margin-top: 32px;
}
.list-top-section .bottom-section .profile-changes-div form .profile-button-div .save-button{
	padding: 0px 16px 0px 16px !important;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section .map-section .map{
	height: 240px;
	width: 100%;
	margin-top: 26px;
	border-radius: 4px;
}
.list-top-section .order-bottom-section{
	display: flex;
	padding: 0 30px 30px 30px;
	margin-bottom: 90px;
}
.list-top-section .order-bottom-section .order-info-div{
	width: 50%;
}
.list-top-section .order-bottom-section .order-info-div .order-div{
	padding: 30px;
	border-radius: 8px;
	margin-right: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.list-top-section .order-bottom-section .order-info-div .order-item{
	padding: 30px;
	border-radius: 8px;
	margin-right: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.list-top-section .order-bottom-section .agent-info-div{
	width: 50%;
}
.list-top-section .order-bottom-section .agent-info-div .agent-info{
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.list-top-section .order-bottom-section .agent-info-div .qr-code-rider{
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-info-h6{
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	margin: 0;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-info-p{
	margin-bottom: 4px;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem p{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-small-section{
	width: 50%;
	margin-right: 30px;
	margin-bottom: 20px;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-h6-main{
	margin-bottom: 30px;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-qr-fields{
	display: flex;
	margin-bottom: 20px;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-qr-fields .order-form-check{
	margin-right: 13px;
	width: 130px;
	display: flex;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .p-qr-fields{
	margin-bottom: 4px;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-form-check input[type=checkbox]{
	margin-right: 6px;
	height: 20px;
	width: 20px;
	border-radius: 4px;
	border: 1px solid #FFFFFF
}
.list-top-section .order-bottom-section .order-form-check input.order-form-check-input:checked{
	background-color: #FE3821;
	border-color: #FE3821;
}
.list-top-section .order-bottom-section .order-info-sem .order-div-sem .order-form-check p{
	margin: 0;
}
.list-top-section .order-bottom-section .agent-info-div .agent-info {
	height: 402px;
}
.list-top-section .order-bottom-section .agent-info-div .agent-info h6 {
	margin-bottom: 30px;
}
.list-top-section .order-bottom-section .agent-info-div .agent-info p {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
}
.order-bottom-section .order-info-div .order-item h6{
	margin-bottom: 30px;
}
.order-bottom-section .order-info-div .order-item table{
	margin-bottom: 30px;
}
.order-bottom-section .order-info-div .order-item table th,
.order-bottom-section .order-info-div .order-item table td{
	padding-top: 0;
	padding-bottom: 20px;
	border: 0;
}
.order-bottom-section .order-info-div .order-item table tr:last-child td{
	padding-bottom: 0;
}
.order-bottom-section .order-info-div .order-item .table-order-total{
	margin-left: auto;
	margin-bottom: 0;
}
.order-bottom-section .order-info-div .order-item .table-order-total tr:nth-child(0) td{
	width: 50%;
}
.order-bottom-section .order-info-div .order-item .table-order-total tr:nth-child(1) td{
	width: 30%;
}
.order-bottom-section .agent-info-div .qr-code-rider h6{
	margin-bottom: 0;
}
.order-bottom-section .agent-info-div .qr-code-rider .order-qr-rider .form-floating{
	margin: 30px 0;
}
.order-bottom-section .agent-info-div .qr-code-rider .order-qr-rider .form-floating img{
	height: 164px;
    width: 164px;
}
.order-bottom-section .agent-info-div .qr-code-rider .order-qr-rider a {
	padding: 8px 12px ;
	border-radius: 4px;
	height: 32px;
}
.order-bottom-section .agent-info-div .qr-code-rider .order-qr-rider a svg{
	height: 16px;
	width: 16px;
}
.order-bottom-section .agent-info-div .qr-code-rider .order-qr-rider a.qr-edit-button{
	background-color: #7A7A7A;
	margin-right: 6px;
	color: #FFFFFF;
}
.order-bottom-section .agent-info-div .qr-code-rider .order-qr-rider a.qr-downlode-button{
	background-color: #00AB30;
	color: #FFFFFF;
}
.order-bottom-section .agent-info-div .qr-code-rider .order-qr-rider a.qr-print-button{
	background-color: #FACE33;
	color: #000000;
}
.list-top-section .business-bottom-section{ 
	margin: 0 30px 90px 30px;
	display: flex;
}
.list-top-section .business-bottom-section .business-info-profile{
	padding: 30px;
	margin-right: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
	border-radius: 8px;
	width: 360px;
	height: 749px;
}
.list-top-section .business-bottom-section .business-info-part {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
	border-radius: 8px;
	width:69.53%;
	height: 749px;
}
.list-top-section .business-bottom-section .profile-photo-div {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
}
.list-top-section .business-bottom-section .profile-photo-div form label{
	display: flex;
	justify-content: center;
	position: absolute;
    top: 5px;
    right: 0px;
}
.list-top-section .business-bottom-section .profile-photo-div form h6 {
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	color: #000000;
	margin: 0;
	margin-bottom: 20px;
}
.list-top-section .business-bottom-section .profile-photo-div form label .open-file-svg{
	position: absolute;
    top: 70%;
    right: 0%;
    background-color: #FFEBE9;
    border-radius: 50%;
}
.list-top-section .business-bottom-section .profile-photo-div form label svg{
	height: 24px;
	width: 24px;
	padding: 6px;
}
.list-top-section .business-bottom-section .infomation-div p{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.list-top-section .business-bottom-section .infomation-div h6{
	font-size: 15px;
	font-weight: 600;
	line-height: 21.6px;
}
.list-top-section .business-bottom-section .infomation-div {
	margin-bottom: 10px;
}
.list-top-section .business-bottom-section .infomation-div div{
	margin-bottom: 20px;
}
.list-top-section .business-bottom-section .infomation-div .open-close-time{
	width: 100%;
	margin: 0;
}
.list-top-section .business-bottom-section .infomation-div .opening-time{
	margin-right: 20px;
	width: 50%;
}
.list-top-section .business-bottom-section .infomation-div .closing-time{
	width: 50%;
}
.list-top-section .business-bottom-section .info-day-switch .information-div{
	height: 250px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
}
.list-top-section .business-bottom-section .info-day-switch .information-div::-webkit-scrollbar { 
	display: none; 
}
.list-top-section .business-bottom-section .info-day-switch .information-div .form-check{
	margin-bottom: 10px;
}
.list-top-section .business-bottom-section .info-day-switch p{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	margin-bottom: 6px;
}
.list-top-section .business-bottom-section .info-day-switch .form-switch{
	/* margin-right: 16px; */
	/* margin-bottom: 16px; */
	padding-left: 0 !important;
	display: flex;
	justify-content: space-between;
}
.list-top-section .business-bottom-section .info-day-switch .form-switch .form-day-details{
	min-width: 90px;
}
.list-top-section .business-bottom-section .info-day-switch .form-switch .form-check-input{
	width: 40px;
    height: 20px;
	/* margin-right: 6px; */
	margin-left: 0 !important;
	margin-top: 0 !important;
	float: none !important;
	background-color: #7A7A7A;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.list-top-section .business-bottom-section .info-day-switch .form-switch .form-check-input:checked{
	background-color: #00AB30;
	border-color: #00AB30;
}
.list-top-section .business-bottom-section .info-day-switch .form-switch .form-check-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.list-top-section .business-bottom-section .info-day-switch .opening-closing-time .time-details{
	display: flex;
}
.list-top-section .business-bottom-section .info-day-switch .opening-closing-time h6{
	font-size: 14px;
	line-height: 21px;
}
.list-top-section .business-bottom-section .info-day-switch .opening-closing-time .time-details span{
	margin: 0 6px;
}
.list-top-section .business-bottom-section .business-info-part h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	margin-bottom: 30px;
}
.list-top-section .business-bottom-section .business-info-part ul li{
	margin-bottom: 20px;
}
.list-top-section .business-bottom-section .business-info-part button{
	padding: 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #333333;
}
.list-top-section .business-bottom-section .business-info-part button.top.active{
	border-bottom: 1px solid #FE3821
}
.list-top-section .business-bottom-section .business-info-part .tab-content ul li{
	margin-right: 4px;
	display: flex;
}
.list-top-section .business-bottom-section .business-info-part .tab-content button.active{
	border: 0;
	background-color: #FFFFFF;
}
.list-top-section .business-bottom-section .business-info-part .tab-content button{
	text-align: left;
	background-color: #F2F2F2;
	border-radius: 0;
}
.list-top-section .business-bottom-section .business-info-part .tab-content button.nav-link {
	position: relative;
}
.list-top-section .business-bottom-section .business-info-part .tab-content button.nav-link .svg-wh {
	position: absolute;
	transform: translateY(-50%);
	right: 10px;
}
.list-top-section .business-bottom-section .business-info-part .qr-tab-setion{
	display: flex;
	justify-content: space-between;
}
.list-top-section .business-bottom-section .business-info-part .qr-tab-setion h6{
	margin: 20px 25px 0 25px;
	font-size: 20px;
}
.list-top-section .business-bottom-section .business-info-part .qr-tab-setion .btn-qr-edit{
	background-color: #7A7A7A;
	color: #FFFFFF;
}
.list-top-section .business-bottom-section .business-info-part .qr-tab-setion .btn-qr-downlode{
	background-color: #00AB30 ;
	color: #FFFFFF;
}
.list-top-section .business-bottom-section .business-info-part .qr-tab-setion .btn-qr-print{
	background-color: #FACE33;
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section .service-section-div{
	margin-bottom: 20px;
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section .service-section-div .form-check{
	margin-right: 13px;
	width: 130px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px; 
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section .service-section-div .form-check .form-check-input:checked {
	background-color: #FE3821;
    border-color: #FE3821;
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section p{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section h6{
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section .service-section-btn{
	text-align: end;
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section .service-section-btn .btn-service-delete{
	background-color: #C70000;
	color: #FFFFFF;
}
.list-top-section .business-bottom-section .business-info-part .service-tab-section .service-section-btn .btn-service-edit{
	background-color: #7A7A7A;
	color: #FFFFFF;
}
.list-top-section .business-bottom-section .business-info-part .order-management-section .order-table-section .list-card-body,
.list-top-section .business-bottom-section .business-info-part .crowd-management-section .list-card-body{
	padding: 0 ;
}
.list-top-section .business-bottom-section .business-info-part .order-management-section .order-table-section .list-card-body .list-top-part,
.list-top-section .business-bottom-section .business-info-part .crowd-management-section .list-card-body .list-top-part{
	margin-bottom: 20px;
}
.list-top-section .business-bottom-section .business-info-part .order-management-section .order-table-section .list-card-body .table-responsive,
.list-top-section .business-bottom-section .business-info-part .crowd-management-section .list-card-body .table-responsive{
	max-height: 350px;
}
.list-top-section .business-bottom-section .business-info-part .order-management-section .order-table-section .database-points ,
.list-top-section .business-bottom-section .business-info-part .crowd-management-section .database-points {
	padding: 40px 0px 20px 0px;
}
.support-sction .top-section{
	padding-bottom: 0;
}
.support-sction .support-section-card{
	padding: 20px 30px 0px 30px;
}
.support-sction .support-section-card .section-card-body{
	border-radius: 8px;
	box-shadow: 0px 2px 8px 0px #0000000D;
	padding: 16px;
	gap: 16px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.support-sction .support-section-card .section-card-body p{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	margin: 0;
	padding: 7px 0 7px 8px;
}
.support-sction .support-section-card .section-card-body h3{
	font-size: 26px;
	font-weight: 700;
	line-height: 31.2px;
	margin: 0;
}
.support-sction .support-section-card .section-card-body h4{
	font-size: 23px;
	font-weight: 600;
	line-height: 27.6px;
	margin: 0;
}
.support-sction .support-section-card .section-card-body .icon-part{
	border-radius: 8px;
	padding: 10px;
	gap: 10px;
	margin: 4.5px 0 4.5px 0;
}
.support-sction .support-section-card .section-card-body svg {
	height: 30px;
	width: 30px;
}
.support-sction .support-section-card .section-card-body svg.svg-gary{
	color: #434343;
}
.support-sction .support-section-card .section-card-body svg.svg-yellow{
	color: #865901;
}
.support-sction .support-section-card .section-card-body svg.svg-green{
	color: #005E1A;
}
.support-sction .support-section-card .section-card-body svg.svg-red{
	color: #6D0000;
}
.support-sction .support-section-card .section-card-body .icon-part.icon-body-gary{
	background-color: #D6D6D6;
}
.support-sction .support-section-card .section-card-body .icon-part.icon-body-yellow{
	background-color: #FBE2B0   ;
}
.support-sction .support-section-card .section-card-body .icon-part.icon-body-green{
	background-color: #B0E5BF;
}
.support-sction .support-section-card .section-card-body .icon-part.icon-body-red{
	background-color: #EEB0B0;
}
.support-sction .support-section-card .section-card-body h3.h3-gray{
	color: #7A7A7A;
}
.support-sction .support-section-card .section-card-body h3.h3-yellow{
	color: #F3A101;
}
.support-sction .support-section-card .section-card-body h3.h3-green{
	color: #00AB30;
}
.support-sction .support-section-card .section-card-body h3.h3-red{
	color: #C70000;
}
.support-sction .support-section-card .section-card-body.card-body-gray{
	background-color: #F2F2F2;
}
.support-sction .support-section-card .section-card-body.card-body-yellow{
	 background-color: #FEF6E6;
}
.support-sction .support-section-card .section-card-body.card-body-green{
	 background-color: #E6F7EA;
}
.support-sction .support-section-card .section-card-body.card-body-red{
	 background-color: #F9E6E6;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td p .dot {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td p{
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 13.2px;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td h6{
	margin: 0;
	margin-bottom: 6px;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td p.color-red , .qs-color-red{
	color: #FE3821;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td p.color-orenge , .qs-color-orange{
	color: #FE8B21;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td p.color-yellow , .qs-color-yellow{
	color: #F9C200;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td p .dot.color-red{
	background-color: #FE3821;
}
p.color-orenge{
	color: #FE8B21;
}
.dot.color-orenge{
	background-color: #FE8B21;
}
p.color-yellow{
	color: #F9C200;
}
.dot.color-yellow{
	background-color: #F9C200;
}
.list-top-section .bottom-section .card .list-card-body .table-responsive .table tbody tr td .enum-div{
	width: 100px;
	height: 35px;
	padding: 11px 0;
	border-radius: 25px;
	font-size: 11px;
	font-weight: 600;
	line-height: 13.2px;
	color: #FFFFFF;
	text-align: center;
}
.body-color-gray{
	background-color: #7A7A7A;
}
.body-color-yellow{
	background-color: #F3A101;
	color: #434343 !important;
}
.body-color-red{
	background-color: #C70000;
}
.body-color-green{
	background-color: #00AB30;
}
.support-sction-preview .top-section .lefts-section{
	display: flex;
}
.support-sction-preview .top-section .lefts-section a{
	color: #000000;
}
.support-sction-preview .top-section .lefts-section svg{
	width: 24px;
	height: 24px;
	margin-right: 16px;
}
.support-sction-preview .top-section .rights-section {
	padding: 0 !important;
}
.support-sction-preview .ticket-top-section{
	margin: 0 30px 16px 30px;
	padding: 16px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
	border-radius: 8px;
}
.support-sction-preview .ticket-top-section .ticket-head-part{
	margin-bottom: 10px;
	display: flex;
}
.support-sction-preview .ticket-top-section .ticket-head-info div{
	margin-bottom: 8px;
}
.support-sction-preview .ticket-top-section .ticket-head-info p{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.support-sction-preview .ticket-top-section .ticket-head-info p.p-width-set{
	width: 140px;
	margin-right: 24px;
	margin-bottom: 2px;
}
.support-sction-preview .ticket-top-section .ticket-head-info h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
}
.support-sction-preview .ticket-top-section .ticket-head-info p.info-ticket-owner{
	color: #28BFFF;
	font-size: 16px;
	text-decoration: underline;
}
.support-sction-preview .ticket-top-section .ticket-head-info p.info-date-time{
	font-size: 16px;
}
.support-sction-preview .ticket-top-section .enum-section {
	width: 140px;
}
.support-sction-preview .ticket-top-section .enum-section .enum-div{
	width: 100px;
	height: 35px;
	padding: 11px 0;
	border-radius: 25px;
	font-size: 11px;
	font-weight: 600;
	line-height: 13.2px;
	color: #FFFFFF;
	text-align: center;
} 
.support-sction-preview .ticket-top-section .ticket-enum-name-section{
	display: flex;
	margin: 5.5px 0;
	border-right: 1px solid #7A7A7A;
}
.support-sction-preview .ticket-top-section .ticket-enum-name-section p {
	margin: 3.5px 4px 3.5px 16px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	width: 90px;
}
.support-sction-preview .ticket-top-section .ticket-enum-name-section select{
	border: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	width: 200px;
}
.support-sction-preview .ticket-top-section .ticket-enum-name-section select:focus-visible{
	outline: none;
}
.support-sction-preview .ticket-top-section .ticket-enum-name-section select{
	/* appearance: none; */
}
.support-sction-preview .ticket-top-section .ticket-enum-name-section svg{
	height: 24px;
	width: 24px;
	margin-right: 16px;
}
.support-sction-preview .ticket-top-section .ticket-enum-name-section h6{
	font-size: 18px;
	font-weight: 600;
	line-height: 21.6px;
	margin: 1px 0 0 0;
}
.support-sction-preview .ticket-bottom-section{
	margin: 0 30px 16px 30px; 
	padding: 16px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
	border-radius: 8px;
}
.support-sction-preview .ticket-bottom-section h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
	margin-bottom: 16px;
}
.support-sction-preview .ticket-bottom-section .tickt-msg-section .tickt-msg-part{
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
}
.support-sction-preview .ticket-bottom-section .tickt-msg-section .ticket-msg-name{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}
.support-sction-preview .ticket-bottom-section .tickt-msg-section .ticket-msg-time{
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	color:  #C2C2C2;
}
.support-sction-preview .ticket-bottom-section .ticke-msg-description{
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 16px;
}
.support-sction-preview .ticket-bottom-section .description-bg-odd{
	background-color: #EAF9FF;
}
.support-sction-preview .ticket-bottom-section .description-bg-even{
	background-color: #F2F2F2;
}
.support-sction-preview .ticket-bottom-section .ticke-msg-description .description-msg{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	color: #000000;
	margin-bottom: 10px;
}
.support-sction-preview .ticket-bottom-section .ticke-msg-description .attachment-section{
	display: flex;
	flex-wrap: wrap;
}
.support-sction-preview .ticket-bottom-section .ticke-msg-description button{
	display: flex;
	font-size: 11px;
	font-weight: 400;
	line-height: 13.2px;
	text-align: center;
	color: #7A7A7A;
	padding: 9.5px 0 9.5px 8px;
	border: 1px solid #7A7A7A;
	border-radius: 4px;
	height: 32px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.support-sction-preview .ticket-bottom-section .ticke-msg-description button svg{
	height: 16px;
	width: 16px;
	margin: -1.5px 8px;
}
.support-sction-preview .bottom-section{
	margin-bottom: 99px;
}
.modal .modal-dialog .modal-content .modal-header.padding-modal-header{
	padding: 15px !important;
}
.modal .modal-dialog .modal-content .modal-header button{
	padding: 0 !important;
	border: 1px solid #7A7A7A;
	border-radius: 4px;
	background-color: #FFFFFF;
}
.modal .modal-dialog .modal-content .modal-header button span{
	padding: 0 6px;
}
.modal .modal-dialog .modal-content .modal-body{
	max-height: 100%;
	border-radius: 6px;
}
.modal .modal-dialog .modal-content .modal-body img{
	height: 500px;
    width: 100%;
}
.modal .modal-dialog .modal-content .modal-body.img-body-color{
	padding-top: 12px;
	background-color: #FFEBE9;
}
.modal .modal-dialog .modal-content{
	border-radius: 6px;
}
@keyframes growModal {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.modal-dialog-centered.animated-modal {
	animation: growModal 0.4s ease-out;
}
.support-sction-preview .ticket-bottom-section .tickt-editer textarea{
	border-radius: 8px;
	border: 1px solid #D6D6D6;
	width: 100%;
}
.support-sction-preview .ticket-bottom-section .tickt-editer textarea::placeholder{
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #7A7A7A;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section{
	display: flex;
	justify-content: end;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section p{
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	color: #434343;
	margin: 6px 10px 6px 0;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section select{
	width: 120px;
	border: 1px solid #D6D6D6;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	color: #434343;
	margin: 1.5px 0;
	margin-right: 16px;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section select option:nth-child(1){
	color: #7A7A7A;
	background-color: #F2F2F2;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section select option:nth-child(2){
	color: #F3A101;
	background-color: #FEF6E6;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section select option:nth-child(3){
	color: #00AB30;
	background-color: #E6F7EA;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section select option:nth-child(4){
	color: #C70000;
	background-color: #F9E6E6;
}
.support-sction-preview .ticket-bottom-section .tickt-editer .bottom-form-section button{
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	background-color: #FACE33;
	padding: 8px;
	border: 0;
	border-radius: 4px;
}
.ck.ck-editor{
	margin-bottom: 10px !important;
	border: 1px solid #D6D6D6 !important;
}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{
	border: 1px solid #D6D6D6 !important;
}
.ck.ck-editor .ck-editor__main .ck-widget img{
	height: 200px;
}
.tickt-msg-section .ticke-msg-description .image img{
	height: 200px;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
	width: 200px;
	height: 200px;
	position: relative;
}
.loader .logos{
	width:45%;
	position:absolute;
	left:39%;
	top: 39%;
}
.loader .logos img{
	width:50%;
	z-index:5;
}
.bounce1, .bounce2, .bounce3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; 
	border-radius: 50%;
	background-color: #FFFFFF;
	-webkit-animation: spreadout 2.7s infinite ease-in-out;
	animation: spreadout 2.7s infinite ease-in-out;
}
.bounce2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.bounce3 {
	-webkit-animation-delay: -1.8s;
	animation-delay: -1.8s;
}
@-webkit-keyframes spreadout {
	0% { -webkit-transform: scale(0.3) }
	80% {-webkit-transform: scale(1.0);}
	100% {opacity: 0;}
}
@keyframes spreadout {
	0% { 
	  -webkit-transform: scale(0.3);
	  transform: scale(0.3);
	}
	80% {
	  -webkit-transform: scale(1.0);
	  transform: scale(1.0);
	}
	100% {
	  opacity: 0;
	}
}
.sorting_disabled .form-check .form-check-input,
.form-check .select-customer{
	margin-left: -1em !important;
}
.hide {
	display: none;
}
.iti {
	width: 100%;
}
.select2-selection.select2-selection--multiple {
	width: 100%;
}
.select2.select2-container.select2-container--default {
	width: 100% !important;
}
.select2-selection.select2-selection--multiple {
	min-height: 48px;
	height: auto;
}
.top-form-section .bottom-section .list-card-body .bottom-form-section form textarea.select2-search__field {
	width: 100%;
	height: 25px !important;
}
.form-floating>label{
	left: 35px !important; 
	color: #C2C2C2;
}
#search-results {
    display: none;
    position: absolute;
    width: 25%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #ccc;
    background-color: white;
    padding: 0;
}

.search-dropdown-header {
    font-weight: bold;
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ccc;
	text-align: left;
    font-size: 15px;
    padding: 10px;
}

.dropdown-item-search {
    display: block;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: black; 
}

.dropdown-item-search:hover {
    background-color: #f1f1f1;
}
.form-check-inline{
	display: flex;
}
.a-text-success {
	color: #ffffff;
	background-color: #00ab30 !important;
}
.a-text-muted {
	color: #ffffff;
	background-color:#7A7A7A !important;
}
.a-text-danger{
	color: #ffffff;
	background-color: #c70000 !important;
}
.a-text-warning {
	color: #ffffff;
	background-color: #f9c200 !important;
}
.list-top-section .business-bottom-section .profile-photo-div form a {
	text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.6px;
    margin: 0;
    margin-bottom: 20px;
}