* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Poppins', sans-serif;
	color: #121a27;
}

/*-- Global Css--*/

p,
a,
h1,
h2,
h3,
h4,
label {
	color: #121a27;
	font-weight: 400;
}
a,
a:hover {
	font-size: 14px;
	color: #121a27;
	text-decoration: none;
}
label {
	margin: 0;
}
h2 {
	font-size: 45px;
	font-weight: 600;
}
h3 {
	font-weight: 700;
	font-size: 34px;
	text-transform: uppercase;
}

/*-- Global Css--*/

/*Sign Form*/

body.sign_register_form {
	padding: 0;
}
.form_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/signin_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	height: 100vh;
}
.form_wrap form {
	background-color: #ffffff;
	padding: 30px 40px;
	width: 65%;
	border-radius: 30px;
	border-top: 5px solid #00b14f;
}
.form_wrap form .logo {
	text-align: center;
}
.form_wrap form .logo img {
	max-width: 100px;
}
.form_wrap form .form_content h5 {
	font-weight: 700;
	font-size: 32px;
	margin: 0;
}
.form_wrap form input.form-control,
section#form_wraper form .form-group input.form-control,
section#form_wraper form .form-group select {
	background-color: #ffffff;
	min-height: 50px;
	padding: 10px 22px;
	color: #111111;
	border-radius: 10px;
	font-size: 13px;
	outline-style: none;
	box-shadow: none;
	border: 1px solid #1d2637;
}
.form_wrap form input.form-control, section#form_wraper form .form-group input.form-control, section#form_wraper form .form-group select {
    background-color: #ffffff;
    min-height: 50px;
    padding: 10px 22px;
    color: #111111;
    border-radius: 10px;
    font-size: 13px;
    outline-style: none;
    box-shadow: none;
    border: 1px solid #1d2637;
    order: 2;
}
.form_wrap form label i.fa.fa-envelope {
	font-size: 15px;
	margin: 0 5px 7px 0px;
	position: relative;
	top: 3px;
}
.form_wrap form label i.fa.fa-unlock-alt {
	font-size: 20px;
	margin: 0 5px 7px 0px;
	position: relative;
	top: 5px;
}
.form_wrap form input.form-control::-webkit-input-placeholder,
section#form_wraper form .form-group input.form-control::-webkit-input-placeholder {
	color: #b2b2b2;
}
.form_wrap form input.form-control:-ms-input-placeholder,
section#form_wraper form .form-group input.form-control:-ms-input-placeholder {
	color: #b2b2b2;
}
.form_wrap form input.form-control::placeholder,
section#form_wraper form .form-group input.form-control::placeholder {
	color: #b2b2b2;
}
.form_wrap form .btn_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form_wrap form .btn_wrap button.btn.btn-primary,
section#form_wraper form button {
	background-color: #101820;
	border-color: #101820;
	color: #ffffff;
	font-weight: 600;
	padding: 8px 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.form_wrap form .btn_wrap button.btn.btn-primary i {
	color: #ffffff;
}
.form_wrap form .dont_have_account {
	padding: 15px 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}
.form_wrap form .dont_have_account a {
	font-weight: 700;
	margin: 0 0 0 5px;
	text-decoration: underline;
	color: #00b14f;
}
.form_wrap form a.back_btn {
	background-color: #121a27;
	padding: 8px 15px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
}
.form_wrap form a.back_btn i {
	color: #ffffff;
}
.form_wrap form .form_content small {
	display: inline-block;
	line-height: 15px;
	padding: 5px 0 0;
}
.form_wrap form .btn_wrap a {
	text-decoration: underline;
	font-size: 13px;
	font-weight: 500;
}
.form-group .form-check {
	display: flex;
	margin: 0px 0;
	padding: 0;
	align-items: center;
}
.form-group .form-check .custom_check {
	width: 17px;
	height: 16px;
	position: relative;
	border: 1px solid #121a27;
	margin: 0 8px 0 0;
}
.form-group .form-check .custom_check input[type="checkbox"] {
	height: 15px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	font-size: 0;
	margin: 0 auto;
	cursor: pointer;
	z-index: 1;
}
.form-group .form-check .custom_check span {
	height: 14px;
	width: 14.5px;
	display: inline-block;
	border: 1px solid transparent;
	position: absolute;
	top: 0;
}

.form-group .form-check label.form-check-label {
	margin: 0;
	font-size: 13px;
	color: #121a27;
	font-weight: 500;
	padding: 0;
}
.form-group .form-check .custom_check input[type="checkbox"]:checked~span {
	background-color: #00b14f;
}
.form-group .form-check .custom_check input[type="checkbox"]:checked~span:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 0px;
	width: 5px;
	height: 9px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form_content .form-group span.reveal-password, .form_content .form-group span.btn-show-pass {
    position: absolute;
    top: 58px;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}
.form_content .form-group p {
	font-size: 15px;
}
.form_content .form-group span.reveal-password i {
	font-size: 13px;
}

/*Dashboard*/

.sidebar {
    width: 270px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    transition: width 300ms;
    height: calc(100% - (5px + 1px));
    background-color: #ffffff;
    border-right: 1px solid #dee2e6;
}
.sidebar-brand {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    cursor: pointer;
}
.sidebar-brand img {
	width: 60px;
}
.sidebar-menu li {
    background-color: #f1f5f9;
    margin: 0 10px 10px;
    border-radius: 5px;
}
#nav-toggle:checked+.sidebar {
	width: 70px;
}
#nav-toggle:checked+.sidebar .sidebar-brand,
#nav-toggle:checked+.sidebar li {
	text-align: center;
}
/*#nav-toggle:checked+.sidebar li a {
	padding-left: 0rem;
}*/
#nav-toggle:checked+.sidebar .sidebar-brand h1 span:last-child,
#nav-toggle:checked+.sidebar li a span:last-child {
	display: none;
}
.sidebar-menu a.active {
	background: #ffffff;
	border-radius: 30px 0px 0px 30px;
}
#nav-toggle:checked~.main-content {
	margin-left: 70px;
}
#nav-toggle:checked~.main-content header {
	width: calc(100% - 70px);
	left: 70px;
}
body.Sidebar-mini .main-content {
    margin-left: 270px;
    transition: 0.4s;
}
header.navbar_top {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
	position: fixed;
	left: 270px;
	top: 0;
	width: calc(100% - 270px);
	z-index: 4;
}
#nav-toggle {
	display: none;
}
header.navbar_top h2 {
	color: #222;
	font-size: 20px;
}
header.navbar_top label span {
	font-size: 30px;
	padding-right: 5px;
	cursor: pointer;
}
.user-wrapper {
	display: flex;
	align-items: center;
}
.user-wrapper i.fas.fa-user-circle {
	font-size: 42px;
	margin-right: 10px;
}
main.cards_wrap {
    margin-top: 60px;
    padding: 30px 20px;
    background: #F9F9F9;
    min-height: calc(100vh - 90px);
}
.card-single {
	display: flex;
	justify-content: space-between;
	padding: 50px 30px;
	border-radius: 20px;
	margin-bottom: 20px;
	position: relative;
}
.card {
	background: #fff;
	border-radius: 12px;
}
.card-header {
	padding: 1rem;
}
.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
}

/*Added 18-05-2021*/

header.navbar_top label i {
	cursor: pointer;
}
.sidebar-menu ul li.active {
/*    background-color: #00b14f;*/
    border-radius: 5px;
}
.sidebar-menu ul li.active a i {
	color: #ffffff;
}
.sidebar-menu li a p {
	padding-left: 8px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 13px;
}
.sidebar-menu li a {
    position: relative;
    width: 100%;
    padding: 14px 15px;
    display: flex;
    align-items: center;
}
.profile span {
	font-size: 12px;
}
.profile h6 {
	font-size: 14px;
}
main.cards_wrap h2 {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
}
.card-single .content h3 {
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
	text-align: right;
	color: #ffffff;
}
.head_icon {
	border-radius: 15px;
	width: 20%;
}
.head_icon img {
	width: 70px;
}
.card-single.one {
	background-color: #51bcda;
}
.card-single.two {
	background-color: #91b3fa;
}
.card-single.three {
	background-color: #315fbd;
}
.card-single.four {
	background-color: #a59d9f;
}
.card-single.five {
	background-color: #ef8157;
}
main.cards_wrap .inputs_radio img {
	width: 20px;
	margin: 0 10px;
}
main.cards_wrap .inputs_radio label {
	font-size: 16px;
	font-weight: 600;
}
.card-single .approve {
	background-color: transparent;
	width: 35px;
	padding: 5px 5px;
	height: 35px;
	border-radius: 20px;
	position: absolute;
	top: 14px;
	right: 20px;
	text-align: center;
}
.card-single .approve img {
	width: 20px;
	border: 2px solid #ffffff;
	border-radius: 100px;
}
.content_approve {
	width: 75%;
}
body.Sidebar-mini.sidebar_show .sidebar .sidebar-brand img {
	width: 40px;
}
body.Sidebar-mini.sidebar_show a p {
	display: none;
}

/*Profile*/

.profile_wrap {
	background-color: #ffffff;
	padding: 50px 50px;
}
.profile_wrap .user-wrapper i.fas.fa-user-circle {
	font-size: 200px;
}
.profile_wrap form .form-group label {
	font-size: 16px;
	font-weight: 600;
}
.profile_wrap form .form-group input::placeholder {
	font-size: 13px;
}

/*Added 19-05-2021*/

main.cards_wrap .profile_wrap form input {
	font-weight: 400;
	height: 50px;
	border-radius: 5px;
	font-size: 14px;
	border-color: #1f2936;
	color: #495057;
}
.custom-check {
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 30px;
}
.custom-check input {
	position: absolute;
	width: 20px;
	height: 20px;
	opacity: 0;
	font-size: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
	z-index: 1;
}
.custom-check span {
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
	display: inline-block;
	border-radius: 3px;
}
.custom-check input.is_complete_update:checked~span,
.custom-check input:checked~span {
	height: 20px;
	width: 20px;
	background-color: #00b14f;
	border-color: #00b14f;
}
.custom-check input.is_complete_update:checked~span:before,
.custom-check input:checked~span:before {
	background-color: #00b14f;
	left: 7px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
}
.content_profile form,
.content_profile .services_wrap {
	background-color: #ffffff;
	padding: 30px 30px;
	border-radius: 5px;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, .15);
	width: 100%;
}
.content_profile .services_wrap ul li {
	background-color: #f1f5f9;
	margin-bottom: 17px;
	padding: 18px 20px;
	border-radius: 3px;
}
.profile_wrap .profile_form .content_profile form .user-wrapper {
	display: block;
	text-align: center;
	padding-bottom: 40px;
}
.content_profile .services_wrap {
	margin-left: 40px;
}
.content_profile .services_wrap ul li:hover {
	background-color: #00b14f;
}
.content_profile .services_wrap ul li:hover label {
	color: #ffffff;
}
.content_profile .services_wrap ul li:hover .custom-check span {
	border: 1px solid #ffffff;
}
.content_profile .services_wrap h2 {
	padding-bottom: 20px;
	font-size: 25px;
}
.profile_wrap button.submit {
	margin: 50px auto 0;
	display: block;
	background-color: #00b14f;
	border: 1px solid #00b14f;
	padding: 12px 20px;
	width: 10%;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
}

