@import url("./global.css");

.main_header_div_card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 150px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	color: #262b40;
}

.main_header_div_card i {
	font-size: 50px;
}

.main_header_div_card h4 {
	font-size: 15px;
	font-weight: 900;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (min-width: 600px) and (max-width: 1100px) {
	.main_header_div_card h4 {
		font-size: 16px;
	}
}

.main_header_div_card a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_header_div_card:hover {
	box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.3);
}

.custom_welcome_message {
	min-height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
}

.custom_welcome_message .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	background: transparent;
	border: 0;
	outline: 0;
}

.custom_welcome_message .btn-close:hover {
	background: transparent;
}

.custom_welcome_message .btn-close:hover i {
	color: #ff0000;
}

.custom_welcome_message h4 strong {
	font-weight: bold;
}

.custom_welcome_message h4 {
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

/* Profile Pic */

#profile_pic {
	position: relative;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 50%;
	border-radius: 5px;
}

#profile_pic .profile_pic_edit {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: 1;
	top: 0;
}

#profile_pic .profile_pic_edit input {
	display: none;
}

#profile_pic .profile_pic_edit input + label {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 0;
	border: 1px solid var(--background);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

#profile_pic .profile_pic_edit input + label:hover {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	opacity: 1;
}

#profile_pic .profile_pic_edit input + label:after {
	content: "\f030";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	position: absolute;
	font-size: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#profile_pic .profile_pic_edit input + label:hover::after {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

#profile_pic .profile_pic_preview {
	width: auto;
	height: 300px;
	position: relative;
	border: 6px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

#profile_pic .profile_pic_preview > div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

/* Product Pic */

#product_pic {
	position: relative;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 5px;
}

#product_pic .product_pic_edit {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
}

#product_pic .product_pic_edit input {
	display: none;
}

#product_pic .product_pic_edit input + label {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 0;
	border: 1px solid var(--background);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	border-radius: 5px;
}

#product_pic .product_pic_edit input + label:hover {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	opacity: 1;
}

#product_pic .product_pic_edit input + label:after {
	content: "\f030";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	position: absolute;
	font-size: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#product_pic .product_pic_edit input + label:hover::after {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}

#product_pic .product_pic_preview {
	width: auto;
	height: 300px;
	position: relative;
	border: 6px solid #f8f8f8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

#product_pic .product_pic_preview > div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
}

.product_description_title {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.ck-editor__editable {
	min-height: 300px;
	max-height: 450px;
}

table#details_table.dataTable > tbody > tr.child ul.dtr-details {
	width: 100%;
}

table#details_table.dataTable > tbody > tr.child ul.dtr-details > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

table#details_table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
	background: initial;
}

table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
	outline: none;
}

.user_profile_manage_users {
	width: 100px !important;
	max-width: 100px !important;
	height: 100px !important;
	max-height: 100px !important;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
}

/*#details_table.manage_users tbody td
{
    vertical-align: middle;
}*/

.wrap_text_data {
	white-space: break-spaces !important;
	word-wrap: break-word !important;
	/*word-break: break-all;*/
	hyphens: all !important;
}

#details_table tbody td {
	vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter label {
	white-space: normal;
	text-align: center;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
	padding: 10px;
}

.gst_invoice_main_container .table thead th,
.gst_invoice_main_container .table tfoot th,
.gst_invoice_main_container thead,
.gst_invoice_main_container tbody,
.gst_invoice_main_container tfoot,
.gst_invoice_main_container tr,
.gst_invoice_main_container td,
.gst_invoice_main_container th {
	border-color: #999;
}

.gst_invoice_main_container tbody tr {
	cursor: move;
}

.kv-file-upload.btn.btn-outline-secondary {
	display: none;
}

#generate_uid_confirm_module textarea.form-control,
#admission_confirm_generate_uid,
textarea.form-control {
	min-height: 150px;
}

.testimonial_block_img {
	max-width: 100px !important;
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
}

.status_loader_status {
	display: flex;
	justify-content: center;
	align-items: center;
}

.status_loader_status span.spinner-border {
	margin-right: 10px;
}

.main_registration_login_page {
	background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.3) 0%,
			rgba(0, 0, 0, 0.3) 100%
		),
		url("../../../src/images/login_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main_registration_login_page .container {
	max-width: 700px;
	width: 100%;
}

.profile_pic_image_dashboard img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.profile_pic_image_dropdown {
	object-fit: cover;
	object-position: top;
}

