a {
	color: #6c757d;
	text-decoration: none;
	font-family: Merriweather, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue,
		Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
		Noto Color Emoji;
	font-weight: 700;
	font-size: 0.9rem;
}

a:hover {
	color: #f4623a;
}

.flex-end {
	text-align: center;
	align-items: center;
	display: flex;
}

.profile_picture {
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	height: auto;
	width: 50px;
	border-radius: 50px;
	/* margin-left: 50px; */
	cursor: pointer;
}

#logo_header {
	width: 300px;
	cursor: pointer;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	min-width: 10rem;
	width: 168px !important;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #212121;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	left: -100%;
	/* right: 0; */
	/* left: 50%;*/
	transform: translate(-30%, 0) !important; 
	z-index: 100000;
}

.tt-font-p {
	font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	/* font-size: 0.9rem; */
	padding: 0.75rem 0;
	color: white;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

#embed-link-input-htmlTag,
#embed-link-input-email,
#embed-link-input-scriptTag {
	background-color: white;
	font-family: "Merriweather Sans" !important;
	font-weight: 700 !important;
	color: slategray !important;
}

.copy-section input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
}

.tt-transparent {
	background: transparent;
	border: none;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
	font-weight: 400 !important;
	font-size: 16px;
	font-family: sans-serif;
}


.dropdown-item {
	min-height: 32px !important;
	font-weight: 400 !important;
	font-size: 16px;
	font-family: sans-serif;
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	text-align: start;
	justify-content: center;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-weight: bolder;
	cursor: pointer;
}

.dropdown-item:hover {
	background-color: #f4623a;
	color: white !important;
}

.dropdown-item:hover .text-white-50 {
	background-color: #f4623a;
	color: white !important;
}

.tt_profile_btn {
	overflow: none;
	border: none;
	background: none;
	position: relative;
}

@media (max-width: 1200px) {
	#logo_header {
		width: 200px;
	}
}

@media (max-width: 768px) {
	#logo_header {
		width: 100px;
	}
	
	.bx--toggle-input__label{
		color: #6c757d !important;
	}
}

@media (max-width: 672px) {
	#logo_header {
		width: 50px;
	}
}

.header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 12vh;
	padding: 5vh 1rem;
	align-items: center;
	margin: 0.2em auto;
	max-width: 99rem;
}

@media (max-width: 768px) {
	.header {
		height: 6vh;
		padding: 35px 1rem;
	}
}

.tt-nav-bar {
	background-color: white;
	border: none;
	color: #f4623a;
}

.nav_btn {
	padding: 0.5em;
	box-shadow: 1px 1px 1px gray;
	border-radius: 8px;
	outline: none !important;
	border: none;
}

.nav_btn:hover,
.nav_btn:active {
	box-shadow: 3px 3px 3px gray;
}

.navbar_btn_hamburger {
	display: block;
	flex: 1;
	padding: 5px;
}



.small_nav_ul_box {
	height: 0px;
	position: relative;
	overflow: hidden;
	transition: 1s ease;
}

/* .small_nav_ul_box.open{
	height: fit-content;
} */

.small_nav_ul {
	height: 100%;
	padding: 1em 2em;
	position: relative;
}

.small_nav_ul>li {
	padding: 1em 0;
}

/* 
@media (max-width: 1000px) {
	.header {
		padding: 16px 25px;
	}
} */