/*Added 25-05-2021*/

.card-single.six {
	background-color: #fbc75d;
}
.card-single.seven {
	background-color: #018184;
}
.card-single .content h3 span {
	color: #ffffff;
	font-size: 30px;
	padding-top: 10px;
}
.card-single.eight {
	background-color: #00e1d1;
}
.card-single.nine {
	background-color: #c12528;
}

/*Added 01-06-2021*/


/*.card-single.activities .content .head_icon h3,
.card-single.activities .counted h6 span {
    font-size: 25px;
    color: #ffffff;
}
.card-single.activities .content .head_icon span,
.card-single.activities .counted h6 {
    font-size: 14px;
    color: #ffffff;
}
.card-single.activities {
    padding: 30px 30px;
}
.card-single.activities .counted {
    margin: 0 auto;
    width: 100%;
    background-color: #39aaca;
    border-radius: 20px;
    padding: 25px 25px;
}
.card-single.two.activities .counted {
    background-color: #78a0f3;
}
.card-single.three.activities .counted {
    background-color: #2750a5;
}
.card-single.four.activities .counted {
    background-color: #92898b;
}
.card-single.three.activities .counted .left button {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    padding: 10px 30px;
    border-radius: 5px;
}
.card-single.three.activities .counted .left button a {
    color: #ffffff;
}
.card-single.activities .counted ul li {
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
}
.card-single.activities {
   min-height: 300px;
}
header.navbar_top form.form-group select {
    height: 50px !important;
    border: 1px solid #1f2936;
    font-size: 14px;
    width: calc(100% - 150px);
    outline-style: none;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 40px;
    font-weight: 400;
    border-radius: 5px;
    color: #495057;
}
header.navbar_top form.form-group select {
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}*/


/*Added 02-06-2021*/


/*.card-single.activities {
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 15%);
    padding: 30px 30px;
    min-height: 420px;
    display: block;
    justify-content: inherit;
}
.card-single.activities h3 {
    color: #121a27;
    font-size: 20px;
}
.counted ul li {
    padding: 10px 20px;
    background-color: #f1f5f9;
    margin: 10px 0;
}
.counted ul li h6 {
    font-size: 16px;
}
.counted ul li span {
    font-size: 20px;
    font-weight: 600;
}
.graph_content img {
    width: 85%;
    margin: 18px auto;
    display: block;
}*/


/*Dashboard*/

.cards.drivers .card-body p {
	border-top: 1px solid #dee2e6;
	padding: 20px 0 0;
}
.cards.drivers .card-body h2 i.fa.fa-car {
	color: #564ec1;
}
.cards.drivers .card-body h2 {
	padding: 20px 0 20px;
	font-size: 25px;
}
.cards.drivers .card-body h2 i.fa.fa-money {
	color: #04cad0;
}
.cards.drivers .card-body h2 i.fa.fa-clock-o {
	color: #f5334f;
}
.cards.drivers .card-body h2 i.fas.fa-dolly-flatbed {
	color: #f7b731;
}
.cards.drivers .card-body h6 {
	font-size: 16px;
	background-color: #f1f5f9;
	padding: 15px 15px;
}
.cards.drivers .card-body {
	padding: 0;
}
.cards.drivers .card-body p i.fa.fa-chevron-circle-right {
	color: #00b14f;
	font-size: 18px;
}
.cards.drivers .card-body h2 i.fa.fa-history {
	color: #26c2f7;
}
.cards.drivers .card-body h2 i.fa.fa-star {
	color: #21c44c;
}
.cards.drivers .card-body h2 i.fa.fa-clipboard {
	color: #eb6f33;
}
.services_inner.content {
	padding: 15px 0px 15px;
}

/*Driving History*/