@media print {
	@page {
		margin: 0;
		padding: 0;
	}

	.container,
	.row,
	.mcq_results_main,
	.content {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.mcq_results_main {
		padding: 2cm !important;
	}

	.mcq_questions_div,
	.mcq_options_row,
	.mcq_options_col {
		break-before: always !important;
		break-inside: all !important;
		page-break-inside: all !important;
	}

	header,
	#sidebarMenu,
	aside,
	nav,
	form,
	iframe,
	.menu,
	.hero,
	.adslot,
	.homepage_btn_div {
		display: none !important;
	}

	* {
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
	}
}

.category_img_listed {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.dtr-details {
	width: 100%;
}

.dtr-title {
	margin-right: 20px;
}

.main_header_div_card h4 {
	font-weight: 900;
	font-size: 18px;
}

.main_header_div_card h4 span {
	font-weight: 500;
	font-size: 14px;
	font-family: "Noto-sans", sans-serif;
}

.main_services_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.5rem;
	border: 0.0625rem solid #d1d7e0;
}

.col_row_services {
	width: calc(100% - 60px);
}

.col_main_services {
	width: 100%;
}

.main_remove_serv_btn_div {
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#service_description {
	min-height: 80px;
	height: 100% !important;
}

.col_main_services .form-group {
	height: 100%;
}

.col_main_services .form-control,
.col_main_services .form-select {
	border-radius: 0px;
	resize: none;
}

.col_main_services .form-control:focus {
	border-width: 0.0625rem !important;
}

#service_name {
	border-top-left-radius: 0.5rem;
}

#service_total_amt {
	border-bottom-left-radius: 0.5rem;
}

#place_of_supply_state {
	border-right: 0.0625rem solid #d1d7e0;
}

#client_gst_number {
	color: #000;
}

.gst_invoice_main_container {
	max-width: 95%;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f4f9ff;
	opacity: 1;
}

.service_bill_data_id {
	display: flex;
	justify-content: center;
	align-items: center;
}

.service_bill_data_id .remove_service_bill_btn {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-right: 10px;
	font-size: 16px;
	transition: 0.15s ease-in-out;
}

.service_bill_data_id .remove_service_bill_btn:focus,
.service_bill_data_id .remove_service_bill_btn:hover {
	color: #cc0000;
	transform: translateY(-3px);
	transition: 0.15s ease-in-out;
}

.service_bill_data_id .edit_service_bill_btn {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-right: 10px;
	font-size: 16px;
	transition: 0.15s ease-in-out;
}

.service_bill_data_id .edit_service_bill_btn:focus,
.service_bill_data_id .edit_service_bill_btn:hover {
	color: #0066ff;
	transform: translateY(-3px);
	transition: 0.15s ease-in-out;
}

.swal-overlay {
	z-index: 99999999999999999;
}

.services_details_table_data tr td,
.services_details_table_data tr td span {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.services_details_table_data tr td.new_wrap_cell,
.services_details_table_data tr td {
	position: relative;
}

.services_details_table_data tr .new_wrap_cell td.service_code_field,
.services_details_table_data tr td span.new_wrap_text_data,
.services_details_table_data tr td[contenteditable="true"] * {
	background-color: #fff;
	border: 1px solid #c2c2c2;
	position: absolute;
	padding: 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}

.printing_options_td {
	min-width: 200px;
}

.invoice_type_div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	word-break: break-all;
}

.invoice_type_div label {
	margin: 0;
	padding-left: 10px;
	user-select: none;
}

.print_options_main {
	margin-top: 0;
}

.print_options_main.form-check-input:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

#invoice_data tr.child .share_btns {
	flex-direction: row !important;
	justify-content: unset !important;
	align-items: center !important;
	flex-wrap: wrap !important;
}

#invoice_data tbody > tr.child ul.dtr-details > li {
	display: flex;
	flex-wrap: wrap;
}

#invoice_data tr.child .share_btns button.btn {
	max-width: 150px;
	width: 100% !important;
	margin: 5px !important;
}

table tr td,
table tr th {
	vertical-align: middle;
}

.table tr td {
	padding: 0.75rem 1rem;
}

.old_followups label {
	margin-bottom: 0;
}

#follow_up_data_wrapper > .row:first-child {
	display: none;
}

#calling_details_table_wrapper .dt-buttons {
	width: 100%;
}

textarea.address_area {
	min-height: 100px;
}

#place_of_supply_state.client_state:focus {
	border-color: #566190;
}

.notification_container_main {
	max-height: 500px;
	height: 100%;
	overflow-y: auto;
}

