@import url('./_reset.css');
@import url('./_fonts.css');
@import url('./_typography.css');
@import url('./_ui.css');
@import url('./_feed-notifications.css');
@import url('./../_partials/common/header.css');
@import url('./../_partials/common/footer.css');


.hidden {
	overflow: hidden;
}

.visibility-hidden {
	visibility: hidden;
}

.none {
	display: none !important;
}

/* Container */
.container {
	width: 100% !important;
	padding: 0 5px !important;
	margin: 0 auto !important;
}

.page-container {
	max-width: 1340px !important;
	width: 100% !important;
	padding: 0 10px !important;
	margin: 0 auto !important;
}

/* Form element */
.form-element {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 auto;
	margin-bottom: 10px;
}

.form-element span,
.form-element p {
	color: #1B193F;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.form-element p span {
	color: #F7362B;
}

/* Tag */
.tag {
	color: #1B193F;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 12px;
	border-radius: 16px;
	border: 1px solid #C0C0C0;
	background: #F6FAFF;
}

/* Sections */
.page-block {
	background: #F7FAFF;
	border-radius: 20px;
	padding: 62px 128px;
	margin-bottom: 40px;
}

.inner-block {
	padding: 60px 105px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 4px 19px 0px rgba(12, 57, 99, 0.10);
}

/* Sidebar right */
.sidebar-right {
	width: 250px;
	flex-shrink: 0;
	padding: 30px 40px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 19px 0px rgba(12, 57, 99, 0.10);
}

.sidebar-right-menu__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sidebar-right-menu__btn {
	color: #686F7B;
	font-size: 16px;
	font-weight: 500;
}

.sidebar-right-menu__btn--active {
	color: #1B193F;
	font-weight: 600;
}

.chat-modal .modal-content {
	max-width: 1200px;
	max-height: 95%;
}

.chat-modal .tab-menu {
	position: absolute;
	top: -6px;
	left: 49%;
	transform: translateX(-50%);
}

.button-buttom-group {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	display: flex;
	gap: 4px;
	justify-content: center;
	align-items: flex-end;
}

.button-buttom-group__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4px;
	background: #F4F9FF;
	border-radius: 10px;
	gap: 6px;
}

.button-buttom-group__box button {
	width: 40px;
	height: 40px;
}

.report-back-modal .h3 {
	margin-bottom: 15px;
}

.report-back-modal .modal-content {
	padding: 24px 44px 35px;
}

.report-back-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.report-back-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.chat-modal .modal-content {
	max-width: 1200px;
	width: 100%;
	max-height: 100%;
	padding: 60px 25px 25px;
}

.report-bug-btn .loader-spinner {
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
}

.info-cards-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 12px;
}

.info-card {
	width: 32%;
	padding: 25px 20px;
	background: #fff;
	border: 1px solid #E3E8E7;
	border-radius: 16px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
}

.info-card--big {
	width: 49%;
}

.info-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin-bottom: 9px;
}

.info-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
}

/* Sales Department */
.sales-department {
	padding: 26px;
	border: 1px solid #E3E8E7;
	background: #fff;
	border-radius: 16px;
	margin: 15px 0;
}

.sales-department__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: -0.03em;
	color: #1B193F;
}

.sales-department__subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.03em;
	margin-bottom: 13px;
}

.sales-department-tarriffs__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 830px;
}

.sales-department-tarrifs__content {
	margin: 0 auto;
	max-width: 830px;
}

.sales-department-tariff-card {
	padding: 13px 10px 18px;
	border: 1px solid #E3E8E7;
	border-radius: 17px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	max-width: 200px;
	width: 100%;
}

.sales-department-tariff-card__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 18px;
}

.sales-department-tariff-card__token {
	font-size: 19px;
	font-weight: 600;
	line-height: 23px;
	max-width: 155px;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin-bottom: 10px;
	background: #1B6DE9;
	border-radius: 11px;
}

.sales-department-tariff-card__operators {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: -0.03em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 135px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.sales-department-tariff-card__price {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -0.03em;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.sales-department-tariff-card__price span {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: -0.01em;
}

.sales-department-tariff-card__btn {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	text-align: center;
	color: #fff;
	background: #1B6DE9;
	border-radius: 44px;
}

.sales-department-tariff-card__text {
	max-width: 668px;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.01em;
	margin-bottom: 12px;
}

.sales-department-tariff-card__subtext {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.03em;
}

.notifications-popup {
	position: absolute;
	top: 65px;
	left: -255px;
	width: 418px;
	background: #fff;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border-radius: 16px;

	overflow: hidden;

	opacity: 0;
	z-index: -1;
	visibility: hidden;

	transition: all .3s;
}

.notifications-popup.open {
	opacity: 1;
	z-index: 300;
	visibility: visible;
}

.notifications-popup__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F3F8FF;
	padding: 8px 20px;
	border-bottom: 1px solid #E3E8E7;
}

.notifications-popup__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #686F7B;
}