.cards.drivers .card-body button.refer_btn {
	background-color: #00b14f;
	border: 1px solid #00b14f;
	padding: 10px 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.cards.drivers .card-body button.refer_btn a {
	color: #ffffff;
	font-weight: 500;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgb(241 245 249);
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}
.table-striped thead.thead-dark {
	background-color: #000000;
}
.cards.drivers .card-body label {
	padding: 0 0 20px;
	font-size: 16px;
}
.table td,
.table th {
	border-top: 1px solid rgba(0, 0, 0, .125);
}
.cards.drivers .card-body.tables {
	overflow-y: scroll;
	height: 490px;
}

/* width */

.card-body.tables::-webkit-scrollbar,
.sidebar-menu::-webkit-scrollbar {
	width: 5px;
}

/* Track */

.card-body.tables::-webkit-scrollbar-track,
.sidebar-menu::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */

.card-body.tables::-webkit-scrollbar-thumb .sidebar-menu::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */

.card-body.tables::-webkit-scrollbar-thumb:hover,
.sidebar-menu::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.cards.drivers .card-body .paid_graph {
	padding: 30px 20px 20px;
	background-image: url(../images/common_bg.png);
	background-size: contain;
}

/*Driver Info*/

.cards.drivers .card-body .driver-info ul li h6 {
	background-color: transparent;
	padding: 0 30px 0 0px;
	font-size: 14px;
}
.cards.drivers .card-body .driver-info ul li span {
	background-color: transparent;
	font-size: 14px;
}
.driver-info img {
	height: 100px;
	width: 100px;
	border-radius: 10px;
	object-fit: contain;
	border: 1px dashed #343d49;
	padding: 10px;
}
.cards.drivers .card-body .content_approve {
	width: 75%;
}
.cards.drivers .card-body .approve {
	background-color: transparent;
	width: 35px;
	padding: 5px 5px;
	height: 35px;
	border-radius: 20px;
	position: absolute;
	top: 6px;
	right: 8px;
	text-align: center;
}
.cards.drivers .card-body .approve img {
	width: 18px;
	border: 2px solid #ffffff;
	border-radius: 100px;
}
.cards.drivers .card-body .driver-info ul li {
	padding: 6px 0px;
}
.cards.drivers .card-body .driver-info {
	padding-bottom: 0px;
}
.cards.drivers form {
	padding: 30px 30px;
}
.tabs_wrap form .form-group input,
.cards.drivers form .form-group textarea {
	box-shadow: none;
}
.tabs_wrap form .form-group input {
	height: 50px;
	background-color: #fbfbfb;
	border-color: #dadada;
	border-radius: 5px;
	padding: 0 12px 0;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	outline: none;
}
.tabs_wrap form .form-group textarea {
	padding: 10px 12px;
	font-size: 14px;
	background-color: #fbfbfb;
	border-color: #dadada;
}
.tabs_wrap form .form-group label,
.cards.drivers form .form-group label,
.modal-dialog.forms .form-group label {
	font-weight: 600;
	padding: 0 0 5px;
	display: inline-flex;
	align-items: flex-end;
	position: relative;
	font-size: 15px;
}
.tabs_wrap .services_inner.form {
	margin: 0px 0px 15px;
}
.tabs_wrap .cards.drivers .services_inner.form .inputs_radio i.fa.fa-pencil-square {
	font-size: 22px;
}
.tabs_wrap form .form-group input#file-input, 
.modal-dialog.forms .form-group input {
    background-color: #fbfbfb;
    border-color: #dadada;
    min-height: 50px;
    padding: 12px 12px;
    color: #111111;
    font-size: 12px;
    outline-style: none;
    box-shadow: none;
    border-radius: 5px;
}
.tabs_wrap form .form-group select {
	cursor: pointer;
	background-image: url(../images/down-arrow.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fbfbfb;
	border-color: #dadada;
	min-height: 50px;
	padding: 10px 12px;
	color: #111111;
	font-size: 13px;
	outline-style: none;
	box-shadow: none;
	border-radius: 5px;
}

/*Added 03-06-2021*/

main.cards_wrap .tabs_wrap {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px;
    padding: 30px 30px 5px;
}
main.cards_wrap .tabs_wrap ul {
	padding: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
	background-color: #101820;
	border-radius: 36px;
	padding: 20px 20px;
	height: 50px;
	width: 206px;
	font-size: 15px;
}
nav.nav.nav-pills {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
	border-radius: 36px;
	width: 38%;
	height: 50px;
}
.nav-pills .nav-link,
.nav-pills .nav-link {
	height: 50px;
	width: 206px;
	border-radius: 36px;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	color: #101820;
}
.driver-info-card {
	width: 25%;
}
main.cards_wrap .tabs_wrap form button.refer_btn,
.modal-dialog.forms .modal-footer button.refer_btn {
	margin: 0 15px 10px;
	background-color: #00b14f;
	border: 1px solid #00b14f;
	padding: 10px 30px;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	font-weight: 500;
}
.tabs_wrap form.documents {
	margin: 0px 15px;
}
.tabs_wrap.vehicles form {
	padding: 0px 15px;
}
.sales span {
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 1;
	color: #121a27;
	font-size: 14px;
	font-weight: bold;
}
.sales:after {
	content: "";
	position: absolute;
	width: 80px;
	border-bottom: 40px solid #ffc513;
	right: 0;
	top: 10px;
}
.cards.drivers.vehicles .card-body.plus img {
    width: 50%;
    object-fit: contain;
    border: none;
    padding: 0px;
}
.cards.drivers.vehicles .card-body.plus button {
    background-color: transparent;
    width: 100%;
    outline: none;
    cursor: pointer;
    border: 1px dashed #343d49;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}
.modal-dialog.forms {
	max-width: 1000px;
}
.modal-dialog.forms .form-control:disabled,
.modal-dialog.forms .form-control[readonly] {
	background-color: #fbfbfb;
	opacity: 1;
}
.modal-dialog.forms .modal-footer button.btn.btn-secondary {
	background-color: #000000;
	border: 1px solid #000000;
	padding: 10px 30px;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	outline: none;
}
.modal-dialog.forms button.close {
	border-radius: 100px;
	height: 40px;
	width: 40px;
	padding: 0;
	opacity: 1;
	margin: 0;
	background-color: #000000;
	border-color: #000000;
	font-size: 25px;
	color: #ffffff;
	position: absolute;
	font-weight: 300;
	right: -10px;
	top: -11px;
	border: 3px solid #ffffff;
	outline-style: none;
	z-index: 1;
}
.modal-dialog.forms button.close span {
	color: #ffffff
}
.cards.drivers.vehicles h2 {
	font-size: 18px;
}

/*Tutorials*/

.cards.drivers.tutorials .video_wrap img {
	width: 100%;
	padding: 30px 30px;
}
.video_wrap {
	position: relative;
}
.video_wrap i.fa.fa-play-circle {
	font-size: 70px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	color: #ffffff;
	cursor: pointer;
}

/*Tax Info*/

.cards.drivers.taxinfo .paid_graph img {
	width: 10%;
}
.document-federal ul li:last-child {
	margin: 0;
}
.document-federal ul li {
	margin-bottom: 20px;
	background-color: #f1f5f9;
	padding: 10px 20px;
}
.document-federal ul li .content h6 {
	font-size: 16px;
	font-weight: 600;
}
.document-federal ul li .content span {
	font-size: 14px;
}
.document-federal ul li button.btn {
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #ffffff;
	font-size: 14px;
	box-shadow: none;
}
.document-federal ul li button.btn i.fa.fa-download {
	color: #ffffff;
	margin-right: 8px;
}


/*Payroll Info*/

.cards.drivers .card-body .approve.edit {
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #ffffff;
	font-size: 14px;
	box-shadow: none;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}
.driver-info-card.payroll .driver-info {
	margin: 20px 0 0;
}
.driver-info-card.payroll {
	width: 30%;
}
main.cards_wrap .tabs_wrap.payroll form {
	padding: 0 15px;
}
.approve.edit i.fa.fa-pencil-square {
	font-size: 22px;
	color: #ffffff;
}
.accordion {
	color: #121a27;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	font-size: 14px;
	transition: 0.4s;
	margin-bottom: 10px;
	background-color: #f1f5f9;
	padding: 15px 20px;
}
.tabs_wrap.payroll button.accordion:focus {
	outline: none;
}
.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}
.panel p {
	font-size: 14px;
}


/*Passenger Refferals*/

.services_inner.referal.pb-0 {
	padding: 0 15px;
}
.referral_wrap .referral_inner form.form-inline {
	margin: 0 15px;
}
.referral_wrap .referral_inner form.form-inline input {
	height: 50px;
	border-radius: 5px;
	background-color: #fbfbfb;
	border-color: #dadada;
	font-size: 14px;
	width: calc(100% - 150px);
	outline-style: none;
	box-shadow: none;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 40px;
}
.referral_wrap .referral_inner form.form-inline button.btn {
	height: 50px;
	font-size: 14px;
	width: 140px;
	background-color: #00b14f;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: none;
}
.referral_wrap .referral_inner p {
	padding: 0 15px;
	font-size: 14px;
}
main.cards_wrap .tabs_wrap.referral {
	padding: 30px 15px 30px;
}

/*driver-refferal*/

.get_btn a img {
	width: 50px;
	padding-right: 8px;
}
.get_btn {
	padding: 0 15px;
}
.get_btn a {
	padding-right: 30px;
	font-weight: 600;
}
a.more {
	color: #f10a0a;
}

/*Added 08-06-2021*/

/*merchant*/

.card.merchant .card-body.merchant button img {
	height: 350px;
	cursor: pointer;
	width: 100%;
	border-radius: 10px;
	object-fit: contain;
	border: 1px dashed #343d49;
	padding: 0px;
}
.services_wrap ul li .check_box_wrap {
	height: 20px;
	width: 20px;
	position: relative;
}
.services_wrap ul li .check_box_wrap input[type="radio"] {
	position: absolute;
	width: 20px;
	height: 20px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.services_wrap ul li .check_box_wrap input[type="radio"]:checked~label {
	background-color: #00b14f;
	border-color: #00b14f;
}
.services_wrap ul li .check_box_wrap input[type="radio"]~label {
	border-radius: 100px;
	cursor: pointer;
}
.services_wrap ul li .check_box_wrap label {
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
	border-radius: 3px;
}
.services_wrap ul li .check_box_wrap input[type="radio"]:checked~label:after {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	background-color: #ffffff;
	border-radius: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
.services_wrap ul li {
	padding: 15px 15px;
	background-color: #f1f5f9;
	margin: 10px 0;
}
.services_wrap ul li label {
	font-size: 14px;
}
.cards_wrap h2.modal-title.merchant {
	height: 30px;
}
.form-group input {
	background-color: #fbfbfb;
	border-color: #dadada;
	min-height: 50px;
	padding: 10px 12px;
	color: #111111;
	font-size: 13px;
	outline-style: none;
	box-shadow: none;
	border-radius: 5px;
}
.card.merchant .card-body.merchant button {
	background-color: transparent;
	border: none;
	padding: 30px 30px;
	outline: none;
}
.cards.merchant .content_profile .user-wrapper {
	display: block;
}
.cards.merchant .content_profile .user-wrapper i.fas.fa-user-circle {
	font-size: 150px;
}
.form-group label {
    font-weight: 600;
    padding: 0 0 5px;
    display: inline-flex;
    align-items: flex-end;
    position: relative;
    font-size: 15px;
    text-align: left;
    order: 1;
}
.main-form {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.form-group.text-filed input {
    line-height: 22px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    font-size: 14px;
    border: unset;
    border-radius: 0;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
    border-radius: 5px;
}
.form-group.text-filed select.form-control {
    line-height: 28px;
    padding: 8px 12px;
    width: 100%;
    min-height: 44px;
    font-size: 14px;
    border: unset;
    border-radius: 0;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.form-group.text-filed textarea.form-control {
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    font-size: 14px;
    border: unset;
    border-radius: 0;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.form-group.text-filed label {
    margin: 15px 0 3px 0;
}
.card-body.merchant {
	padding: 30px 30px 20px;
}
main.cards_wrap button.submit {
	background-color: #00b14f;
	border: 1px solid #00b14f;
	padding: 10px 30px;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	font-weight: 500;
	margin: 24px auto 0;
	display: block;
}
.card-body.merchant {
	min-height: 410px;
}
.cards.merchant-card {
	padding: 30px 30px 20px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 15px;
}
.cards.merchant-card .card-single.six {
	background-color: #ffffff;
	border: 1px dashed #343d49;
	text-align: center;
	display: block;
}
.cards.merchant-card .card-single.six i.fa.fa-plus-circle {
	font-size: 60px;
	color: #babec1;
	cursor: pointer;
}
.cards.merchant-card .card-single .content h3 {
	font-size: 15px;
}
.cards.merchant-card .card-single.six .card-dotted {
	position: relative;
}
.cards.merchant-card .card-single.six .card-dotted input {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	opacity: 0;
}
.cards.merchant-card h4 {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	padding-bottom: 15px;
}
.sidebar-menu ul li a .right {
	position: absolute;
	right: 10px;
	top: 12px;
}
.sidebar-menu ul#drop-menu-wrap li {
	padding: 10px 15px;
	font-size: 13px;
}
.sidebar-menu li ul.drop-menu li {
	padding: 8px 15px;
	margin: 0;
	font-size: 14px;
}
.sidebar-menu li ul.drop-menu li:hover {
/*	background-color: #00b14f;*/
	color: #ffffff;
}
.sidebar-menu li ul.drop-menu li:hover i {
	color: #ffffff;
}

/*Added 09-06-2021*/

.sidebar-menu li ul.drop-menu li a {
	padding: 8px 5px;
}
.sidebar-menu li ul.drop-menu li:hover a {
	color: #ffffff;
}


/*Added 10-06-2021*/

.steps.clearfix ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px 10px;
}
.steps.clearfix ul li {
	margin: 0 20px;
}
.actions.clearfix ul li.disabled {
	background-color: #e8f0fe;
	border: 1px solid #e8f0fe;
	width: 100px;
	text-align: center;
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 5px;
}
.actions.clearfix ul li.disabled a {
	color: #212f3e;
}
.actions.clearfix ul li {
	background-color: #00b14f;
	border: 1px solid #00b14f;
	width: 100px;
	text-align: center;
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 5px;
}
.actions.clearfix ul li a {
	color: #ffffff;
}
.steps.clearfix ul li a span.current-info.audible {
	display: none;
}
.actions.clearfix ul {
	margin: 0;
	display: flex;
	justify-content: center;
	padding: 15px 0;
	align-items: center;
}
.actions.clearfix ul li {
	margin: 0 10px;
}
.steps.clearfix ul li.disabled.last a span.number,
.steps.clearfix ul li.last.current span,
.steps.clearfix ul li.last.done span {
	background-color: #ffffff;
	border: 1px solid #212f3e;
	color: #212f3e;
	padding: 5px 10px;
	border-radius: 5px;
}
.steps.clearfix ul li.first.current a span.number,
.steps.clearfix ul li.first.done a span.number {
	background-color: #212f3e;
	border: 1px solid #212f3e;
	color: #ffffff;
	padding: 5px 12px;
	border-radius: 5px;
	position: relative;
}
.steps.clearfix ul li.first.done a span.number {
	position: relative;
}
.steps.clearfix ul li.first.done a span.number::before {
	content: "";
	position: absolute;
	background-image: url(../images/checked.svg);
	width: 15px;
	height: 50px;
	top: 8px;
	left: 10px;
	background-repeat: no-repeat;
}
.form_wrap .form-group select.form-control {
    background-color: #e8f0fe;
    min-height: 50px;
    padding: 10px 22px;
    color: #111111;
    border-radius: 10px;
    font-size: 13px;
    outline-style: none;
    box-shadow: none;
    border: 1px solid #1d2637;
}
.form-group.img img {
	background-color: #fbfbfb;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-group label#password_confirmation-error,
.form-group label#first_name-error,
.form-group label#last_name-error {
	position: absolute;
	left: 0;
	bottom: -24px;
	font-size: 12px;
	font-weight: 400;
	color: #ea0e0e;
}
.form-group .form-check .custom_check label#services\[\]-error {
	margin: 20px 0;
	width: 200px;
	color: #ea0e0e;
	font-size: 12px;
	font-weight: 400;
}

/*Added 11-06-2021*/

#user_registration_form .form-check label.error {
	bottom: -48px;
}

#user_registration_form .form-group.account_create {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.steps [role=tab] .number {
	background-color: #ffffff;
	border: 1px solid #212f3e;
	color: #212f3e;
	padding: 5px 10px;
	border-radius: 5px;
	position: relative;
}
.steps [role=tab].current .number {
	background-color: #212f3e !important;
	color: #ffffff !important;
}
.steps [role=tab].done .number {
	color: #212f3e !important;
	background-color: #212f3e !important;
}
.steps [role=tab].done .number::before {
	content: "";
	position: absolute;
	background-image: url(https://server3.rvtechnologies.in/Dekole/HTML/images/checked.svg);
	width: 15px;
	height: 50px;
	top: 8px;
	left: 8px !important;
	background-repeat: no-repeat;
}
.content.clearfix .services_check .form-check label {
	padding: 0;
}

/*Added 14-06-2021*/

.form-group .form-check .check_box_wrap {
	height: 20px;
	width: 20px;
	position: relative;
}
.form-group .form-check .check_box_wrap input[type="radio"] {
	position: absolute;
	width: 20px;
	height: 20px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.form-group .form-check .check_box_wrap input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	min-height: auto;
}
.form-group .form-check .check_box_wrap input[type="radio"]:checked~label {
	background-color: #2d8427;
	border-color: #2d8427;
}
.form-group .form-check .check_box_wrap input[type="radio"]~label {
	border-radius: 100px;
	cursor: pointer;
}
.form-group .form-check .check_box_wrap label {
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
	border-radius: 3px;
}
.form-group .form-check .check_box_wrap input[type="radio"]~label:after {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	background-color: #ffffff;
	border-radius: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

/*Added 16-06-2021*/

.services_check .form-check .custom_check span {
	width: 15px;
}
.services_inner h2.title {
	font-size: 16px;
	padding: 15px 0px;
	background-color: #ffffff;
	margin: 15px 0px 12px;
	border-bottom: 1px solid #b3b3b3;
	color: #717575;
}
.form-group .form-check.radio {
	margin-bottom: 8px;
}
.form-group.img .choose_image img {
	background-color: #fbfbfb;
	width: 100%;
	margin-bottom: 0px;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
	filter: opacity(0.3);
}
.form-group.img .choose_image {
	position: relative;
	border: 1px solid #1d2637;
	border-radius: 10px;
	height: 100%;
}
.form-group.img .choose_image input.form-control.file_upload {
	position: absolute;
	top: 0;
	opacity: 0;
	height: 100%;
	cursor: pointer;
}
section#example-basic-p-0 .form-group textarea.form-control {
    background-color: #ffffff;
    min-height: 50px;
    padding: 10px 22px;
    color: #111111;
    border-radius: 10px;
    font-size: 13px;
    outline-style: none;
    box-shadow: none;
    border: 1px solid #1d2637;
    order: 2;
}
.form-group .form-check .custom_check label#services\[\]-error {
	position: relative;
	top: 80px;
}
label.error {
	color: red;
	font-weight: 300;
}
.form-group .form-check .check_box_wrap label#convicted_to_crime-error,
.form-group .form-check .check_box_wrap label#license_suspended-error {
	position: relative;
	border: none;
	width: 250px;
	top: 45px;
}

/*Added 18-06-2021*/

#user_registration_form .form-group .check_box_wrap label.error {
	position: absolute;
}
body.sign_register_form #user_registration_form .form-group label.error {
	font-size: 12px;
	top: inherit;
	bottom: -25px;
}
body.sign_register_form #user_registration_form .form-group label#convicted_to_crime-error,
body.sign_register_form #user_registration_form .form-group label#license_suspended-error {
	bottom: -54px;
}