.notification_bell_icon.bell-shake {
	animation: ring 4s 0.7s ease-in-out infinite;
	transform-origin: 50% 4px;
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}

	1% {
		transform: rotate(30deg);
	}

	3% {
		transform: rotate(-28deg);
	}

	5% {
		transform: rotate(34deg);
	}

	7% {
		transform: rotate(-32deg);
	}

	9% {
		transform: rotate(30deg);
	}

	11% {
		transform: rotate(-28deg);
	}

	13% {
		transform: rotate(26deg);
	}

	15% {
		transform: rotate(-24deg);
	}

	17% {
		transform: rotate(22deg);
	}

	19% {
		transform: rotate(-20deg);
	}

	21% {
		transform: rotate(18deg);
	}

	23% {
		transform: rotate(-16deg);
	}

	25% {
		transform: rotate(14deg);
	}

	27% {
		transform: rotate(-12deg);
	}

	29% {
		transform: rotate(10deg);
	}

	31% {
		transform: rotate(-8deg);
	}

	33% {
		transform: rotate(6deg);
	}

	35% {
		transform: rotate(-4deg);
	}

	37% {
		transform: rotate(2deg);
	}

	39% {
		transform: rotate(-1deg);
	}

	41% {
		transform: rotate(1deg);
	}

	43% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(0);
	}
}

#calling_notification_body {
	position: relative;
	z-index: 99999;
}

#calling_notification_panel_button {
	position: fixed;
	bottom: 30px;
	right: 30px;
	/* background: #5A5EB9; */
	background: var(--bs-primary);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	box-shadow: 0px 3px 16px 0px rgba(38, 43, 64, 0.6),
		0 3px 1px -2px rgba(38, 43, 64, 0.2), 0 1px 5px 0 rgba(38, 43, 64, 0.12);
	transition: 0.5s ease-in-out;
}

#calling_notification_panel_button.new_notification::before {
	content: "";
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running
		pulse;
	box-shadow: 0 0 0 0 rgb(38, 43, 64, 0.75);
	-webkit-animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite
		running pulse;
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(230, 10, 10, 0);
	}
}

#calling_notification_panel_button i {
	font-size: 28px;
}

.calling-notification-panel {
	display: none;
	background: #efefef;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 80%;
	height: 100%;
	max-width: 450px;
	max-height: 90vh;
	border-radius: 5px;
	/*   box-shadow: 0px 5px 35px 9px #464a92; */
	box-shadow: 0px 5px 35px 9px rgba(0, 0, 0, 0.15);
}

.calling-notification-toggle {
	float: right;
	margin-right: 15px;
	cursor: pointer;
}

.calling-notification-toggle i {
	font-size: 25px;
}

.calling-notification-header {
	/* background: #5A5EB9; */
	background: var(--bs-primary);
	height: 50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
}

.calling-notification-body {
	position: relative;
	height: calc(100% - 100px);
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: 0;
	overflow-y: auto;
	background: #fff;
}

.calling-notification-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

.calling-notification-body::-webkit-scrollbar {
	width: 5px;
	background-color: #f8f8f8;
}

.calling-notification-body::-webkit-scrollbar-thumb {
	background-color: #999;
}

.calling-notification-footer {
	height: 50px;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9;
	position: relative;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swal-button--confirm {
	background: var(--bs-tertiary);
}

.swal-button--confirm:hover,
.swal-button--confirm:focus,
.swal-button--confirm:active,
.swal-button--confirm:not([disabled]):hover {
	background: var(--bs-green);
}

.no_calls_available_div {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
	padding-top: 30px;
	flex-direction: column;
}

.no_calls_available_div h4 {
	font-weight: bold;
	color: #999;
	font-size: 20px;
	margin-top: 50px;
}

#face_area,
#canvas {
	min-height: 500px;
	width: 100%;
}

#face_area {
	display: none;
}

.main_container_invoice {
	border: 1px solid #000;
	padding: 0;
}

.main_container_invoice hr {
	margin: 0;
	background: #333;
	color: #333;
	height: 1px;
	opacity: 1;
}

.main_container_invoice p,
.main_container_invoice h5,
.main_container_invoice h6 {
	padding: 0px 10px;
	margin-bottom: 0;
}

.border-left-dark {
	border-left: 1px solid #000;
}

.border-right-dark {
	border-right: 1px solid #000;
}

.border-top-dark {
	border-top: 1px solid #000;
}

.border-bottom-dark {
	border-bottom: 1px solid #000;
}

.main_container_invoice h5 {
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 2;
}

.main_container_invoice h5 strong {
	min-width: 150px;
	border-right: 1px solid #000;
}

.main_container_invoice h5 span {
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}

.invoice_data .invoice_col:first-child,
.invoice_data .invoice_col:first-child h5 {
	text-align: center;
	justify-content: center;
}

.invoice_data:not(:last-child) {
	border-bottom: 1px solid #000;
}