.notifications-item {
	display: flex;
	padding: 24px;
	padding-right: 0;
}

.notifications-item:not(:last-child) {
	border-bottom: 1px solid #E3E8E7;
}

.notifications-item__icon {
	margin-right: 16px;
}

.notifications-item__text {
	max-width: 237px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #1B193F;
}

.delete-notification-btn {
	margin-left: auto;
}

.notifications-list {
	overflow: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-right: 14px;
}

.notifications-list::-webkit-scrollbar {
	width: 8px;
}

.notifications-list::-webkit-scrollbar-track {
	background: #F1F3F5;
	border-radius: 10px;
}

.notifications-list::-webkit-scrollbar-thumb {
	background: #B4C9E9;
	border-radius: 10px;
}

.calendly-modal .modal-content {
	max-width: 800px;
	max-height: 98%;
	height: 100%;
	padding: 48px 20px 20px;
}

.calendly-inline-widget {
	height: 805px;
}

.book-demo-btn:not(.button--transparent) {
	flex: 0 0 125px;
	max-height: 35px;
	margin-right: 20px;
	background: transparent;
	color: #1B6DE9;
}

.footer__menu-list .book-demo-btn {
	background: #1B6DE9;
	padding: 9px 12px;
	border-radius: 10px;
	color: #fff;
}

.stop-notification-modal .modal-content {
	padding: 40px 44px 35px;
}

.stop-notification-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.stop-notification-text {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.google-auth-btn {
	transition: all .3s;
}

.google-auth-btn:hover {
	background: #1B6DE9;
	color: #fff;
	border: 1px solid #1B6DE9;
}

.inner-container {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
}

.news-container {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
}

.icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	background: #EDF4FF;
	border-radius: 19px;
	flex: 0 0 auto;
}

.check-email-modal__logo {
	display: block;
	margin: 0 auto 14px;
}

.check-email-modal__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: 0%;
	text-align: center;
	color: #1B193F;
	max-width: 330px;
	width: 100%;
	margin: 0 auto 20px;
}

.check-email-modal__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: #1B193F;
	margin: 0 auto;
}

.check-email-modal__text .email {
	color: #1B6DE9;
}

.error-text {
	font-size: 12px;
	color: #F7362B !important;
}

.check-email-modal__text:not(:last-child) {
	margin-bottom: 10px;
}

.check-email-modal__subtext {
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: #1B193F;
	margin-top: 35px;
}

.welcome-modal-form__btn .loader-spinner {
	width: 21px;
	height: 21px;
	left: 0;
}

.welcome-modal .modal-content {
	max-width: 1100px;
	padding: 0;
	max-height: 95%;
	overflow: auto;
}

.welcome-modal__form-wrapper {
	padding: 20px 80px 20px;
}

.welcome-modal .modal-content::-webkit-scrollbar {
	width: 17px;
	border-radius: 17px;
	background-color: #f1f3f5;
}

.welcome-modal .modal-content::-webkit-scrollbar-thumb {
	border-radius: 17px;
	background-color: #1b193f;
}

.welcome-modal .modal-content::-webkit-scrollbar-track {
	border-radius: 17px;
	background-color: #f1f3f5;
}

.welcome-modal__title {
	font-size: 34px;
	font-weight: 600;
	line-height: 28px;
	/* color: #5AD7FE; */
	text-align: center;
	margin-bottom: 20px;
}

.welcome-modal__text {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 8px;
}

.welcome-modal-form {
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}

.welcome-modal-form .input {
	min-height: 46px;
	height: 46px;
}

.welcome-modal-form__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
}

.welcome-banner__img {
	max-width: 300px;
	width: 100%;
}

.input-req {
	color: #F91C1C !important;
}


.welcome-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('/static/images/welcome-modal-bg.png');
	padding: 0 20px;
	gap: 15px;
}

.welcome-banner__content {
	max-width: 391px;
	width: 100%;
	padding-bottom: 25px;
}

.welcome-banner__content p {
	font-weight: 600;
	margin-bottom: 10px;
}

.welcome-banner__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #1B193F;
	list-style: disc;
	transform: translateX(19px);
}

.welcome-modal__stage-two {
	padding: 20px 48px;
}

.welcome-modal__stage-two-title {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
}

.welcome-modal__stage-two-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
}

.welcome-modal__block:not(:last-child) {
	margin-bottom: 12px;
}

.connections-item-list {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 46px;
	justify-content: center;
}

