@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Roboto", sans-serif !important;
}

:root {
	--bg: #ff00004f;
	--card: #ff00004f;
	--text: #fff;
	--muted: #fff;
	--accent: #fff;
	--border: #ff00004f;
}

h3 {
	font-size: 1.2rem !important;
}
.table > thead {
	background: #7c2529 !important;
	font-weight: bold;
	color: #fff !important;
}
.logo_wrapper a {
	width: 75%;
}

::placeholder {
	color: rgb(171, 1 71, 171) !important;
}

.span_for_error {
	font-size: 0.7rem;
	color: red;
}

/* .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
} */

.input_validation {
	border: 1px solid red;
	box-shadow: 0px 0px 2px 2px #ff00004f;
}

.error_div {
	text-align: center;
	color: red;
}

#editmodaldialog {
	max-width: 700px;
	margin: 1.75rem auto;
}

.header_section {
	background-color: #fff;
	box-shadow: 5px 2px 10px 5px rgb(225, 225, 225);
	height: 10vh;
}

/* .logo_wrapper {
    text-align: center;
    width: 70%;
    line-height: 4;
} */
.logo_wrapper {
	text-align: center;
	width: 60%;
	/* line-height: 4; */
	height: 10vh;
	min-height: 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo_wrapper img {
	width: inherit;
}

.login_section {
	height: 85vh;
}

.input_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85vh;
}

.login_input {
	width: 50%;
	margin: 10px auto;
	position: relative;
}

#togglePassword {
	position: absolute;
	top: 35px;
	right: 15px;
	color: #324152;
	cursor: pointer;
	z-index: 99999;
}

.login_input label {
	font-size: 0.8rem;
}

.form_wrapper {
	width: 100%;
}

.login_img_wrapper {
	width: 100%;
	text-align: right;
}

.login_img_wrapper img {
	width: 43%;
	height: inherit;
	margin: 25px 0 0 0;
}

.input_wrapper .form-control[type="text" i] {
	border-radius: 8px;
	padding: 8px 15px;
}

.input_wrapper .form-control[type="password" i] {
	border-radius: 8px;
	padding: 8px 15px;
}

.login_input .form-control[type="submit" i] {
	border-radius: 5px;
	padding: 8px 15px;
	color: #fff;
	background-color: #1d2e40;
	width: 25%;
	margin: 0 auto;
}

.view_data_input .form-control[type="submit" i] {
	border-radius: 5px;
	padding: 8px 15px;
	color: #fff;
	background-color: #1d2e40;
	width: 15%;
	margin: 10px auto;
}

.view_data_input .form-control[type="button" i] {
	border-radius: 5px;
	padding: 8px 15px;
	color: #fff;
	background-color: #1d2e40;
	width: 15%;
	margin: 10px auto;
}

.input_wrapper .form-control:focus {
	border-color: #b4e8e4;
	box-shadow: none;
}

.input_wrapper .form-control[type="text" i]:valid {
	color: #000;
	background-color: #b4e8e4;
	box-shadow: 3px 4px 13px 0 #c1c1c1;
}

/* .input_wrapper .form-control[type="password" i]:valid {
    color: #fff;
    background-color: transparent;
    box-shadow: 3px 4px 13px 0 #c1c1c1;
} */

.text_wrapper {
	background-color: #7c2529;
	height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text_wrapper h1 {
	font-weight: 800;
	font-size: 3rem;
	width: 80%;
	margin: 0 auto 0 auto;
	color: #fff;
}

.text_wrapper p {
	font-size: 1rem;
	width: 80%;
	margin: 0 auto;
	color: rgb(235, 232, 232);
	font-style: italic;
}

.address_section {
	border: 1px solid #c1c1c1a7;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0;
}

.address_para {
	font-size: 0.8rem;
	margin: 0 0 10px 0;
}

#reference_data_table {
	width: 100% !important;
}

.footer {
	height: 5vh;
	background-color: #ececeb;
}