.invoice_data .invoice_col:not(:last-child) {
	border-right: 1px solid #000;
}

.invoice_data {
	border-bottom: 1px solid #000;
}

.invoice_data .invoice_col h5,
.main_container_invoice h5 strong {
	font-weight: 700;
}

/* .invoice_data_container {
    min-height: 400px;
} */

.invoice_data .invoice_col.invoice_money_words_col,
.invoice_data .invoice_col.invoice_money_words_col h5 {
	width: calc(50% - 1px);
	justify-content: flex-start;
	text-align: left;
}

.invoice_money_subtotal_col .row:not(:last-child) {
	border-bottom: 1px solid #000;
}

.invoice_money_subtotal_col .row .col-7 {
	display: flex;
	align-items: center;
}

.invoice_money_subtotal_col .row .col-5:first-child {
	border-right: 1px solid #000;
}

.invoice_signature_col {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.signature_panel {
	min-height: 70px;
}

.invoice_child_main_col {
	height: auto;
}

.invoice_data_container .invoice_col {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.dt-buttons.btn-group {
	width: 100%;
}

.main_loading_div {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

table p {
	margin-bottom: 0;
}

.more_staff_main_div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.more_staff_main_div > div {
	min-height: 200px;
	max-width: 300px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 3px px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	z-index: 999999;
}

.more_staff_main_div > div span {
	background: #f8f8f8;
	width: 100%;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 8px;
}

.choices__list.choices__list--dropdown {
	z-index: 99;
}

.more_clients {
	font-size: 12px;
}

.manage_files_card .main-div,
.manage_files_card .main-div a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.manage_files_card .main-div a:before {
	margin: 0 10px 0 5px;
}

.manage_files_card .main-div a:before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 30px;
	height: 30px;
	width: 30px;
	object-fit: contain;
	object-position: center;
	background-image: url(../images/filetypes/others.png);
}

.manage_files_card .main-div a[href$=".docx"]:before {
	background-image: url(../images/filetypes/doc.png);
}

.manage_files_card .main-div a[href$=".pttx"]:before {
	background-image: url(../images/filetypes/ppt.png);
}

.manage_files_card .main-div a[href$=".xlsx"]:before {
	background-image: url(../images/filetypes/xls.png);
}

.manage_files_card .main-div a[href$=".zip"]:before,
.manage_files_card .main-div a[href$=".rar"]:before,
.manage_files_card .main-div a[href$=".gz"]:before,
.manage_files_card .main-div a[href$=".iso"]:before {
	background-image: url(../images/filetypes/zip.png);
}

.manage_files_card .main-div a[href$=".html"]:before {
	background-image: url(../images/filetypes/html.png);
}

.manage_files_card .main-div a[href$=".png"]:before,
.manage_files_card .main-div a[href$=".jpg"]:before,
.manage_files_card .main-div a[href$=".gif"]:before,
.manage_files_card .main-div a[href$=".svg"]:before,
.manage_files_card .main-div a[href$=".webp"]:before {
	background-image: url(../images/filetypes/image.png);
}

.manage_files_card .main-div a[href$=".exe"]:before,
.manage_files_card .main-div a[href$=".cdr"]:before,
.manage_files_card .main-div a[href$=".bat"]:before,
.manage_files_card .main-div a[href$=".ai"]:before {
	background-image: url(../images/filetypes/platform.png);
}

.manage_files_card .main-div a[href$=".txt"]:before {
	background-image: url(../images/filetypes/txt.png);
}

.manage_files_card .main-div a[href$=".sql"]:before {
	background-image: url(../images/filetypes/sql.png);
}

.manage_files_card .main-div a[href$=".csv"]:before {
	background-image: url(../images/filetypes/csv.png);
}

.manage_files_card .main-div a[href$=".json"]:before {
	background-image: url(../images/filetypes/json.png);
}

.manage_files_card .main-div a[href$=".mp3"]:before,
.manage_files_card .main-div a[href$=".wav"]:before,
.manage_files_card .main-div a[href$=".ogg"]:before {
	background-image: url(../images/filetypes/audio.png);
}

.manage_files_card .main-div a[href$=".mp4"]:before,
.manage_files_card .main-div a[href$=".mov"]:before,
.manage_files_card .main-div a[href$=".mpeg4"]:before,
.manage_files_card .main-div a[href$=".mkv"]:before,
.manage_files_card .main-div a[href$=".vdi"]:before {
	background-image: url(../images/filetypes/video.png);
}

.main_profile_photo .img-fluid {
	max-height: 70vh;
	width: 100%;
	object-fit: contain;
}

.main_profile_photo_coords {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: start;
	text-align: center;
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	backdrop-filter: blur(3px);
}