.connections-item .button--small {
	min-width: 230px;
	height: 50px;
	background: #1B6DE9;
	border-color: #1B6DE9;
	color: #fff;
	width: 100%;
}

.in-active,
.in-process {
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border-radius: 50%;
}

.in-active {
	background-color: #10EE0C;
}


.connections-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	position: relative;
	border-radius: 16px;
	box-shadow: 0px 0px 0px 1px #E9EBF1;
	background: #FAFCFF;
	overflow: hidden;
	width: 32%;
}

.connections-item img {
	width: 50px;
	height: 50px;
	margin-bottom: 14px;
}

.connections-item__header--name {
	font-weight: 500;
	font-style: Medium;
	font-size: 28px;
	letter-spacing: -1.3px;
	vertical-align: middle;
	margin-bottom: 14px;
}

.connections-item:last-child {
	margin: 0;
}

.connections-item>.connections-item__header {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 10px;
	border-radius: 16px 16px 0px 0px;
	background: var(--bg, #f6faff);
}

.connections-item>.connections-item__header>b.connections-item__header--name {
	color: var(--txt-black, #222);
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
}

.connections-item>.connections-item__header>b.connections-item__header--process {
	color: #686f7b;
}

.connections-descr {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #686F7B;
}

.connections-item__content {
	display: flex;
	padding: 40px 10px 40px 20px;
}

.txt-empty {
	flex-grow: 1;
	display: flex;
	align-items: CENTER;
	justify-content: center;
	color: var(--gray, #686f7b);
	font-size: 16px;
	letter-spacing: -0.48px;
	padding-right: 50px;
}

.connections-item__list {
	display: flex;
	flex-direction: column;
	padding: 40px 10px 40px 20px;
	gap: 15px;
}

.connected-item {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 8px;
}

.connected-item__name {
	color: #686f7b;
	font-size: 16px;
	letter-spacing: -0.48px;
	margin-right: 20px;
	min-width: 316px;
}

.connect-channel__status {
	font-size: 16px;
	color: #00de31;
}

.connetions-title {
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	font-weight: 700;
}

@media(max-width: 1440px) {
	.page-block {
		padding: 31px 64px !important;
	}

	.inner-block {
		padding: 60px 30px 20px;
	}
}

@media(max-width: 1140px) {
	.sidebar-right {
		order: 2;
		height: auto;
		width: 100%;
	}

	.sidebar-right-menu__list {
		gap: 10px;
		flex-direction: row;
	}
}

@media (max-width: 968px) {
	.sales-department__inner {
		flex-wrap: wrap;
	}

	.sales-department-card {
		max-width: none;
		width: 40%;
	}
}

@media(max-width: 968px) {
	.notifications-popup {
		width: 300px;
		left: -228px;
	}
}

@media(max-width: 768px) {
	.h1 {
		font-size: 28px;
	}

	.h2 {
		font-size: 24px;
	}

	.h3 {
		font-size: 18px;
	}

	.subtitle {
		font-size: 16px;
	}

	.welcome-modal__title {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.text {
		font-size: 14px;
	}

	.page-block {
		padding: 20px 7px !important;
		margin-bottom: 20px;
	}

	.inner-block {
		padding: 20px 7px;
	}
}

@media(max-width: 600px) {
	.sales-department-card {
		max-width: 174px;
		width: 100%;
	}

	.sales-department {
		padding: 5px;
	}

	.notifications-popup {
		width: 250px;
		left: -200px;
	}

	.calendly-inline-widget {
		height: 100%;
		transform: translateY(0);
	}
}

@media(max-width: 550px) {
	.sidebar-right {
		padding: 15px;
	}

	#chatButton,
	#supportButton {
		width: 40px;
	}

	.button-buttom-group {
		bottom: 5px;
	}

	.welcome-banner {
		flex-direction: column;
		padding: 20px;
	}

	.welcome-modal__title {
		font-size: 18px;
		line-height: 26px;
		max-width: 75%;
		margin: 0 auto 20px;
	}

	.welcome-modal__form-wrapper {
		padding: 15px;
	}

	.welcome-banner {
		flex-direction: column;
		padding: 20px;
	}

	.welcome-banner__img {
		display: none;
	}

	.welcome-banner__content p {
		font-weight: 600;
		margin-bottom: 10px;
	}

	.welcome-banner__list {
		font-size: 14px;
	}

	.txt-empty {
		padding-right: 0;
	}

	.connections-item>.connections-item__header {
		gap: 4px;
		flex-wrap: wrap;
	}

	.connections-item {
		width: 48%;
		padding: 12px;
	}

	.connections-item__header--name {
		font-size: 14px;
	}

	.connections-item .button--small {
		height: auto;
		width: auto;
		min-width: auto;
	}
}