.footer_text {
	height: 5vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_text p {
	font-size: 0.7rem;
	margin: 0;
}

.footer_text p a {
	text-decoration: none;
	font-size: 0.7rem;
	margin: 0;
	color: #f04e25;
}

.footer_text p a:hover {
	text-decoration: none;
}

/* .logout_wrapper {
    text-align: center;
    line-height: 3.7;
    background-color: #1D2E40;
    height: 10vh;
} */

.logout_wrapper {
	text-align: center;
	/* line-height: 3.7; */
	background-color: #7c2529;
	height: 10vh;
	min-height: 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logout_wrapper button {
	color: #fff;
	font-size: 0.8rem;
}

button:focus {
	box-shadow: none !important;
}

#mobile_side_bar {
	width: 0;
}

/* .logout_wrapper button:hover {
    color: #fff !important;
} */

.dropdown-item {
	cursor: pointer;
	line-height: 2;
	font-size: 0.8rem;
}

.redirect_links {
	text-decoration: none;
}

.dashboardLinks_wrapper {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #7c2529;
	width: 100%;
	height: 180px;
	max-height: 180px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: all 0.32s;
}

.dashboardLinks_wrapper:hover {
	background-color: #7c2529;
}

.dashboardLinks_wrapper p {
	color: #7c2529;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 10px;
}

.dashboardLinks_wrapper:hover p {
	color: #fff;
}

.dashboardLinks_wrapper:hover .dashboard_icons_wrapper {
	background-color: #b4e8e4;
	border: 1px solid #fdfdfd;
}

.dashboard_icons_wrapper {
	background-color: #7c2529;
	width: 67%;
	max-width: 67%;
	height: 68px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.dashboardLinks_wrapper:hover .dashboard_icons_wrapper img {
	filter: brightness(0) invert(1);
}

.dashboard_icons_wrapper img {
	width: 65%;
	margin-top: 12px;
}

.table_wrapper {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #7c2529;
	width: 100%;
	height: 180px;
	max-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.32s;
}

.table_wrapper:hover {
	background-color: #7c2529;
}

.table_wrapper p {
	color: #7c2529;
	font-size: 0.7rem;
	font-weight: 500;
	margin-top: 10px;
}

.table_wrapper:hover p {
	color: #fff;
}

.dashboardLinks_wrapper:hover .dashboard_icons_wrapper {
	background-color: #b4e8e4;
	border: 1px solid #fdfdfd;
}

.dashboard_icons_wrapper {
	background-color: #7c2529;
	width: 55%;
	max-width: 55%;
	height: 55px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.viewtbale_icons_wrapper {
	background-color: #7c2529;
	width: 92%;
	max-width: 92%;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}

#reference_list {
	width: 55%;
}

.viewtbale_icons_wrapper img {
	width: 65%;
	margin-top: 12px;
}

.dashboardLinks_wrapper:hover .dashboard_icons_wrapper img {
	filter: brightness(0) invert(1);
}

.dashboard_icons_wrapper img {
	width: 65%;
	margin-top: 12px;
}

.form-control,
.form-select {
	margin: 5px 0;
}

.input-group .form-control {
	margin: 5px 0 10px 0;
}

.form-control:focus,
.form-select:focus {
	box-shadow: none !important;
	/* background: #fb4a5e; */
	/* color: #fff; */
	border-color: #7c2529;
}

.main_wrapper,
.dashboard_wrapper {
	height: 85vh;
	/* background-image: url(../img/dashboard_Image.png); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.dashboard_main {
	height: 90vh;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.dashboard_main .sidebar {
	display: flex;
	align-items: center;
	width: 5%;
	height: 85vh;
	/* transition: all 0.32s; */
}

.main_dashboard_area {
	/* padding-top: 15px; */
	transition: all 0.32s;
	width: 85%;
	height: 100%;
	/* position: relative; */
}

.icons {
	/* transition: all 0.32s; */
	/* padding: 15px 0; */
	text-align: center;
	width: 100%;
	line-height: 3;
	height: inherit;
	background-color: #7c2529;
}

.mobile_sidebar_section {
	display: none;
}

.icons img {
	filter: brightness(0) invert(1);
	width: 35%;
	transition: all 0.1s;
}

.for_border {
	border-bottom: 1px solid #ffffff2e;
}

/* .icons>div {
    margin-top: 2px;
} */

.links {
	overflow: hidden;
	width: 15%;
	height: inherit;
	line-height: 3;
	height: 100%;
	background-color: #7c2529;
	transition: all 0.32s;
	overflow-y: scroll;
}

.links > div {
	padding-left: 15px;
	border-bottom: 1px solid #ffffff2e;
}

.links a {
	transition: all 0.32s;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	font-size: 0.7rem;
}

.links a:hover {
	color: rgb(195, 195, 195);
}

.input-group-text {
	margin: 5px 0 10px 0;
	padding: 0 4px;
}

.form-control[readonly] {
	background-color: #e9ecef73 !important;
}

.main_dashboard_area label {
	font-size: 0.7rem;
	font-weight: 500;
	color: #656e7d;
}

.main_dashboard_area label img {
	width: 15%;
	margin-right: 5px;
}

#gst_icons,
#email_icons,
#pancard {
	width: 20%;
}

/* {
  width: 20%;

} */
#website_icon,
#contact_icon,
#client_icon,
#acc_name_icon {
	width: 12%;
}

.detail_section {
	display: flex;
	align-items: center;
}

.detail_section hr {
	width: 90%;
}

.detail_section p {
	width: 15%;
	margin: 0 10px 0 0;
	font-size: 0.7rem;
	font-weight: 500;
}