/*Added 21-06-2021*/

body.sign_register_form .form-group .form-check .check_box_wrap {
	position: relative;
}
body.sign_register_form .form-group .form-check .check_box_wrap label.error {
	position: absolute;
	width: 300px !important;
}
body.sign_register_form #user_registration_form .form-group label.error {
    order: 3;
}
body.sign_register_form #user_registration_form .form-group .custom_check.error label#services\[\]-error {
	top: 105px !important;
}
body.sign_register_form #user_registration_form .form-group label#services\[\]-error {
	top: 78px !important;
}
.body.current .form-group.textarea-wrapper textarea.form-control {
	background-color: #ffffff;
	min-height: 50px;
	padding: 10px 22px;
	color: #111111;
	border-radius: 10px;
	font-size: 13px;
	outline-style: none;
	box-shadow: none;
	border: 1px solid #1d2637;
}

/*Added 22-06-2021 merchant*/

.tablist_wrap .tab-content .card .card-body {
	padding: 30px 30px;
}
.tablist_wrap .tab-content .card .card-body button {
	font-size: 13px;
	border-radius: 5px;
}
.tablist_wrap .tab-content .view_btns .right button:focus,
.headings_add button.btn.btn-primary:focus {
	box-shadow: none;
}
.card table.table thead th {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.card table.table tbody tr td {
	font-size: 14px;
}
.check_box_wrap input[type="checkbox"]:checked~label {
	background-color: #2d8427;
	border-color: #2d8427;
	position: relative;
}
.check_box_wrap label {
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
	border-radius: 3px;
}
.check_box_wrap input[type="checkbox"] {
	position: absolute;
	width: 20px;
	height: 20px;
	opacity: 0;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
}
.check_box_wrap {
	height: 20px;
	width: 20px;
	position: relative;
}
.check_box_wrap {
	height: 20px;
	width: 20px;
	position: relative;
}
.check_box_wrap input[type="checkbox"]:checked~label:after {
	left: 6px;
	top: 1px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
}
.tablist_wrap .tab-content span.order-status {
	right: 20px;
	border-radius: 5px;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 8px;
	background-color: #00b14f;
	border: 1px solid #00b14f;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
}
.tablist_wrap ul li.nav-item a.active {
	border-radius: 0px;
	padding: 20px 20px;
	height: 50px;
	font-size: 14px;
	width: 200px;
	border: 1px solid #101820;
}
.tablist_wrap .tablist ul li.nav-item a {
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    font-size: 12px;
    background-color: #ffffff;
    width: 135px;
    border: 1px solid #dee2e6;
    color: #5c5c5c;
    font-weight: 600;
    margin-right: 10px;
}
.delivery-boy img {
	width: 100%;
	max-width: 45px;
	height: 100%;
}
.delivery-boy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.delivery-boy p {
	margin: 0;
	font-size: 14px;
}
.delivery-boy i {
	color: #00b14f;
	font-size: 20px;
}
.arriving {
	margin-top: 15px;
}
.arriving p {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}
.spport {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.spport p {
	margin: 0;
	font-size: 14px;
}
.spport i {
	color: #000;
	margin-right: 5px;
}
.arriving .progress {
	height: 7px;
}
.cash-on p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
}
.arriving .progress-bar {
	background: #00b14f !important;
}
.left {
	border-right: 1px solid #dfdfdf;
	padding-right: 30px;
	width: 30%;
}
.right {
	width: 55%;
	border-right: 1px solid #dfdfdf;
	padding-right: 30px;
}
.first_order i {
    color: #00b14f;
    font-size: 20px;
}
.table_data {
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 8%);
    margin-bottom: 10px;
    margin-top: 10px;
}
a.btn.btn-primary.add-itms {
    background-color: #271a27;
    border: #271a27;
    font-size: 14px;
    letter-spacing: 0.2px;
	outline: none;
}
a.btn.btn-primary.add-itms:hover {
    background-color: #00b14f;
    border: #00b14f;
}
.table_data table {
	margin: 0;
	font-size: 14px;
}
.table_data table thead tr th {
	border-bottom: none;
	border-top: none;
}
.btns_wrap {
	display: flex;
	justify-content: flex-end;
	margin: 15px 0 0;
}
.btns_wrap button.btn {
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 0 5px;
}
.tablist_wrap .tablist ul li.nav-item a.active {
	color: #ffffff;
	background-color: #101820;
}
.tablist_wrap .tab-content .view_btns .right button {
	font-size: 13px;
	padding: 8px 15px;
	border-radius: 5px;
}
.data_list .listed {
	padding: 12px 12px;
	margin: 0 15px;
}
.order_listcontent {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.placed_order ul li h6 i.fa.fa-check-circle {
	color: #00b14f;
	font-size: 18px;
}
.placed_order ul li h6 i.fa.fa-info-circle.pr-2 {
	color: #f32727;
	font-size: 18px;
}
.placed_order ul li h6,
.placed_order ul li label,
.placed_order ul li button {
	font-size: 14px;
}
.data_list .left h5 {
	font-size: 16px;
	font-weight: 600;
}
.first_order h6,
.first_order span,
.first_order ul li {
	font-size: 15px;
}
.placed_order ul li h6 select.valid {
	border: none;
	padding: 0;
	font-weight: 500;
	outline: none;
	cursor: pointer;
	background-image: url(../images/down-arrow.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.first_order ul li {
	padding: 5px 0px;
	font-size: 14px;
}
.ordre-1 img {
	width: 100%;
	max-width: 22px;
	height: 100%;
	max-height: 22px;
	margin-right: 10px;
}
.ordre-1 {
	display: flex;
}
.order-list {
	display: flex;
	justify-content: space-between;
}
.cash-on label {
	background: #f1f5f9;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}
span.veg-icon img {
	width: 100%;
	max-width: 22px;
}

/*menu*/

.headings_add h5 {
	font-size: 16px;
	font-weight: 600;
}
.table_data.list ul.list-group li.list-group-item {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
    font-size: 14px;
    border-left: none;
    border-right: none;
}
.table_data.list ul.list-group li.list-group-item span.badge {
	background-color: #271a27;
	padding: 8px 5px;
	width: 25px;
	height: 25px;
	font-size: 11px;
}
main.cards_wrap .card {
    border: none;
    padding: 30px !important;
    text-align: center;
    font-size: 14px;
}

.card table.table tbody tr td i {
	cursor: pointer;
}

/*order-history*/

table.table.order-history thead tr th {
	border: none;
}
.merchant_order .card {
	border-radius: 5px;
}
.card table.table tbody tr td span.badge-success,
.card table.table tbody tr td span.badge.badge-danger,
.card table.table tbody tr td span.badge.badge-warning {
	padding: 8px 12px;
	font-weight: 600;
}
.headings_add span.order-status,
.headings_add button.btn.btn-primary {
	border-radius: 5px;
	padding: 7px 10px;
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 8px;
	background-color: #00b14f;
	border: 1px solid #00b14f;
	cursor: pointer;
	color: #ffffff;
}

/*Added 23-06-2021*/

.menu_wrap {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
}
/*.tablist.categories {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 1px;
	margin: 0 0 10px;
}*/
.item-headings.headings_add {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 1px;
	margin: 0 0 10px;
	padding-bottom: 10px;
}
.card table.table tbody tr td {
    text-align: left;
    padding: 20px 12px;
    font-weight: 400 !important;
    vertical-align: middle;
}
button.float-right.btn.btn-primary.show-filters {
    color: #fff;
    background-color: #00b14f;
    border-color: #00b14f;
	font-size: 14px;
}
a.float-right.btn.btn-primary.product {
    color: #fff;
    background-color: #121a27;
    border-color: #121a27;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
}
.mb-3.filters-option {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
table.table img {
    width: 320px;
    max-width: 70px;
    border-radius: 5px;
    max-height: 70px;
    object-fit: contain;
}
table.table tr {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

/*Added 08-07-2021*/

.main-form .form-group.text-filed label.error, .form-group label#phone_number-error {
    position: absolute;
    top: 60px;
    font-size: 12px;
    font-weight: 400;
}
.main-form .form-group.text-filed label#description-error {
    position: absolute;
    top: 88px;
    font-size: 14px;
}
main.cards_wrap h4 {
    font-weight: 600;
    font-size: 20px;
}
.customMenuCategory a:nth-child(2) {
    margin: 0 10px;
}
.error_wrap .error_message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.error_wrap label.error_order {
    font-size: 20px;
    font-weight: 600;
}
.error_wrap .error_message img {
    width: 15%;
}
.error_wrap {
    padding: 140px 0;
}
.list-group-item {
    background-color: #ffffff; 
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/*Added 11-08-2021*/

.left_content img {
    border-radius: 100px;
    height: 85px;
    width: 85px;
    object-fit: cover;
    border: 3px solid #c7c7c7;
}
.left_content h5 {
    font-size: 18px;
    font-weight: 700;
}
.left_content .right_side h6 {
    color: #979797;
    font-size: 13px;
}
.left_content .price h5 {
    background-color: #ffd624;
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.location_content {
    background-color: #f1f5f9;
    padding: 15px 15px;
    font-size: 13px;
}
.location_content i {
    font-size: 20px;
}
.tablist_wrap .btns_view button.btn.btn-success {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    color: #ffffff;
    font-size: 14px;
    width: 10%;
    padding: 8px 20px;
}
.tablist_wrap .btns_view button.btn.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
    font-size: 14px;
    width: 10%;
    padding: 8px 20px
}
.date_time_wrapper .date,
.time,
.categories_content{
    font-size: 13px;
}
.date_time_wrapper i,
.categories_content i{
    margin: 0 4px 0 0;
    font-size: 12px;
}
.time,
.categories_content~.categories_content{
    border-left: 1px solid #cccccc;
    padding: 0 0 0 6px;
}
.tablist_wrap h2 {
    padding: 15px 0;
}
.tab-content .form-group select.form-control.select-category {
    min-height: 50px;
    color: #111111;
    font-size: 13px;
    padding: 10px 12px;
}
.clone-item .select2-container--default .select2-selection--multiple {
    background-color: #fbfbfb;
    border-color: #dadada !important;
    border-radius: 4px;
    cursor: text;
    position: relative;
    min-height: 50px;
    padding: 10px 12px;
}
.clone-wrapper button.btn.btn-danger.delete-row,
.clone-wrapper button.btn.btn-primary.add-more {
    padding: 10px 15px;
}
.clone-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px;
}
.controller-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.controller-button-wrapper i.fas.fa-minus-circle.delete-row {
    font-size: 20px;
    color: #dc3545;
    cursor: pointer;
}
.controller-button-wrapper i.fas.fa-plus-circle.add-more {
    font-size: 20px;
    color: #00b14f;
    cursor: pointer;
}

/*Added 20-08-2021*/

.heading_added h3 {
    font-size: 20px;
    padding-left: 25px;
}
body.Sidebar-mini .main-content main.cards_wrap {
    padding: 35px 20px;
}
.active-outlet {
    padding: 2px 15px;
}
.card table.table tbody tr td a.deleteRecord i.fa.fa-trash {
    color: #e64942;
}

/*Added 23-08-2021*/

.category-name-count label {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.category-name-count span {
    font-size: 14px;
    color: #a8a8a8;
}
label.switch input:checked + .slider, label.switch input:checked~#is_featured-error~.slider {
    background-color: #2d8427;
}
span#categoryShow .list-group label.switch.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 14px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    bottom: 4px;
}
span#categoryShow .list-group .slider {
    width: 45px;
    height: 21px;
}
span#categoryShow .list-group .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    background-color: white;
    -webkit-transition: .4s;
    bottom: 2px;
}
span#categoryShow .customMenuCategory label.switch input[type="checkbox"]:checked~span:before {
    left: 0;
}
.table_data.list ul.list-group li.list-group-item:nth-child(2) {
    border-bottom: none;
}
.table_data.list ul.list-group li.list-group-item {
    cursor: pointer;
    border-bottom: none;
    border-top: none;
    padding: 10px 20px;
}
.customMenuCategory .switch {
    width: 45px;
    height: 24px;
}
.table_data.list ul.list-group li.list-group-item:hover .category-name-count label {
    color: #00b14f;
}
.table_data.list ul.list-group li.list-group-item.active {
    background-color: #f1f5f9;
    padding: 10px 20px;
}
.table_data.list ul.list-group li.list-group-item.active label {
    color: #00b14f;
}
.customMenuCategory a:nth-child(2) i.fa.fa-edit {
    margin-right: 0 !important;
}
.order-history_wrap .card {
    border-radius: 0;
    padding: 20px 20px;
}
.order-history_wrap .card .Item-center {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 20px 0;
}
.order-history_wrap .card .placed_bottom {
    padding: 20px 0 0;
}
.order-history_wrap .card .order-top label {
    background-color: #f1f5f9;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 500;
}
.order-history_wrap .card .order-top span {
    font-size: 14px;
    color: #304bf2;
}
.order-history_wrap .card .Item-center h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.order-history_wrap .card .Item-center label,
.order-history_wrap .card .Item-center span  {
    font-size: 14px;
    color: #626262;
}
.order-history_wrap .card .placed_bottom label {
	font-size: 14px;
}
.order-history_wrap .card .placed_bottom span {
	font-size: 14px;
	font-weight: 500;
}

