body {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	line-height: 16px;
	font-weight: 400;
	color: #212121;
	overflow-x: hidden !important;
	overflow-y: auto;
}
.page-wrapper {
	background-color: #f3f6f9;
}

::-moz-selection {
	background-color: #3c2212;
	color: #fff;
}

::selection {
	background-color: #3c2212;
	color: #fff;
}

.wrapper {
	position: relative;
	margin: 0 auto;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	outline: none !important;
	text-decoration: none !important;
}

img {
	max-width: 100%;
}

::placeholder,
input.mapboxgl-ctrl-geocoder--input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #212121 !important;
	font-weight: 500;
	font-size: 16px;
}

::-ms-input-placeholder,
input.mapboxgl-ctrl-geocoder--input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #212121;
	font-weight: 500;
	font-size: 16px;
}

a[href^="tel"] {
	color: inherit;
}

.form-control:focus,
.btn-check:focus + .btn,
.btn:focus,
.form-select:focus {
	box-shadow: none;
	background-color: #f3f6f9;
}

button:focus {
	outline: 0;
}

::-webkit-scrollbar {
	width: 6px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	background: #05707b;
	border-radius: 10px;
}

/* Dashboard CSS */
.header-wrapper {
	background-image: url("../images/bg-header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 177px;
}
.upper-header-wrap {
	border: 1px solid #ffffff21;
}
.upper-header {
	padding: 20px 0;
}
.menu-link {
    color: #ffffff;
    font-size: 16px;
}
.dropdown-toggle {
	padding: 0;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown.profile-dropdown span {
	color: #ffffff;
	background-color: rgb(255 255 255 / 30%);
	padding: 9px 5px;
	font-size: 20px;
	line-height: 30px;
	border-radius: 4px;
	font-weight: 400;
	text-transform: uppercase;
}
.dropdown .dropdown-menu:before {
    display: none;
}
.dropdown-menu[data-bs-popper] {
	z-index: 9999;
}
.dropdown-menu {
	padding: 0px;
	border-radius: 12px;
	overflow: hidden;
}
.dropdown-item {
	padding: 10px 20px;
}
.lower-header {
	padding: 18px 0;
}
.breadcrumb-container nav span {
	padding-right: 10px;
}
.breadcrumb-container h4 {
	font-size: 22px;
	line-height: 33px;
	font-weight: 500;
	color: #ffffff;
}
.breadcrumb-container .breadcrumb-item,
.breadcrumb-container .breadcrumb-item a {
	position: relative;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #b5b5c3;
}
.breadcrumb-container .breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item {
	padding: 0 10px;
}
.breadcrumb-container .breadcrumb-item a,
.breadcrumb-container .breadcrumb-item a:hover {
	color: #b5b5c3;
}

.breadcrumb-item::before {
	content: "" !important;
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	left: 0px;
	top: 7px;
	background-color: #b5b5c3;
}
.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 0;
}
.card-header {
    border-radius: 1rem 1rem 0 0;
}
.btn-container {
	gap: 10px;
}
.btn-container .btn {
	padding: 10px 26px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.btn-transparent {
	background-color: rgb(255 255 255 / 30%);
	color: #ffffff;
}
.btn-white {
	background-color: #ffffff;
	color: #80808f;
}
.inner-wrapper {
    margin-top: 40px;
}
.card-header h6 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.form-wrapper {
	flex: 1;
	/* max-width: 710px; */
}
.form-wrapper h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 30px;
}
.half-width {
	display: flex;
	gap: 30px;
}
.half-width > div {
	flex: 1;
}
.form-group {
	margin-bottom: 25px;
}
.form-group label {
	color: #464e5f;
	padding-bottom: 5px;
}
.place-below {
	font-size: 12px;
	line-height: 18px;
	color: #b5b5c3;
	padding-top: 5px;
}
.form-control,
.form-select {
	background-color: #f3f6f9;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
	border: 0;
}
.icon-bg,
.action-bg {
	height: 50px;
	width: 50px;
	border-radius: 6px;
	background-color: #f3f6f9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.actions > div {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}
.action-bg {
	height: 32px;
	width: 32px;
}
.company-name > div {
	gap: 10px;
}
.dashboard-header {
	height: 212px;
}
.table-wrapper {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 12px;
}
.table-header {
	margin-bottom: 15px;
}
.table-header h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}
.table-header p {
	padding-top: 10px;
}
.user-table {
	width: 100%;
}
.user-table td {
	padding: 15px 0;
}
.user-table tr td:not(:first-child) {
	text-align: center;
}
.user-table tr td:last-child {
	text-align: right;
}

.user-table h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #464e5f;
}
.user-table p,
.table-header p {
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #b5b5c3;
}
.company-name {
	width: 40%;
}
.company-name p strong {
	color: #464e5f;
}
.payment {
	width: 15%;
}
.language {
	width: 15%;
}
.status {
	width: 15%;
}
.status p {
	font-size: 11px;
	line-height: 16px;
	font-weight: 500;
	border-radius: 6px;
	padding: 3px 10px;
	display: inline-block;
}
.actions {
	width: 15%;
}
.box-wrapper {
	display: flex;
	gap: 50px;
	margin: -70px 0 40px;
	justify-content: space-between;
}
.box {
	max-width: 270px;
	width: 270px;
	height: 170px;
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 12px;
}
.box-text h5 {
	font-size: 25px;
	line-height: 38px;
	color: #464e5f;
}
.box-text p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #b5b5c3;
}
.blue-box {
	background-color: #3699ff;
}
.red-box {
	background-color: #f64e60;
}
.black-box {
	background-color: #212121;
}
.blue-box h5,
.red-box h5,
.black-box h5,
.blue-box p,
.red-box p,
.black-box p {
	color: #ffffff;
}
.create-button {
	height: 34px;
	width: 53px;
	border-radius: 6px;
	display: inline-block;
	background-color: #464e5f;
	line-height: 34px;
	text-align: center;
}
.text-warning {
	background-color: #fff4de;
}
.text-success {
	background-color: #c9f7f5;
}
.text-danger {
	background-color: #ffe2e5;
}
.text-purple {
	color: #8950fc !important;
	background-color: #eee5ff;
}
.flex-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	justify-content: space-between;
	margin: 50px 0;
	position: relative;
}
.profile-wrapper {
	box-shadow: 3px 3px 15px 10px #0000000d;
	border-radius: 15px;
	position: sticky;
	top: 40px;
	right: 0;
	margin: 0 15px;
}
.userName {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	color: #25283b;
}
.bg-profile {
	background-image: url(../images/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 180px;
	border-radius: 15px 15px 0 0;
}
.profile-box {
	padding: 0 50px 50px;
	text-align: center;
}
.profile-image {
	height: 160px;
	width: 160px;
	border-radius: 50%;
	margin: -65px auto 30px;
	overflow: hidden;
}
.profile-image img {
	max-width: 100%;
}

.profile-image-view {
	height: 120px;
	width: 160px;
	/**border-radius: 50%;**/
	overflow: hidden;
}
.profile-image-view img {
	max-width: 100%;
}

.upload-image-grid,
.gallery-image-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	justify-items: center;
}
.upload-item img,
.gallery-image-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.gallery-image-grid {
	gap: 15px;
}
.gallery-image-grid a {
	border: 0;
}
.qr-box {
    padding: 20px;
    max-width: 240px;
    margin: 20px auto 0;
    box-shadow: 3px 3px 15px 10px #0000000D;
    border-radius: 12px;
}
.qr-box img {
    max-width: 100%;
}



/** 

.gallery-item {
    position: relative;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    width: 150px;
    height: 150px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

**/

.delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.delete-icon:hover {
    opacity: 1;
}

.scrollit {
    overflow:scroll;
    height:100px;
}

.BtNdownload, .BtNdownload:focus {
    background-color: #252535d4;
    color: white;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.09),inset 0 1px 0 rgba(255,255,255,.04), 0 0 1px rgba(0,0,0,.3), 0 0 10px rgba(0,0,0,.1);
	border-radius: 100px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 5px;
}