@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

#myBtn {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #222d32;
	color: white;
	cursor: pointer;
	padding: 5px 11px 11px 11px;
	border-radius: 5px;
	width: 40px;
	height: 40px;
}

#myBtn:hover {
  background-color: #555;
}
#imagePreview {
    width: 100%;
    background-image: none;
    border-radius: 90px;
    height: 100%;
}
@media (min-width: 1650px) {
    .sidebar-menu .sidebar-submenu {
        padding-inline-start: 0.75rem;
    }
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
table.dataTable {
    width: 100% !important;
    margin: 0 auto;
    border-spacing: 0;
    overflow: auto;
}
.forgot-password-bg {
	margin-top: 15%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding:20px;
	border-radius: 15px;
}
@media (max-width: 600px) { 
	.forgot-password-bg {
		margin-top: 5%;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		padding:20px;
		border-radius: 15px;
	}
}
.logo-icon {
	max-width: 2.4375rem !important;
}
.avatar-img-list {
	width: 42px !important;
	height: 42px !important;
}
.text-right {
	text-align: end;
}
.text-left {
	text-align: start;
}
.object-fit-cover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* Example CSS for tooltip */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
.form-control {
	border-radius: 5px;
}

@media (min-width: 1650px) {
    .sidebar-menu li a {
        /* font-size: 14px; */
		text-align:end;

    }
}
@media (min-width: 1650px) {
    .sidebar-menu .sidebar-menu-group-title {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 600;
        color: #8392a5;
    }
}
.sidebar-menu li a i {
    line-height: 1.2;
    width: 24px;
    margin-inline-end: 0.75rem;
    font-size: 16px;
}
body {
    background-color: var(--bg-color);
    color: var(--text-secondary-light);
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 300;
    position: relative;
    line-height: 1.7;
    overflow-x: hidden;
}
.sidebar-menu li > a {
    border-left: 5px solid var(--white);
	border-radius: 0;
}
.sidebar-menu li > a.active-page {
    background: linear-gradient(45deg, #f0252030, transparent);
    color: #f02520;
    text-align: end;
    border-radius: 0;
    border-left: 5px solid #f02520;
}
.sidebar-menu .sidebar-submenu li.active-page a {
    background-color: #fff0;
    color: var(--text-primary-light);
}
.sidebar-menu .sidebar-submenu li.active-page a:hover {
    background: linear-gradient(45deg, #f0252030, transparent);
    color: var(--text-primary-light);
}
.sidebar-menu li a:hover {
    color: #f02520 !important;
    background: #f4433638;
	border-radius: 0;
	border-left: 5px solid #f4433638;
}
.sidebar-menu .sidebar-submenu {
    padding-block-start: 0;
    display: none;
    transition: none;
	padding-left: 0
}
.sidebar-menu li.dropdown.open > a, .sidebar-menu li.dropdown.dropdown-open > a {
    background: linear-gradient(45deg, #f0252030, transparent);
    color: #f02520;
	border-radius: 0;
	border-left: 5px solid #f02520;
}
.sidebar-menu li.dropdown.open > a:hover, .sidebar-menu li.dropdown.dropdown-open > a:hover {
    color: #f02520;
}
.sidebar-menu .sidebar-submenu li a {
    padding: 0.4375rem 1.65rem;
}
.sidebar-menu-area {
    height: calc(100vh - 72px);
    padding: 0;
    overflow-y: auto;
	border-inline-end: 1px solid var(--neutral-200);
}
.dashboard-main.active {
    margin-inline-start: 4.475rem;
}
.sidebar-close-btn {
    background: #ddd;
}
.form-control[type=file] {
    line-height: 2;
    height: 2.75rem;
    padding: 4px 4px 4px 10px;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #fff0 !important;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #d1d5db66 !important;
    border-radius: 5px !important;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
    color: #333 !important;
    font-weight: 500;
}
div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
    display: block;
    overflow: auto;
}
.product-img-list {
	width: 42px;
    height: 42px;
}
.address-head {
    border-bottom: 2px solid #3F51B5;
    background: var(--white);
    padding: 10px;
    border-radius: 0;
	font-size: 16px !important;
}
.address-head h6 {
    position: relative;
    font-size: 20px !important;
}
}
table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
    padding: 8px 10px ! important;
}

.bordered-table thead tr th {
    border-bottom: 1px solid var(--neutral-200) !important;
    color: var(--text-primary-light) !important;
    padding: 16px !important;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0 !important;
}
.bordered-table {
    border-radius: 0 !important;
}


body {
	font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px !important;
	top: 0px !important;
}

.status-card {
	border: 1px solid var(--border-color);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.status-card:hover {
	border: 1px solid var(--border-color);
	box-shadow: none !important;
}

.bordered-table tbody tr td {
    border-right: 1px solid #dddddd4d;
    padding: 7px 20px !important;
}

/* Start Language CSS */
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    display: none;
}
.goog-te-gadget .goog-te-combo {
    border: 1px solid #e9ebf3;
    padding: 4px 4px 0 10px;
    border-radius: 5px;
    background: #f5f6fa;
}
.dashboard-main {
	top: 0px !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none;
}
.goog-te-gadget .goog-te-combo:after {
    content: "\2192";
}
/* End Language CSS */

.choices[data-type*=select-one] .choices__input {
    cursor: text;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #fff0 !important;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}
#imagePreview {
	display: block !important;
}
.mt-35px {
	margin-top: 35px;
}
.sidebar-menu li a {
    font-weight: normal !important;
}
.dt-input {
    text-align: left !important;
}
.form-label {
    color: #8392a5 !important;
    font-weight: normal !important;
}
.messagetempletelist {
	border: 1px solid #e9ebf3;
}


.checkbox {
	border: 1px solid #2196F3;
    padding: 10px;
    margin-right: 15px;
    border-radius: 5px;
}
.dt-input {
	margin-right: 15px;
}
.fix-height {
	height: 645px;
    overflow: auto;
    padding: 20px;
}
.copyButton:hover {
	cursor:pointer;
}
.modal-header {
    display: flex;
    justify-content: space-between;
} 
.close {
    font-size: 30px;
}
.modal-title {
    font-size: 20px !important;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.page-title {
    padding: 20px;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-top: 1px solid var(--neutral-200);
}

/* From Uiverse.io by portseif */ 
.button-white {
  background-color: var(--white);
  border: 1px solid var(--neutral-300);
  border-radius: 0.5rem;
  color: var(--text-primary-light) !important;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 1rem;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.button-white:hover {
  background-color: var(--white);
  color: var(--text-primary-light) !important;
}

.button-white:focus {
  outline: 2px solid rgba(0, 0, 0, 0.1);
  outline-offset: 2px;
}

.button-white:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 600px) {
	.mobile2 {
		width:11.35%;
    }
}
@media only screen and (max-width: 600px) {
	.mobile2 {
        width:46%;
    }
}
.quickaccess {
	display:flex;
	flex-wrap: wrap !important;
}
.quickaccess a {
	margin:5px;
}
.bordered-tab .nav-link {
    width: 100%;
}
.w-20 {
    width: 14.2%;
}
.measurement-input {
	margin-bottom:8px;
	display:flex;
}
.measurement-input label {
	width:100px;
	font-weight:700 !important;
	color:var(--text-primary-light);
}
@media (max-width: 1650px) {
    .measurement-input label {
		width:45px;
		font-size:11px;
	}
}
.measurementbox {
	border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: var(--white);
}
.measurementname {
	font-size: 15px !important;
    margin-top: -24px;
    background: var(--white);
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 5px;
}
.border-grey {
	border: 1px solid #ddd;
	border-radius: 8px;
	background: var(--white);
}
.login-form {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.font-decent {
	font-family:Dancing Script;
}
@media only screen and (min-width: 600px) {
	.dashboard-icon {
		display:none !important;
	}
}
.mic-icon {
	font-size: 24px;
	color: gray;
	cursor: pointer;
	transition: color 0.3s ease;
}

.mic-icon.active {
	color: red;
}
.bordered-tab .nav-link {
    border-bottom: 1px solid #ddd;
}
.bordered-tab .nav-link::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0px;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    background-color: var(--primary-600);
    transition: 0.2s linear;
}
table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  color: var(--text-primary-light);
}
*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    transition: none;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--text-secondary-light);
    background-color: var(--white);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.bill-table tr:first-child {
	background: linear-gradient(45deg, #f0252030, transparent);
}
.form-control:disabled {
    background-color: var(--neutral-50) !important;
    opacity: 1;
}
.form-disabled {
    background-color: var(--neutral-50) !important;
    opacity: 1;
	pointer-events: none;
}
.bill_company_address {
	width: 270px;
}
.back-top:before {
    content: none !important;
}
.back-top i {
    font-size: 25px !important;
}
.steps .icon {
	width:32px;
	margin-right: 30px;
}
.steps {
	display: flex;
    padding: 10px;
    border: 1px solid #dddddd61;
    margin-bottom: 13px;
    border-radius: 7px;
}
.steps .content p {
	padding:0px;
}

.slider-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.slide {
  min-width: 100%;
  transition: opacity 1s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.slide.active {
  opacity: 1;
  position: relative;
}

.slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 500px;
}
.slideprev, .slidenext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.slidenext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slideprev {
  left: 0;
}
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.indicator-container {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator.active {
    background-color: #717171;
	width: 45px;
    height: 10px;
    border-radius: 5px;
}

.indicator:hover {
    background-color: #555;
}

.sidebar-box div {
	background: linear-gradient(180deg, black 5%, transparent);
	border-radius: 5px;
}
.sidebar-box .content {
	padding: 27px;
    height: 240px;
}
.sidebar-box .content button {
    margin-top: 95px;
}
.sidebar-box .content h5 {
    color: white;
}

.sidebar-box2 div {
	background: linear-gradient(90deg, black 1%, transparent 50%) !important;
	border-radius: 5px !important;
}
.sidebar-box2 .content {
	padding: 27px !important;
    height: 240px !important;
}
.sidebar-box2 .content button {
    margin-top: 95px !important;
}
.sidebar-box2 .content h5 {
    color: white !important;
}
.product-slide {
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    margin-right: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-slide-content {
	padding:15px;
}
.product-slide .img img {
    width: 100%;
    height: 230px;
}
.product-slide p {
	padding:0px;
	margin:0px;
}
.category-img {
	text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.category-img img {
	width: 72px;
    height: 72px;
    border-radius: 90px;
	margin-bottom: 10px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.category-img a {
	 display: block;
}
.navbar {
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 0px solid rgba(0, 0, 0, 0.05);
    outline-offset: -2px;
}

@media only screen and (max-width: 600px) {
	.mobile-scroll .w-20 {
        width:25%;
		margin-bottom:10px;
    }
}
.input-group-text {
    padding: 0.135rem .75rem !important;
	
}

.bordered-tab .nav-link.active {
    border-top: 1px solid var(--primary-600);
    background: linear-gradient(180deg, rgba(72, 127, 255, 0.12) 0%, rgba(72, 127, 255, 0.03) 100%);
	border-bottom: 0;
}
.short_count {
	font-size:20px;
	font-weight:700;
}
@media only screen and (max-width: 600px) {
	.bill-responsive {
		width: 100%;
		max-width: 1000px;
		overflow-x: auto;
	}

	.bill-table {
		width: 1000px;
	}
	.w-ms-100 {
		 width:100% !important;
	}
}
.chat-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.chat-header {
    padding: 20px;
    text-align: center;
    background-color: #0a474c;
    color: white;
    font-size: 1.5em;
    font-weight: 500;
	border-top: 1px solid #dddddd54;
}

.chat-header h2 {
    font-size: 16px !important;
    margin: 0;
	color: white;
}

.chat-box {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f1ebd9;
    background-image: url(../img/chatimg.svg);
}

.chat_message {
    margin: 5px 0;
    padding: 15px;
    border-radius: 20px;
    font-size: 14px;
    max-width: 75%;
    line-height: 1.6;
    position: relative;
    word-wrap: break-word;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.user-message {
    align-self: flex-end;
    background-color: #0a474c;
    color: white;
	border-radius: 8px 0 8px 8px;
}
.time {
	align-self: flex-end;
    color: #0a474c;
    font-size: 12px;
    margin-top: -10px;
}

.user-message::before {
    content: "";
    position: absolute;
    right: -8px;
    top: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: #0a474c transparent transparent transparent;
}

.other-message {
    align-self: flex-start;
    background-color: #f1f1f1;
    color: black;
}

.other-message::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 10px;
    border-width: 8px;
    border-style: solid;
    border-color: #f1f1f1 transparent transparent transparent;
}
.chat-box::-webkit-scrollbar {
    width: 6px;
}

.chat-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.chat-box::-webkit-scrollbar-thumb {
    background: #b4b9c1;
    border-radius: 10px;
}

.chat-box::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.offcanvas-header {
	background-color: #0a474c;
}