/*Added 24-08-2021*/

.order-history_wrap .card .Item-center.address img {
    width: 25px;
    z-index: 1;
}
.order-history_wrap .card .Item-center.item img {
    width: 18px;
}
.order-history_wrap .card .Item-center.address {
    position: relative;
}
.order-history_wrap .card .Item-center.address:before {
	content: "";
	border: 1px dashed #b4b3b3;
	position: absolute;
	height: 60px;
	width: 1px;
	left: 11px;
	top: 30px;
}
.order-history_wrap .card .Item-center.item  {
    border-bottom: 1px dashed rgba(0, 0, 0, .125);
    padding: 20px 0;
}
.order-history_wrap .placed_bottom.total .content {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 20px 0;
}
.order-history_wrap .card .placed_bottom.total label {
    padding: 20px 0;
    font-weight: 600;
    font-size: 16px;
}
.order-history_wrap .placed_bottom.total .content ul li,
.oder_history ul li {
    padding: 5px 0;
    font-size: 14px;
}
.order-history_wrap .placed_bottom.total .content ul li span,
.oder_history ul li span {
	font-size: 14px;
}
.order-history_wrap .placed_bottom.total .content ul li:first-child {
    font-weight: 500;
}
.order-history_wrap .card .placed_bottom.total label span {
	font-weight: 600;
}
.order-history_wrap .placed_bottom.total .content ul li:nth-child(4),
.order-history_wrap .placed_bottom.total .content ul li:nth-child(4) span {
    color: #00b14f;
}
.customer_details .driver_info img {
    width: 120px;
    border-radius: 100px;
    height: 120px;
    border: 2px solid #00b14f;
}
.customer_details h5 {
    font-size: 16px;
    font-weight: 600;
}

/*rating*/

.customer_details .driver_info .content .rate img {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: none;
}
.customer_details .content label {
    font-weight: 600;
    font-size: 16px;
}
.customer_details .driver_info {
    background-color: #ffffff;
    padding: 25px 25px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.customer_details .left_inner,
.customer_details .right_inner {
    width: 49%;
}
.oder_history a {
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.oder_history a.accept {
    background-color: #00b14f;
    border: 1px solid #00b14f;
}
.oder_history a.reject {
    background-color: #d70505;
    border: 1px solid #d70505;
}
.oder_history a.ready {
    background-color: #101820;
    border: 1px solid #101820;
}

/*checked*/

.form-check, .content_data {
    flex-wrap: wrap;
    width: 100%;
}
.form-check {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
.form-check .custom_check {
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #00b14f;
    border-radius: 2px;
}
.form-check label.form-check-label {
    font-size: 14px;
}
.form-check .custom_check input[type="checkbox"] {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 0;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
}
.form-check .custom_check span {
    height: 20px;
    width: 20px;
    display: inline-block;
    border: 1px solid transparent;
    position: absolute;
    top: -1px;
    border-radius: 2px;
}
.form-check .custom_check input[type="checkbox"]:checked~span:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-check .custom_check input[type="checkbox"]:checked~span {
    background-color: #00b14f;
}
.oder_history ul li span {
	width: 30%;
	text-align: right;
}
.oder_history ul {
    background-color: #f1f5f9;
    padding: 10px 20px;
}
.table_data .no-category-found {
    font-size: 14px;
    padding: 2px 12px 10px;
}
.table_data .switch {
    width: 45px;
    height: 21px;
}
.table_data .slider:before {
    height: 17px;
    width: 17px;
    bottom: 2px;
}
.table_data .switch input[type="checkbox"]:checked~span:before {
    left: 0;
}
.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    padding-left: 10px;
}

/*Added 13-sept-2021*/

#user_registration_form .form-group.services {
    display: inherit;
}
body.sign_register_form #user_registration_form .form-group label#license_suspended-error, 
body.sign_register_form #user_registration_form .form-group label#convicted_to_crime-error {
    top: 52px !important;
    position: absolute;
}
body.sign_register_form #user_registration_form .form-group .choose_image.choose_input label.error {
	position: absolute;
}

/*Added 16-sept-2021*/

body .tablist_wrap .tab-content .table_data .no-order-found {
    font-size: 16px;
}
.cards.drivers .card-body .driver-info .profile_img {
    margin-right: 30px;
}
main.cards_wrap .tabs_wrap li.nav-item a.active {
    background-color: #121a27;
    border-radius: 5px;
}
main.cards_wrap .tabs_wrap li.nav-item a {
    background-color: #f1f5f9;
    border-radius: 0px;
}
main.cards_wrap .tabs_wrap .tab-content .form-group input.form-control,
.content_profile .form-group input.form-control {
    background-color: #f1f5f9;
    height: 50px;
    padding: 15px 20px;
}
main.cards_wrap .tabs_wrap .tab-content .form-group input.form-control:focus,
main.cards_wrap .tabs_wrap .tab-content .form-group textarea.form-control:focus,
.content_profile .form-group textarea.form-control:focus {
    box-shadow: none;
    border: 1px solid #dadada;
}
main.cards_wrap .tabs_wrap .tab-content .form-group textarea.form-control,
.content_profile .form-group textarea.form-control {
    background-color: #f1f5f9;
    padding: 15px 20px;
    border: 1px solid #dadada;
    font-size: 13px;
}
main.cards_wrap .tabs_wrap .form-group .image_rcent {
    border: 1px solid #e9ecef;
    padding: 15px 20px;
    background-color: #f1f5f9;
    width: 100%;
    border-radius: 5px;
}
main.cards_wrap .tabs_wrap .form-group .image_rcent img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.services_inner.headings {
    background-color: #121a27;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.services_inner.headings h2 {
    font-size: 16px;
    color: #ffffff;
}
.table_data .data_list .first_order label {
    font-size: 1rem;
    margin-bottom: 10px;
}
.table_data .data_list .first_order h6 {
    font-size: 16px;
    font-weight: 600;
}

/*pickup order*/

.order-list .ordre-1 p label {
    font-size: 16px;
    font-weight: 600;
}
.table_data .data_list .first_order label.order_heading {
    margin-bottom: 0;
}
.placed_order p {
    font-weight: 600;
    font-size: 14px;
}
.card-single .approve .form-check .custom_check span {
    height: 20px;
    width: 20px;
    display: inline-block;
    border: 1px solid transparent;
    position: absolute;
    top: -1px;
    border-radius: 2px;
    left: -1px;
}
.card-single .approve .form-check .custom_check {
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #00b14f;
    border-radius: 2px;
    background-color: #ffff;
}
.home_back a {
    background-color: #00b14f;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
}
body.sign_register_form.thankYou .form_wrap {
    height: 100vh;
}
body.sign_register_form.thankYou .form_wrap .thankyou_message_wrap_inner {
    margin-bottom: 40px;
}

/*Added 20-sept-2021*/

