﻿:root {
	--light-blue-color: #03bafd;
	--dark-blue-color: #084779;
}

html {
	font-size: 100%;
}

*,
html {
	scroll-behavior: smooth;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: Poppins, sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	box-sizing: border-box;
	background-color: var(--light-bg);
	font-size: 1rem
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

ul.sidebar-menu{
	list-style-type: none;
	margin: 0;
}

img {
	max-width: 100%;
}
/* 
::-moz-selection {
	color: #ffffff;
	background: 
}

::selection {
	color: #ffffff;
	background: var(--secondary-color)
} */

h1,
h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--black-color)
}

h2 {
	font-weight: normal;
	font-size: 1.2rem;
	font-weight: 500
}

.content-wrapper {
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.sidebar-mini .content-wrapper {
	padding-left: 19rem;
	background-color: #F4F4F8;
}
.sidebar-mini .main-header{
	padding-left: 21rem;
}

.menu-clicked .content-wrapper {
	padding-left: 80px;
}
.menu-clicked .main-header{
	padding-left: 100px;
}

.content-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.content-wrapper .content-cover {
	display: flex;
	width: 100%;
	padding: 0 1.563rem;
}

.content-wrapper .content {
	padding: 1.875rem 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	/* border-radius: 0.7rem; */
	/* background-color: #fff; */
	/* box-shadow: 0 0 5px #00000015; */
	/* margin-top: 1rem; */
}
.shadow-box-1 {
	width: 100%;
	padding: 1.563rem;
	border: 1px solid #ECECEC;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07)
}
.btn:hover,
.btn:focus {
	outline: none;
	box-shadow: none!important;
}

.btn.btn-primary {
	background-color: var(--primary-color);
	color: var(--light-blue-color);
	border: 1px solid var(--primary-color);
	border-radius: 0.25rem;
	font-size: 1rem;
	padding: .6rem 1.3rem
}

.btn.btn-primary:hover {
	opacity: .8
}

.btn.btn-secondary {
	background-color: var(--secondary-color);
	color: var(--light-blue-color);
	border: 1px solid var(--secondary-color);
	border-radius: 0.25rem;
	font-size: 1rem;
	padding: .6rem 1.3rem
}

.btn.btn-secondary:hover {
	opacity: .8
}

form {
	width: 100%
}

.form-1 {
	font-size: 1.125rem;
	width: 100%
}

.form-1 p {
	margin-bottom: 1.875rem
}

.form-1 .form-control,
.form-1 .form-select {
	border: 1px solid #A5A5A5;
	height: 2.813rem;
	border-radius: 0.25rem;
	box-shadow: none!important;
}

.form-1 .form-control:focus,
.form-1 .form-select:focus {
	border-color: var(--primary-color)
}

.form-1 .btn {
	font-size: 1rem
}

.minus-icon img {
	width: 1.743rem
}

.user-body {
	background-color: var(--light-blue-color);
	border-radius: 1.563rem;
	width: 100%;
	max-width: 33.75rem;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	padding: 3.125rem 2.5rem
}

.user-body.big {
	max-width: 40rem;
}

.form-check-input {
	border: 2px solid var(--secondary-color);
	height: 1.438rem;
	width: 1.438rem;
	min-width: 1.438rem;
	margin-top: 0;
	margin-right: 0.313rem;
	cursor: pointer;
}

.form-check-input:checked {
	background-color: #26b9f1;
	border-color: #26b9f1;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:focus {
	border-color: var(--secondary-color);
}

.form-check-label a {
	text-decoration: underline;
	color: var(--primary-color);
}

.form-check {
	cursor: pointer;
}

.user-body h1 {
	font-weight: bold;
	color: var(--black-color);
	font-size: 1.25rem
}

.user-body .btn {
	border-radius: 0.625rem;
	font-size: 1.25rem;
	font-weight: 600
}

.user-body label {
	font-size: 1rem
}

.upload-btn-cover {
	position: relative;
}

.upload-btn {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.main-header {
	padding: 2.5rem 1.563rem 0;
	background-color: #f4f4f8;
	width: 100%;
	position: sticky;
	z-index: 999;
	top: 0
}
.main-sidebar .logo-sec{
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	min-height: 50px;
	padding: 1.2rem;
	border-bottom: 1px solid #fff;
}

.main-header .dropdown {
	position: relative;
}

.main-header .dropdown-toggle:after {
	display: none;
}

.main-header .dropdown-toggle .img-sec {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ffffff;
	margin-right: 1rem;
	height: 3.438rem;
	width: 3.438rem;
	min-height: 3.438rem;
	min-width: 3.438rem;
	display: inline-block;
	border-radius: 100%;
	border: 0;
	overflow: hidden;
}

.main-header .dropdown-toggle .username{
	font-weight: 600;
	color: var(--primary-color);
	display: flex;
	align-items: center;
}

.main-header .dropdown-toggle .username:after {
	content: '';
	height: .5rem;
	width: .5rem;
	border-top: 2.5px solid #000;
	border-right: 2.5px solid #000;
	display: block;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-top: -.4rem;
	margin-left: .5rem;
	position: absolute;
	right: 15px;
}

.main-header .dropdown-toggle .userid {
	color: #8B8B8B;
	font-weight: normal;
}

.main-header .dropdown-item:not(:last-child){
	color: #000000;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #e1e1e1;
}
.profile-bx .dropdown-item{
	border: none !important;
}
.main-header .dropdown-menu {
	border: 0;
	border-radius: 0.3rem;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .07);
	min-width: 15rem;
	width: 100%;
	left: auto!important;
	right: 0!important;
	transform: none!important;
	top: 100%!important;
	margin-top: .8rem!important;
}

.main-header .dropdown-item.active,
.main-header .dropdown-item:active {
	text-decoration: none;
	background-color: #f8f9fa;
	color: #16181b;
}

.main-header .dropdown .user-icon {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	border: 1px solid #000;
}
.main-header .navbar {
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 100%;
	border-bottom: 1px solid #03bafd;
	padding-bottom: 1.375rem;
}
.main-sidebar {
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	position: fixed;
	z-index: 999;
	min-width: 18rem;
	width: 18rem;
	max-width: 18rem;
	overflow: auto;
	padding-right: 0;
	top: 1rem;
	left: 1rem;
	
	padding: 0;
	background-image: linear-gradient(180deg, #03bafd, #084779);
	border-radius: 0.7rem;
}
.main-sidebar>ul,
.main-sidebar ul>li {
	display: block;
	width: 100%;
}

.main-sidebar ul>li>a {
	padding:10px 1.2rem; 
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 300;
	font-size: 1rem;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
}

.main-sidebar .dropdown-menu {
	position: relative!important;
	margin: 0px!important;
	transform: none!important;
	border-radius: 0;
	border: 0;
	background: #0a1f64;
	border-bottom-left-radius: .6rem;
	border-bottom-right-radius: .6rem
}

.main-sidebar .dropdown>a:after {
	margin-left: auto;
	content: '';
	height: .6rem;
	width: .6rem;
	border-top: 2px solid var(--ternary-color);
	border-right: 2px solid var(--ternary-color);
	display: block;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-top: -.4rem;
}

.main-sidebar ul>li.active>a,
.main-sidebar ul>li:hover>a,
.main-sidebar ul>li>a[aria-expanded="true"] {
	color: var(--secondary-color);
	/* font-weight: 700 !important; */
}

.main-sidebar ul>li>a[aria-expanded="true"] {
	/* background-color: rgba(230, 236, 241, .8); */
}

.main-sidebar ul>li>a[aria-expanded="true"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.main-sidebar .icon-sidebar {
	margin-right: .6rem;
	min-width: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-sidebar ul>li.active>a:after,
.main-sidebar ul>li:hover>a:after,
.main-sidebar ul>li>a[aria-expanded="true"]:after {
	border-color: var(--primary-color);
}
.main-sidebar .dropdown-menu a {
	padding-top: .8rem;
	padding-bottom: .8rem
}

.menu-clicked .main-sidebar {
	/* left: -100% */
	width: 80px;
	max-width: 80px;
	min-width: 80px;
}

.main-sidebar .sidebar {
	width: 100%;
	padding: 0;
	/*background-image: linear-gradient(180deg, #03bafd, #084779);
	border-radius: 0.7rem;*/
	height: 100%;
	position: relative;
}
.sidebar-bottom-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
	border-top:1px solid #fff;
}
.menu-clicked .sidebar-bottom-menu a{
	font-size: 10px;
}
.menu-clicked .sidebar-bottom-menu{
	padding: 0.5rem;
}
.sidebar-bottom-menu a {
    display: block;
    color: #03b5f7;
    font-size: 0.9rem;
    font-weight: 600;
	text-transform: capitalize;
}
.table>thead {
	background-color: var(--primary-color);
	color: var(--light-blue-color)
}

.table>:not(caption)>*>* {
	padding: .3rem 0.8rem;
	vertical-align: middle;
}

.page-link {
	color: var(--secondary-color)
}

/* .page-item.active .page-link {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
} */

.page-link:focus {
	box-shadow: none;
}
.footer {
	font-size: .9rem;
	color: #000F40;
	background: #E3E6EF;
	text-align: center;
	padding: 0;
	padding-left: 18.75rem;
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.footer .footer-inner {
	padding: 1.3rem 1.563rem;
	width: 100%
}

.menu-clicked .footer {
	padding-left: 0
}


/* Login */
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Bold.ttf);
	font-weight: 700;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-ExtraBold.ttf);
	font-weight: 800;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Medium.ttf);
	font-weight: 500;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Regular.ttf);
	font-weight: 400;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-SemiBold.ttf);
	font-weight: 600;
}
body {
	font-family: Poppins;
}

