
:root {
	--auth-primary: #b8901f;
	--auth-primary-dark: #b08315;
	--auth-primary-hover: #b08315;
	--auth-primary-light: #fff3d5;
	--auth-bg: #fffbee;
	--auth-text-dark: #1a1f24;
	--auth-text-gray: #64748b;
	--auth-text-green: #b8901f;
	--auth-border: #e2e8f0;
	--auth-white: #fff;
	--auth-radius-lg: 20px;
	--auth-radius-md: 12px;
	--auth-radius-sm: 5px;
	--auth-shadow: 0 4px 24px rgba(0, 0, 0, .08);
	--auth-shadow-lg: 0 20px 60px rgba(0, 0, 0, .1);
	--max-width: 1350px;
}
*, :after, :before {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
body {
	background-color: var(--auth-bg);
	color: var(--auth-text-dark);
	font-family: Inter, -apple-system, sans-serif;
	overflow-x: hidden
}
a {
	color: inherit;
	text-decoration: none
}

.btn-primary {
	background: var(--auth-primary);
	border-color: var(--auth-primary);
}

.btn-primary:hover {
	background: var(--auth-primary-dark);
	border-color: var(--auth-primary-dark);
}

.lp-navbar {
	align-items: center;
	background: var(--auth-white);
	border-bottom: 1px solid var(--auth-border);
	display: flex;
	height: 64px;
	position: sticky;
	top: 0;
	z-index: 100
}
.lp-navbar-inner {
	margin: 0 auto;
	max-width: var(--max-width);
	padding: 0 2rem;
	width: 100%
}
.lp-nav-menu, .lp-navbar-inner {
	align-items: center;
	display: flex;
	gap: 2rem
}
.lp-nav-menu {
	margin-left: auto
}
.lp-mobile-toggle {
	background: none;
	border: none;
	color: var(--auth-text-dark);
	cursor: pointer;
	display: none;
	margin-left: auto;
	padding: .5rem
}
.lp-mobile-toggle i {
	font-size: 1.75rem
}
.lp-nav-brand {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: .5rem
}
.lp-nav-logo-img {
	height: 28px;
	object-fit: contain;
	width: 28px
}
.lp-nav-brand-name {
	color: var(--auth-primary);
	font-size: 1.15rem;
	font-weight: 700
}
.lp-nav-links {
	align-items: center;
	display: flex;
	gap: 2rem
}
.lp-nav-link {
	color: var(--auth-text-dark);
	font-size: .95rem;
	font-weight: 500;
	transition: color .2s
}
.lp-nav-link:hover {
	color: var(--auth-primary)
}
.lp-btn-visit {
	align-items: center;
	background: var(--auth-primary);
	border-radius: var(--auth-radius-sm);
	color: var(--auth-white);
	display: inline-flex;
	flex-shrink: 0;
	font-size: .9rem;
	font-weight: 600;
	gap: .4rem;
	padding: .55rem 1.25rem;
	transition: background .2s, transform .2s
}
.lp-btn-visit i {
	font-size: 1rem
}
.lp-btn-visit:hover {
	background: var(--auth-primary-dark);
	transform: translateY(-1px)
}
.lp-hero {
	background-attachment: fixed;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Roboto, sans-serif;
	height: 80vh;
	padding: 3.5rem 2rem 4rem
}
.lp-hero, .lp-hero-inner {
	align-items: center;
	display: flex
}
.lp-hero-inner {
	gap: max(3rem, 3vw);
	margin: 0 auto;
	max-width: var(--max-width)
}
.lp-hero-left {
	flex: 1.1;
	min-width: 0
}
.lp-hero-headline {
	color: var(--auth-text-dark);
	font-size: 2.75rem;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1.15;
	margin-bottom: 1.25rem
}
.lp-hero-headline-green {
	color: var(--auth-primary)
}
.lp-hero-desc {
	color: var(--auth-text-gray);
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 2rem;
	max-width: 480px
}
.lp-hero-img-wrap {
	margin-bottom: 2rem;
	overflow: hidden;
	position: relative
}
.lp-hero-img {
	display: block;
	height: 260px;
	object-fit: cover;
	width: 260px
}
.lp-hero-img-fallback {
	align-items: center;
	color: var(--auth-primary);
	display: flex;
	flex-direction: column;
	gap: .75rem;
	height: 360px;
	justify-content: center;
	width: 100%
}
.lp-hero-img-fallback i {
	font-size: 3rem
}
.lp-hero-img-fallback span {
	font-size: 1rem;
	font-weight: 600
}
.lp-hipaa-badge {
	align-items: center;
	background: hsla(0, 0%, 100%, .95);
	border-radius: 30px;
	bottom: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
	color: var(--auth-text-dark);
	display: flex;
	font-size: .85rem;
	font-weight: 600;
	gap: .5rem;
	left: 1rem;
	padding: .45rem 1rem;
	position: absolute
}
.lp-hipaa-badge i {
	color: var(--auth-primary);
	font-size: 1rem
}
.lp-hero-right {
	flex: 0 0 380px;
	max-width: 380px
}
.lp-login-card {
	background: var(--auth-white);
	border-radius: var(--auth-radius-lg);
	box-shadow: var(--auth-shadow-lg);
	overflow: hidden
}
.lp-login-card-header {
	align-items: center;
	background: var(--auth-primary);
	display: flex;
	gap: 1rem;
	overflow: hidden;
	padding: 1.25rem 1.5rem;
	position: relative
}
.lp-login-card-icon {
	align-items: center;
	background: hsla(0, 0%, 100%, .2);
	border-radius: 12px;
	display: flex;
	flex-shrink: 0;
	height: 44px;
	justify-content: center;
	width: 44px
}
.lp-card-logo {
	filter: brightness(0) invert(1);
	height: 26px;
	object-fit: contain;
	width: 26px
}
.lp-login-card-header-text {
	display: flex;
	flex-direction: column
}
.lp-card-title {
	color: var(--auth-white);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2
}
.lp-card-subtitle {
	color: hsla(0, 0%, 100%, .8);
	font-size: .78rem;
	font-weight: 400
}
.lp-card-header-circle {
	background: hsla(0, 0%, 100%, .1);
	border-radius: 50%;
	height: 100px;
	pointer-events: none;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 100px
}
.lp-login-card-body {
	padding: 1.75rem 1.5rem 1.5rem
}
.auth-welcome-title {
	color: var(--auth-text-dark);
	font-size: 1.65rem;
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: .25rem
}
.auth-welcome-subtitle {
	color: var(--auth-text-gray);
	font-size: .9rem;
	margin-bottom: 1.5rem
}
.form-group-custom {
	margin-bottom: 1.1rem
}
.form-label-custom {
	color: var(--auth-text-dark);
	display: block;
	font-size: .875rem;
	font-weight: 600;
	margin-bottom: .5rem
}
.input-icon-wrapper {
	align-items: center;
	display: flex;
	position: relative
}
.input-icon-wrapper i:not(.toggle-password) {
	color: var(--auth-text-gray);
	font-size: 1.15rem;
	left: 1rem;
	pointer-events: none;
	position: absolute
}
.form-control-custom {
	background: #fff;
	border: 1.5px solid var(--auth-border);
	border-radius: var(--auth-radius-md);
	color: var(--auth-text-dark);
	font-family: Inter, sans-serif;
	font-size: .95rem;
	outline: none;
	padding: .8rem 1rem .8rem 3rem;
	transition: border-color .25s, box-shadow .25s;
	width: 100%
}
.form-control-custom::placeholder {
	color: #94a3b8
}
.form-control-custom:focus {
	border-color: var(--auth-primary);
	box-shadow: 0 0 0 4px rgba(5, 147, 68, .08)
}
.toggle-password {
	color: var(--auth-text-gray);
	cursor: pointer;
	font-size: 1.15rem;
	position: absolute;
	right: 1rem;
	transition: color .2s;
	user-select: none
}
.toggle-password:hover {
	color: var(--auth-primary)
}
.btn-sign-in {
	align-items: center;
	background: var(--auth-primary);
	border: none;
	border-radius: var(--auth-radius-md);
	color: var(--auth-white);
	cursor: pointer;
	display: flex;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: .6rem;
	justify-content: center;
	margin-top: 1.25rem;
	padding: .9rem;
	transition: background .25s, transform .2s, box-shadow .25s;
	width: 100%
}
.btn-sign-in i {
	font-size: 1.1rem
}
.btn-sign-in:hover {
	background: var(--auth-primary-dark);
	box-shadow: 0 8px 20px -4px rgba(5, 147, 68, .3);
	transform: translateY(-2px)
}
.btn-sign-in:active {
	transform: translateY(0)
}
.lp-card-badges {
	border-top: 1px solid var(--auth-border);
	display: flex;
	flex-direction: column;
	gap: .55rem;
	margin-top: 1.25rem;
	padding-top: 1.25rem
}
.lp-card-badge {
	align-items: center;
	color: var(--auth-text-dark);
	display: flex;
	font-size: .85rem;
	font-weight: 500;
	gap: .6rem
}
.lp-card-badge i {
	color: var(--auth-primary);
	font-size: 1rem
}
.auth-extra-links {
	margin-top: 1rem;
	text-align: center
}
.auth-extra-links p {
	color: var(--auth-text-gray);
	font-size: .875rem
}
.signup-link {
	color: var(--auth-primary);
	font-weight: 700;
	text-decoration: none;
	transition: color .2s
}
.signup-link:hover {
	color: var(--auth-primary-dark);
	text-decoration: underline
}
.lp-features {
	background: var(--auth-white);
	padding: 4rem 2rem
}
.lp-section-inner {
	margin: 0 auto;
	max-width: var(--max-width);
	position: relative;
	text-align: center;
	z-index: 2;
}
.lp-section-tag {
	background: var(--auth-primary-light);
	border-radius: 30px;
	color: var(--auth-primary);
	display: inline-block;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .3px;
	margin-bottom: 1rem;
	padding: .35rem 1rem
}
.lp-section-title {
	color: var(--auth-text-dark);
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -.5px;
	margin-bottom: 2.5rem
}
.lp-feature-cards {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	text-align: left
}
.lp-feature-card {
	background: var(--auth-bg);
	border-radius: var(--auth-radius-lg);
	padding: 2rem 1.75rem;
	transition: box-shadow .25s, transform .25s
}
.lp-feature-card:hover {
	box-shadow: var(--auth-shadow);
	transform: translateY(-4px)
}
.lp-feature-icon {
	align-items: center;
	background: var(--auth-primary-light);
	border-radius: 12px;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 1.25rem;
	width: 48px
}
.lp-feature-icon i {
	color: var(--auth-primary);
	font-size: 1.4rem
}
.lp-feature-card-title {
	color: var(--auth-text-dark);
	font-size: 1.05rem;
	font-weight: 700;
	margin-bottom: .6rem
}
.lp-feature-card-desc {
	color: var(--auth-text-gray);
	font-size: .9rem;
	line-height: 1.7
}
.lp-announcements {
	background-color: var(--auth-bg);
	background-image: 
		radial-gradient(ellipse 70% 55% at 15% 25%, rgba(254, 240, 138, 0.249) 0%, transparent 60%),
		radial-gradient(ellipse 60% 50% at 85% 75%, rgba(217, 119, 6, 0.071) 0%, transparent 60%),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.6) 0%, transparent 100%),
		radial-gradient(circle, rgba(184, 144, 31, 0.08) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 100% 100%, 28px 28px;
	padding: 4rem 2rem 4.5rem;
	position: relative;
	overflow: hidden;
}
.lp-announcements-bg-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	pointer-events: none;
	user-select: none;
	z-index: 1;
}
.lp-bg-text-track {
	display: flex;
	white-space: nowrap;
	width: max-content;
	animation: lp-marquee 35s linear infinite;
	will-change: transform;
}
.lp-bg-text-track span {
	font-size: clamp(3.5rem, 11vw, 9.5rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 12px;
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(184, 144, 31, 0.12);
	display: inline-block;
}
@keyframes lp-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
/* .lp-announcements-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	z-index: 1;
	opacity: 0.6;
	animation: lp-float-glow 9s ease-in-out infinite alternate;
}
.lp-glow-1 {
	width: 360px;
	height: 360px;
	background: rgba(254, 224, 130, 0.5);
	top: -60px;
	left: -80px;
}
.lp-glow-2 {
	width: 400px;
	height: 400px;
	background: rgba(230, 175, 46, 0.25);
	bottom: -80px;
	right: -100px;
	animation-delay: -4.5s;
} */
@keyframes lp-float-glow {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(25px, 20px) scale(1.08);
	}
}
.lp-carousel-wrap {
	margin: .5rem auto 0;
	max-width: 800px;
	width: 100%;
}
.lp-carousel {
	position: relative;
}
.lp-slide {
	animation: lp-fade-in .4s ease;
	background: var(--auth-white);
	border: 1px solid rgba(226, 232, 240, 0.8);
	border-radius: var(--auth-radius-md);
	box-shadow: 0 20px 45px -10px rgba(184, 144, 31, 0.14), 0 4px 16px rgba(0, 0, 0, 0.04);
	display: none;
	grid-template-columns: 260px 1fr;
	overflow: hidden;
}
.lp-slide.active {
	display: grid;
}
@keyframes lp-fade-in {
	0% {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.lp-slide-img-wrap {
	height: 100%;
	max-height: 220px;
	overflow: hidden;
}
.lp-slide-img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
	width: 100%;
}
.lp-slide:hover .lp-slide-img {
	transform: scale(1.03);
}
.lp-slide-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 1.75rem;
	text-align: left;
}
.lp-slide-tag {
	color: var(--auth-primary);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: .4rem;
	text-transform: uppercase;
}
.lp-slide-title {
	color: var(--auth-text-dark);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -.3px;
	margin-bottom: .5rem;
}
.lp-slide-desc {
	color: var(--auth-text-gray);
	font-size: .875rem;
	line-height: 1.6;
	margin-bottom: 0;
}
.lp-btn-learn {
	align-items: center;
	align-self: flex-start;
	background: var(--auth-primary);
	border-radius: var(--auth-radius-sm);
	color: var(--auth-white);
	display: inline-flex;
	font-size: .9rem;
	font-weight: 600;
	gap: .45rem;
	padding: .7rem 1.5rem;
	transition: background .2s, transform .2s
}
.lp-btn-learn i {
	font-size: 1rem
}
.lp-btn-learn:hover {
	background: var(--auth-primary-dark);
	transform: translateY(-1px)
}
.lp-carousel-dots {
	display: flex;
	gap: .6rem;
	justify-content: center;
	margin-top: 1.5rem
}
.lp-dot {
	background: #cbd5e1;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 10px;
	padding: 0;
	transition: background .25s, transform .2s;
	width: 10px
}
.lp-dot.active {
	background: var(--auth-primary);
	transform: scale(1.2)
}
.lp-footer {
    background: #000000;
    border-top: 1px solid var(--auth-border);
    padding: 2rem;
}
.lp-footer-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--max-width)
}
.lp-footer-brand-name {
	color: var(--auth-primary-dark);
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: .25rem
}
.lp-footer-copy {
	color: var(--auth-text-gray);
	font-size: .82rem
}
.lp-footer-copy-green {
	color: var(--auth-primary);
	font-weight: 500
}
.lp-footer-links {
	display: flex;
	gap: 1.5rem
}
.lp-footer-link {
	color: var(--auth-text-gray);
	font-size: .85rem;
	transition: color .2s
}
.lp-footer-link:hover {
	color: var(--auth-primary)
}
.text-center {
	text-align: center !important
}
.mb-4 {
	margin-bottom: 1.5rem !important
}
.mb-5 {
	margin-bottom: 3rem !important
}
.mt-4 {
	margin-top: 1.5rem !important
}
.mt-5 {
	margin-top: 3rem !important
}
.text-muted {
	color: var(--auth-text-gray) !important
}
.otp-group {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 24px
}
.otp-field {
	background: var(--auth-white);
	border: 1.5px solid var(--auth-border);
	border-radius: var(--auth-radius-md);
	color: var(--auth-text-dark);
	font-size: 1.5rem;
	font-weight: 700;
	height: 64px;
	text-align: center;
	transition: all .2s cubic-bezier(.4, 0, .2, 1);
	width: 52px
}
.otp-field:focus {
	border-color: var(--auth-primary);
	box-shadow: 0 0 0 4px rgba(5, 147, 68, .1);
	outline: none;
	transform: translateY(-2px)
}
.spin-animation {
	animation: spin 1s linear infinite
}
@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
.opacity-75 {
	opacity: .75 !important
}
.alertify-notifier .ajs-message {
	color: #fff !important
}
@media (max-width:1024px) {
	.lp-hero-right {
		flex: 0 0 340px;
		max-width: 340px
	}
	.lp-hero-headline {
		font-size: 2.25rem
	}
}
@media (max-width:860px) {
	.lp-navbar-inner {
		padding: 0 1.5rem
	}
	.lp-mobile-toggle {
		display: block
	}
	.lp-nav-menu {
		background: var(--auth-white);
		border-bottom: 1px solid var(--auth-border);
		box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
		display: none;
		flex-direction: column;
		gap: 1.5rem;
		left: 0;
		margin-left: 0;
		padding: 2rem;
		position: fixed;
		top: 64px;
		transform: translateY(-110%);
		transition: transform .3s cubic-bezier(.4, 0, .2, 1);
		width: 100%;
		z-index: 90
	}
	.lp-nav-menu.active {
		display: flex !important;
		transform: translateY(0)
	}
	.lp-nav-links {
		align-items: stretch;
		flex-direction: column;
		gap: 1rem;
		width: 100%
	}
	.lp-nav-link {
		border-bottom: 1px solid var(--auth-bg);
		font-size: 1.1rem;
		padding: .5rem 0
	}
	.lp-btn-visit {
		justify-content: center;
		padding: .8rem;
		width: 100%
	}
	.lp-hero-inner {
		align-items: stretch;
		flex-direction: column
	}
	.lp-hero-right {
		flex: unset;
		max-width: 100%
	}
	.lp-login-card {
		margin: 0 auto;
		max-width: 480px
	}
	.lp-feature-cards {
		grid-template-columns: 1fr 1fr
	}
	.lp-slide.active {
		grid-template-columns: 1fr
	}
	.lp-slide-img-wrap {
		max-height: 220px
	}
}
@media (max-width:600px) {
	.lp-hero {
		padding: 2rem 1rem 3rem
	}
	.lp-hero-headline {
		font-size: 1.85rem
	}
	.lp-feature-cards {
		grid-template-columns: 1fr
	}
	.lp-announcements, .lp-features {
		padding: 3rem 1rem
	}
	.lp-footer-inner {
		flex-direction: column;
		text-align: center
	}
	.lp-footer-links {
		justify-content: center
	}
	.lp-features {
		margin-top: 196px;
	}
}
.auth-modal-scroll-area::-webkit-scrollbar {
	width: 6px
}
.auth-modal-scroll-area::-webkit-scrollbar-track {
	background: transparent
}
.auth-modal-scroll-area::-webkit-scrollbar-thumb {
	background: var(--auth-border);
	border-radius: 10px
}
.auth-modal-scroll-area::-webkit-scrollbar-thumb:hover {
	background: var(--auth-text-gray)
}
.support-icon-box i {
	font-size: 1.25rem
}
@media (max-width:576px) {
	.lp-slide-body {
		padding: 1.5rem
	}
}
.text-primary {
	color: var(--auth-primary) !important
}