/*.Sidebar-mini #nav-toggle:checked+.sidebar li a {
    padding-right: 0;
}*/
.sidebar-menu ul li.active p {
    color: #ffffff;
}
body.Sidebar-mini.sidebar_show .sidebar-menu li a {
    position: relative;
    width: 100%;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-wrapper .profile_picture img {
    margin-right: 10px;
    border-radius: 100px;
    object-fit: cover;
    border: 1px solid #C4C4C4;
    padding: 3px;
}
header.navbar_top {
    align-items: center;
    padding: 10px 20px;
}
.table_data .first_order p.uploaded_img img {
    height: 100px;
    width: 100% !important;
    object-fit: cover;
    margin-bottom: 8px;
}
.table_data .first_order p {
    font-size: 14px;
}
.placed_order ul li .cash-on p {
    font-weight: 400;
    font-size: 14px;
}
.placed_order ul li .cash-on p:first-child {
    font-weight: 600;
    font-size: 16px;
}
select.form-control, .form-group input.form-control, .form-group textarea.form-control, .form-group.text-filed select.form-control {
    font-size: 12px;
    background-color: #fbfbfb;
}
.modal-dialog.forms .form-group label.error {
    font-size: 13px;
    font-weight: 300;
}
body .main-content .modal-body .form-group select.form-control {
    background-color: #fbfbfb;
    border-color: #dadada;
    min-height: 50px;
    padding: 12px 12px;
    color: #111111;
    font-size: 12px;
    outline-style: none;
    box-shadow: none;
    border-radius: 5px;
}

/*Added 21-sept-2021*/

.cards.drivers .card-body a .images_wrap {
    background-color: transparent;
    width: 100%;
    outline: none;
    cursor: pointer;
    border: 1px dashed #343d49;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}
.cards.drivers .card-body a .images_wrap img {
    border: none;
    border-radius: 0;
    width: 60%;
}
.cards.drivers .card-body h5 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 20px;
    margin-bottom: 0;
}
.cards.drivers .card-body .images_wrap img {
    height: 200px;
    object-fit: contain;
}
.vehicle_detaillist ul {
    padding: 30px 27px;
}
.vehicle_detaillist ul li {
    font-size: 15px;
    padding: 3px 0;
    text-align: left;
}
.cards.drivers .card-body .images_wrap {
    background-color: #f1f5f9;
    width: 100%;
    outline: none;
    border: 1px dashed #c3cbd4;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}
.table_data .data_list .left_sidecontent, .table_data .data_list .middle_sidecontent, 
.table_data .data_list .right_sidecontent {
    width: 32%;
    background-color: #f1f5f9;
    padding: 30px;
    border-radius: 5px;
}
.left_sidecontent .order_listcontent {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 12px;
}
.middle_sidecontent .order_listcontent {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: none;
    padding: 16px 0 0;
}
.table_data .data_list .middle_sidecontent .first_order h6 {
    margin-bottom: 10px;
}
#accordion_wrap .card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#accordion_wrap .card-header h5 button {
    font-weight: 600;
    color: #000000;
    margin-top: -5px;
    padding-bottom: 12px;
}
#accordion_wrap .card {
    background: transparent;
}
.left_sidecontent .order_listcontent h5,
.righted_sidecontent .order_listcontent h5 {
    font-weight: 600;
    color: #000000;
    font-size: 1rem;
}
.tab-pane.fade.four .left_sidecontent, .tab-pane.fade.four .middle_sidecontent, 
.tab-pane.fade.four .right_sidecontent, .tab-pane.fade.four .righted_sidecontent {
    width: 23.333%;
    background-color: #f1f5f9;
    padding: 30px;
    border-radius: 5px;
}
.left_sidecontent .order_listcontent label.named {
    font-size: 14px;
}
.cards.drivers.vehicles .card-body label {
	padding: 0 0 5px;
}
.cards.merchant-card .form-group input.form-control {
    font-size: 12px;
    background-color: #f1f5f9;
    padding: 15px 20px;
}
.card table.table tbody tr td:first-child {
    font-weight: 600;
    font-size: 13px;
}

/*Added 17-Nov-2021*/

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 5px;
    top: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
	background-color: #2196F3;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
	border-radius: 24px;
}
.slider.round:before {
	border-radius: 50%;
}
.filters-option{
	display: none;
}
.card table.table tbody tr td a.deleteRecord {
    padding-left: 5px;
}
.merchant_header a, .merchant_header a button {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    border-radius: 5px;
    font-size: 14px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00b14f;
    border: 1px solid #00b14f;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00b14f;
    border: 1px solid #00b14f;
}
.table-responsive .dataTables_wrapper .dataTables_length, .table-responsive .dataTables_wrapper .dataTables_filter {
    padding: 10px 0;
}
.table-responsive .dataTables_wrapper label {
    font-size: 14px;
}
.dataTables_paginate ul.pagination li.paginate_button.page-item.active a.page-link {
    background-color: #00b14f;
    border: 1px solid #00b14f;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button a.page-link {
    font-size: 12px;
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button {
	cursor: pointer;
}
.dataTables_wrapper .dataTables_info {
    font-size: 13px;
    text-align: left;
    padding-left: 0;
}
.table thead th {
    border-bottom: none;
}
body.Sidebar-mini .main-content main.cards_wrap .main-form {
    max-width: 100%;
}
.form-group.text-filed img {
    width: 30%;
    height: 350px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 8px;
}
body.Sidebar-mini .main-content main.cards_wrap .main-form .form-group.text-filed label.d-block {
    margin: 0px 0 3px 0;
}
.swal-overlay .swal-modal .swal-text {
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
}
.swal-overlay .swal-modal .swal-title {
    font-size: 20px;
}
.swal-footer .swal-button-container button.swal-button.swal-button--cancel {
    color: #fff;
    background-color: #e64942;
    font-size: 14px;
    font-weight: 400;
}
.swal-footer .swal-button-container button.swal-button.swal-button--confirm.swal-button--danger {
    color: #fff;
    background-color: #00b14f;
    font-size: 14px;
    font-weight: 400;
}
.card table.table tbody tr.odd td.dataTables_empty {
    text-align: center;
}
.alert.alert-success strong {
    font-size: 14px;
    font-weight: 500;
    color: #121a27;
}
.alert.alert-success button.close {
    font-weight: 500;
    color: #121a27;
    opacity: 1;
}
.alert.alert-success button.close:hover {
    color: #121a27;
}

/*Added 18-Nov-2021*/

body .swal-button--cancel:focus, .swal-button--danger:focus {
    box-shadow: none;
}
body.Sidebar-mini.sidebar_show li a p {
    font-size: 0;
}
.card table.table tbody tr td i.fa.fa-edit {
    color: #2d8427;
}

/*Added 22-Nov-2021*/

.merchant_header .filter_btn button.show-filters {
    background-color: #f7b731;
    border: 1px solid #f7b731;
    font-size: 14px;
}
.merchant_header .filter_btn button.show-filters:focus, .btn-primary:focus {
    box-shadow: none;
}
.merchant_header .filter_btn button.show-filters:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f7b731;
    border: 1px solid #f7b731;
}
.filters-option button, main.cards_wrap h4 button.btn.btn-link {
	font-size: 14px;
}
.filters-option .first_field, .filters-option .second_field, .filters-option .third_field {
    width: 27%;
}
.filters-option .four_field {
    width: 16%;
}
.filters-option input {
    font-size: 12px;
    height: calc(2.25rem + 2px);
}
.tab-pane h5 {
    font-weight: 700;
}
.form-group select {
    background-color: #fbfbfb;
    border-color: #dadada;
    min-height: 50px;
    padding: 10px 12px;
    color: #111111;
    font-size: 13px;
    outline-style: none;
    box-shadow: none;
    border-radius: 5px;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
}
.nav-tabs .nav-link {
    color: #ffffff;
    background-color: #acb5bd;
    border-color: #acb5bd;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00b14f;
    border-color: #00b14f;
}
.cards.drivers .card-body h2 i.fas.fa-box-open {
    color: #67d305;
}
.cards.drivers .card-body h2 i.fa.fa-gift {
    color: #9103bf;
}
.img-thumbnail.img {
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 150px;
    margin-bottom: 12px;
    width: 100%;
    object-fit: contain;
}

/*Added 23-Nov-2021*/

.merchant_header button.btn.btn-primary.show-filters {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    font-size: 14px;
}
table.table-bordered.dataTable tbody td span, table.table-bordered.dataTable tbody td span:hover {
    padding: 5px 15px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background-color: #dc3545;
    border: 1px solid #dc3545;
}
table.table-bordered.dataTable tbody td span.btn-primary, table.table-bordered.dataTable tbody td span.btn-primary:hover {
    background-color: #007bff;
    border: 1px solid #007bff;
}
table.table-bordered.dataTable tbody td span.badge.badge-warning, table.table-bordered.dataTable tbody td span.badge.badge-warning:hover {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #212529;
}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    font-size: 14px;
}
main.cards_wrap .card .dataTables_wrapper.dt-bootstrap4 .col-sm-12.col-md-6:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: end;
}
main.cards_wrap .card .dataTables_wrapper.dt-bootstrap4 .dataTables_length {
    padding: 10px 0;
    text-align: left;
}
div#DataTables_Table_0_wrapper .dataTables_info {
    font-size: 13px;
    padding-left: 0;
}
table.table-bordered.dataTable {
    width: inherit !important;
}
main.cards_wrap .card.first {
    height: 100%;
}
main.cards_wrap .card.first table tr td, main.cards_wrap .card.first label {
    font-size: 14px;
    line-height: 30px;
    padding: 0 .75rem;
}
main.cards_wrap .card.first label.heading, main.cards_wrap .card label.heading {
    background-color: #f1f5f9;
    padding: 10px 15px;
    margin-bottom: 10px;
}
main.cards_wrap .card.first label.heading b, main.cards_wrap .card label.heading b {
    font-size: 14px;
}
main.cards_wrap .card label.heading.order {
    padding: 14px 15px;
    margin-bottom: 0px;
}

/*Added 24-Nov-2021*/

p.labels.other a button, p.labels.other a button:hover {
    background-color: #007bff;
    border: 1px solid #007bff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
p.labels.other a button:focus {
    outline: none;
}
.submit_btn input#submit {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    padding: 8px 20px;

}
.modal-header button.close {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    padding: 0;
    opacity: 1;
    margin: 0;
    background-color: #00b14f;
    border-color: #00b14f;
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    font-weight: 300;
    right: -10px;
    top: -11px;
    border: 3px solid #ffffff;
    outline-style: none;
    z-index: 1;
}

/*Added 25-Nov-2021*/

.text-danger {
    color: #dc3545!important;
    font-size: 13px;
}
.alert.alert-success button.close:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
label.error {
    color: red;
    font-size: 12px;
    font-weight: 500;
}

/*Added 29-Nov-2021*/

.select2-container--default .select2-selection--multiple .select2-selection__choice span, .select2-results__option {
	font-size: 12px !important;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
}

/*Added 30-Nov-2021*/

.btns_view a.btn.btn-success, .btns_view a.btn.btn-danger {
    font-size: 13px;
}
.btns_view, .form-group.text-filed {
    text-align: left;
}

/*Added 01-Dec-2021*/

.card table.table tbody tr td a.btn.btn-success {
    font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 13px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #28a745 !important;
    border: 1px solid #28a745 !important;
    background: transparent;
    color: #ffffff !important;
    font-size: 13px;
}
body table.dataTable.no-footer {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px !important;
}
.inbox_chat .chat_list:hover {
    background-color: #f1f5f9;
}
/* width */
.inbox_chat::-webkit-scrollbar, .msg_history::-webkit-scrollbar {
  width: 3px;
}
/* Track */
.inbox_chat::-webkit-scrollbar-track, .msg_history::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.inbox_chat::-webkit-scrollbar-thumb. .msg_history::-webkit-scrollbar-thumb {
  background: #555555;
}
/* Handle on hover */
.inbox_chat::-webkit-scrollbar-thumb:hover, .msg_history::-webkit-scrollbar-thumb:hover {
  background: 555555;
}
.inbox_chat .chat_list:last-child {
    border-bottom: transparent;
}
.input_msg_write button.msg_send_btn {
    background-color: #00b14f;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.input_msg_write button.msg_send_btn i.fa.fa-paper-plane {
    color: #ffffff;
}
.input_msg_write input.write_msg:focus-visible, .input_msg_write button.msg_send_btn:focus {
    outline: none;
}
.received_withd_msg p {
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #747474;
}
.received_msg .triangle_shapes {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 12px solid #f1f5f9;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 5px;
    top: 5px;
}
.outgoing_msg .triangle_shapes.right-side {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #00b14f;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 58px;
    top: 5px;
}
.outgoing_msg:last-child {
    margin-bottom: 0;
}