.adhaar_section {
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.adhaar_section hr {
	width: 94%;
}

.adhaar_section p {
	width: 6%;
	margin: 0 10px 0 0;
	font-size: 0.8rem;
	font-weight: 500;
}

.timingsection {
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.timingsection p {
	width: 10%;
	margin: 0 10px 0 0;
	font-size: 0.8rem;
	font-weight: 500;
}

.timingsection hr {
	width: 90%;
}

.refrence_section {
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.refrence_section hr {
	width: 90%;
}

.refrence_section p {
	width: 10%;
	margin: 0 10px 0 0;
	font-size: 0.8rem;
	font-weight: 500;
}

.detail_section p img {
	width: 13%;
}

.breadcrumb_section {
	height: 5vh;
	padding: 5px 0px;
}

.form-select {
	padding: 7px;
	font-size: 0.8rem;
	border-radius: 10px;
}

/* .form-control {
    padding: 7px;
    font-size: 0.8rem;
} */

.form-control {
	padding: 7px;
	font-size: 0.8rem;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 2px #80808017;
}

.breadcrumb a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.right_icons {
	font-weight: lighter;
	margin-left: 8px;
	color: #bababa;
}

.breadcrumb-item.active {
	color: #6c757d;
	font-weight: 500 !important;
}

.breadcrumb-item {
	text-transform: uppercase;
}

.breadcrumb {
	align-items: center;
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 0.7rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: none !important;
	content: var(--bs-breadcrumb-divider, ">") !important;
}

.logout_icon {
	color: #fff;
	font-size: 1.3rem;
	font-weight: lighter;
	color: #fb4a5e;
}

.view_table_background {
	background: #ffffffd1;
	height: 75vh;
	overflow: scroll;
}

.btn_primary {
	background: #7c2529;
	color: #fff;
	font-size: 0.8rem;
	padding: 3px 8px;
}

#view_table_icon {
	width: 88% !important;
	max-width: 88% !important;
}

#trip_table_icon {
	width: 77% !important;
	max-width: 77% !important;
}

#employee_table_icon {
	width: 48% !important;
	max-width: 48% !important;
}

#customer_table_icon {
	width: 85% !important;
	max-width: 85% !important;
}

.table_row_wrapper {
	background: #ffffffd1;
	/* height: 75vh; */
	/* overflow-y: scroll; */
	position: relative;
	margin-top: 10px;
}

#pendingtablerowwrapper {
	margin-top: 0.5rem;
}

.dashbaord_background {
	background: #f9f9fb;
	padding: 20px;
	height: 84vh;
	overflow-y: scroll;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 2px #80808047;
	border: 1px solid #ebebeb;
	margin: 0;
}

.dashbaord_background::-webkit-scrollbar-button {
	width: 10px;
	height: 10px;
}

.dashbaord_background::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(89, 88, 88, 0.3);
	border-radius: 10px;
	background-color: transparent;
}

.dashbaord_background::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}

.dashbaord_background::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(89, 88, 88, 0.3);
	background-color: rgb(200, 198, 198);
}

th {
	font-size: 0.8rem;
	font-weight: 100;
	text-transform: capitalize;
	white-space: nowrap;
}

td {
	font-size: 0.8rem;
	font-weight: 400;
	/*text-transform: capitalize;*/
	white-space: nowrap;
	border-bottom: 1px solid #dddddd !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 0px 10px;
	font-size: 10px !important;
	/* line-height: 1 !important; */
}

.dataTables_wrapper .dataTables_length {
	display: none;
}

.dataTables_wrapper .dataTables_info {
	font-size: 0.8rem;
}

/* .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: 0.8rem;

} */

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 0.8rem;
}

.success_modal {
	background-color: #06060657;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 0 10px;
	border-bottom: 1pxsolidrgba (0, 0, 0, 0.3);
}

.modal {
	background-color: #06060657;
}

.modal-content {
	padding: 20px;
}

.modal-dialog {
	position: relative;
}

.modal-header {
	padding: 0;
	border-bottom: unset;
}

/* 
.btn-close {
    position: absolute;
    top: -8%;
    right: -6%;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
} */

.alert {
	margin: 0;
}

.table > thead {
	background: #dfdfdf;
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: 500;
	text-align: center;
}

.mobile_view {
	display: none;
}

.table > :not(caption) > * > * {
	padding: 0 0.5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	line-height: 3;
}

.bar_mobileview {
	display: none;
}

#logout_icons {
	width: 45%;
}

.modal-dialog {
	max-width: 340px;
	margin: 1.75rem auto;
}

.text_shown {
	text-align: center;
	margin: 0;
}

.default {
	color: rgb(171, 171, 171);
}

.form-select option {
	color: black;
}

/* .form-select option:first-child {
    color: rgb(207, 207, 207);
} */