/* Social Media Share Component Styles */
.lp-slide-header-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: .4rem;
}
.lp-slide-share-btn {
	align-items: center;
	background: transparent;
	border: 1px solid var(--auth-border);
	border-radius: 20px;
	color: var(--auth-text-gray);
	cursor: pointer;
	display: inline-flex;
	font-size: .75rem;
	font-weight: 600;
	gap: .35rem;
	padding: .25rem .75rem;
	transition: all .2s ease;
}
.lp-slide-share-btn:hover {
	background: var(--auth-primary-light);
	border-color: var(--auth-primary);
	color: var(--auth-primary);
}
.share-grid {
	display: grid !important;
	gap: 10px !important;
	grid-template-columns: repeat(4, 1fr) !important;
	margin-bottom: .5rem !important;
}
.share-option {
	align-items: center !important;
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, .08) !important;
	border-radius: 12px !important;
	cursor: pointer;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	padding: 14px 6px !important;
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.share-option:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, .08) !important;
	transform: translateY(-2px) !important;
}
.share-option .share-icon {
	align-items: center !important;
	background: #999 !important;
	border-radius: 50% !important;
	color: #fff !important;
	display: flex !important;
	font-size: 18px !important;
	height: 40px !important;
	justify-content: center !important;
	transition: transform .15s ease;
	width: 40px !important;
}
.share-option:hover .share-icon {
	transform: scale(1.08) !important;
}
.share-option span:last-child {
	color: #444 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}
.share-option[data-network="facebook"] .share-icon {
	background: #1877f2 !important;
}
.share-option[data-network="linkedin"] .share-icon {
	background: #0a66c2 !important;
}
.share-option[data-network="x"] .share-icon {
	background: #000 !important;
}
.share-option[data-network="email"] .share-icon {
	background: #6c5ce7 !important;
}
.share-option[data-network="facebook"]:hover {
	border-color: #1877f2 !important;
}
.share-option[data-network="linkedin"]:hover {
	border-color: #0a66c2 !important;
}
.share-option[data-network="x"]:hover {
	border-color: #000 !important;
}
.share-option[data-network="email"]:hover {
	border-color: #6c5ce7 !important;
}
.copy-label {
	color: #888 !important;
	display: block !important;
	font-size: 12px !important;
	margin: 14px 0 6px !important;
}
.copy-row {
	display: flex !important;
	gap: 8px !important;
}
.copy-row .form-control {
	background: #f8f8f8 !important;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	border-radius: 8px !important;
	color: #555 !important;
	flex: 1 !important;
	font-size: 13px !important;
}
.copy-row .btn {
	align-items: center !important;
	border-radius: 8px !important;
	display: flex !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	gap: 6px !important;
	white-space: nowrap !important;
}
@media (max-width: 420px) {
	.share-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}