.btn.btn-primary {
	background-color: #F44E66;
	border: none;
	color: #fff;
}
.social-icon{
	margin: 0 6px;
}
.menu-icon{
	cursor: pointer;
}
.menu-clicked .main-sidebar ul>li>a{
	padding: 1rem 0;
}
.menu-clicked .side-menu-text{
	display: none;
}
.menu-clicked .icon-sidebar svg{
	width: 1.8rem;
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.menu-clicked .main-sidebar .icon-sidebar{
	margin: 0 auto;
}
/*  */
@media (min-width:767px){
	.main-sidebar .logo-sec{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.menu-clicked .main-sidebar .logo-sec{
	display: block;
	text-align: center;
}
.main-sidebar .sidebar-menu{
	padding: 1rem;
}
.main-sidebar .sidebar-menu li{
	background-color: #26b9f1;
	border-radius: 0.8rem;
	box-shadow: 0 0 5px #00000015;
	border: 1px solid #26b9f1;
	margin: 0.8rem 0;
	color:#fff;
}
.main-sidebar .sidebar-menu li .chev-icon {
    margin-left: auto;
}
.menu-clicked .main-sidebar .sidebar-menu li .chev-icon{
	display: none;
}
.main-sidebar .sidebar-menu li.active{
	background-image: linear-gradient(180deg, #03bafd, #084779);
	border: 1px solid #fff;
}
.user-profile-box{
	background-color: #fff;
	padding: 12px 40px 12px 12px;
	border-radius: 0.6rem;
	color: #292929;
	box-shadow: 0 0 5px #00000016;
}
.user-profile-box .username{
	font-weight: 600;
}
.right-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-colors {
    padding: 2px;
    background-image: linear-gradient(180deg, #03bafd, #084779);
    margin: 0 15px;
    border-radius: 0.7rem;
}
.btn-inner-colors{
	padding: 14px 20px;
	background-color: #fff;
	border-radius: 0.6rem;
	display: block;
}
.logo-sec img.logo{
	height: 100%;
	width: 100%;
	max-height: 70px;
	border-radius: 0.6rem;
}
.profile-mail{
	padding: 0.5rem 1rem;
}
.profile-bx{
	border-bottom: 1px solid #ededed;
}
.page-heading{
	font-weight: 800;
	color: #292929;
}
.search-btn{
    background-image: linear-gradient(180deg, #03bafd, #084779);
	background-image: -moz-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -webkit-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -o-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	color: #fff;
	padding: 5px 10px;
	border: none;
	border-radius: 0.4rem;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.search-bar{
	position: relative;
}
.search-bar .form-control{
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid #03bafd;
}
.table-head{
	background-color: #b5ebff;
	color: #088cbe;
	padding: 0.5rem 1rem;
	margin-top: 1.35rem;
	border-radius: 0.6rem;
}
.table-head p{
	margin: 0.5rem 0;
	font-weight: 700;
}
.table-head .action-head{
	text-align: right;
}
.action-buttons{
	display: flex;
	align-items: center;
	justify-content: end;
}
.action-buttons .btn-colors{
	margin:0 0 0 10px;
}
.action-buttons .btn-colors.trash{
    background-image: linear-gradient(180deg, #ff2020, #8b0000);
	background-image: -o-linear-gradient(linear-gradient(180deg, #ff2020, #8b0000));
	background-image: -webkit-linear-gradient(linear-gradient(180deg, #ff2020, #8b0000));
	background-image: -moz-linear-gradient(linear-gradient(180deg, #ff2020, #8b0000));
}
.header-bar{
	background-image: linear-gradient(180deg, #03bafd, #084779);
	background-image: -moz-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -webkit-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -o-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
}
.header-bar .img-container{
	width: 100%;
	height: 100%;
	max-width: 5rem;
}
.logo-name{
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
	font-size: 2rem;
}
.header-bar .row{
	align-items: center;
}
.reset-box{
	width: 80%;
	background-image: url('../images/reset-bg.jpg');
	background-image: linear-gradient(180deg, #03bafd26, #1a4668), url(../images/reset-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0.6rem;
	margin: 1rem auto; 
	padding: 1.7rem;
}
.form-container{
	background-color: #FFF;
	border-radius: 0.6rem;
	padding: 1rem;
	box-shadow: 0 5px 25px #0000009c;
	margin: 1rem 0;
}
.reset-col{
	background-color: #00000080;
	padding: 2rem 2.5rem;
	border-radius: 0.6rem;
	min-height: 75vh;
}
.form-container .form-control{
	border: none;
	padding: 0;
}
.reset-col h1{
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.reset-col .form-check label{
	color: #fff;
}
.logo-container{
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.theme-btn{
	background-image: linear-gradient(180deg, #03bafd, #084779), url(../images/Combined-Shape.png);
	/* background-image:  url(../images/Combined-Shape.png); */
	background-image: -moz-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -webkit-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -o-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	color: #fff;
	padding: 0.8rem 1rem;
	border: none;
	border-radius: 0.6rem;
	text-align: center;
	display: block;
	width: max-content;
	/* min-width: 12rem; */
	/* background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat; */
	/* border: 2px solid transparent; */
}
.theme-btn:hover{
	color: #03b5f7;
	background-color: #fff;
	box-shadow:  0 0 5px #00000030;
	background-image: none;
}
.copyright-footer{
	text-align: right;
}
.footer-box{
	padding: 1rem 2rem;
	background-image: linear-gradient(180deg, #fff, #8cc9df54);
	box-shadow: 0 0 8px #00000015;
}
.footer-box a{
	line-height: 2.4;
	color: #26b9f1;
	margin-right: 1rem;
	font-weight: 600;
}
.footer-box p{
	line-height: 2.4;
	margin: 0;
	font-weight: 500;
}
.reset-page {
    background-image: linear-gradient(180deg, #fff0, #03b7f84d);
}
.login-links{
	text-align: center;
	margin: 2rem 0; color: #26b9f1;
	font-weight: 600;
}
.login-links .theme-btn{
	margin: 1.5rem auto;
}
.reset-page .reset-col .theme-btn{
	margin: 2rem auto;
}
.login-links p{
	color: #fff;
	font-weight: 500;
}
.content-wrapper.business-profile .content{
	background-color: #fff;
	margin: 1rem 0 0;
	border-radius: 0.8rem;
}
.business-logo-container{
	height: 150px;
	width: 150px;
	border: 2px solid #26b9f1;
	border-radius: 0.6rem;
	overflow: hidden;
	margin-top: 1rem;
}
.business-logo-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business-form{
	padding:0 1.8rem;
}
.upload-btn{
	background-image: linear-gradient(180deg, #03bafd, #084779);
}
.image-upload{
	display: flex;
	align-items: flex-end;
}
.image-upload .theme-btn{
	margin: 0 2rem;
	width: 7rem;
}
.business-profile .container{
	margin: 0 auto 0 0;
}
.form-box {
    background-color: #fff;
    border: 1px solid #03bafd;
    border-radius: 0.6rem;
    margin: 1.5rem 0 0;
    padding: 1rem;
    box-shadow: 0 0 10px #26b9f136;
}
.form-box input{
	border: none;
	font-weight: 600;
	padding: 0;
}
.address-form{
	align-items: flex-end;
	margin-top: 2rem;
}
.address-form .form-box{
	margin: 0.5rem 0 1rem;
	border: none;
}
.address-form .form-box .form-control{
	color: #625a5a;
}
.add-more{
	position: absolute;
	right: 0.8rem;
	bottom: 0.8rem;
	background-image: linear-gradient(180deg, #03bafd, #084779);
	padding: 6px 10px;
	border-radius: 0.6rem;
	color: #fff;
	cursor: pointer;
}
.add-btn{
	position: relative;
}
.restro-list thead tr{
	/* background-color: #b5ebff; */
    color: #088cbe;
    padding: 0.5rem 1rem;
    margin-top: 1.35rem;
    border-radius: 0.6rem;
}
.restro-list table {
	border-collapse: separate;
	border-spacing: 0 0.5rem;
	/* border: none; */
}
.restro-list tr{
	line-height: 2.4;
}
.restro-list tr th:last-child, .restro-list tr td:last-child{
	float: right;
	width: 100%;
	text-align: right;
}
.restro-list tbody tr{
	color: #000;
    padding: 0.5rem 1rem;
    margin-top: 1.35rem;
    border-radius: 0.6rem;
    /* background-color: #fff; */
    border: 1px solid #26b9f1 !important;
    /* box-shadow: 0 0 40px #26b9f13b; */
}
.restro-list tbody tr td{
	background-color: #fff;
	padding: 0.3rem 0.8rem;
	font-weight: 600;
}
.restro-list .table>:not(caption)>*>*{
	border-top: 1px solid #03bafd;
	border-bottom: 1px solid #03bafd;
}
.restro-list .table tr td:first-child{
	border-left: 1px solid #03bafd;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
}
.restro-list .table tr td:last-child{
	border-right: 1px solid #03bafd;
	border-radius: 0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
}
.restro-list .table tr th:first-child{
	/* border-left: 1px solid #03bafd; */
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
}
.restro-list .table tr th:last-child{
	/* border-right: 1px solid #03bafd; */
	border-radius: 0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
}
.restro-list .table tr th{
	border: none;
	background-color: #b5ebff;
}
.field-validation-error {
	color: red;
}
.validation-summary-errors {
	font-weight: bold;
	color: red;
}
.table-item-status{
	background-color: #fbcaae;
    padding: 0 10px;
    border-radius: 25px;
}
.action-buttons .btn-inner-colors{
	padding:0px 9px;

}
.btn-inner-colors i{
	background: -webkit-linear-gradient(#03bafd, #084779);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.trash .btn-inner-colors i{
	background: -webkit-linear-gradient(#ff2020, #8b0000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.manage-information .container{
	margin-left: 0;
	margin-right: auto;
}
.dash-box {
    background-image: linear-gradient(#03bafd, #084779);
    color: #fff;
    padding: 1rem;
    border-radius: 0.6rem;
	box-shadow: 0 5px 10px #26b9f16b;
}
.dash-box h3{
	text-align: center;
	margin: 1rem 0 0;
	font-weight: 600;
}
.dash-box p{
	text-align: center;
	margin: 1rem 0 0;
	font-size: 1.3rem;
}
.dash-box:hover span i{
	transform: scale(1.5);
	transition: 300ms all ease-in-out;
}
/* slider round button */
.toggle-checkbox .switch {
	position: relative;
	display: inline-block;
	width: 85px;
	height: 30px;
	vertical-align: middle;
  }
  
.toggle-checkbox  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
.toggle-checkbox .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #818181;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
.toggle-checkbox .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
.toggle-checkbox input:checked + .slider:before {
	-webkit-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
  }
  .toggle-checkbox  .slider.round {
	border-radius: 34px;
  }
  
.toggle-checkbox .slider.round:before {
	border-radius: 50%;
  }
  input:checked + .slider::after {
    content: "Unblock";
    position: absolute;
    left: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    top: 2px;
}
  .switch .slider::after {
    content: "Block";
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    top: 2px;
}
.joblistpagination .pagination li{
	border: none !important;
}
.joblistpagination .pagination li a{
	background-image: linear-gradient(180deg, #03bafd, #084779), url(../images/Combined-Shape.png);
	/* background-image:  url(../images/Combined-Shape.png); */
	background-image: -moz-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -webkit-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	background-image: -o-linear-gradient(linear-gradient(180deg, #03bafd, #084779));
	color: #fff;
	border-radius: 0.6rem;
}
.joblistpagination .pagination li.active a{
	background-color: #fff;
	background-image: none;
	color: #084779;
	box-shadow: 0 0 5px #00000050;

}
.joblistpagination .pagination li a:hover{
	color: #03b5f7 !important;
	background-color: #fff !important;
	box-shadow:  0 0 5px #00000030;
	background-image: none;
}
#thclient>tr>td.dataTables_empty{
	float: none;
	border-radius: 0.6rem;
}



.search-bar .form-control {
	padding: 8px 10px;
}

.search-btn {
	transform: translate(-50%,-50%);
	right: -6px;
}

.date-pick input {
	display: block;
	border: none;
	padding: 8px;
	border: 2px solid #03b3f6;
	border-radius: 5px;
	color: #074c7d;
	width:100%;
}

.filt-data-dropdown select{
	display: block;
	padding: 8px;
	border: 2px solid #03b3f6;
	border-radius: 5px;
	color: #074c7d;
}
.filt-data-dropdown label, .date-pick label{
	font-weight:600;
	color:#084779;
}
.status-left{
	text-align:left !important;
}
.search-table-btn button{
	padding:10px 15px;
}
.search-table-btn{
	display:flex;
	align-items:flex-end;
}
.filt-data-dropdown .selection > span.select2-selection {
	display: block;
	height: 40px;
	border: 2px solid #03b3f6;
	border-radius: 5px;
	color: #8e8e8e;
}
.filt-data-dropdown .selection > span.select2-selection .select2-selection__arrow b{
	display:none
}
.filt-data-dropdown .selection > span.select2-selection::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 5px;
	font-size:20px;
}
.filt-data-dropdown .select2-container {
	width: 100% !important;
}
.filt-data-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:35px;
}
.btn-right {
	margin-left: auto;
}
.queueing-only .slider::after, .queueing-only .slider ::before{
	display:none;
}
.queueing-only .toggle-checkbox .switch {
	width: 47px;
	height: 25px;
}
.queueing-only .toggle-checkbox .slider::before {
	height:19px;
	width:19px;
}
.queueing-only .toggle-checkbox input:checked + .slider::before {
	transform: translateX(22px);
}
.queueing-only .toggle-checkbox .switch{
	margin-right:15px;
}

.restro-list .Cuisinetable tr th:last-child, .restro-list .Cuisinetable tr td:last-child {
	float: none;
	width: 30%;
	text-align: right;
}



.content-cover-box {
	display:block;
	width: 100%;
	padding: 0 1.563rem;
}
.section_add_bbx {
	display: flex;
	align-items: center;
}

	.section_add_bbx div {
		margin-right: 30px;
	}