/*Added 07-Feb-2022*/

.services_inner.events h1 {
    font-size: 35px;
    color: #101123;
    font-weight: bold;
}
.tablist_wrap .tablist ul li.nav-item a.events {
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    font-size: 16px;
    background-color: #ffffff;
    width: 135px;
    border: 1px solid #dee2e6;
    color: #7B6F72;
    font-weight: 400;
    margin-right: 10px;
}
.tablist_wrap .tablist ul li.nav-item a.events span {
    background-color: #00B14F;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 400;
}
.tablist_wrap .tablist ul li.nav-item a.events.active {
    border-radius: 12px;
    padding: 12px 12px;
    height: 45px;
    font-size: 16px;
    width: 160px;
    border: 1px solid #101123;
    font-weight: 400;
    margin-right: 10px;
    background-color: #101123;
    color: #ffffff;
}
.tablist_wrap .tablist ul li.nav-item a.events {
    border-radius: 12px;
    padding: 12px 12px;
    height: 45px;
    font-size: 16px;
    width: 160px;
    border: 1px solid #7B6F72;
    font-weight: 400;
    margin-right: 10px;
    background-color: #ffffff;
    color: #7B6F72;
}
.events-inner img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
}
.events-inner input {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 20px;
    border-radius: 8px;
}
.events-inner input.form-control:focus {
    border-color: #A9A9A9;
    box-shadow: none;
}
.tablist.categories .headings_add {
    width: 70%;
}
.tablist.categories .events-inner {
    width: 30%;
}
.table .thead-light th {
    color: #7B6F72;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}
.tablist a {
    background-color: #00b14f;
    padding: 12px 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 12.2px;
    width: 230px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main.cards_wrap.events .card {
    border: 2px solid #F0F0F0;
    padding: 0 !important;
}
main.cards_wrap.events .card table.table tbody tr td.draft {
    color: #C10001;
    font-size: 14px;
}
main.cards_wrap.events .card table.table tbody tr td.published {
	color: #00B14F;
    font-size: 14px;
}
main.cards_wrap.events .card .tablist.categories {
    padding: 25px;
}
main.cards_wrap.events .card table.table thead th {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 18px 25px;
}
main.cards_wrap.events th.text-left {
    padding: 32px 25px 58px;
}
main.cards_wrap.events .card table.table tbody tr td {
    padding: 32px 25px 58px;
    font-size: 14px;
    color: #7B6F72;
}
.event_section .center-content {
    background-color: #F3F3F3;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.event_section .center-content img {
    width: 37px;
    height: 26px;
}
.left-content label {
    font-size: 18px;
    font-weight: 500;
    color: #00B14F;
}
.left-content h6 {
    font-size: 38px;
    font-weight: 500;
    color: #101123;
}
.right-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #101123;
}
.right-content label, .right-content span {
    color: #7B6F72;
    font-size: 14px;
    font-weight: 400;
}
main.cards_wrap.events .card table.table tbody tr td label {
	font-size: 14px;
    color: #7B6F72;
}
main.cards_wrap.events .tab-pane h5 {
    font-weight: 700;
    font-size: 25px;
}
main.cards_wrap.events .card table.table tbody tr td img {
    width: 5px;
    cursor: pointer;
}
.events_wrap .profile h6 {
    font-size: 14px;
    color: #252733;
    font-weight: 600;
}
.events_wrap .profile span {
    font-size: 14px;
}
.events_wrap .dropdown a label, .cart_wrap label {
    font-size: 14px;
    color: #7B6F72;
    font-weight: 700;
    cursor: pointer;
}
.events_wrap .dropdown a:focus {
    box-shadow: none;
}
.events_wrap .dropdown a.nav-link span.badge.badge-counter {
    position: absolute;
    background-color: #00b14f;
    width: 18px;
    height: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    border-radius: 100px;
    top: 0px;
    right: 0px;
    font-weight: 600;
}
.events_wrap .dropdown a.btn {
    border-left: 1px solid #DFE0EB;
    border-radius: 0;
    padding: 0 22px;
    border-right: 1px solid #DFE0EB;
    margin: 0 22px;
    display: flex;
    align-items: center;
}
.events_sidebar .sidebar-brand {
    border-bottom: 1px solid #D9D9D9;
}
body.events_wrap .dropdown-menu a.dropdown-item {
    border-left: none;
    border-right: none;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
}
body.events_wrap .dropdown-menu a.dropdown-item:hover {
    background-color: #f9f9f9;
}
.promotional_wrap .left , .promotional_wrap .right {
    padding: 0;
    border: none;
}
body.events_wrap .sidebar-menu .promotional_wrap li {
    background-color: #f1f5f9;
    margin: 0 0 10px;
}
body.events_wrap .sidebar-menu .promotional_wrap ul.nav.nav-pills {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.events_wrap .sidebar-menu .promotional_wrap li a.nav-link {
    display: block;
    width: auto;
    border-radius: 5px;
    height: auto;
    padding: 20px 15px;
    border: 1px solid #7B6F72;
    background-color: #ffffff;
}
body.events_wrap .sidebar-menu .promotional_wrap li a.active {
    display: block;
    width: auto;
    border-radius: 5px;
    height: auto;
    padding: 20px 15px;
    border: 1px solid #101123;
    background-color: #101123;
}
body.events_wrap .sidebar-menu .promotional_wrap li a label {
    font-size: 14px;
    font-weight: 600;
    color: #7B6F72;
    margin-top: 10px;
}
body.events_wrap .sidebar-menu .promotional_wrap li a.active label {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
}
.events_wrap .promotional_wrap .tab-content ul li a {
    padding: 12px 15px;
    display: flex;
    align-items: center;
}
body.events_wrap .sidebar-menu .promotional_wrap li.nav-item {
    margin-bottom: 0;
}
.sidebar-menu {
    overflow-y: scroll;
    height: 755px;
}
body.events_wrap .sidebar-menu .promotional_wrap .tab-content li a.active {
    background-color: #00b14f;
    border: 1px solid #00b14f;
    padding: 12px 15px;
    display: flex;
    align-items: center;
}
body.events_wrap .sidebar-menu .promotional_wrap .tab-content li a.active p {
   color: #ffffff;
}
.events_wrap .dropdown a.nav-link {
    display: flex;
    align-items: center;
}
.events_wrap .dropdown .dropdown-toggle::after {
    margin-top: 10px;
}
.navbar-nav .dropdown-menu li.user-footer a.btn.btn-default {
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #00b14f;
    border: none;
}
.navbar-nav .dropdown-menu li.user-footer a.btn.btn-default i.fas.fa-sign-out-alt.pl-1 {
    color: #00b14f;
}
.events_wrap ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
    left: 0 !important;
}
.events_wrap .topbar-divider {
    border-left: 1px solid #DFE0EB;
    height: 40px;
}
.promotional_wrap {
    padding: 0 15px;
}
body.Sidebar-mini.events_wrap.sidebar_show .promotional_wrap {
    padding: 0 10px;
}
body.Sidebar-mini.events_wrap.sidebar_show .events_wrap .sidebar-menu .promotional_wrap li.nav-item {
    margin-bottom: 10px;
}
body.Sidebar-mini.events_wrap.sidebar_show .sidebar-menu li a {
    justify-content: center;
    padding: 12px 9px !important;
}
body.Sidebar-mini.events_wrap.sidebar_show .promotional_wrap li a label {
    display: none !important;
}
body.Sidebar-mini.events_wrap.sidebar_show .promotional_wrap ul.nav.nav-pills {
    margin-bottom: 0px !important;
}
body.Sidebar-mini.events_wrap.sidebar_show .promotional_wrap li {
    margin: 0px 0 10px;
}
body.Sidebar-mini.events_wrap.sidebar_show .sidebar-brand {
    padding: 15px 0;
}
body.Sidebar-mini.events_wrap.sidebar_show header.navbar_top {
    padding: 8px 20px;
}
body.Sidebar-mini.events_wrap.sidebar_show .sidebar-menu {
    overflow-y: scroll;
    height: 865px;
}
.sidebar-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 180px);
}
a.go-back-button span {
    color: #ffffff;
}
body.Sidebar-mini.events_wrap.sidebar_show a.go-back-button span {
    display: none;
}
body.Sidebar-mini.events_wrap.sidebar_show a.go-back-button {
    margin: 10px 15px !important;
}
body.Sidebar-mini.events_wrap.sidebar_show a i {
    padding-right: 0 !important;
}
.calendar_tabs {
    background-color: #F0F0F0;
    padding: 10px 10px;
    border-radius: 12px;
}
.calendar_tabs ul li.nav-item:last-child a {
    margin-right: 0;
}
.calendar_tabs ul li.nav-item a.active {
    border-radius: 12px;
}
.events .calendar_tabs ul li.nav-item a {
    background-color: transparent;
    border: none;
    color: #00B14F;
    font-size: 16px;
    font-weight: bold;
    width: 114px;
}
thead.head_calander {
    background-color: #E5F7ED;
}
thead.head_calander tr {
    height: 50px;
}
thead.head_calander tr th .week_day {
    color: #ffffff;
}
thead.head_calander tr th .week_day p {
    color: #00B14F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 20px 0;
}
thead.head_calander {
    background-color: #E5F7ED;
    border: 1px solid #a8d7bd;
}
.calendar_table tbody {
    border: 1px solid #CFCFCF;
}
.calendar_wrap .date_inner span {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.calendar_wrap .shadow-lg button {
    background-color: transparent;
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    padding: 15px 20px;
    cursor: pointer;
}
.calendar_wrap .shadow-lg button svg {
    display: flex;
    align-items: center;
}
.calendar_wrap .shadow-lg button:first-child {
    margin-right: 8px;
}
.calendar_wrap .date_inner {
    margin-bottom: 25px;
}
.calendar_table tbody tr td p {
    padding: 20px 20px;
    margin-bottom: 0;
    border: 1px solid #CFCFCF;
    text-align: right;
    height: 180px;
    font-size: 14px;
    font-weight: 500;
    color: #101123;
}
.calendar_table tbody tr td .jan-date p,
.calendar_table tbody tr td .mar-date p {
    background-color: #FBFBFB;
    border: 1px solid #CFCFCF;
    color: #A9A9A9;
}
.calendar_table {
    margin-bottom: 24px;
}
.calendar_table tbody tr td .jan-date p.active a {
    background-color: #00b14f;
    padding: 6px 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
}

/*11-Feb-2022*/

.user-wrapper .profile_picture img {
    width: 50px;
    height: 50px;
}
.sidebar-menu ul {
    margin-bottom: 0;
}
.form-dimensions .form-check {
    justify-content: inherit;
    flex-wrap: inherit;
    width: auto;
}
.form-dimensions {
    display: flex;
    align-items: center;
    justify-content: inherit;
}
.sidebar-menu li.active.manimenu ul.drop-menu.advertising {
    background-color: #f9f9f9;
    border-top: 1px solid #adadad;
    margin: 12px 10px;
}
.sidebar-menu ul li.active ul li a {
    background-color: transparent;
}
.sidebar-menu li.manimenu ul.drop-menu.advertising li a {
	color: #000000;
	background-color: transparent;
}
.sidebar-menu ul li ul li a p {
	color: #000000 !important;
}
.sidebar-menu ul li ul li a i {
	color: #000000 !important;
}
.sidebar-menu ul li.active a {
    background-color: #00b14f;
    border-radius: 5px;
}
.sidebar-menu ul li.manimenu ul {
    border-top: 1px solid #b9b7b7;
    margin: 0px 15px 10px;
    padding: 8px 0 8px;
}
.sidebar-menu ul li.active.manimenu ul {
    margin: 15px 15px 10px;
    padding: 15px 0 15px;
}
.sidebar-menu ul li.manimenu ul li {
    padding: 0;
}
.sidebar-menu ul li.manimenu ul li:hover {
    background-color: #ffffff;
    padding: 0;
    border-radius: 3px;
}

/*Added 23-May-2022*/

.sidebar-menu li.active.manimenu ul li.active a {
    background-color: #00b14f;
    padding: 10px 14px;
}
.sidebar-menu li.active.manimenu ul li.active a i.fas.fa-th-large {
    color: #ffffff !important;
}
.sidebar-menu li.active.manimenu ul li.active a p {
    color: #ffffff !important;
}
.sidebar-menu ul li.manimenu ul li a {
    padding: 10px 14px;
    margin-bottom: 8px;
}

/*Added 27-May-2022*/

.sidebar-menu li.active.manimenu ul li.active a i {
    color: #ffffff !important;
}
.tabs_wrapper.progressbar {
    margin-bottom: 40px;
    overflow: inherit;
    color: lightgrey;
}
.tabs_wrapper.progressbar ul li.active:before {
    content: "";
    line-height: 22px;  
    background-color: #ffffff;
    border: 1px solid #00B14F;
    padding: 14px 27px;
    color: #101123;
    border-radius: 12px;
    height: 50px;
    font-size: 16px;
    width: 160px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
}
.tabs_wrapper.progressbar ul li:before {
    content: "";
    line-height: 22px;
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    padding: 14px 27px;
    color: #101123;
    border-radius: 12px;
    height: 50px;
    font-size: 16px;
    width: 200px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    position: relative;
}
.tabs_wrapper.progressbar #account:before {
    content: "Basic Info";
}
.tabs_wrapper.progressbar #tab_two:before {
    content: "Details";
}
.tabs_wrapper.progressbar #tab_three:before {
    content: "Variations";
}
.tabs_wrapper.progressbar #tab_four:before {
    content: "Upload Image";
}
.tabs_wrapper.progressbar #tab_five:before {
    content: "Publish";
}
.tabs_wrapper.progressbar ul .active {
    color: #000000;
}
.tabs_wrapper.progressbar ul li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
}
.tabs_wrapper.progressbar ul li.active span.badge.badge-success {
    background-color: #00b14f;
}
.tabs_wrapper.progressbar li span.badge.badge-success {
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    margin: 0px auto !important;
    background-color: #101123;
    z-index: 3;
}
.tabs_wrapper.progressbar li span.badge.badge-success:before {
    content: "1";
    position: absolute;
    left: -1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    margin: 0 auto;
}
.tabs_wrapper.progressbar li.active:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #00b14f;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}
.tabs_wrapper.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}
.tabs_wrapper.progressbar a.active {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
}
.tabs_wrapper.progressbar .nav-pills .nav-link, .tabs_wrapper.progressbar .nav-pills .nav-link {
    height: auto;
    width: auto;
}
.tabs_wrapper.progressbar li#tab_two span.badge.badge-success:before {
    content: "2";
}
.tabs_wrapper.progressbar li#tab_three span.badge.badge-success:before {
    content: "3";
}
.tabs_wrapper.progressbar li#tab_four span.badge.badge-success:before {
    content: "4";
}
.tabs_wrapper.progressbar li#tab_five span.badge.badge-success:before {
    content: "5";
}

