body {
	background-color: #f8f8fb;
	font-family: "Rajdhani", sans-serif;
}

ol,
ul {
	list-style: none;
}

section {
	margin-top: 25px;
}

input[type="text"]:disabled {
	cursor: not-allowed;
}

textarea {
	width: 100%;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #dedeea;
	color: #3e3f5e;
	transition: border-color 0.2s ease-in-out;
	border-radius: 3px;
	padding: 15px 15px 35px;
	font-weight: 500;
	outline: none;
	box-sizing: border-box;
	min-height: 150px;
	resize: none;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
	border-color: #f45142;
}

.react-datetime-picker select {
	width: 50px;
}
a {
	color: #f45142;
	text-decoration: none;
}
select {
	padding-left: 20px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dedeea;
	color: #3e3f5e;
	transition: border-color 0.2s ease-in-out;
	width: 100%;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 500;
	height: 50px;
}

.btn-red {
	background-color: #f45142;
	color: #fff;
	padding: 5px 25px;
}

.btn-white {
	background-color: #fff;
	color: black;
	padding: 5px 25px;
}

.btn-gray {
	background-color: gray;
	color: #fff;
	padding: 5px 25px;
}

.mt-5 {
	margin-top: 5px;
}
.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.cursor-pointer {
	cursor: pointer;
}

.long-input {
	position: relative;
	/* margin-top: 30px; */
}
.long-input input[type="text"],
.long-input input[type="password"],
.long-input input[type="number"] {
	background-color: #36393f;
	border: 1px solid #000000;
	color: #fff;
	transition: border-color 0.2s ease-in-out;
	width: 100%;
	height: 50px;
	border-radius: 12px;
	padding: 0 18px;
}

.long-input label {
	color: #fff;
	padding: 0 6px;
	font-size: 0.75rem;
	top: -8px;
	left: 12px;
	position: absolute;
}

.long-input input[type="text"]:focus,
.long-input input[type="password"]:focus {
	/* border-color: #f45142 ; */
	border: 2px solid #000000;
	outline: none;
}

.textarea-container {
	position: relative;
	width: 100%;
}

.textarea-counter {
	user-select: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: inherit;
}
/* Dashboard */
/* #3e4246 - Dark Grey */
/* #f45142 - Red */
.dash-header {
	background-color: #34383c;
	height: 60px;
	z-index: 999;
	/* position: fixed; */
	/* top: 30px;
    left: 0;
    width: 100vw; */
}

.dash-header,
.header-item {
	display: flex;
	align-items: center;
}

.header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
}

.header-item nav {
	height: 80px;
}
.header-logo img {
	height: 40px;
}

.dash-header-menu,
.dash-header-menu-right {
	display: flex;
}

