 :root {
	--white: #fff;
	--light-gray: #DBDBDB;
	--gray: #969696;
	--gray-dark: #5F5F5F;
	--primary: #3276FD;
	--secondary: #858796;
	--success: #34A853;
	--info: #A0C0FF;
	--warning: #f6c23e;
	--danger: #FF0000;
	--danger-light: #FC4242;
	--light: #F6F9FF;
	--dark: #1D1D1D;
	--form-border-color: #F6F9FF; 
	--bg-light: #F6F9FF;
	--bg-color:#FFF;
	--bg-dark:#FAFBFC;
	--table-border: #F5F5F5;
	--light-primary: #FFD5B8;
	--border-color: #DBDBDB;
	--purple: #9B2B8B;
	--darkblue: #2B449B;

	--btn-border-radius: 1.875rem;
	--light-radius : 0.725rem;
	--medium-radius :.975rem;
	--radius : 2rem;


}


*,
::after,
::before {
	box-sizing: border-box
}
html {
	font-family: "K2D", sans-serif !important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {font-family: "K2D", sans-serif !important;background: var(--bg-color); }

hr {background:var(--primary);}

h1, h2, h3, h4, h5, h6 { font-weight: 400 !important;color: var(--dark) }

h2 { font-size: 2.175rem !important;}

h3{ font-size: 1.975rem !important; }

h4{ font-size: 1.675rem !important; }

h5{ font-size: 1.275rem !important; }

h6{ font-size: 1.075rem !important; }

p { margin-top: 0;margin-bottom: 0.9375rem;font-size: 0.9375rem;font-weight: 400;line-height: 1.3 !important; }

a { color: var(--primary) !important;text-decoration: none !important; }

.primary { color: var(--primary) !important; }

.gray { color: var(--gray-dark) !important; }

.small, small {font-size: .795em !important; }


/* textarea.form-control {
	border: 1px solid var(--form-border-color) !important;                                                                                                  ;
    border-radius: 8px !important;
} */
/* input.form-control {
    border: 1px solid var(--form-border-color) !important;
    height: 50px !important;                                                                                                   ;
    border-radius: 8px !important;
} */
/* select.form-select {
    border: 1px solid var(--form-border-color) !important;
    height: 50px;
    border-radius: 8px !important;
} */

.btn {
	height: 50px;
}
button:focus-visible {
	outline: none !important;
}
.btn-primary {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
	border-radius: var(--btn-border-radius) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	font-size: 1rem !important;
}
.btn-danger{
    background-color: var(--danger) !important;
    color: var(--white) !important;
    border-color: var(--danger) !important;
	border-radius: var(--btn-border-radius) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	font-size: 1rem !important;
}
.btn-danger:hover{
	background-color: var(--danger-light) !important;
}
.btn-outline-secondary:hover{
	background-color: var(--white) !important;
	color: var(--primary) !important;
	border: 1px solid var(--primary) !important;
}
.btn-white{
    background-color: var(--white) !important;
    color: var(--primary) !important;
    border-color: var(--white) !important;
	border-radius: var(--btn-border-radius) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	font-size: 1rem !important;
}
.btn-outline-primary {
	border-color: var(--primary) !important;
	color: var(--primary) !important;
	border-radius: var(--btn-border-radius) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	font-size: 1rem !important;
}
.btn-primary:hover{
	background: #4684ff !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
}
.btn-outline-primary:hover {
	background: var(--bg-light) !important;
	border-color: var(--primary) !important;
	color: var(--primary);
}
.btn.btn-outline-light {
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.close-btn{
	background: none !important;
	box-shadow: none !important;
	border: none  !important;
	color: var(--gray) !important;
	display: flex;
	align-items: center;
	padding: 5px;
}
.close-btn:hover{
	background: var(--light-gray) !important;
	box-shadow: none !important;
	border: none  !important;
	color: var(--dark) !important;
	border-radius: var(--radius);
}
.invoiceDetails_Info .btn-outline-primary:hover{
	border: 1px solid var(--primary) !important;
	background: var(--bg-light) !important;
	color: var(--primary) !important;
}
a.btn.btn-outline-light.banner-btn:hover {
    color: var(--primary) !important;
}
.navbar-nav.sidebar.toggled .inviteBody{
	height: 50px;
}
.navbar-nav.sidebar.toggled .inviteBody h6,.navbar-nav.sidebar.toggled .inviteBody small{
	display: none;
}
.navbar-nav.sidebar.toggled .inviteBody .material-symbols-outlined {
	font-size: 1.75rem !important;
	margin-bottom: .475rem;
}
.navbar-nav.sidebar.toggled .inviteBody{
	background-image: none !important;
	color: var(--primary) !important;
}

.navbar-nav .main_logo{
	display: block;
}
.navbar-nav .res_logo{
	display: none;
}
.navbar-nav.sidebar.toggled .main_logo{
	display: none;
}
.navbar-nav.sidebar.toggled .res_logo {
	display: block;
	height: 46px;
}
ul.sort-btn-group {
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    /* border: 1px solid var(--light-gray); */
	border-radius: 8px;
	overflow: hidden;
	flex-wrap: wrap;
}
/* ul.sort-btn-group li {
    border-right: 1px solid var(--light-gray);
} */
ul.sort-btn-group .btn {
    display: flex;
    align-items: center;
    min-width: 85px;
    justify-content: center;
    font-size: 1rem;
	border-radius: 0;
	color: var(--gray) !important;
	border: none;
}
ul.sort-btn-group a.btn.active {
    border-bottom: 1px solid var(--primary) !important;
    color: var(--primary) !important;
}
.form-label {
    margin-bottom: .5rem;
    font-size: 1rem;
    color: var(--dark);
    font-weight: 300;
}
.form-control:focus {
    color: var(--gray-dark);
    background-color: var(--white);
    border-color: var(--form-border-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(248,116,22,.25) !important;
}
.input-group.icon-form-rgt input.form-control {
    border-radius: 8px 0 0 8px !important;
	border-right: 0 !important;
}
.input-group.icon-form-lft input.form-control {
    border-radius: 0 8px 8px 0 !important;
	border-left: 0 !important;
}
span.input-group-text {
    background: none;
    border: 1px solid var(--form-border-color);
    border-radius: 8px;
}
.success {
	color: var(--success) !important;
}
.reject {
	color: var(--danger) !important;
}
.addbtn{
	background: none;
	box-shadow: none;
	border: none;
	color: var(--primary) !important;
}

.notification-sec .dropdown-menu.show{
	height: 240px;
  	overflow-y: scroll;
}

.iconbox span{

	position: absolute;
	top: 5px;
	right: 0px;
	color: var(--gray) !important;
}
.desptnremove{
	display: flex;
	justify-content: end;
	gap: 10px;
	color: var(--danger) !important;
}

/* switch-button */

.switch {
	--_size: var(--size, 2.475rem);
	--_padding: var(--padding, 0.2rem);
	--on-color: #A0C0FF;
	--off-color: #3276FD;
	--bg-color: #F0EFEF;
	--block-size: calc(var(--_size) / 1.7);
  
	input {
	  inline-size: 0;
	  block-size: 0;
	  display: none;
	}
  
	> label {
	  inline-size: var(--_size);
	  block-size: var(--block-size);
	  cursor: pointer;
	  text-indent: -9999px;
	  background-color: var(--bg-color);
	  display: block;
	  border-radius: 100px;
	  position: relative;
	}
  
	label:after {
	  inline-size: calc(var(--block-size) - (var(--_padding) * 2));
	  block-size: calc(var(--block-size) - (var(--_padding) * 2));
	  content: '';
	  position: absolute;
	  inset-block-start: var(--_padding);
	  inset-inline-start: var(--_padding);
	  background: var(--off-color);
	  border-radius: 50rem;
	  transition: 0.3s;
	}
  
	input:checked + label {
	  background-color: var(--on-color);
	}
  
	input:checked + label:after {
	  left: calc(100% - var(--_padding));
	  transform: translateX(-100%);
	}
  }

/* switch-button */



.wrapper {
	display: flex;
	height: 100vh;
}
.wrapper .content-wrapper {
	background-color: var(--light);
	width: 100%;
	/* overflow-x: hidden */
}
.wrapper .content-wrapper .content {
    flex: 1 0 auto;
    padding-left: 17rem;
    background: var(--bg-dark);
}
body.sidebar-toggled .wrapper .content-wrapper .content {
	padding-left: 6.875rem;
}
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: var(--white) !important;
    background: var(--primary);
    line-height: 46px;
	
	
}

.scroll-to-top:focus,
.scroll-to-top:hover {
	color: var(--white);
}

.scroll-to-top:hover {
	background: #5a5c69
}

.scroll-to-top i {
	font-weight: 800
}


@-webkit-keyframes growIn {
	0% {
		transform: scale(.9);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

@keyframes growIn {
	0% {
		transform: scale(.9);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1
	}
}

.animated--grow-in,
.sidebar .nav-item .collapse {
	-webkit-animation-name: growIn;
	animation-name: growIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
	animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.animated--fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-timing-function: opacity cubic-bezier(0, 1, .4, 1);
	animation-timing-function: opacity cubic-bezier(0, 1, .4, 1)
}


.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
	position: relative
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
	position: absolute;
	transform: scale(.7);
	transform-origin: top right;
	right: .25rem;
	margin-top: -.25rem
}

.topbar {
	height: 5.5rem;
	position: fixed !important;
	width: -webkit-fill-available;
	z-index: 9;
	display: flex !important;
	justify-content: space-between !important;
	padding: 10px 40px !important;
	background: var(--bg-color);
	width: -moz-available;
	border-bottom: 1px solid var(--light-gray);
}

.topbar .navbar-search {
	width: 25rem
}

.sidebar {
    /* width: 6.5rem; */
    min-height: 100vh;
    position: fixed;
    z-index: 99;
    background: var(--white);
	border-right: 1px solid var(--light-gray);
}
.sidebar ul {
    padding-left: 1.275rem;
	list-style: none;
}
.sidebar .nav-item {
	position: relative;
	list-style: none;
}
.sidebar li a.nav-link {
    display: flex;
    align-items: center;
	color: var(--gray-dark) !important;
}

.sidebar .side-nav-item.active{
	border-left: 2px solid var(--primary);
	background: linear-gradient(to right, rgba(219, 231, 255, 0.82), rgba(46, 107, 227, 0));
}

.sidebar li a.nav-link:hover {
    color: var(--primary) !important;
}
.sidebar .side-nav-item.active a.nav-link, .sidebar .side-nav-item.active .menu-accordion-sub-menu .side-nav-item.active a.nav-link{
    color: var(--primary) !important;
}
.sidebar .side-nav-item.active .menu-accordion-sub-menu a.nav-link {
    color: var(--gray) !important;
}
.sidebar li a.nav-link p {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 10px;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar a.nav-link.accordion-button p {
	width: auto;
}
.sidebar .accordion-button::after {
	width: 1rem;
	height: 1rem;
	background-size: 1rem;
}
.sidebar li a.nav-link span {
    width: 24px;
    height: 24px;
}
.sidebar .nav-item:last-child {
	margin-bottom: 1rem
}

.sidebar .nav-item .nav-link {
	/* text-align: center; */
	padding: .75rem 1rem;
}
.sidebar .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none !important;
}
.sidebar .accordion-button:not(.collapsed) {
	background-color: #fff;
	box-shadow: none;
}
.sidebar .nav-item .collapse .collapse-inner {
	border-radius: .35rem;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15)
}

.sidebar .nav-item .collapsing {
	display: none;
	transition: none
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
	padding: .5rem 0;
	min-width: 10rem;
	font-size: .85rem;
	margin: 0 0 1rem 0
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
	margin: 0;
	white-space: nowrap;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	font-weight: 800;
	font-size: .65rem;
	color: #b7b9cc
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
	padding: .5rem 1rem;
	margin: 0 .5rem;
	display: block;
	color: #3a3b45;
	text-decoration: none;
	border-radius: .35rem;
	white-space: nowrap
}

.sidebar.toggled {
	width: 0 !important;
	overflow: hidden
}
.sidebar.toggled .sidebar-card {
	display: none
}

.inviteBody .material-symbols-outlined{
	font-size: 1.975rem !important;
	margin-bottom: .475rem;
}

.inviteBody{
	background-image: url(../img/inviteBg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 125px;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	color: var(--white);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inviteBody h6{
	color: var(--white) !important;
	margin-bottom: 0px;
}

.page {
    padding: 110px 15px 0 15px;
	margin-bottom: 50px;
}
ul.top-search {
    list-style: none;
    display: flex;
    justify-content: end;
	padding: 0px;
	margin: 0px;
}
ul.menu-accordion-sub-menu {
    padding-left: 0;
    margin: 0 15px 0 10px;
	background: var(--bg-light);
	border-radius: 10px;
}
form.navbar-search .input-group {
    background: var(--white);
    /* border: 1px solid var(--border-color) !important; */
    border-radius: 8px;
	flex-wrap: nowrap;
}
form.navbar-search .input-group input.form-control {
	border: none !important;
	padding-left: 0;
}
form.navbar-search input {
    width: 250px !important;
}
.customDropdown button{
	border-bottom: 1px solid var(--primary);
	
}
.customDropdown .dropdown-toggle{
	padding: 0.370rem 0rem !important;
	background: var(--white) !important;
	box-shadow: none !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid var(--info);
	display: flex;
	justify-content: end;
}
.customDropdown .material-symbols-outlined{
	color: var(--gray) !important;
}
.form-group {
    position: relative;
    margin-bottom: 1.875rem !important;
}
.floating-label label {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
    transition: 0.2s ease all;
	
}

.floating-label input:focus + label,
.floating-label textarea:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 0px;
  font-size: 0.785em !important;
  color: var(--primary);
}
.customDropdown .dropdown-toggle::after{
	display: none !important;
}

.dropdown-item:hover, .dropdown-item:focus{
	background-color: var(--white) !important;
}
.customerInfo{
	background: var(--bg-light);
	padding: 15px;
	border-radius: 10px;
}
.customDropdown .dropdown-menu{
	max-height: 400px;
  	overflow: auto;
}
.customerInfo p{
	color: var(--gray) !important;
	margin-bottom: 0px;
}

.QuantityDropdown .nav-link.active{
	border-bottom: 1px solid var(--primary) !important ;
	border-color: var(--primary) !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

/* .QuantityDropdown .nav-tabs .nav-link:hover{
	background: var(--bg-light);
	border: none !important;
} */


 .dropdown.customDropdown .input-group{
	border: 1px solid var(--primary) !important;
	border-radius: var(--radius);
	overflow: hidden;

} 
.dropdown.customDropdown button i{
	color: var(--primary) !important;
}

nav .dropdown-menu {
	animation: 0.5s slideup;
  }
  
  @keyframes slideup {
	from {
	  transform: translateY(10%);
	}
  
	to {
	  transform: translateY(0);
	}
  }
  .btn-group.notification-sec .dropdown-toggle::after {
    display: none;
}
.btn-group.notification-sec a.btn.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    /* border: 1px solid var(--border-color); */
    border-radius: 8px;
	color: #727272 !important;
}
.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end {
    min-width: 575px;
}
.btn-group.notification-sec .dropdown-menu-end[data-bs-popper] {
	right: -267px;
	left: auto;
}
.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end li {
	border-bottom: 1px solid var(--form-border-color);
}
.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end h5 {
    font-size: 1rem;
    margin-bottom: 0;
}
a.clear-all {
    font-size: 0.8125rem;
	color: var(--gray) !important;
}
li.notfctn-lst img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
li.notfctn-lst h6 {
    font-size: 0.995rem !important;
    margin-bottom: 5px;
	font-weight: 500 !important;
	color: var(--dark);
}
li.notfctn-lst p {
    font-size: 0.825rem;
	margin-bottom: 0;
	color: var(--gray-dark);
}
li.notfctn-lst .time {
    font-size: 11px !important;
	margin-bottom: 0 !important;
	color: var(--gray) !important;
}
li.notfctn-lst i{
	color: var(--gray);
}
li.notfctn-lst span{
	color: var(--primary) !important;
}

span.online-indctn {
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 50%;
    margin-right: 5px;
}
.profie-btn {
    display: flex;
    align-items: center;
}
.profie-btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary);
}
.pfl-drpup {
    margin-left: 10px;
    text-align: left;
}
.profie-btn h5 {
    color: var(--dark);
    font-size: 1rem;
	margin-bottom: 0;
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.profie-btn span {
	color: var(--gray);
	font-size: 0.875rem;
	display: block;
}
.btn-group.header-profile{
	vertical-align: unset !important;
  }
.btn-group.header-profile .dropdown-toggle::after {
    display: none;
}
.btn-group.header-profile a.nav-link {
    color: var(--dark) !important;
}
.btn-group.header-profile a.nav-link:hover {
	background: var(--bg-light);
	color: var(--primary) !important;
}
a.sidebar-logo {
    padding: 1.775rem 1.275rem;
    display: flex;
    margin-bottom: 20px;
}
a.sidebar-logo img {
    height: 50px;
}
.sidebar > div:nth-child(2){
	padding: 1.775rem 1.275rem;
}
.navbar-nav.sidebar.toggled .nav-item a.nav-link p , .navbar-nav.sidebar.toggled .side-nav-item a.nav-link p  {
    display: none !important;
}
.navbar-nav.sidebar.toggled .nav-item .profie-btn img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.navbar-nav.sidebar.toggled .nav-item .pfl-drpup {
    display: none !important;
}
.navbar-nav.sidebar.toggled .nav-item a.nav-link {
	justify-content: center;
}
/* .navbar-nav.sidebar.toggled a.sidebar-logo img {
    height: 70px;
} */
.btn-group.search-drpdwn ul.dropdown-menu.dropdown-menu-end {
    background: none;
    padding: 0;
    border: none;
}
.form-control:focus {
	box-shadow: none !important;
}
.btn-link {
    font-weight: 400;
    color: var(--primary) !important;
    text-decoration: underline;
    font-size: 25px !important;
}
.btn-check:focus+.btn, .btn:focus {
	box-shadow: none !important;
}
.card {
	border: 1px solid var(--border-color) !important;
	border-radius: 20px !important;
}


@media (min-width:768px) {
	.sidebar {
		width: 17rem !important;
		transition: all .25s ease-in;
		overflow: hidden;
	}
	.sidebar .nav-item .collapse {
		position: relative;
		left: 0;
		z-index: 1;
		top: 0;
		-webkit-animation: none;
		animation: none
	}
	.sidebar .nav-link {
		display: block;
		width: auto;
		text-align: left;
		padding: .875rem 1rem;
		margin-right: 1rem;
		border-radius: 10px;
	}
	/* li.toggle-item a.nav-link {
		background: #F5F5F5;
	} */
	
	.sidebar.toggled {
		overflow: visible;
		width: 6.5rem !important;
		transition: all .25s ease-in;
	}

	.floating-label label {
		font-size: 1.125rem !important;
	  }
	 

	  ::placeholder{
		color: var(--gray) !important;
		font-size:  1.125rem !important;
	}
	

	 
	
 }


 /* login-section */

section.login-pg {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.login-img-txt h3 {
    font-size: 1.875rem !important;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
	max-width: 460px;
}
.login-img-txt p {
    font-size: 1.25rem;
    color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}
.login-form {
    /* min-height: 800px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.login-form button {
	width: 100%;
}
/* .login-form p {
	color: var(--gray);
} */


/*----- 24/07/2024 ----- */

.login-lft-sec {
    background: url(../img/loginBg.jpg) no-repeat;
    width: 100%;
	overflow: hidden;
  	background-size: contain;
	padding: 30px;
	min-height: 100vh;
}


.login-pg .btn{
	border-radius: 30px !important;
	font-size: 1.275rem !important;
	padding: 1.675rem 0rem !important;
}

.login-pg  h1{
	font-weight: 400 !important;
	font-size: 1.975rem
}
.loginText{
	margin-bottom: 30px;
}
.login-pg p,.loginInner{
	color: var(--gray-dark) !important;
}
.loginInner p,.loginInner a{
	font-size: 1.075rem !important;
}

.loginInner p{
	color: var(--gray) !important;
	line-height: 1.675rem !important;
}
.orSection p{
	color: var(--gray) !important;
}

.login-pg .btn{
	font-size: 1.125rem !important;
	font-weight: 300;
	padding: 1.775rem 0rem !important;
}

.submitBtnAlign{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.loginInner .btn-outline-secondary{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--light-gray);
	color: var(--gray) !important;
}
.loginInner .btn-outline-secondary:hover{
	color: var(--primary) !important;
}
.orSection{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 30px 0px;
	flex-grow: 1;
}
.selectBlocker{
	display: flex;
	gap: 20px;
}
 .form-control,.form-select{
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 1px solid var(--info) !important;
	border-radius: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.orSection span{
	border: 0;
	height: 0;
	border-top: 1px solid var(--light-gray);
	flex-grow: inherit;
}
.login-img-txt{
	display: flex;
	justify-content: space-between;
}
p.stripe-info{
	font-size: 1rem  !important;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    background: transparent;
}




.loaderGif{
	height: 200px !important;
}
.modal-content{
	border-radius: var(--radius) !important;
}
.modal-body {
	padding: 1.3rem !important;
}
.modal-body p{
	color: var(--gray-dark) !important;
}

.dashboardTop > div:nth-child(1) .card{
	background: url('../img/pendingpay.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.dashboardTop > div:nth-child(2) .card{
	background-image: url(../img/invoicesbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.dashboardTop > div:nth-child(3) .card{
	background-image: url(../img/totalcustomersbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.card-body.dash-counts{
	padding: 25px !important;
}
.btnAlignBox{
	display: flex;
  	gap: 10px;
}

.pagination{
	justify-content: end;
	margin-bottom: 0px !important;
	gap: 5px;
}
.pagination .page-link{
	border-radius: 50%;
	font-size: 14px !important;
	font-size: 12px !important;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination .page-item.active a{
	color: var(--white) !important;
}

.page-item:first-child .page-link,.page-item:last-child .page-link{
	border-radius: 50% !important;
	font-size: 14px !important;
	font-size: 12px !important;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-search i{
	color: var(--gray) !important;
	font-size: 1rem !important;
}

.card-body {
	padding: 1.3rem 1.3rem !important;
  }

.list-table td .badge.badge-danger{
	background: var(--danger-light) !important;
	color: var(--white) !important;
	border-radius: 30px;
	font-size: .875rem !important;
	padding: 8px 15px !important;
	cursor: pointer;
}

.otp-input input{
	text-align: center;
}

.invoice-container{
	background: var(--light-gray);
	padding: 20px;
}
.invoice-container h3{
	font-weight: 500 !important;
	font-size: 1.675rem !important;
}

.linksInner{
	background: var(--bg-light);
	padding: 15px;
}
.modal-body .share-options > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.linksOptions{
	border-bottom: 1px solid var(--light-gray);
	padding: 20px 0px;
}
.linksOptions p{
	margin: 0px;
}
.share-options .material-symbols-outlined,.linksOptions i {
	color: var(--primary);
	font-size: 1.375rem !important;
}
.invoice-table td a{
	color: var(--dark) !important;
}
.invoiceDetails-container {
	border-radius: 14px !important;
}

.newUserBody {
	 justify-content: center;
	 align-items: center;
	 text-align: center;
}
.newUserBody h6{
	color: var(--gray-dark) !important;
}

.newdashboardTop > div:nth-child(1) .card{
	background: url('../img/newuserTop.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	align-items: center;
	background-position: right;
}

.welcome-img{
	max-width: 150px;
	max-height: 150px;
}


.login-img-txt > div a{
	padding: 5px 10px;
}

.login-img-txt > div a:hover{
	
	border-radius: var(--btn-border-radius);
	border: 1px solid var(--primary) !important;

}

/* dashboard */

.customer_bg{
	background: linear-gradient(to left, #3D6DCE 0%, #285BC0 100%);
	position: relative;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}

.customer_bg::before{
	content: "";
	width: 120px;
	height: 120px;
	background: url("../img/bgicon.png") no-repeat;
	right: 0;
	bottom: -15px;
	position: absolute;
	display: inline-block;
	background-position:right;
	background-size: contain;
	opacity: 0.5;
}

.customer_bg h5{
	color: var(--white) !important;
}
.customerData{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.customerData h6{
	color: var(--gray) !important;
}

.customer_bg p{
	color: var(--white) !important;
	opacity: 0.7;
}

.highlight_items{
	background-color: var(--bg-light);
	padding: 15px;
	border-radius: var(--light-radius);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.highlight_items p{
	color: var(--gray);
  	font-size: 0.875rem;
}
.highlight_items .organisation_info{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;

}

.profile-Inner img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid var(--primary);
}

.itemLine{
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid var(--primary);
	margin-bottom: 2.175rem !important;
}
.itemLine > span:nth-child(1){
	background: var(--primary);
	color: var(--white);
	padding: 5px 10px;
  	border-radius: 0px 15px 0px 0px;
}
.itemLine span.material-symbols-outlined{
	color: var(--danger) !important;
}

.invoiceActionBtn{
	border: 1px solid var(--primary);
	border-radius: 50%;
	height: 35px;
	width: 35px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.invoiceActionBtn a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.invoiceActionBtn span.material-symbols-outlined{
	font-size: 20px !important;
	color: var(--primary) !important;
}

.dropzoneInner{
	min-height: 150px;
	border: 2px dashed #A0C0FF;
	border-radius: var(--medium-radius);
	background: var(--bg-light);
	margin-top: 10px;
	display: grid;
	place-items: center;
}

.ropzoneInner img{
	max-width: 300px;
}

.datePickerBox{
	position: relative;
}
.datePickerBox .material-symbols-outlined{
	position: absolute;
	top: 0px;
	right: 0px;
	color: var(--gray);
}

.subTotal small{
	color: var(--gray) !important;
	font-size: .975rem !important;
}
.subTotal span.primary{
	font-size: 1.375rem !important;
	font-weight: 500 !important;
}

/*----- end ----- */

/* invoice table */


.invoice-container  table {
	width: 100%;
	margin: 0px auto;
	border: none;
	display: block;

}
.invoice-container table tbody{
	width: 100%;
	display: table !important;

}


.invoice-container table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}

.invoice-container table tr {
padding: .35em;
color: #fff;
}



.invoice-container table th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
}

.invoice-container .left-align{
	display: flex;
}

.invoice-container .main-logo{
text-align:start; 
padding: 0;
}
.invoice-container .main-logo img{
width: 150px;
height: auto; 
margin-bottom: 30px;
}
.invoice-container .totale td{
	padding: 0px;
	vertical-align: middle;
}
.invoice-container  .payment{
padding: 0px !important;
}

.invoice-container  .table-head {
color: #C6C9FF;
font-size: 14px;
margin: 0px 0px 4px 0px;
}


.invoice-container  .received-payment{
font-size: 24px;
}

.invoice-container  .table-p {
font-size: 15px;
color: #FCFCFC;
margin: 0px 0px 20px 0px;
}

.invoice-container table tbody > tr {
	padding: 0px !important;
}

.table-blocker{
	border-top: 1px solid var(--light-gray) !important;
	border-bottom: 1px solid var(--light-gray) !important;
}

.invoice-container h4{
	font-size: 1.475rem !important;
}
.invoice-container h6{
	font-size: 1.05rem !important;
}
.invoice-container table.qrcode-inner{
	border: 1px solid var(--light-gray);
	border-radius: 14px;
	padding: 20px !important;
}

.invoiceDetails_Status{
	background: var(--danger-light);
	padding: 15px;
	color: var(--white);
}

.invoiceDetails_Info{
	padding: 30px;
	background-image: url(../img/bginfo.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
  	justify-content: space-between;
}

.invoiceDetails_Info h5{
	color: var(--white) !important;
}
.invoiceDetails_Info p{
	color: var(--white) !important;
	opacity: 0.8;
}

.invoiceDetailsBody{
	border-radius: 14px;
	overflow: hidden;
}
.invoiceDetails_Info .btn-outline-primary{
	border: 1px solid var(--white) !important;
	color: var(--white) !important;

}

.modal-header .close-btn{
	position: absolute;
	right: 0px;
	top: 0px;
	background: var(--gray-dark) !important;
	border-radius: 50%;
	color: #fff !important;
	padding: 3px;
}
.modal-header .close-btn .material-symbols-outlined{
	font-size: 20px !important;
}
.modal-header .close-btn:hover{
	background: var(--light-gray) !important;
	color: var(--gray-dark) !important;
}

/* invoice table end */


.copy-rt-sec {
	text-align: center;
}
.copy-rt-sec p{
	margin-bottom: 0;
}
.copy-rt-sec p {
    margin-bottom: 0;
    font-size: .875rem;
	margin-top: 30px;
}
.otp-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
}
.otp-input input.form-control {
	width: 100% !important;
	border: 1px solid var(--primary) !important;
	border-radius: 18px !important;
	height:  4.325rem !important;
}
.otpInner label{
	color: var(--primary);
	font-size: 1.235rem !important;

}
span.error {
    color: red;
    font-size: 12px;
}
button.btn.resend-btn {
    border: none;
    color: var(--primary);
    padding: 0 !important;
    height: auto;
	font-size: 0.875rem;
}
/* login-section */

/* dashboard-page */


.notification_items{
	border-bottom: 1px solid var(--bg-light);
}
.notification_items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
}

.invoiceDates{
	display: flex;
  	gap: 25px;
}
.invoiceDates > span{
	border-right: 2px solid var(--white);
	opacity: 1 !important;
}

.card-body.dash-counts h5 {
	font-size: 1.925rem;
	color: var(--white) !important;
	margin-bottom: 10px;
}
.card-body.dash-counts h2 {
	color: var(--white);
	margin-bottom: 0;
}
.card-body.dash-counts span {
	color: var(--white);
	font-size: 0.975rem;
	opacity: 0.8;
}
.card-body.dash-counts a {
	font-size: 0.875rem;
	display: block;
	margin-top: 20px;
}
.card-body.rcnt-subscrbs h3 {
    font-size: 1.25rem;
}
.sort-sec {
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-radius: 8px;
	height: 50px;
}
.sort-sec p{
	/* width: 100%; */
	margin-bottom: 0;
	color: var(--gray);
	font-size: 0.875rem;
}
.sort-sec select.form-select {
    border: 0 !important;
    width: 125px;
    font-size: 1rem !important;
    height: 47px;
	color: var(--gray-dark);
}
select.form-select option {
	padding: 8px;
}
.form-select option{
	font-family: "K2D", sans-serif !important;
	color: var(--gray-dark) !important;
	background: var(--bg-light) !important;
}

.subcriber-sec {
    display: flex;
    align-items: center;
}
.subcriber-sec img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.subcriber-nme {
    margin-left: 10px;
}
.subcriber-nme p{
	font-size: 1rem;
	margin-bottom: 0;
	color: var(--dark);
	font-weight: 500;
}
.subcriber-nme span {
	color: var(--gray);
	font-size: 0.813rem;
}
.subcribe-list {
    padding: 10px;
    background: var(--white);
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subcribe-list:hover {
	background: var(--bg-light);
}
span.status-tag {
    display: inline-flex;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 2px 5px;
    min-width: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
span.status-tag-active {
	color: var(--success) !important;
	border: 1px solid var(--success);
}
span.status-tag-pending {
	color: var(--darkblue) !important;
	border: 1px solid var(--darkblue);
}
span.status-tag-inactive {
	border-color: var(--danger) ;
	color: var(--danger) !important;
}
span.status-tag.status-tag-inactive.subscription-tag-pending {
    padding: 3px 15px;
    background: #ffe9e9;
}
.card-body.dash-counts.sbscrb-counts p {
    font-size: 0.938rem;
    color: var(--gray);
}
.card-body.dash-counts.sbscrb-counts  h5{
    color: var(--primary);
}
.card-body.dash-counts.sbscrb-counts span {
	font-size: 0.813rem;
}
span.not-indication {
    width: 11px;
	height: 11px;
	background: var(--danger);
	border-radius: 50%;
	position: absolute;
	right: 13px;
	top: 13px;
	border: 2px solid var(--white);
}
.notification-sec .material-symbols-outlined{
	color: var(--primary);
}
.morris-hover.morris-default-style {
    max-width: 170px;
    font-size: 0.875rem;
	left: 20px;
	display: none !important;
}

/* dashboard-page */

/* table */

.table_item_group{
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
	.list-table table th {
		color: var(--gray-dark);
		font-size: 0.975rem;
		font-weight: 500;
		border-bottom: none !important;
	}

	tbody, td, tfoot, thead, tr {
		border-color: var(--bg-light) !important;
		border-style: solid !important;
		border-width: 0;
	}
	.list-table .table-hover>tbody>tr:hover {
		background: var(--light) !important;
		--bs-table-accent-bg :none !important;
	}
	th, td {
		padding: 10px !important;
		vertical-align: middle;
	}
	td{
		color: var(--dark) !important;
	}
	.list-table.table-responsive {
		min-height: 500px;
	}
/* table */


.list-table td span.unpaid{
	color: var(--danger) !important;
	font-size: 0.938rem;
	
}
.list-table td span.paid{
	color: var(--success) !important;
	font-size: 0.938rem;
	
}

.list-table .profile-sec img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
  	object-fit: cover;
}
.list-table  .profile-sec {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.list-table p {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 0;
  	color: var(--gray-dark);
}
.btn-group.option-btn a.dropdown-item.success {
	color: var(--success) !important;
}
.btn-group.option-btn a.dropdown-item.reject {
	color: var(--danger) !important;
}
.list-table span {
	color: var(--gray);
	font-size: 0.813rem;
}
.btn-group.option-btn .dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    border-radius: 15px !important;
    border: 1px solid #f3f3f3 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}
.btn-group.option-btn a.dropdown-item {
	color: var(--gray) !important;
	font-size: 0.875rem;
}
.btn-group.option-btn a.dropdown-item i {
    width: 20px !important;
}
.btn-group.option-btn a.dropdown-item:hover {
	color: var(--primary) !important;
	font-size: 0.875rem;
	background: var(--bg-light);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bg-light) !important;
}

input[type=checkbox] {
	position: relative;
	  border: 2px solid #F87416;
	  border-radius: 3px;
	  background: none;
	  cursor: pointer;
	  line-height: 0;
	  margin: 0 .6em 0 0;
	  outline: 0;
	  padding: 0 !important;
	  vertical-align: text-top;
	  height: 22px;
	  width: 22px;
	  -webkit-appearance: none;
  }
  
  input[type=checkbox]:hover {
	opacity: 1;
  }
  
  input[type=checkbox]:checked {
	background-color: #F87416;
	opacity: 1;
	color: #fff;
  }
  
  input[type=checkbox]:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 6px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
  }
  .btn-group.option-btn a.btn.dropdown-toggle {
    display: flex;
    align-items: center;
}
.form-select:focus {
	box-shadow: none !important;
}
nav.breadcrumb-nav {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    font-size: 0.9375rem;
}
span.back-brdr {
    height: 20px;
    border-right: 2px solid var(--gray);
}
.breadcrumb span {
    color: var(--gray-dark) !important;
}
.breadcrumb-nav li{
	color: var(--dark) !important;
	line-height: 13px;
}
.breadcrumb-item .material-symbols-outlined{
	color: var(--primary) !important;
}
.breadcrumb{
	border: 1px solid var(--border-color);
	background: var(--white) !important;
	border-radius: var(--light-radius) !important;
	padding: 10px !important;
	align-items: center !important;
}
.crte-bsness-top-banner {
    height: 220px;
    background: var(--primary);
    border-radius: 20px 20px 0 0;
	position: relative;
}
.crte-bsness-top-banner-dtls {
	width: 100%;
	height: 100%;
	background: rgba(253, 163, 99, 0.637);
	position: relative;
	border-radius: 20px 20px 0 0;
}
.crte-bsness-top-banner-dtls::before {
    content: '';
    background: url(../img/business-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
    width: 500px;
    height: 220px;
    transform: translateX(-50%);
}
.crte-bsness-top-banner-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #f87416;
	position: relative;
	margin-top: 20px;
}
.crte-bsness-top-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.crte-bsness-top-banner-dtls h3 {
	position: relative;
	color: var(--white);
}
.crte-bsness-top-banner-dtls p {
	position: relative;
	color: var(--white);
}
a.img-cnrtl-btn {
    width: 35px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark);
    border-radius: 50%;
    color: var(--white) !important;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 18px;
    line-height: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.banner-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
span.agent-type {
    display: block;
	color: var(--primary);
}
img.cmpny-cover-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.company-prfl {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px;
}
.company-prfl img {
    width: 100%;
    border-radius: 50%;
}

.btn-danger-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--danger) !important;
	color: var(--danger) !important;
	border-radius: var(--btn-border-radius) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	font-size: 1rem !important;
}
.btn-danger-outline:hover {
	background: var(--white);
	border: 1px solid var(--danger) !important;
	color: var(--danger) !important;
}
.profile-Inner h5 {
	color: var(--dark);
	font-size: 1.175rem !important;
}
.profile-Inner p {
	color: var(--gray);
}
.inviteBody h6, .inviteBody small{
	white-space: nowrap;
    overflow: hidden;
}
p.join-dt span {
	color: var(--primary);
}
.cmpny-dtls-txt {
    color: var(--gray);
    font-size: 0.875rem;
}
.cmpny-dtls-txt p{
	color: var(--gray-dark);
	font-size: 1rem;
}
a.btn.whtsapp-btn {
    background: var(--success);
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 150px;
}
a.btn.whtsapp-btn i{
	font-size: 20px;
}
.cmpny-dtls-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /* border-color: #e5e5e5 !important;
    border-bottom-color: var(--white) !important; */
    border-radius: 10px 10px 0 0;
    color: var(--primary) !important;
    font-size: 1rem !important;
}
.cmpny-dtls-tabs .nav-item button.nav-link {
	min-width: 150px;
	font-size: 0.875rem;
	color: var(--gray);
	height: 41px;
}
.cmpny-dtls-tabs .tab-content {
    min-height: 500px;
    background: var(--white);
    padding: 15px;
    border: 1px solid var(--border-color);
	margin-top: -1px;
	border-radius: 0 0 20px 20px;
}
.cmpny-dtls-tabs .nav-tabs {
    border-bottom: 1px solid var(--white);
    background: var(--light-gray);
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-wrap: nowrap;
  	overflow-x: auto;
    overflow-y:visible;
    scroll-behavior: auto;
}
.cmpny-dtls-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}
.card.ovrview-cards {
    background: #f87416;
    color: #fff !important;
}
.card.ovrview-cards h3 {
	color: var(--white);
	margin-bottom: 0;
}
.card.ovrview-cards span {
	font-size: 0.813rem;
}
.follow-card {
	background: var(--purple) !important;
}
.profile-card {
	background: var(--darkblue) !important;
}
.whatsapp-card {
	background: var(--success) !important;
}
.call-card {
	background: var(--primary) !important;
}
.card.ovrview-cards.account-card {
    background: var(--success);
}
.card.ovrview-cards.commission-card {
	background: #6A66F6;
}
.service-list {
    display: flex;
    align-items: center;
}
.service-list img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}
.service-list p{
	color: var(--gray-dark);
	font-size: 1rem;
	margin-bottom: 0;
	margin-left: 10px;
}
.subcribe-list.service-list:hover .option-sec-hover {
	display: block;
}
.option-sec-hover {
	display: none;
}
.sz-bg-img img {
	width: 200px !important;
}
img.offer-banner {
    width: 100%;
    border-radius: 20px 20px 0 0;
    position: relative;
}
span.offer-tag {
    border: 1px solid var(--gray);
	color: var(--gray);
    padding: 5px 10px;
    font-size: 0.813rem;
    border-radius: 20px;
}
span.offer-tag.approved-tag {
	background: var(--success);
	border: 1px solid var(--success);
	color: var(--white);
}
span.offer-tag.premium-tag {
	background: var(--primary);
	color: var(--white);
	border: 1px solid var(--primary);
}
.offer-optn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    padding-left: 10px;
}
img.offer-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.img-sec img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.offer-img-sec .img-sec {
    border: 1px solid var(--border-color);
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.card-body.offer-dtls span {
    color: var(--primary);
    font-size: 0.875rem;
    margin-bottom: 5px;
    display: block;
}
.card-body.offer-dtls p {
	font-size: 0.938rem;
	color: var(--gray-dark);
}
.card-body.offer-dtls ul li {
	font-size: 0.875rem;
}
.tab-service-sec {
    width: 100%;
}
.services-imgs {
    text-align: center;
    position: relative;
}
.services-imgs img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
a.close-btn {
    font-size: 20px;
    color: var(--primary);
    position: absolute;
    right: 8px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-service-sec.gallery-sec .services-imgs img {
    width: 100%;
    height: 220px;
}
.modal-content {
	border-radius: 20px;
}
.upload-img {
    padding: 20px 10px;
    text-align: center;
    background: var(--bg-light);
    border: 1px dashed var(--form-border-color);
    border-radius: 10px;
}
/* star-rating */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color: var(--secondary);
	margin-right: 10px;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: var(--warning);    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: var(--warning);  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/* star-rating */
.modal-footer {
	border-top: none;
}

.overview-edit-service-img {
    border-radius: 20px;
    position: relative;
}
.overview-edit-service-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px dashed var(--primary);
}
span.edit-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: var(--primary);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* scroll-tab-start */

.scrtabs-tab-container * {
	box-sizing: border-box; }
  
	.scrtabs-tab-container {
		height: 42px;
		background: #ededed;
		border-radius: 10px 10px 0 0;
	}
	.scrtabs-tab-container .tab-content {
	  clear: left; }
  
  .scrtabs-tab-container .scrtabs-tabs-movable-container > .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row; }
  
  .scrtabs-tabs-fixed-container {
	float: left;
	height: 42px;
	overflow: hidden;
	width: 100%; }
  
  .scrtabs-tabs-movable-container {
	position: relative;
	transition: transform 2s; }
	.scrtabs-tabs-movable-container .tab-content {
	  display: none; }
  
  .scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
	padding-right: 0; }
  
  .scrtabs-tab-scroll-arrow {
	cursor: pointer;
	display: none;
	float: left;
	font-size: 12px;
	height: 100%;
	padding-left: 0.6em;
	padding-top: 1.3em;
	width: 20px; 
	}
	.scrtabs-tab-scroll-arrow:hover {
	  background-color: var(--bg-light); }
  
  .scrtabs-tab-scroll-arrow > span {
	border-right: 3px solid var(--primary);
	border-bottom: 3px solid var(--primary);
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg); }
	.scrtabs-tab-scroll-arrow > span:hover {
	  border-right-color: var(--primary);
	  border-bottom-color: var(--primary); }
  
  .scrtabs-tab-scroll-arrow-left > span {
	transform: rotate(135deg); }
  .scrtabs-tab-scroll-arrow-right {
	padding-left: 0.4em; }
  
  .scrtabs-tab-scroll-arrow,
  .scrtabs-tab-scroll-arrow .scrtabs-click-target {
	cursor: pointer; }
  
  .scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
	cursor: default; }
  
  .scrtabs-tab-scroll-arrow.scrtabs-disable,
  .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
	color: #ddd;
	cursor: default; }
	.scrtabs-tab-scroll-arrow.scrtabs-disable > span,
	.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target > span {
	  border-color: var(--gray); }
  
  .scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
	background-color: initial; }
  

/* scroll-tab-end */

.img-drpdown {
    position: absolute;
    top: 5px;
    right: 5px;
}
.img-drpdown .btn-group.option-btn a.btn.dropdown-toggle {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
span.star-rating {
    color: var(--warning);
    font-size: 0.938rem;
}
.list-table {
	overflow: auto !important;
}
.list-table div:first-child {
	overflow: visible !important;
}
.acnt-bal-sec {
    background: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
	color: var(--primary);
	flex-wrap: wrap;
}
.acnt-bal-sec h5 {
	color: var(--primary);
}
.sort-sec.date-sort p {
    font-size: 1rem;
}
.sort-sec.date-sort select.form-select {
    min-width: 200px;
}
.category-card {
    border: 1px solid var(--border-color);
    border-radius: 20px;
}
.category-card .card {
	border: 0 !important;
}
.category-card img {
	border-radius: 20px 20px 0 0;
}
.category-card .btn-group.option-btn a.btn.dropdown-toggle {
    width: 25px;
    height: 25px;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.eye-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--primary);
}
/* reponsive-start */

@media (max-width:1699px){
	.loginInner p{
		max-width: 400px;
  		margin: auto;
	} 
}

@media (max-width:1399px) {

	.login-lft-sec {
		background-size: cover;
		padding: 25px;

	}
	
}
@media (max-width:1299px) {
	/* .login-lft-sec {
		min-height: 750px;
	}
	.login-form {
		min-height: 700px;
	} */
	.login-lft-sec {
		background: url(../img/loginBgmobile.jpg) no-repeat;
		width: 100%;
		overflow: hidden;
		background-size: cover;
	}
}
@media (max-width:1199px) {

	.login-img-txt{
		flex-direction: column;
		gap: 40px;
	}
	.login-img-txt a{
		border: 1px solid var(--white);
		color: var(--white) !important;
		padding: 5px 10px;
		border-radius: var(--btn-border-radius);
		width: 100px;
	}
	.login-img-txt > div{
		text-align: start;
	}
	/* .login-lft-sec {
		min-height: 500px;
	} */
	.login-lft-sec img {
		width: 250px;
	}
	.login-img-txt h3 {
		font-size: 1.475rem;
	}
	.login-img-txt p {
		font-size: 1rem;
	}
	.login-form {
		min-height: 450px;
	}
}
@media (max-width:991.98px) {

	th, td {
		padding: 10px !important;
	  }

	.topbar .navbar-search {
		width: 18rem;
	  }

	.loaderGif {
		height: 100px !important;
	  }

	.login-img-txt > div{
		text-align: end;
	}
	
	.login-lft-sec {
		background: none;
		min-height: 300px;
		background-color: var(--primary);
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 15px;
	}
	.login-img-txt h3 {
		font-size: 1.688rem;
		margin: auto;
	}
	.login-img-txt p {
		font-size: 0.875rem;
	}
	.login-form p {
		font-size: 0.875rem;
	}
	.login-img-txt{
		max-width: 100%;
	}

	/* table */

	.list-table table, 
	.list-table thead, 
	.list-table tbody, 
	.list-table th, 
	.list-table td, 
	.list-table tr { 
		display: block; 
	}

	.list-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.list-table tr { border: 1px solid #ccc; }
 
	.list-table td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:right;
	}
 
	.list-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 5px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		color: var(--gray-dark);
	}
 
	.list-table td:before { content: attr(data-title); }

	.list-table .profile-sec {
		justify-content: end;
	}

	/* table */

	.btn-group.search-drpdwn .dropdown-menu {
		background: transparent !important;
		padding: 0 !important;
		border: none !important;
		box-shadow: none !important;
		margin: 0;
		min-width: auto !important;
	}
	.acnt-bal-sec {
		display: block;
		text-align: center;
	}

	.login-img-txt a {
		font-size: .875rem;
	  }
}
@media (max-height: 825px) {

	  .login-lft-sec img{
		width: 280px;
	  }

	  .login-pg .btn {
		font-size: 1.225rem;
		padding: 1.475rem 0rem !important;
	  }
  }


@media (max-width:767px) {

	.invoiceDetails_Info{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
		text-align: center;
	}


	.wrapper .content-wrapper .content {
		padding-left: 0rem !important;
	}
	.wrapper .content-wrapper .content {
		padding-left: 0rem !important;
	}

	.login-img-txt h3 {
		max-width: 100% !important;
	  }

	.topbar .navbar-search {
		width: 15rem;
	  }

	  ::placeholder{
		font-size: 0.975rem !important;
		max-width: 10rem;
		text-overflow: ellipsis;
	  }

	.selectBlocker.floating-label input:focus + label,
	.floating-label input:not(:placeholder-shown) + label {
    top: 5;
    font-size: 0.775em !important;
}

.floating-label input:focus + label,.floating-label .dropdown-toggle:focus + label
.floating-label input:not(:placeholder-shown) + label, .floating-label .dropdown-toggle:not(:placeholder-shown) + label {
    top: 5;
    left: 0px;
    font-size: 0.775em !important;

}


	.login-img-txt h3 {
		font-size: 1.475rem !important;
	  }

	.card-body {
		padding: 1rem 1rem !important;
	  }

	.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end {
		min-width: 460px;
	  }
	  .btn-group.notification-sec .dropdown-menu-end[data-bs-popper] {
		right: -30px;
		left: auto;
	  }

	.navbar-nav .inviteBody h6,.navbar-nav .inviteBody small{
		display: none;
		
	}
	.inviteBody{
		height: 50px;
		width: 50px;
		background-image: none !important;
		color: var(--primary) !important;
	}

	
	body.sidebar-toggled .wrapper .content-wrapper .content {
		padding-left: 0px;
	}
	.sidebar .nav-item a.nav-link p, .sidebar .side-nav-item a.nav-link p {
		display: none !important;
	}
	.pfl-drpup {
		display: none;
	}
	a.sidebar-logo img {
		height: 60px;
	}
	/* .profie-btn img {
		width: 10px;
		height: 40px;
	} */
	.sidebar .nav-item a.nav-link, .sidebar .side-nav-item a.nav-link {
		justify-content: center;
		width: 4.375rem;
	}
	.sidebar .accordion-button::after {
		margin-left: inherit;
	}
	section.login-pg {
		height: 100%;
	}
	/* .login-lft-sec {
		min-height: 400px;
		border-radius: 20px;
	} */
	.login-form {
		min-height: auto !important;
	}
	.top-login a {
		margin-top: 20px;
		display: block;
	}
	/* .login-lft-sec img {
		width: 4.688rem;
	} */



	  .login-img-txt h3 {
		font-size: 1.4758rem;
	  }

	.list-table td:before {
		font-size: 0.875rem;
	}
	.banner-btn span {
		display: none;
	}
	a.btn.banner-btn {
		width: 40px;
		height: 40px;
	}
	.main_logo{
		display: none !important;
	}
	.res_logo{
		display: block !important;
	}
	.navbar-nav > div:nth-child(2) ul{
		display: flex;
		flex-direction: column;
		justify-items: center;
		align-items: center;
		margin-bottom: 0px !important;
	}

	.list-table td {
		font-size: 0.875rem !important;
		word-break: break-all;
	  }

	  .form-group {
		position: relative;
		margin-bottom: 1.075rem !important;
	  }
	  h2 {
		font-size: 1.9625rem !important;
	  }
	
}
@media (max-width:576px) {

	.btn{
		min-width: 110px !important;
  		font-size: 0.765rem !important;
		height: 45px;
	}
	.topbar .btn{
		font-size: 1.4rem !important;
		min-width: auto !important;
	}

	.invoice-container .main-logo img {
		width: 100px;
		margin-bottom: 10px;
	  }

	.invoice-container h6 {
		font-size: 0.825rem !important;
	}
	.tableWrapper {
		padding: 5px !important;
	}
	.invoice-container h4 {
		font-size: 1rem !important;
	  }
	  .invoice-container h3{
		font-size: 0.975rem !important;
	  }
	  .invoice-container {
		padding: 9px;
	  }

	.newdashboardTop > div:nth-child(1) .card {
		padding: 15px;
	  }

	.login-lft-sec img {
		width: 200px;
	  }

	.otp-input input.form-control {
		height: 3.925rem !important;
	  }

	.topbar .navbar-search {
		width: 10rem;
	  }

	  ::placeholder{
		font-size: 0.775rem !important;
		max-width: 9rem;
		text-overflow: ellipsis;
	  }

	  .floating-label label {
		font-size: 0.975rem !important;
	  }

	h4 {
		font-size: 1.375rem !important;
	  }

	  h5 {
		font-size: 1.075rem !important;
	  }
	.switch {
		--_size: var(--size, 2.175rem);
	}

	.btn-group.notification-sec ul.dropdown-menu.dropdown-menu-end {
		min-width: 345px;
	  }

	  .btn-group.notification-sec .dropdown-menu-end[data-bs-popper] {
		right: -76px;
	  }

	.otp-input {
		gap: 10px;
	  }

	/* .login-lft-sec img {
		width: 170px;
	  } */
	  .loginText {
		margin-bottom: 20px;
	  }
	  .orSection{
		margin: 20px 0px;
	  }

	.login-pg h1 {
		font-size: 1.625rem !important;
	  }

	 

	  .login-pg .btn{
		font-size: 1.175rem !important;
	  }

	.login-lft-sec {
		min-height: 200px;
	}
	.login-img-txt h3 {
		font-size: 1.25rem !important;
	}
	.page {
		padding: 100px 10px 0 10px;
	}
	.topbar {
		padding: 10px !important;
	}
	
	.crte-bsness-top-banner-dtls::before {
		display: none;
	}
	nav.breadcrumb-nav {
		font-size: 0.813rem;
	}
	ul.sort-btn-group li {
		width: 100%;
	}
	.service-list img {
		width: 45px;
		height: 45px;
	}
	.service-list p {
		font-size: 0.875rem;
	}
	.img-sec img {
		width: 45px;
		height: 45px;
	}

	
	  .selectBlocker.floating-label label {
		left: 85px;
	  }

	  h3 {
		font-size: 1.575rem !important;
	  }
	  .list-table td {
		padding-left: 130px !important;
	  }
	  .table_item_group{
		justify-content: end;
	  }
}



/* gallery-start */


/* 1 - Background color of carousel */
.gallery-flow.sz-slider {
    background: #fff;
    -webkit-font-smoothing: antialiased !important;
    border-radius: 20px;
	margin-bottom: 20px;
}
  /* 2 - Background Images Position */
  .gallery-flow.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
	height: 80% !important;
	background-position: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  }
  /* 2 - Background Images Position */
  
  /* .gallery-flow.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner {
	padding: 40px 0 0 0 !important;
  } */
  /* 3 - Background images wrapper color */
  .gallery-flow.sz-slider .carousel-item .sz-wrapper::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(0,0,0,.4);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
  }
  /* 4 - Background images wrapper color change on active */
  .gallery-flow.sz-slider .carousel-item.active .sz-wrapper::before {
	background: transparent;
  }
  
  /********************/
  /* Cover Flow 10
  /* Layer Settings
  /********************/
  
  /* 1 - Text - wrapper */
  .gallery-flow-layer {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 75%;
	margin: auto;
	height: 140px;
	display: block;
	line-height: 1;
	position: absolute;
	text-align: center;
  }
  /* 2 - Container */
  .gallery-flow-layer > div {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
  }
  /* 3 - Play Button - center - wrapper */
  .gallery-flow-layer > div > div {
	margin: auto;
	width: 100px;
	height: 80px;
	position: relative;
	padding: 8px 0 0 0;
  }
  /* 4 - Play Button - link */
  .gallery-flow-layer > div > div > a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	position: relative;
	background: rgba(34,181,230,1);
	text-decoration: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
  }
  /* 5 - Play Button - icon */
  .gallery-flow-layer > div > div > a > i {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 9px;
	margin: auto;
	height: 17px;
	display: block;
	font-size: 1rem;
	position: absolute;
  }
  /* 6 - Play Button - border */
  .gallery-flow-layer > div > div > a::before {
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 100%;
	position: absolute;
	background: rgba(34,181,230,1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	animation: glowingBr 2s infinite linear;
	-webkit-animation: glowingBr 2s infinite linear;
  }
  /* 7 - Text - ( We are a creative studio for better experience. ) */
  .gallery-flow-layer > div > span {
	color: #fff;
	display: block;
	font-size: 23px;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
	letter-spacing: .2px;
	font-family: 'Barlow Condensed', sans-serif;
  }
  
  /******************/
  /* Responsiveness */
  /******************/
  
  /*----- When the screen size gets = 576px and < 768px -----*/
  @media (min-width: 576px) and (max-width: 767.98px) {
	/* Text - wrapper */
	.gallery-flow-layer {
	  width: 80%;
	  height: 168px;
	}
	/* Text - ( We are a creative studio for better experience. ) */
	.gallery-flow-layer > div > span {
	  font-size: 18px;
	}
  }
  
  /*----- When the screen size gets <= 575.98px -----*/
  @media (max-width: 575.98px) {
	/* Play Button - center - wrapper */
	.gallery-flow-layer > div > div {
	  width: 100%;
	  height: 62px;
	  padding: 8px 0 0 0;
	}
	/* Play Button - link */
	.gallery-flow-layer > div > div > a {
	  width: 40px;
	  height: 40px;
	}
	/* Play Button - icon */
	.gallery-flow-layer > div > div > a > i {
	  width: 6px;
	  height: 11px;
	  font-size: 0.75rem;
	}
	/* Text - wrapper */
	.gallery-flow-layer {
	  width: 80%;
	  height: 136px;
	}
	/* Text - ( We are a creative studio for better experience. ) */
	.gallery-flow-layer > div > span {
	  font-size: 0.75rem;
	}
	.highlight_items .organisation_info{
		padding: 5px;
	}
	h6 {
		font-size: 1rem !important;
	  }

	  .login-pg p, .loginInner .orSection p,.login-pg p, .loginInner p a {
		font-size: 0.875rem !important;
	  }
  }
  
  /*********************/
  /* Cover Flow 10
  /* Indicators Buttons
  /*********************/
  
  /* 1 - Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .gallery-flow-indicators.carousel-indicators {
	padding: 0;
	width: 112px;
	height: 19px;
	margin: 0 auto 20px auto;
  }
  /* 2 - Indicators - children */
  .sz-slider[data-type=slider] .gallery-flow-indicators.carousel-indicators > li {
	padding: 0;
	margin: 4px;
	width: 10px;
	height: 10px;
	border: none;
	line-height: 10px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 0 2px #ffffff;
	-webkit-box-shadow: 0 0 0 2px #ffffff;
	transition: background .2s ease, border .2s ease, box-shadow .2s ease;
	-webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
  }
  /* 3 - Indicator - active - child */
  .sz-slider[data-type=slider] .gallery-flow-indicators.carousel-indicators > li.active {
	border: none;
	background: transparent;
	box-shadow: 0 0 0 2px #22b5e6;
	-webkit-box-shadow: 0 0 0 2px #22b5e6;
  }
  /* 4 - Indicators - inside circle */
  .sz-slider[data-type=slider] .gallery-flow-indicators.carousel-indicators > li::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	background: #ffffff;
	transform: scale(.7);
	-webkit-transform: scale(.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
  }
  /* 5 - Indicator - active - inside circle */
  .sz-slider[data-type=slider] .gallery-flow-indicators.carousel-indicators > li.active::after {
	background: #22b5e6;
  }
  
  /******************/
  /* Responsiveness */
  /******************/
  
  /*----- When the screen size gets = 273px and < 576px -----*/
  @media (min-width: 273px) and (max-width: 575.98px) {
	/* Indicators - wrapper */
	.sz-slider[data-type=slider][data-ind-direction=x] .gallery-flow-indicators.carousel-indicators {
	  display: none;
	}
  }
  
  /*----- When the screen size gets <= 272px -----*/
  @media (max-width: 272.98px) {
	/* Indicators - wrapper */
	.sz-slider[data-type=slider][data-ind-direction=x] .gallery-flow-indicators.carousel-indicators {
	  display: none;
	}
  }
  
  /**************************/
  /* Cover Flow 10
  /* Left And Right Buttons
  /**************************/
  
  /* 1 - Buttons */
  .gallery-flow-btn.sz-slider .carousel-control-btn {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 15;
	width: 40px;
	height: 40px;
	font-size: 0;
	color: #ffffff;
	background: var(--primary);
	text-decoration: none;
	border-radius: 33px;
	-webkit-border-radius: 33px;
	transition: color .2s ease, background .2s ease;
	-webkit-transition: color .2s ease, background .2s ease;
  }
  /* 2 - Prev - Button */
  .gallery-flow-btn.sz-slider .carousel-control-btn.carousel-control-prev {
	margin: auto auto auto 25px;
  }
  /* 3 - Next - Button */
  .gallery-flow-btn.sz-slider .carousel-control-btn.carousel-control-next {
	margin: auto 25px auto auto;
  }
  /* 4 - Hover */
  .gallery-flow-btn.sz-slider .carousel-control-btn:hover {
	color: #fff;
	background: var(--light-primary);
  }
  /* 5 - Icons */
  .gallery-flow-btn.sz-slider .carousel-control-btn > i {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 14px;
	margin: auto;
	color: #ffffff;
	font-size: 0.875rem;
	position: absolute;
	display: inline-block;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
  }
  
  
  /******************/
  /* Responsiveness */
  /******************/
  
  /*----- When the screen size gets = 576px and < 768px -----*/
  @media (min-width: 576px) and (max-width: 767.98px) {
	/* Prev - Button */
	.gallery-flow-btn.sz-slider .carousel-control-btn.carousel-control-prev {
	  margin: auto auto auto 15px;
	}
	/* Next - Button */
	.gallery-flow-btn.sz-slider .carousel-control-btn.carousel-control-next {
	  margin: auto 15px auto auto;
	}
  }
  
  /*----- When the screen size gets = 273px and < 576px -----*/
  @media (min-width: 273px) and (max-width: 575.98px) {
	/* Buttons */
	.gallery-flow-btn.sz-slider .carousel-control-btn {
	  display: none;
	}
  }
  
  /*----- When the screen size gets <= 272px -----*/
  @media (max-width: 272.98px) {
	/* Buttons */
	.gallery-flow-btn.sz-slider .carousel-control-btn {
	  display: none;
	}
  }

/* gallery-end */