/*Added 30-May-2022*/

.sidebar-menu li.manimenu.dropdownlist a i.fas.fa-angle-left {
    transform: rotate(-90deg);
    transition: transform ease-in-out .3s,-webkit-transform ease-in-out .3s;
}
main.cards_wrap #form button.submit {
    height: 65px;
    background-color: #00b14f;
    border: 1px solid #00b14f;
    padding: 10px 30px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    outline: none;
    font-weight: 500;
    margin: 24px auto 0;
    display: block;
    white-space: normal;
}

/*Responsive*/

@media only screen and (max-width: 1700px) {
.tabs_wrapper.progressbar ul li:before,
.tabs_wrapper.progressbar ul li.active:before {
    font-size: 14px;
}
}
@media only screen and (max-width: 1400px) {
.content_profile form,
.content_profile .services_wrap {
	padding: 30px 25px;
	height: 440px;
}
.tabs_wrapper.progressbar ul li:before {
    content: "";
    line-height: 22px;
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    padding: 14px 10px;
    color: #101123;
    border-radius: 12px;
    height: 50px;
    font-size: 16px;
    width: 160px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    position: relative;
}
.calendar_wrap .shadow-lg button {
    padding: 12px 15px;
}
.events-inner input {
    padding: 14px 20px;
}
.events .calendar_tabs ul li.nav-item a {
    font-size: 14px;
    font-weight: bold;
    width: 80px;
}
.tablist.categories .events-inner {
    width: 30% !important;
}
body.events_wrap .sidebar-menu .promotional_wrap li {
    background-color: #f1f5f9;
    margin: 0 0px 10px;
}
body .Category-title-one, body .Category-title-two, body .date, body .date p,
body .Time, body .Time p {
    width: 515px;
}
.content_profile .services_wrap ul li {
	margin-bottom: 15px;
	padding: 14px 14px;
	font-size: 11px;
}
.content_profile .services_wrap ul li label {
	padding-left: 10px !important;
}
.custom-check span,
.custom-check input,
.custom-check input.is_complete_update:checked~span,
.custom-check input:checked~span {
	height: 15px;
	width: 15px;
}
.custom-check {
	width: 15px;
	height: 15px;
	line-height: 0;
}
main.cards_wrap .profile_wrap form input {
	height: 40px;
}
.profile_wrap form .form-group label {
	font-size: 13px;
}
.profile_wrap form .form-group input::placeholder {
	font-size: 11px;
}
.custom-check input.is_complete_update:checked~span:before,
.custom-check input:checked~span:before {
	left: 6px;
	top: 3px;
	width: 4px;
	height: 7px;
}
.profile_wrap .user-wrapper i.fas.fa-user-circle {
	font-size: 120px;
}
.profile_wrap .profile_form .content_profile form .user-wrapper {
	text-align: center;
}
.content_profile .services_wrap h2 {
	padding-bottom: 20px;
	font-size: 20px;
}
.profile_wrap button.submit {
	padding: 10px 20px;
	width: 18%;
	font-size: 14px;
}
.cards.drivers .card-body h6, .cards.drivers .card-body h2 {
    font-size: 14px;
    padding: 15px 10px;
}
main.cards_wrap h2 {
    font-size: 16px;
}
.cards.drivers .card-body p i.fa.fa-chevron-circle-right,
.cards.drivers .card-body p {
    font-size: 14px;
}
.driver-info-card {
	width: 40%;
}
.modal-dialog.forms {
	max-width: 800px;
}
.video_wrap i.fa.fa-play-circle {
	font-size: 50px;
}
.sidebar-menu {
    overflow-y: scroll;
    height: 690px;
}
.driver-info-card.payroll {
	width: 48%;
}
.get_btn a img {
	width: 45px;
	padding-right: 5px;
}
.cards.merchant-card .card-single .head_icon img {
	width: 50px;
}
.cards.merchant-card .card-single .content h3 {
	font-size: 14px;
}
.cards.merchant-card .card-single.six i.fa.fa-plus-circle {
	font-size: 47px;
}
.cards.merchant .content_profile .user-wrapper i.fas.fa-user-circle {
	font-size: 120px;
}
.card.merchant .card-body.merchant button img {
	height: 320px;
}
.card-body.merchant {
	min-height: 370px;
}
.form_wrap form {
	width: 75%;
}
body.sign_register_form #user_registration_form .form-group.input_error label#password-error {
	line-height: 14px;
	bottom: -36px;
}
.body.current.form-group.textarea-wrapper .form-group label {
	font-size: 12px;
}
.form-group .form-check .custom_check span {
	width: 15px;
}
.card-single {
	padding: 50px 27px;
}
main.cards_wrap .card .card-body button {
	font-size: 12px;
}
.tablist_wrap .tab-content span.order-status,
.headings_add span.order-status,
.headings_add button.btn.btn-primary {
	font-size: 12px;
}
.table_data.list ul.list-group li.list-group-item span.badge {
	padding: 6px 5px;
	width: 20px;
	height: 20px;
	font-size: 10px;
}
.error_wrap label.error_order {
    font-size: 16px;
}
.category-name-count label {
    font-size: 18px;
}
.oder_history a {
    padding: 8px 16px;
    font-size: 13px;
}
.user-wrapper .profile_picture img {
    width: 50px;
    margin-right: 8px;
    height: 50px;
}
.delivery-boy {
    align-items: self-start;
}
.delivery-boy i {
   margin-top: 6px;
}
.table_data .data_list .first_order label,
#accordion_wrap .card-header h5 button,
.table_data .data_list .first_order h6,
.left_sidecontent .order_listcontent h5, .righted_sidecontent .order_listcontent h5,
.placed_order ul li .cash-on p:first-child {
    font-size: 14px;
}
.placed_order ul li {
    display: block !important;
}
.placed_order ul li form button {
    margin: 0 !important;
}
.placed_order ul li form {
    margin: 10px 0 0;
}
.cards.drivers.vehicles .card-body label {
	font-size: 14px;
}
main.cards_wrap .tabs_wrap .form-group .image_rcent img {
    height: 200px;
}
main.cards_wrap h4 {
    font-size: 18px;
}
.switch {
    width: 48px;
    height: 20px;
}
.slider:before {
    height: 14px;
    width: 14px;
    left: 5px;
    top: 3px;
}
.card table.table tbody tr td, main.cards_wrap h4 button.btn.btn-link {
    font-size: 12px;
}
main.cards_wrap .card.first table tr td, main.cards_wrap .card.first label {
    padding: 0;
}
}
@media only screen and (max-width: 1200px) {
.tabs_wrapper.progressbar ul li:before {
    content: "";
    line-height: 22px;
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
    padding: 14px 3px;
    color: #101123;
    border-radius: 12px;
    height: 50px;
    font-size: 16px;
    width: 123px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    position: relative;
}
.tabs_wrapper.progressbar ul li.active:before {
    content: "";
    line-height: 22px;
    background-color: #ffffff;
    border: 1px solid #00B14F;
    padding: 14px 6px;
    color: #101123;
    border-radius: 12px;
    height: 50px;
    font-size: 16px;
    width: 123px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
}
}