.dash-header-menu ul,
.dash-header-menu-right ul {
	display: flex;
}
.dash-header-menu li,
.dash-header-menu-right li {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dash-header-menu a,
.dash-header-menu-right a {
	color: #fff;
	display: block;
	padding: 0px 20px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

.dash-header-menu a:hover,
.dash-header-menu-right a:hover {
	text-decoration: none;
	color: #f45142;
}

.dash-header-menu-right span {
	color: #fff;
	display: block;
	padding: 0px 20px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.header-item-right {
	float: right;
	margin-left: auto;
}

.header-settings {
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-settings i {
	color: #fff;
	font-size: 20px;
}

.dash-sidebar {
	height: 100%;
	position: fixed;
	top: 10px;
	z-index: 100;
	background-color: #fff;
	width: 200px;
	margin-top: 80px;
}

.dash-sidebar a {
	text-decoration: none;
}

.dash-sidebar label {
	color: #adafca;
	margin: 10px 0 5px 20px;
	font-size: 11px;
	font-weight: 500;
}

.dash-sidebar ul {
	margin-top: 25px;
	padding: 0px;
}

.dash-sidebar li {
	padding: 0px 16px;
	width: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.dash-sidebar-item {
	line-height: 45px;
	height: 45px;
	width: 75px;
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #adafca;
}

.intents-banner {
	background-color: #f45142;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
}

.intents-banner .header {
	font-size: 20px;
	font-weight: 800;
}

.intents-banner .buttons {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.intents-banner p {
	opacity: 0.8;
}

.dash-sidebar-item svg {
	width: 15px;
	max-width: 15px;
	margin-right: 15px;
}

.dash-sidebar-item i {
	width: 15px;
	width: 15px;
	max-width: 15px;
	margin-right: 15px;
}

.dash-sidebar-item.active {
	color: #f45142;
}

.bot-active {
	border: 2px solid #f45142;
}

.toggle.checked {
	background-color: #f45142;
}

.dash-sidebar-avatar {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 25px;
}

.dash-sidebar-avatar:hover {
	opacity: 0.7;
}

.dash-image {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
.dash-sidebar-avatar:hover {
	cursor: pointer;
}

.dash-sidebar-avatar img {
	height: 45px;
	width: 45px;
	border-radius: 50%;
}

.dash-sidebar-item:hover {
	cursor: pointer;
	color: #f45142;
}

.dash-sidebar-tooltip {
	white-space: nowrap;
	position: absolute;
	z-index: 99999;
	right: -50px;
	top: 50%;
	text-align: center;
	margin-top: -10px;
	opacity: 1;
	transform: translate(10px, 0px);
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dash-sidebar-tooltip p {
	padding: 0 12px;
	border-radius: 200px;
	background-color: #f45142;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	width: 80px;
	line-height: 24px;
}

.dashboard-container {
	margin-top: 75px;
	margin-bottom: 150px;
	padding-left: 350px;
	padding-right: calc(350px - 80px);
}

.section-title {
	margin-top: 5px;
	font-size: 1.625rem;
	font-weight: 700;
}

.section-pretitle {
	color: #8f91ac;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.module-item {
	padding: 32px 28px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	position: relative;
	margin-bottom: 15px;
}

.module-item:hover {
	opacity: 0.8;
}

.automod-module {
	margin-top: 25px;
	padding: 28px 28px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	background-color: #fff;
}

.automod-module h4 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.automod-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.automod-btn {
	height: 32px;
	padding: 0 14px;
	border-radius: 200px;
	background-color: #f45142;
	box-shadow: 3px 5px 20px 0 rgb(94 92 154 / 12%);
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	line-height: 32px;
}

.module-item a:hover {
	cursor: pointer;
	text-transform: none;
	text-decoration: none !important;
	color: black;
}

.module-item a {
	color: black;
}

.module-item h3 {
	margin-top: 36px !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	text-align: center !important;
}

.module-item p {
	width: 180px;
	margin: 16px auto 0;
	color: #3e3f5e;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286em;
	text-align: center;
	height: 80px;
}

.module-item img {
	height: 90px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.module-premium {
	opacity: 0.5;
}

.module-badge {
	position: absolute;
	top: 10px;
	right: -6px;
	height: 32px;
	padding: 0 14px;
	border-radius: 200px;
	background-color: #f45142;
	box-shadow: 3px 5px 20px 0 rgb(94 92 154 / 12%);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
}

.section-content {
	margin-top: 25px;
	height: 96px;
	padding: 0 28px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	background-color: #fff;
	display: flex;
	align-items: center;
}

.section-content-normal {
	margin-top: 25px;
	padding: 28px 28px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	background-color: #fff;
	/* display: flex;
    align-items: center; */
}

.section-content-title {
	margin-bottom: 15px;
}

.justify-space-between {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.section-content h3,
.section-content-normal h3,
.announcement-header h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.section-content-normal h3 {
	margin-bottom: 15px;
}

.section-content-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: Rajdhani, sans-serif;
	color: #3e3f5e;
	font-size: 0.875rem;
	font-weight: 500;
}

.full-width {
	width: 100%;
}

.emoji-container {
	right: 17px;
	position: absolute;
	top: 10px;
	cursor: pointer;
}

.emoji-container:hover {
	color: #f45142;
}

.module-header {
	/* background-image: linear-gradient(to right, #f45142 , #fff); */
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 28px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.emoji-mart-container {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2000;
}

.module-header img {
	height: 50px;
	width: 50px;
}

.module-header h1 {
	margin-top: 5px;
	font-size: 1.625rem;
	font-weight: 700;
	margin-left: 15px;
	margin-bottom: 0px;
}

.module-header span {
	margin-left: 15px;
	font-size: 14px;
}

.module-header-text {
	display: flex;
	align-items: center;
}

.module-header-text i {
	margin-left: 5px;
	cursor: pointer;
	color: #f45142;
}
.module-header-action {
	margin-left: auto;
}
.module-header button {
	background-color: #f45142;
	color: #fff;
	padding: 5px 25px;
	font-weight: 700;
}

.module-header .btn-disabled {
	background-color: #9b9b9e;
	color: #fff;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.toggle {
	width: 60px;
	min-width: 60px;
	min-height: 30px;
	height: 30px;
	border-radius: 35px;
	background-color: rgba(255, 255, 255, 0.12);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 20%) 0px 1px 3px;
	background-color: #f8f8fb;
}

.toggle-circle {
	top: 3px;
	width: 24px;
	height: 24px;
	left: 3px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	position: absolute;
	box-shadow: rgb(0 0 0 / 40%) 0px 1px 3px;
	transition: left 200ms ease-out 0s;
}

.justify-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-content-no-align {
}

.commandAdd-buttons {
	display: flex;
	flex-direction: row;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.commandAdd-buttons button {
	margin-left: 10px;
	font-weight: 700;
}

.command {
	margin-top: 25px;
	height: 100px;
	padding: 20px 28px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	background-color: #fff;
	display: flex;
	align-items: center;
	/* cursor: pointer; */
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.command-no-hover {
	margin-top: 25px;
	height: 100px;
	padding: 20px 28px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	background-color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.command:hover {
	/* border: 2px solid #f45142; */
}

.command h3,
.command-no-hover h3 {
	font-size: 1rem !important;
	font-weight: 700;
	margin: 0;
}

.command span,
.command-no-hover span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: Rajdhani, sans-serif;
	color: #3e3f5e;
	font-size: 0.875rem;
	font-weight: 500;
	margin-left: 0px !important;
}

.levels-color-picker-container {
	margin-left: auto;
	margin-right: 15px;
	display: flex;
}

.levels-color-picker-container span {
	margin-right: 15px;
}

.levels-color-picker {
	display: flex;
	align-items: center;
}

.command-options {
	margin-left: auto;
}

.embed-container {
}

.embed {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	position: relative;
	/* background: rgba(0, 0, 0, 0.1); */
	padding: 16px 16px 16px 10px;
	background-color: #f8f8fb;
	margin-left: 4px;
}

.embed-content {
	width: 100%;
}

.embed::before {
	position: absolute;
	right: 100%;
	bottom: 0px;
	top: 0px;
	width: 4px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #f45142;
	content: "";
}

.embed-author {
	width: 100%;
	margin-bottom: 5px;
}

.embed-author input,
.embed-footer input,
.embed-title input {
	background: #fff;
	outline: none;
	font-family: inherit;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid transparent;
	font-weight: 600;
	line-height: 22px;
	font-size: 12px;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.embed-color-picker {
	position: relative;
}
.embed-color-picker span {
	font-weight: 700;
	color: #3e3f5e;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.embed-color-picker-selected {
	width: 70px;
	height: 50px;
	background-color: #f45142;
	border-radius: 3px;
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.embed-color-picker-selected i {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.color-picker-container {
	position: absolute;
	top: -230px;
	/* left: 0; */
	z-index: 300;
}

.announcement {
	margin-top: 25px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	background-color: #fff;
}
.announcement:hover {
	cursor: pointer;
}

.announcement-header {
	display: flex;
	padding: 28px 28px;
}

.announcement-content {
	padding: 28px 28px;
	margin-top: -25px;
}

.command-option {
	padding-left: 15px;
}

.custom-command {
	height: 150px;
}

.custom-command:hover {
	opacity: 0.7;
}

.role-adder {
	width: 100%;
	padding: 0 28px;
	border-radius: 12px;
	border: 1px solid #8f91ac;
	background-color: #fff;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	padding: 6px;
	min-height: 50px;
	position: relative;
}

.module-disabled {
	opacity: 0.5;
}

.invite-container {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
}
.invite {
	padding: 50px 20px;
	max-width: 50%;
	/* min-height: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.invite-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.invite-image img {
	width: 50px;
	height: 50px;
}

.variable-editor {
	position: absolute;
	padding: 0;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	width: 100%;
	background: rgb(248 248 251);
	border: 1px solid black;
	bottom: 99%;
	list-style: none;
	box-sizing: border-box;
	visibility: visible;
	overflow: hidden scroll;
	height: 250px;
	z-index: 20;
}

.variable-editor::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

.variable-editor::-webkit-scrollbar-button {
	display: none;
}

.variable-editor::-webkit-scrollbar-thumb {
	background-color: rgba(24, 25, 28, 0.3);
	border-radius: 8px;
	cursor: pointer;
	border: 3px solid transparent;
	background-clip: content-box;
}

.icon-red {
	color: #f45142;
}

.variable-editor-header {
	font-size: 12px;
	font-weight: 800;
	cursor: default !important;
}

.variable-editor-header:hover {
	opacity: 1 !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
}
.variable-editor li {
	padding: 10px;
	border-radius: 3px;
	cursor: pointer;
	user-select: none;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.05);
}

.variable-editor-description {
	opacity: 0.7;
	margin-left: auto;
}

.variable-editor li:hover {
	opacity: 0.7;
	background-color: rgb(253 253 254);
}

.quick-start-container {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.hithere {
	animation: hithere 1s ease infinite;
}
@keyframes hithere {
	30% {
		transform: scale(1);
	}
	40%,
	60% {
		transform: rotate(-10deg) scale(1.1);
	}
	50% {
		transform: rotate(10deg) scale(1.1);
	}
	70% {
		transform: rotate(0deg) scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.economy-roles-delete {
	margin-left: 15px;
	cursor: pointer;
}

.role-adder ul {
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-inline-start: 10px;
}

.role-adder-container {
	position: relative;
}

.role-adder-container img {
	font-size: 20px;
	cursor: pointer;
}

.role-adder-dropdown {
	position: absolute;
	width: 250px;
	/* padding: 0 28px; */
	top: -325px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
	background-color: #fff;
	z-index: 2000;
}

.refresh-bot-data {
	cursor: pointer;
}

.icon-role-adder {
	position: absolute;
	left: 224px;
	top: 12px;
	cursor: pointer;
}

.refresh-loading {
	opacity: 0.5;
	cursor: not-allowed;
}

.role-adder-dropdown header {
	position: relative;
	width: 100%;
	height: 55px;
	border-radius: 4px 4px 0px 0px;
}

.partner-program-container {
	background: #222527;
	padding-bottom: 150px;
}

.partner-program h2 {
	font-weight: 900;
	font-size: 30px;
	color: #fff;
}

.partner-button {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 30px;
}

.partner-program-section h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 0px;
}
.partner-program-section span {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	opacity: 0.7;
	margin-bottom: 15px;
}
textarea {
	width: 100%;
	font-size: 14px;
	background-color: #36393f;
	border: 1px solid #000000;
	color: #fff;
	transition: border-color 0.2s ease-in-out;
	border-radius: 3px;
	padding: 15px 15px 35px;
	font-weight: 500;
	outline: none;
	box-sizing: border-box;
	min-height: 150px;
	resize: none;
}

.partner-program-section {
	width: 100%;
	margin-top: 20px;
}
.partner-program {
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 25%;
	padding-right: 25%;
	/* justify-content: center; */
}

.partner-program p {
	color: #fff;
	opacity: 0.7;
	font-size: 17px;
	font-weight: 800;
	text-align: center;
}

.partner-program img {
	height: 60px;
}

.partner-program h1 {
	font-weight: 900;
	font-size: 60px;
}
.role-adder-dropdown input {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #dedeea;
	color: #3e3f5e;
	transition: border-color 0.2s ease-in-out;
	width: 100%;
	height: 40px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	/* border-radius: 12px; */
	padding: 0 18px;
}

.role-adder-dropdown-main {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 264px;
	overflow: hidden scroll;
}

.role-adder-dropdown-main::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

.role-adder-dropdown-main::-webkit-scrollbar-button,
.custom-scrollbar::-webkit-scrollbar-button {
	display: none;
}

.role-adder-dropdown-main::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(24, 25, 28, 0.3);
	border-radius: 8px;
	cursor: pointer;
	border: 3px solid transparent;
	background-clip: content-box;
}

.role-adder-role {
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border: 1px solid;
	border-radius: 22px;
	height: 22px;
	max-width: 200px;
	font-size: 16px;
	font-weight: 700;
	margin: 6px;
	padding: 12px;
	border-color: #f45142;
}

.role-adder-role span {
	opacity: 0.7;
	font-weight: 500;
	font-size: 14px;
}

.role-adder-role button {
	cursor: pointer;
	border-radius: 50%;
	border: none;
	width: 12px;
	min-width: 12px;
	height: 12px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 300;
	padding: 0px;
	margin-right: 5px;
}

.role-adder-guild {
	padding: 0px 20px;
	/* color: rgb(153, 170, 181); */
	min-height: 44px;
	height: 44px;
	width: 100%;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 700 !important;
}

.role-adder-guild span {
	font-weight: 700 !important;
}

.role-adder-role svg {
	color: #f45142;
	margin-right: 3px;
	cursor: pointer;
}

.role-adder-item {
	padding: 0px 20px;
	/* color: rgb(153, 170, 181); */
	min-height: 44px;
	height: 44px;
	width: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.role-adder-item:hover {
	background-color: #f45142;
	color: #fff;
}

.react-role-emoji-container {
	position: absolute;
	top: 13px;
	right: 0px;
	z-index: 2000;
}

.react-role {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.react-role-emoji {
	min-width: 25px;
	margin-right: 25px;
}

.react-role-container {
	display: flex;
	align-items: center;
	width: 100%;
}

.economy-roles {
	display: flex;
	align-items: center;
}

.economy-roles-input {
	width: 20%;
	margin-right: 15px;
}

.economy-roles-container {
	width: 100%;
}

.loader-full {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader-full img {
	width: 100px;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #f45142;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

.loader-contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 150px;
}

.premium-badge {
	display: inline-block;
	padding: 0 10px;
	border-radius: 200px;
	background-color: #f45142;
	box-shadow: 3px 5px 20px 0 rgb(94 92 154 / 12%);
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
}

.modal-header {
	position: relative;
}

.modal-content {
	max-height: calc(100vh - 5vh);
}

.modal-body {
	overflow-y: scroll;
}

.modal-footer {
	height: 100px;
}

.modal-background {
	background-color: rgb(255 255 255 / 70%);
}

.command-edit-modal {
	width: 75% !important;
	max-width: 75% !important;
	min-width: 75% !important;
}

.command-edit-body {
}

.command-edit-content {
	width: 100%;
	padding: 25px 25px;
	border-bottom: 1px solid #dee2e6;
}

.command-edit-content h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.border-left {
	border-left: 1px solid #dee2e6;
}

.command-edit-content span {
	font-family: Rajdhani, sans-serif;
	color: #3e3f5e;
	font-size: 0.875rem;
	font-weight: 500;
}

.command-edit-section-header {
	min-height: 70px;
}

.premium-plan {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 350px;
	padding: 32px 28px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.premium-plan-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.premium-plan-name {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.premium-plan-price {
	font-size: 40px;
	color: #f45142;
	font-weight: 700;
}

.premium-plan-description {
	opacity: 0.7;
}

.premium-plan-tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f45142;
	height: 30px;
	border-radius: 12px;
	padding: 0px 10px;
	color: #fff;
	font-weight: 400;
}

.premium-plan-buttons {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: auto;
}
.premium-plan-buttons-container {
	width: 100%;
}
.premium-plan-buttons-container button {
	width: 49%;
	padding: 7px 5px;
	border-radius: 19px;
	font-weight: 700;
	font-size: 12px;
}

.home-mobile-container {
	background-color: #222527;
	padding: 15px 100px;
	border-bottom: 1px solid #0000006e;
}

.home-command-builder-container {
	height: 750px;
	background-color: #222527;
	position: relative;
}

.stat-box-row {
	min-height: 100px;
}
.home-command-builder-header {
	height: 100%;
	display: flex;
	align-items: center;
	/* top: 240px; */
	left: 0px;
	right: 0px;
	-webkit-margin-start: auto;
	margin-inline-start: auto;
	-webkit-margin-end: auto;
	margin-inline-end: auto;
	position: absolute;
	max-width: 1500px;
	z-index: 7;
	pointer-events: none;
}

.premium-plan-billing {
	font-size: 13px;
	/* color: #fff; */
	opacity: 0.7;
	text-align: center;
	font-weight: 700;
}

.premium-features {
	/* background-color: #fff; */
	padding: 32px 28px;
	border-radius: 12px;
}
.premium-features h2 {
	text-align: center;
}

.premium-features-container {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.premium-feature {
	/* border-right: 1px solid #434649;
    border-bottom: 1px solid #434649; */
	padding: 60px;
	-webkit-transition: background-color ease-in 170ms;
	-moz-transition: background-color ease-in 170ms;
	-o-transition: background-color ease-in 170ms;
	-ms-transition: background-color ease-in 170ms;
	transition: background-color ease-in 170ms;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	position: relative;
}

.premium-feature-inner {
	display: flex;
	flex-direction: row;
}

.premium-feature-inner img {
	margin-right: 20px;
	height: 80px;
	width: 80px;
}

.premium-feature-text h4 {
	font-weight: 700;
}

.accordions {
	width: 100%;
}
.card {
	border: none;
}

.action-node {
	padding: 20px 20px;
	background: #2f3136;
}

.root-action-node {
	border: 2px solid #ffc107;
}

.button-node {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	min-width: 60px;
	font-size: 14px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	line-height: 16px;
	margin: 4px 8px 4px 0;
	padding: 2px 16px;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.react-flow__attribution {
	display: none;
}
.discord-button-primary {
	background-color: #5865f2;
}

.menu-option-node {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	min-width: 60px;
	font-size: 14px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	line-height: 16px;
	margin: 4px 8px 4px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	transition: background-color 0.15s ease, color 0.15s ease;
	background-color: #2f3136;
}

.action-node.selected {
	border: 2px solid #007bff;
}

.object-info {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.object-icon {
	min-width: 36px;
	height: 36px;
	background-color: #4c4e52;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	display: flex;
	align-items: center;
	color: #9d9b9b;
	justify-content: center;
}

.command-builder-object .inner {
	display: flex;
}

.command-builder-objects {
	flex: 1 1 auto;
	overflow: auto;
	padding-bottom: 25px;
}
.command-builder-object:hover {
	cursor: grab;
	opacity: 0.7;
}

.command-template-hover:hover {
	cursor: pointer !important;
	opacity: 0.7;
}

.command-builder-templates-button {
	margin-left: -20px;
	padding: 20px;
	border-top: 1px solid #7878786b;
}

.command-builder-objects::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

.command-builder-objects::-webkit-scrollbar-button {
	display: none;
}

.command-builder-objectsr::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	border: 3px solid transparent;
	background-clip: content-box;
}

.object-grip {
	color: #b9b7b7;
	display: flex;
	align-items: center;
	min-width: 35px;
	height: 36px;
	font-size: 20px;
}
.object-title {
	font-size: 20px;
	color: #e5e2e2;
	line-height: 20px;
	font-weight: 600;
}

.object-description {
	font-size: 16px;
	line-height: 19px;
	color: #9d9b9b;
	font-weight: 600;
}

.command-builder-object {
	padding-top: 10px;
	width: 318px;
	border: 1px solid transparent;
	transition-property: box-shadow, height;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.05, 0.03, 0.35, 1);
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgb(22 33 74 / 0%);
	box-sizing: border-box;
}

.button-node.selected,
.menu-option-node.selected {
	border: 2px solid #007bff;
}
.discord-button-success {
	background-color: #3ba55c;
}

.discord-button-danger {
	background-color: #ed4245;
}

.discord-button-link,
.discord-buttons,
.discord-button-secondary {
	background-color: #4f545c;
}

.button-node {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	min-width: 60px;
	font-size: 14px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	line-height: 16px;
	margin: 4px 8px 4px 0;
	padding: 2px 16px;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.object-icon {
	min-width: 36px;
	height: 36px;
	background-color: #4c4e52;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
	display: flex;
	align-items: center;
	color: #9d9b9b;
	justify-content: center;
}

.object-icon-root {
	background-color: #ffc107;
	color: #fff;
}
.object-icon-action {
	background-color: #358deb;
	color: #fff;
}
.object-icon-option {
	background-color: #8d0eab;
	color: #fff;
}

.object-icon-option {
	background-color: #8d0eab;
	color: #fff;
}

.object-icon-template {
	background-color: #ffc107;
	color: #fff;
}

.object-icon-else {
	background-color: #f45142;
	color: #fff;
}
.object-icon-condition {
	background-color: #28a745;
	color: #fff;
}

.root-node {
	background-color: #2c2f33;
}
.root-node .title {
	font-size: 30px;
}
.root-node .description {
	font-size: 15px;
	font-weight: 400;
}
.option-node,
.action-node .title {
	font-size: 16px;
}

.option-node,
.action-node .description {
	font-size: 12px;
}

.custom-node.selected {
	border: 3px solid #fff;
}

.custom-node:hover {
	cursor: pointer;
}

.card-header {
	background-color: #fff;
	padding: 28px;
	cursor: pointer;
}

.card-header h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.card-body {
	font-size: 14px;
}

.premium-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand {
	height: 100px;
	width: 100px;
}

.newbot {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newbot-container {
	max-width: 50%;
	padding: 50px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pulse {
	margin: 100px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #cca92c;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
	animation: pulse 2s infinite;
}
.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

.botswitcher-header {
	cursor: pointer;
}

.newbot-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.newbot-logo img {
	width: 50px;
	height: 50px;
}

.video-iframe {
	margin: 30px 0px;
}

.newbot-iframe {
	display: flex;
	justify-content: center;
	align-items: center;
}

.save-container {
	z-index: 2000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: bottom 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, background-color 400ms ease-out 0s;
}

.save {
	max-width: 1120px;
	border-radius: 12px;
	background-color: #f45142;
	/* opacity: 0.8; */
	padding: 15px;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.mobile-menu {
	flex-direction: column;
	width: 100%;
}

.mobile-menu li {
	border-inline-start: 5px solid transparent;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 800;
}

.save span {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

.save button {
	background-color: #f8f8fb;
	font-weight: 600;
	font-size: 18px;
}

.bot-switcher-modal {
	width: 75% !important;
}

.custom-command-modal {
	width: 50% !important;
	max-width: 50% !important;
}

.custom-command-section {
	width: 100%;
	margin-bottom: 15px;
}

.fl {
	display: flex;
}

.new-bot-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #f45142;
	/* height: 50px; */
}

.new-bot-button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.premium-banner-container {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
	/* padding: 5px 0px; */
	background-color: rgb(0, 0, 0);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(255, 255, 255);
	cursor: pointer;
	z-index: 999;
	position: fixed;
	height: 30px;
	top: 0;
	left: 0;
	width: 100vw;
}

.new-bot-button span {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
}

.premium-banner {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	font-size: 14px;
}

.CircularProgressbar-text {
	font-weight: 800;
}

.payment-processing {
	font-weight: 600;
}

.token-section {
	background-color: #f45142;
}

.token-section h3,
.token-section .section-content-header {
	color: #fff;
}

.token-section button {
	background-color: #fff !important;
	color: black;
	font-weight: 600;
}

.mobile-sidebar {
	display: none;
}

.mobile-sidebar {
	width: 100%;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
}

.mobile-sidebar ul {
	display: flex;
	margin-top: 90px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.beta-banner {
	background-color: #f45142;
	color: #fff;
}

.beta-banner:hover {
	cursor: pointer;
}

.beta-banner h4 {
	font-weight: 600;
	font-size: 18px;
}
.beta-banner p {
	margin-bottom: 0;
}

.premium-sale-text {
	text-decoration: line-through;
	color: gray;
}

.affiliate-input input {
	width: 30% !important;
	margin-right: 15px;
}

.premium-section {
	opacity: 0.7;
}

.premium-section:hover {
	cursor: pointer;
}

.premium-modal {
	height: auto;
	/* height:350px; */
}

.premium-modal-dialog {
	display: flex;
	align-items: center;
	height: 100vh;
}

.premium-modal-body {
	overflow-y: hidden;
	display: flex;
	justify-content: center;
}

.premium-modal-content {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.modal-title {
	font-weight: 600;
}
.modal {
	z-index: 9999;
}
.notifications-container {
	margin-right: 25px;
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.notifications-container.unread:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #f45142;
	position: absolute;
	top: 27px;
	left: 19px;
}

.dropdown-box {
	position: absolute;
	z-index: 9999;
	right: 6px;
	right: 190px;
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
	transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s;
	width: 384px;
	border-radius: 10px;
	background-color: #fff;
	top: 215px;
	box-shadow: 3px 5px 40px 0 rgb(94 92 154 / 6%);
	position: relative;
}

.dropdown-box-header {
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 28px 20px;
}

.dropdown-box-header p {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.dropdown-box-list {
	height: 300px;
	overflow-y: auto;
}

.dropdown-list-item {
	padding: 16px 28px;
}

.dropdown-list-item.unread {
	background-color: #fcfcfd;
}

.dropdown-list-item:hover {
	background-color: #d7d7dc;
	cursor: pointer;
}

.notification-image {
	height: 40px;
	width: 40px;
}

.notification {
	padding-right: 20px;
	padding-left: 60px;
	position: relative;
}

.notification-image-container {
	position: absolute;
	top: 0;
	left: 0;
}

.notification-image-container a {
	padding: 0;
}

.upgrade-menu {
	font-weight: 800;
	font-size: 18px;
	color: #f45142;

	cursor: pointer;
}

.upgrade-menu:hover {
	opacity: 0.7;
}

.quick-start {
	position: fixed;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	z-index: 1019;
	background: #f8f8fb;
	color: rgb(43, 29, 56);
	border-right: 1px solid rgb(198, 190, 207);
	box-shadow: rgb(0 0 0 / 6%) 1px 0px 2px;
	text-align: left;
	animation: 200ms ease 0s 1 normal none running animation-185ib2l;
	top: 0px;
	left: 200px;
	width: 450px;
	margin-top: 90px;
	padding: 25px;
	overflow-y: scroll;
}

.quick-start header {
	display: flex;
}

.quick-start header h3 {
	font-weight: 800;
}

.quick-start main h4 {
	color: #f45142;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	margin-top: 20px;
}

.quick-start-card {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(198, 190, 207);
	border-radius: 4px;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-direction: column;
	transition: box-shadow 0.2s ease 0s;
	text-align: left;
	cursor: pointer;
	position: relative;
	padding: 16px 20px;
	margin-bottom: 15px;
}

.quick-start-card:hover {
	box-shadow: rgb(209 202 216 / 20%) 0px 0px 0px 6px;
	position: relative;
	outline: none;
}

.quick-start-completed {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(198, 190, 207);
	border-radius: 4px;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-direction: column;
	transition: box-shadow 0.2s ease 0s;
	text-align: left;
	position: relative;
	padding: 16px 20px;
	cursor: pointer;
}

.quick-start-close {
	position: absolute;
	right: 12px;
	top: 12px;
	color: rgb(147, 134, 160);
}
.quick-start-completed:not(:last-of-type) {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.quick-start-completed:not(:first-of-type) {
	margin-top: -1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.quick-start-completed span {
	font-weight: 800;
	font-size: 20px;
	margin-left: 5px;
}

.quick-start-card h2 {
	font-weight: 600;
	font-size: 14px;
}

.blog h1 {
	margin-top: 5px;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #34383c;
}

.blog h2 {
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: 600;
}

.blog h3 {
	margin-top: 5px;
	font-weight: 700;
	font-size: 28px;
	line-height: 175%;
	color: #000000;
}

.header-image {
	max-width: 100%;
	max-height: 350px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.blog-header small {
	text-align: center;
}

.blog-item-tags span {
	background-color: rgb(52 56 60);
	padding: 5px 17px;
	border-radius: 3px;
	margin-inline-end: 10px;
	margin-bottom: 10px;
	color: rgb(255 255 255);
	user-select: none;
	white-space: nowrap;
	font-size: 14px;
	display: inline-block;
}

.how-to-post-section img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	box-shadow: rgb(25 15 15 / 28%) 0px 9px 15px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how-to-post-section header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 28px;
	border-radius: 12px;
	background-color: #fff;
	margin-bottom: 15px;
}

.how-to-post-section header img {
	height: 50px;
	width: 50px;
	margin: 0;
	box-shadow: none;
}

/* .how-to-post-section header h2, span{
    margin:0;
    margin-left:15px;
} */

.howto-header-text {
	margin-left: 15px;
}

.blocker {
	display: none;
}

.privacy-container {
	color: rgb(248 248 248 / 75%) !important;
}

.privacy-container h2,
h1 {
	margin-bottom: 15px;
	color: #fff;
}

.privacy-container ul {
	list-style: square;
}
.blog-container {
	/* padding: 50px 30px; */
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	/* color: #fff; */
}
.blog-subheader {
	opacity: 0.5;
}

.how-to-post-section a {
	font-weight: 700;
}

.blog-item h2 {
	font-size: 24px;
	text-transform: none;
	margin-bottom: 15px;
}

.blog-item {
	border-bottom: 0.5px solid rgb(255 255 255 / 30%);
	padding: 25px 0px;
}

.blog-contents-header {
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
}

.blog-contents::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

.blog-contents::-webkit-scrollbar-button,
.custom-scrollbar::-webkit-scrollbar-button {
	display: none;
}

.blog-contents::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #aaa;
	border-radius: 8px;
	cursor: pointer;
	border: 3px solid transparent;
	background-clip: content-box;
}

.blog-content-item a:hover {
	/* color: #fff; */
	opacity: 0.7;
	cursor: pointer;
	text-decoration: none;
}

.related-articles {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 60px;
	max-width: 200px;
	min-width: 200px;
	align-self: flex-start;
	margin-left: 30px;
	/* max-height: 400px; */
	/* overflow-y: scroll; */
}

.related-articles img {
	height: 50px;
	width: 50px;
}

.blog-contents ol {
	padding: 0;
	margin-top: 5px;
}

.blog-contents li {
	margin-bottom: 5px;
}
.sign-up-button {
	padding: 5px 25px !important;
}

.sign-up-button:hover {
	opacity: 0.8 !important;
	color: #fff !important;
}

.blog-content-item a {
	color: #34383c;
	text-decoration: none;
	/* font-weight: 700; */
	/* font-size: 20px; */
}

.blog-contents {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 60px;
	max-width: 200px;
	min-width: 200px;
	align-self: flex-start;
	max-height: 600px;
	overflow-y: scroll;
	margin-right: 30px;
	/* color: #fff; */
}

.blog {
	margin: 50px auto;
	padding: 0px 40px;
	scroll-behavior: smooth;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	max-width: 1400px;
}

.blog p {
	font-size: 19px;
}

.best-bot img {
	height: 250px;
}
.best-bot-image {
	display: flex;
	width: 100%;
	justify-content: center;
}
.best-bot {
	border-bottom: 1px solid #ffffff36;
	margin-bottom: 30px;
}
.best-bot h2 {
	font-size: 35px;
	text-transform: none;
}

.best-bot-tags span {
	background-color: rgb(27 29 31);
	padding: 5px 17px;
	border-radius: 3px;
	margin-inline-end: 10px;
	margin-bottom: 10px;
	color: #fff;
	user-select: none;
	white-space: nowrap;
	font-size: 14px;
	display: inline-block;
}

.best-bot-image {
	display: flex;
	width: 100%;
	justify-content: center;
}

.best-bot-website {
	background-color: rgb(244 81 66);
	padding: 5px 17px;
	border-radius: 3px;
	margin-inline-end: 10px;
	margin-bottom: 10px;
	color: rgb(255 255 255);
	user-select: none;
	white-space: nowrap;
	font-size: 14px;
}
.best-bot-website:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}

.row-reverse {
	flex-direction: row-reverse;
}

.module-command.command {
	background-color: #36393f;
}

.module-command h3 {
	color: #fff;
}

.module-command span {
	color: #fff;
	opacity: 0.7;
}

.best-bot img {
	height: 250px;
}

.mobile-nav-dropdown {
	background-color: #34383c;
	height: 100%;
	padding-top: 15px;
}
.mobile-nav-dropdown li {
	margin-bottom: 15px;
}

.mobile-nav-dropdown a {
	color: #fff;
	display: block;
	padding: 0px 20px;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
}

.mobile-open {
	height: 100vh;
	position: fixed;
	z-index: 100;
	inset: 0px;
}

.mobile-only {
	display: none !important;
}

iframe {
	max-width: 100%;
}

.home {
	background-color: #34383c;
	height: 100vh;
	width: 100%;
	padding: 25px;
}

.logo-text {
	font-weight: 700;
	color: #fff;
	font-size: 30px;
}

.home-logo img {
	height: 60px !important;
}

.home-container,
.home-info-section {
	padding: 30px 100px;
	scroll-behavior: smooth;
	background-color: #222527;
}

.home header {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-justify-center {
	display: flex;
	justify-content: center;
}
.home-menu a {
	font-size: 15px !important;
}

.home-header-content {
	padding-top: 80px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	height: 700px;
	display: flex;
}

.home-header-content button {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 30px;
}

.header-buttons a {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 30px;
}

.home-header-content h1 {
	color: #fff;
	font-weight: 900;
	font-size: 60px;
}

.home-features-window img {
	height: 100px;
}

.home-header-content p {
	color: #fff;
	opacity: 0.7;
	font-size: 20px;
}

.home-builder-content button {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 30px;
}

.home-builder-inner {
	width: 40%;
	pointer-events: all;
}

.header-buttons a {
	font-weight: 700;
	font-size: 18px;
	padding: 10px 30px;
}

.home-builder-content h1 {
	color: #fff;
	font-weight: 900;
	font-size: 60px;
}

.home-features-window img {
	height: 100px;
}

.home-builder-content p {
	color: #fff;
	opacity: 0.7;
	font-size: 20px;
}

.home-module-icon {
	width: 70%;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 50px;
}

.home-module-icon:hover {
	opacity: 0.5;
	cursor: pointer;
}

.home-module-icon {
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 13%);
}

.home-stats-banner {
	padding: 30px 125px;
	background-color: #f45142;
	color: #fff;
}

.stat-box {
	display: flex;
	justify-content: center;
	text-align: center;
}

.stat-box h3 {
	font-weight: 700;
	font-size: 50px;
}

.stat-box p {
	margin-bottom: 0;
}

.home-info-section {
	padding: 30px 130px;
	/* display: flex; */
}

.home-info-part {
	width: 50%;
	text-align: center;
	margin-left: auto;
	padding: 5%;
}

.home-dropdown-button {
	color: #fff;
	display: block;
	padding-left: 20px;
	font-weight: 700;
	font-size: 14px;
	margin-right: 10px;
	cursor: pointer;
}

.home-info-part h2 {
	color: #fff;
	font-weight: 800;
	font-size: 2rem;
}

.home-info-part p {
	color: #fff;
	opacity: 0.7;
	font-size: 20px;
	line-height: 1.8em;
}

.home-info-part img {
	width: 100%;
	border-radius: 10px;
}

.home-info-section-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-botlist-section {
	display: flex;
	justify-content: center;
}

.home-botlist-section h2 {
	font-weight: 700;
	font-size: 25px;
}

.wave {
	/* position: absolute;
    top: 0;
    left: 0; */
	width: 100%;
	overflow: hidden;
	line-height: 0;
	background-color: #222527;
}

.wave svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 50px;
}

.wave .shape-fill {
	fill: #f45142;
}

.home-module-part-header {
	width: 30%;
}

.home-module-part-header h2 {
	color: #fff;
	font-weight: 800;
	font-size: 2rem;
}

.home-mobile-only {
	display: none;
}

.home-module-part-content {
	width: 70%;
}

.home-module {
	color: #fff;
	margin-bottom: 50px;
}
.home-module h4 {
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.5rem;
}

.home-module img {
	height: 40px;
}

.home-module p {
	margin-top: 15px;
	opacity: 0.5;
}

.home-module-right {
	padding-right: 150px;
}

.home-module-left {
	padding-left: 150px;
}

.home-modules-section section {
	margin-bottom: 100px;
}

.home-botlist-footer-pre {
	text-align: center;
}

.home-botlist-footer-pre a {
	font-weight: 700;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 30px;
}

.home-header-container {
	display: flex;
}

.home-header-title {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1600px) {
	.dashboard-container {
		margin-top: 75px;
		margin-bottom: 150px;
		padding-left: 250px;
		padding-right: calc(250px - 80px);
	}
}

@media screen and (max-width: 1400px) {
	.dashboard-container {
		margin-top: 75px;
		margin-bottom: 150px;
		padding-left: 15px;
		padding-right: calc(200px - 80px);
	}
}

@media screen and (max-width: 992px) {
	.dashboard-container {
		margin-top: 75px;
		margin-bottom: 150px;
		padding-left: 15px;
		padding-right: calc(150px - 80px);
	}

	.non-mobile {
		display: none !important;
	}

	.mobile-only {
		display: inherit !important;
	}
}

@media screen and (max-width: 750px) {
	.dashboard-container {
		margin-top: 75px;
		margin-bottom: 150px;
		padding-left: 15px;
		padding-right: calc(100px - 80px);
	}

	.related-articles {
		display: none;
	}

	.blog-contents {
		display: none;
	}
}

@media screen and (max-width: 576px) {
	.module-item p {
		display: none;
	}

	.dash-sidebar {
		display: none;
	}

	.mobile-sidebar {
		display: flex;
	}

	.menu-botswitcher {
		display: flex !important;
	}

	.dashboard-container {
		margin-top: 30px;
		margin-bottom: 150px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog-container {
		padding: 0;
	}

	.dash-header-menu {
		display: none;
	}

	.bot-switcher-modal,
	.command-edit-modal {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.modal-content {
		height: 100% !important;
	}

	.dash-sidebar-item {
		font-size: 25px;
	}
	.premium-plan {
		margin-bottom: 15px;
	}
}

@media (max-width: 1024px) {
	.home-command-builder-container {
		display: none;
	}
	.home-mobile-only {
		display: inherit;
	}
	.home-container,
	.home-info-section {
		padding: 20px 20px;
	}
	.home-header-content {
		padding: 0;
		height: auto;
		padding-top: 50px;
	}
	.home-header-title {
		width: 100% !important;
		text-align: center;
	}

	.home-header-title h1 {
		font-size: 50px;
	}

	.home-header-modules {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 50px;
		/* display: none; */
	}

	.home-header-container {
		display: inline-block;
	}

	.home-module-icon {
		width: 100% !important;
	}

	.home-info-section-inner {
		display: flex;
		flex-direction: column;
	}

	.home-info-part {
		margin-left: 0;
		width: 100%;
	}

	.reverse-order {
		flex-direction: column-reverse;
	}

	.home-botlist-section h2 {
		text-align: center;
	}

	.home-botlist-section h2 {
		font-weight: 700;
		font-size: 25px;
	}

	.home-module-part-header {
		width: 100%;
		text-align: center;
	}

	.home-module-left {
		padding-left: 0;
		margin-top: 15px;
	}

	.home-module {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.home-modules-section section {
		margin-bottom: 15px;
	}

	.home-stats-banner {
		padding: 30px 50px;
	}

	.home-logo img {
		height: 40px !important;
	}

	.header-logo {
		width: 60px;
	}

	.logo-text {
		font-size: 25px;
	}

	.home-mobile-container {
		background-color: #222527;
		padding: 0;
	}

	.home-mobile-open {
		padding: 20px 20px;
	}

	.dash-header-menu {
		display: none;
	}
}