.dataTables_wrapper .dataTables_filter {
	margin-bottom: 5px;
	/* position: absolute; */
	right: 0;
	top: -35px;
}

.btn_download {
	color: green;
}

#changepassword {
	display: none;
	background-color: #6666664f;
}

#new_span {
	font-size: 0.8rem;
}

#modal_change_password {
	background: #99999970;
}

input[type="date"]:invalid::-webkit-datetime-edit {
	color: #999;
}

.date_filter_submit_btn {
	width: 50%;
}

.btn:hover {
	color: #ffffff;
}

#view_data_table {
	background-color: #fff;
}

.btn_info {
	color: #fff;
	background-color: #fb4a5e;
	border-color: #fb4a5e;
	padding: 4px 7px;
	font-size: 0.8rem;
	margin-top: 7px;
}

.btn_info:hover {
	background-color: #fb4a5e;
	border-color: #fb4a5e;
}

/* .filter_form_wrapper {
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0;
    z-index: 99999;
} */

.filter_form_wrapper .form-control {
	padding: 5px;
}

.filter_form_wrapper .form-control[type="submit"] {
	background-color: #1d2e40;
	color: #fff;
}

.filter_form_wrapper .form-select {
	padding: 5px;
}

.select_column_2 {
	padding: 0;
}

.date_input {
	padding-right: 0;
}

.download_btn_excel {
	text-align: end;
}

.btn_success {
	background-color: #1d2e40;
	color: #fff;
	padding: 2px 15px;
	font-size: 0.7rem;
}

.update_pending_form label {
	font-size: 0.8rem;
}

.update_pending_form .form-control[type="submit"] {
	background-color: #7c2529;
	color: #fff;
	font-size: 0.8rem;
	width: 40%;
	margin: 10px auto;
}

#error_lottie_icon {
	width: 50px;
	margin: 0 auto;
}

.transaction_history_detail p {
	font-size: 0.7rem;
	color: rgb(20, 20, 20);
	text-transform: capitalize;
}

.linkstotransactiontable {
	color: #fb4a5e;

	text-decoration: none;
}

.linkstotransactiontable:hover {
	color: #f82b43;
	text-decoration: none;
}

.dataTables_wrapper .dataTables_filter input {
	outline: none;
	border: 1px solid #7c2529;
}

.not_available {
	text-align: center;
	margin: 0;
	font-size: 0.7rem;
}

table.dataTable tbody tr {
	background-color: transparent;
	text-align: center;
}

/* -================================================================== */

.btn-light {
	color: #000;
	background-color: transparent;
	border-color: #d1d1d1;
	padding: 7px;
}

.btn-light:hover {
	color: #000;
	background-color: transparent;
	border-color: #d1d1d1;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
	color: #000;
	background-color: transparent;
	border-color: #d1d1d1;
	box-shadow: unset !important;
}

.filter-option-inner-inner {
	font-size: 0.8rem !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
	border-radius: 10px;
	padding: 7px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	/* outline: thin dotted #333!important; */
	outline: none !important;
	outline-offset: -2px;
}

textarea {
	width: 100%;
}

fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

._jw-tpk-container *,
._jw-tpk-container .active,
._jw-tpk-container :focus,
._jw-tpk-container :hover {
	text-decoration: none;
	outline: none;
	margin: 0 !important;
	padding: 0 !important;
}

/*invoice css*/
#myTable {
	width: 100%;
}

#myTable td {
	padding-right: 10px;
}

.btninvoice {
	color: #fff;
	background-color: #7c2529;
	border-color: #7c2529;
	padding: 3px 10px;
}

.backTo {
	text-decoration: none;
	color: #fff;
}

.go_back_btn {
	background: #7c2529;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

details {
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 8px 6px;
	overflow: hidden;
}

summary {
	list-style: none;
	cursor: pointer;
	padding: 0 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	position: relative;
	color: #fff;
	font-size: 12px;
}

summary::after {
	content: "›";
	color: var(--muted);
	margin-left: auto;
	transform: rotate(90deg);
	transition: transform 0.2s ease;
}

details[open] summary::after {
	transform: rotate(270deg);
	color: var(--accent);
}

summary.no-arrow::after {
	content: none;
}

.items {
	display: grid;
	gap: 6px;
	padding: 5px 12px;
	background: #7c2529;
	border-top: 1px solid #fff;
}

.item {
	padding: 0px 10px;
	border-radius: 8px;
	color: var(--muted);
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.item:hover {
	background: #1f1f1f;
	color: var(--text);
}

.content {
	padding: 24px;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent);
	display: inline-block;
}

.delete_button {
	padding: 5px !important;
	font-size: 10px !important;
}
.edit_button {
	color: #fff !important;
	padding: 5px !important;
	font-size: 10px !important;
}
.edit_button a {
	color: #fff !important;
}