@media (min-width: 99rem) {
	.header {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}

@media (min-width: 42rem) {
	.header {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

.tt-align-center {
	align-items: center;
	padding-right: 4vh;
}

.picture-container {
	padding-left: 10vh;
}

@media (max-width: 700px) {

	.dropdown-menu {
		position: absolute;
		/* top: unset;
		left: unset;
		right: 0px; */
		width: 100vw !important;
		/* left: 20px; */
		background-color: white;
		border-top: none;
		padding: 1rem;
		overflow: hidden;
		display: block;
		border-top: 0px;
	}

	.dropdown-menu>a>* {
		font-family: Merriweather, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
		;
		font-weight: 700 !important;
		font-size: 0.9rem;
		padding: 0em 3em 1.5em;
		border: unset !important;
	}

	.dropdown-item:hover {
		background-color: white !important;
		color: #f4623a !important;
	}

	.dropdown-item {
		color: #6c757d !important;
	}


}

.hide {
	display: none !important;
}

.tt-std-margin {
	margin: 10vh;
}

.text-small {
	font-size: 10px;
}

.dropdown-item:hover {
	background-color: #f4623a;
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

ul {
	margin-top: 10px;
	/* list-style: none; */
	padding-left: 0;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
	/* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: auto;
	max-width: inherit;
	/* For Bootstrap 4 - to avoid the modal window stretching full width */
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}

.scriptModal {
	background: #212121;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
	position: absolute;
	background-color: #212121;
	z-index: 10002;
	max-width: 100%;
	width: 51rem;
	left: 50%;
	top: 20%;
	transform: translate(-50%, -50%);
	padding: 16px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	pointer-events: none;
	/* background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(6px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px; */
}

.modal-backdrop {
	opacity: 0 !important;
}

.copy-alert {
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 5px;
	z-index: 10002;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.copy-alert.show {
	opacity: 1;
}

.embedd_input{
	background: white;
}

.closeTagBtn {
	color: white !important;
	position: absolute;
	top: -16px;
	right: -10px;
	border: none;
	font-size: 27px;
	cursor: pointer;
}

.closeTagBtn:hover {
	color: #f4623a !important;
}

#embed-link-input-htmlTag,
#embed-link-input-email,
#embed-link-input-scriptTag {
	background-color: white;
	font-family: "Merriweather Sans";
	font-weight: normal;
	color: slategray;
}

#htmlScriptBody {
	max-width: 65em;
}

#closeScriptTagBtn {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 3px;
	margin-top: -2px;
}

.modal-header {
	border-bottom: 0 none;
}

.modal-footer {
	border-top: 0 none;
}

/* img {
	height: auto;
	width: 80px;
  } */



.bordered {
	border-style: solid;
	border-color: rgb(168, 168, 168);
	border-width: 2px;
	box-sizing: border-box;
	padding: 2%;
}

/* This is breaking the responsive in smaller screens, because it overrides the display:block to flex */

.d-flex {
	display: flex !important;
}

.flex-container {
	display: flex !important;
	align-items: stretch;
	justify-content: space-between;
}

.flex-charge {
	display: flex !important;
	align-items: stretch;
	justify-content: space-between;
}

.numInputBox {
	width: 4em;
}

.input-box {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	height: 70px;
	width: 300px;
	overflow-y: scroll;
}

#empty-reply-charge,
#empty-charge,
#error-email,
#error-whatsapp-message,
#error-sms-message,
#error-handle-message {
	display: none;
	color: red;
	font-size: small;
}

.copy-section {
	display: flex;
}

#copyBtn {
	width: 1.25em;
}

/* @media (max-width: 1200px) {
	.dropdown-menu {
	  left: 68px;
	}
  } */

.section-box {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.embed-link {
	position: relative;
	overflow: hidden;
}

.embed-link .embed-content {
	/* Your embed content styles here */
}

.copy-icon {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

.btn-light-custom {
	color: #fff;
	background-color: #f4623a;
	border-color: #f4623a;
}

.btn-light-custom:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus+.btn-light-custom,
.btn-light-custom:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+.btn-light-custom,
.btn-check:active+.btn-light-custom,
.btn-light-custom:active,
.btn-light-custom.active,
.show>.btn-light-custom.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:checked+.btn-light-custom:focus,
.btn-check:active+.btn-light-custom:focus,
.btn-light-custom:active:focus,
.btn-light-custom.active:focus,
.show>.btn-light-custom.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light-custom:disabled,
.btn-light-custom.disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.copy-section {
	margin: 0 20px 20px 20px;
}

.copy-section input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
}

.copy-section input:focus {
	outline: none;
}

.copy-section .copy-button {
	margin: 10px;
	cursor: pointer;
	outline: 0;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background-color: #ffffff;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #5a5a5a;
	border-color: #fffefe;
}

.copy-section .copy-button:focus {
	outline: none;
}

.copy-section .copy-button:hover {
	color: #fff;
	background-color: #f4623a;
	border-color: rgb(30, 171, 210);
}

.text-center{
	text-align: center;
}

.text-light{
	color: white !important;
}

.font-weight-0{
	font-weight: 100;
}

.hover-underline:hover{
	text-decoration: underline;
}

.pointer-event-none{
	pointer-events: none;
}

.bx--toggle-input__label{
	color: white !important;
	margin: 5px 0;
	font-size: 1em;
	font-weight: bold !important;
}.dropdown-item.svelte-tbqf1u{font-family:'Merriweather Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
			'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
			'Segoe UI Symbol', 'Noto Color Emoji';font-weight:700 !important;font-size:0.9rem;display:block;width:100%;padding:0.25rem 1rem;clear:both;color:#fff;text-align:inherit;text-decoration:none;white-space:nowrap;border:0}