[x-cloak] { 
    display: none !important; 
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.notify {
	position: fixed; 
	bottom: 30px; 
	left: 30px; 
	z-index: 9999; 
	min-width: 300px;
	font-family: "Gotham Pro";
	font-size: 15px;
	padding-right: 15px;
}

.notify .toast {
	position: relative;
	padding-right: 15px;
}

.notify .toast .btn-close-notify {
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: url('../img/icons/close-notify-icon.svg'); 
	background-size: 16px 16px; 
	background-repeat: no-repeat; 
	background-position: 50% 50%; 
	width: 16px; 
	height: 16px;
	position: absolute;
  	right: 10px;
  	top: 35%;
}

.content.alt {
    position: relative;
	padding: 6.25rem 0;
	background: url("../img/content-alt-bg.png") 100% 0 repeat-y;
	background-size: cover;
}

.content.admin {
    padding-top: 1.25rem;
}

/* Buttons */
.btn.btn-fade {
	display: flex;
	width: 3.75rem;
	height: 2.125rem;
	padding: 0rem 0.75rem;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	box-shadow: none !important;
}

.users .btn.btn-fade {
	width: 2.5rem;
	height: 2.5rem;
	left: 0;
	border-radius: 0.75rem;
}

.btn.btn-fade.active {
	background: #7B68EE !important;
}

.btn.btn-fade.active:hover {
	background-color: #722ED1 !important;
}

.btn.btn-fade:after {
	content: "";
	width: 1.125rem;
	height: 1.125rem;
	display: flex;
	flex-shrink: 0;
	background: url("../img/icons/btn-fade-arrow-alt.svg") 0 0 no-repeat;
}

.btn.btn-fade.active:after {
	background: url("../img/icons/btn-fade-arrow.svg") 0 0 no-repeat;
	transform: rotate(180deg);
}

.btn.btn-table {
	padding: 0.25rem 1rem;
	height: 2rem;
	gap: 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5rem;
}

.btn.btn-table.xml {
	height: 2rem;
}

.sub-actions .btn {
	height: 3rem;
}

.btn.btn-show-post,
.btn.btn-show-column,
.btn.btn-edit-post,
.btn.btn-edit-account,
.btn.btn-edit-subs,
.btn.btn-update-post,
.btn.btn-delete-post,
.btn.btn-edit-img-settings,
.btn-copy-rule,
.btn.btn-view-logs {
	display: flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.625rem;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
	padding: 0;
	box-shadow: none !important;
}

.btn.btn-delete-post {
    background-color: red;
}

.btn.btn-delete-post:hover {
    background-color: darkred;
}

.btn.btn-show-post:after,
.btn.btn-edit-account:after,
.btn.btn-edit-subs:after,
.btn.btn-show-column:after,
.btn.btn-edit-post:after,
.btn.btn-update-post:after,
.btn.btn-delete-post:after,
.btn.btn-view-logs:after {
	content: "";
	width: 1rem;
	height: 1rem;
	display: flex;
	flex-shrink: 0;
}

.btn.btn-show-post:after {
	background: url("../img/icons/btn-show-post.svg") 0 0 no-repeat;
}

.btn.btn-show-column:after {
	background: url("../img/icons/btn-show-column.svg") 0 0 no-repeat;
}

.btn.btn-update-post:after {
	background: url("../img/icons/btn-show-post.svg") 0 0 no-repeat;
}

.btn.btn-edit-post:after {
	background: url("../img/icons/btn-edit-post.svg") 0 0 no-repeat;
}

.btn.btn-edit-account:after {
	background: url("../img/icons/btn-edit-account.svg") 0 0 no-repeat;
}

.btn.btn-edit-subs:after{
	background: url("../img/icons/btn-edit-subs.svg") 0 0 no-repeat;
}

.btn.btn-view-logs:after {
	background: url("../img/icons/file-earmark-post.svg") 0 0 no-repeat;
}

.btn.btn-delete-post:after {
	background: url("../img/icons/btn-delete-post.svg") 0 0 no-repeat;
}

.btn.btn-show-column.active {
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
	background-color: #722ED1 !important;
}

.btn.btn-show-column.active:after {
	background: url("../img/icons/btn-show-columns-alt.svg") 0 0 no-repeat;
}

/* Forms */
.form-control {
	height: 3rem;
	padding: .75rem 1rem;
	border-radius: 0.125rem;
	border: none;
	box-shadow: none !important;
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
	/*color: #262626; */
}

.sub-rule  .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-control.rec-pswd {
	color: #4096FF;
}

.balance-form .form-control {
	color: #4096FF;
}

.input-group-append {
	margin-left: -20px;
	z-index: 10;
}

.input-group.password .input-group-append {
	margin-left: 0;
}

.input-group-append > .btn {
	border-radius: 2rem !important;
	height: 3rem;
}

.input-group.password .input-group-append {
	background-color: #fff;
}

.input-group.password .input-group-append button.show-pswd {
	width: 1.5rem;
	height: 3rem;
	background-color: transparent;
	background-image: url("../img/icons/eye-icon.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: 0.75rem;
	border: none;
}

.input-group.password .input-group-append button.show-pswd.cl {
	background-image: url("../img/icons/eye-close-icon.svg");
}

.form-group label {
	display: flex;
	align-items: center;
	align-self: stretch;
	margin-bottom: .5rem;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

/* Pagination */
.pagination {
	gap: 0.625rem;
	margin-bottom: 0;
}

.page-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	padding: 0rem 0.375rem;
	margin: 0;
	color: rgba(0, 0, 0, 0.88);
	background-color: transparent;
	border-color: transparent;
	border-radius: 0.125rem !important;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
}

.page-item:not(.active) .page-link:hover {
	background-color: transparent;
	border-color: #7B68EE;
	color: #7B68EE;
	font-weight: 600;
}

.page-item.disabled .page-link {
	background-color: transparent;
	border-color: transparent;
	color: #000;
	opacity: 0.25;
}

.page-item.active .page-link {
    background-color: #722ED1;
    border-color: #722ED1;
}

/* Search form */
.search-form {
	display: flex;
	margin-bottom: 2.81rem;
    background-color: #FFF1F0;
    padding: 0 2rem;
}

.search-form .row {
    align-items: flex-end;
}

.search-form .btn {
    height: 2.5rem;
}

.search-form.alt {
	margin-bottom: 1.5rem;
}

.search-form.alt .form-control {
	height: 3rem;
	background-color: #fff;
}

.search-form .search-icon {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
    background: rgba(0, 0, 0, 0.04) url("../img/icons/search-icon.svg") no-repeat 50% 50%;
    border: none;
	box-shadow: none;
}

.search-form.alt .search-icon {
	width: 3rem;
  	height: 3rem;
    background: #fff url("../img/icons/search-icon-alt.svg") no-repeat 50% 50%;
}

.search-form.alt .form-inline .input-group {
	width: 30.375rem;
}

.header-title-admin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Posting */
.posting {
	margin-bottom: 3.5rem;
    overflow-x: hidden;
}

.subscription-info,
.sub-options {
	padding: 0.75rem 0 0.7rem 6rem;
	position: relative;
}

.users .subscription-info,
.users .sub-options {
	padding-left: 3.5rem;
}

.sub-options .question-icon {
    background-color: #722ED1;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    padding-top: 0.3rem;
    margin: 0.3rem 0 0 0.5rem;
}

.posting-view.ref-program {
	margin-bottom: 3.13rem;
}

.posting-view.ref-program .list-post {
	margin-bottom: 1.5rem;
}

.posting-view .headers-title,
.posting-view .list-post section {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.posting-view .headers-title  {
	background-color: #FFFBE6;
}

.posting-view .list-post section{
	background-color: #fff;
}

.posting-view .headers-title .index-title,
.posting-view .list-post .index-post {
	padding: .75rem .5rem;
}

.posting-view .headers-title .index-title {
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

.posting-view .list-post .index-post {
	color: #262626;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0;
	overflow: hidden;
}

.posting-view .list-post .index-post span.label {
	display: none;
	padding: 0.125rem 0.5rem;
	background-color: #FFFBE6;
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
	gap: 0.625rem;
}

.posting-view .label.datetime {
	display: inline-flex;
	background: url("../img/icons/calendar-icon.svg") 100% 50% no-repeat;
	padding-right: 2rem;
	white-space: nowrap;
}

.posting-view .posting-table {
	width: 100%;
}

.posting-view .posting-table thead th {
	padding: 0.75rem 0.5rem;
	height: 3rem;
	background-color: #FFF1F0;
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
}

.posting-view > .sub-index {
	margin-bottom: 1.5rem;
	border-radius: 12px;
	overflow: hidden;
}

.posting-view > .sub-index.first {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.subscription-info {
	background-color: #fff;
	position: relative;
}

.sub-settings {
	display: none;
}

.sub-settings.show {
	display: block;
}

.subscription-info .subscription-info-holder {
	border-left: 5px solid #7B68EE;
	width: 100%;
	padding-left: 0.5rem;
	height: 4rem;
  	overflow: hidden;
  	transition: height 300ms ease;
}

.main-list-rules .subscription-info .subscription-info-holder {
    height: 3rem;
}

.sub-index.show .subscription-info .subscription-info-holder {
	height: auto;
}

.subscription-info .sub-index.show .subscription-info-holder {
	height: auto;
	overflow: auto;
}

.subscription-info .list-sub-info {
	display: flex;
	align-items: flex-start;
}

.subscription-info .list-sub-info .index-sub-info {
	flex-direction: column;
	align-items: flex-start;
	color: #262626;
	line-height: 1.5rem;
	position: relative;
	padding-top: 0;
	padding: 0 0.5rem 0.75rem;
}

.users .subscription-info .list-sub-info .index-sub-info.last {
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	justify-content: flex-end;
}

.add-table .index-sub-info {
	padding: 0 0.5rem;
}

.index-sub-info {
	display: inline-flex;
	align-items: center;
}

.tables .sub-list-options .index-sub-info:nth-child(1) {
	padding: 0.75rem 0.5rem;
}

.index-sub-info:nth-child(1),
.add-table .index-sub-info.first{
    width: 30%;
}

.index-sub-info:nth-child(2),
.add-table .index-sub-info.second{
	width: 45%;
}

.index-sub-info:nth-child(3),
.add-table .index-sub-info.third{
	width: 25%;
}

.sub-options.tbls .index-sub-info:nth-child(3) {
    justify-content: space-around;
}

.index-sub-info select,
.index-sub-info input[type="text"],
.index-sub-info textarea {
	width: 90%;
}

.index-sub-info input[type="text"],
.index-sub-info textarea {
	display: flex;
	align-items: center;
	height: 2rem;
	padding: 0.75rem 0 0.75rem 0.5rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: rgba(0, 0, 0, 0.02);
	color: #262626;
}

.index-sub-info textarea {
    height: 7rem;
    overflow-y: scroll;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(1) {
	width: 53%;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(2) {
	width: 17%;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(3) {
	width: 17%;
}

.subscription-info .list-sub-info .index-sub-info:nth-child(4) {
	width: 17%;
}

.subscription-info .list-sub-info .index-sub-info span {
	padding: 0 0 0.75rem 0;
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	align-self: stretch;
}

.subscription-info .list-sub-info .index-sub-info span:first-child {
	text-transform: uppercase;
	justify-content: space-between;
}

.subscription-info .list-sub-info .index-sub-info span:last-child {
	padding-bottom: 0;
}

.sub-index .subscription-info .list-sub-info .index-sub-info.description span:last-child:not(:empty) {
    overflow: hidden;
}

.show .subscription-info .list-sub-info .index-sub-info.description span:last-child:not(:empty) {
    overflow: scroll;
    max-height: 10rem;
}

.subscription-info .add-table form {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	flex-direction: row;
}

.subscription-info .add-table .index-sub-info {
	text-transform: uppercase;
}

.sub-options .sub-list-options {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	border-left: 5px solid #FFC53D;
  	width: 100%;
  	padding-left: 0.5rem;
}

.sub-tit-table {
	margin-bottom: 0.75rem;
}

.sub-tit-table h3{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	padding-left: 1.2rem;
	margin: 0;
}

.sub-actions {
	padding: 3.5rem 0 .63rem 0;
	display: flex;
	align-items: center;
	gap: 3.06rem;
}

.sub-actions .form-group {
	margin: 0;
	display: flex;
	align-items: center;
}

.custom-control label {
	margin: 0;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
	letter-spacing: 0;
	text-transform: none;
}

.custom-control input[type="checkbox"] {
	box-shadow: none !important;
}

.sub-index .form-action-sub {
	display: none;
}

.sub-index.show .form-action-sub {
	display: block;
}

.posting-botton-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.12rem;
}

.posting-botton-block .nav-page {
	display: flex;
	gap: 1rem;
}

.posting-botton-block .form-group {
	margin: 0;
}

.posting-botton-block .form-control {
	color: rgba(0, 0, 0, 0.88);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375rem;
	width: 7rem; padding: 0rem 0.75rem;
	border-radius: 0;
	height: 2rem;
}

/* Users */
nav.users-links {
	float: right;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

nav.users-links .navbar-nav {
	gap: 2rem;
	flex-direction: row;
}

nav.users-links .nav-link {
	padding: 0.75rem 0 !important;
	color: rgba(0, 0, 0, 0.65);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	letter-spacing: 0;
}

nav.users-links .nav-link:hover {
	color: #7B68EE;
	font-weight: 600;
	border-color: #7B68EE;
}

.users .subscription-info {
	background-color: transparent;
}

.users .subscription-info .subscription-info-holder {
	height: auto;
}

.users .subscription-info .btn.btn-fade{
	top: 2.5rem;
}

/* Users index-sub-info */
.users .index-sub-info {
	color: rgba(0, 0, 0, 0.65);
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0;
	padding: 0.75rem 0.5rem;;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(1) {
	width: 25%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(2) {
	width: 25%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(3) {
	width: 10%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(4) {
	width: 17%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(5) {
	width: 15%;
}

.users .subscription-info .list-sub-info .index-sub-info:nth-child(6) {
	width: 8%;
}

.users .subscription-info .list-sub-info .index-sub-info span {
	padding: 0 0 1.5rem 0;
	color: rgba(0, 0, 0, 0.65)
}

.users .subscription-info .list-sub-info .index-sub-info span:first-child {
	text-transform: none;
}

.users .subscription-info .list-sub-info .index-sub-info span:last-child {
	padding-bottom: 0;
    overflow: auto;
}

.users .sub-editor {
	display: none;
}

/* Finance */
.finance {
}

.sum-info  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 2.56rem;
}

.sum-info .revenue-sum {
	display: inline-flex;
	align-items: center;
	gap: 5rem;
	font-family: "Gotham Pro";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

.sum-info .revenue-sum h3 {
	margin: 0;
}

.sum-info .revenue-sum .sum {
	color: #4096FF;
}

/* Balance */
.balance {
	margin-bottom: 3.88rem;
}

.balance h4,
.balance label {
	display: flex;
	margin-bottom: .5rem;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

.balance-form {
	position: relative;
}

.balance-form.balance-sum .balance-sect {
	width: 16rem;
}

.balance-form .btn-auto-payment {
	float: right;
	margin-top: 1.8rem;
    height: 3rem;
    padding-left: 2.5rem;
    background-image: url("../img/icons/check-icon.svg");
    background-position: 1rem 50%;
    background-repeat: no-repeat;
}

.action-ref-link {
	display: flex;
	justify-content: flex-end;
}

/* Post form */
.post-form {

}

.post-form .lft-block .form-group {
	margin-bottom: .5rem;
}

.post-form .lft-block .form-group:last-child,
.post-form .rgt-block .form-group:last-child {
	margin-bottom: 0;
}

.post-form .rgt-block .form-group {
	margin-bottom: 2rem;
}

.post-form .rgt-block span.desc {
	color: #999;
	font-family: "Gotham Pro";
	font-size: 0.75rem;
	line-height: 1.375rem;
	letter-spacing: 0;
}

.post-form .lft-block textarea.form-control{
	height: 34.75rem;
}

.post-form .form-control {
	height: 2.5rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.125rem;
	border: 1px solid #EEE;
	color: #262626;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0;
}

.post-form .check-post-option {
	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
}

.post-form .buttons-action {
	display: flex;
	gap: 2.56rem;
	margin-top: 2.62rem;
}

/* Form block */
.form-block {
	text-align: center;
	margin: 0 auto;
}

.form-block {
	width: 35rem;
}

.form-block.alt {
	width: 22rem;
}

.form-block .form-group {
	margin-bottom: 1rem;
}

.form-block > form > .form-group:last-child {
	margin-top: 1.5rem;
}

.form-block .buttons-action {
	display: flex;
	flex-direction: row;
	gap: .5rem;
	align-items: center;
	justify-content: space-between;
}

.form-block .buttons-action .btns {
	display: flex;
  	gap: 0.5rem;
}

.form-block .buttons-action.promo .btn {
	width: 50%;
}

.form-block .form-group > span {
	display: flex;
	text-align: left;
	color: #000;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	line-height: 1.375rem;
	letter-spacing: 0;
	margin-top: .5rem;
}

/* Blog */
.blog {

}

.blog.parent h3.tit{
	padding-top: 0.62rem;
	margin-bottom: 2.9rem;
}

.blog .post {
	background-color: #fff;
}

.blog .post .post-holder {
	padding: 1.5rem 1.44rem;
}

.blog .list-post .post .post-holder {
	padding: 1.25rem;
}

.blog .post .post-holder p {
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
	letter-spacing: 0;
}

.blog .post .post-holder a.more {
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

.blog .list-post  {
	margin-bottom: 2.62rem;
}

.blog .list-post .post {
	margin-bottom: 3.88rem;
}

.blog .list-post .post:last-child {
	margin-bottom: 0;
}

.blog .list-post .post .thumbnail {
    position: relative;
	margin-bottom: 1.62rem;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: 50% 50%;
}

.blog .post .thumbnail > img {
	width: 100%;
}

.blog .list-post .post .post-desc {
    margin-bottom: 1rem;
}

.blog .list-post .post .post-links {
	display: flex;
	justify-content: space-between;
}

.blog .post-tags.list-group {
	gap: 1rem;
	align-items: flex-end;
}

.blog .post-tags.list-group .list-group-item {
	border-radius: 0.125rem;
	border: 1px solid #EEE;
	text-align: center;
	padding:  0.3rem 0.6rem;
	font-family: "Gotham Pro";
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.375rem;
	text-transform: uppercase;
	letter-spacing: 0;
}

.blog .post-tags.list-group .list-group-item.red {
	background-color: #FFF1F0;
}

.blog .post-tags.list-group .list-group-item.red a {
	color: #EC6AA3;
}

.blog .post-tags.list-group .list-group-item.yellow {
	background-color: #FFFBE6;
}

.blog .post-tags.list-group .list-group-item.yellow a {
	color: #FFC53D;
}

.blog .post-tags.list-group .list-group-item.lightblue {
	background-color: #E6F4FF;
}

.blog .post-tags.list-group .list-group-item.lightblue a {
	color: #4096FF;
}

.blog .list-popular-post .post {
	border: 1px solid #EEE;
	margin-bottom: 1.56rem;
}

.blog .list-popular-post .post-holder {
	padding: 1rem 0.8rem 0.75rem 1rem;
}

.blog .list-popular-post .thumbnail {
	margin-bottom: 1.06rem;
}

.blog .list-popular-post .thumbnail img {
	width: 100%;
}

.page-description {
	width: 70%;
	margin: 0 auto;
}

/* Rule promotion/Правила продвижения */
/* Основная область */
.main-content {
	flex: 1;
	padding: 20px;
	display: flex;
	justify-content: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.content-wrapper {
	width: 100%;
	max-width: 900px;
}

.page-header {
	background: white;
	padding: 20px 30px;
	border-radius: 12px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-header h1 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

.header-controls {
	display: flex;
	gap: 15px;
	align-items: center;
}

.account-select {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
}

.btn-create {
	padding: 12px 24px;
	background: #8678cc;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
}

.btn-create.disabled {
	opacity: .5;
	cursor: not-allowed;
}

/* Контейнер правил */
.rules-container {
	background: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.rule-item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #e5e7eb;
}

.rule-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Заголовок правила */
.rule-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.rule-title {
	font-size: 18px;
	font-weight: 600;
	color: #111827;
}

.rule-title.inactive {
	color: #9ca3af;
}

/* Toggle Switch */
.toggle-switch {
	position: relative;
	width: 50px;
	height: 26px;
}

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

.toggle-switch.rule-promo.enable input + .slider,
input:checked + .slider {
	background-color: #22c55e;
}

.toggle-switch.rule-promo.enable input + .slider::before,
input:checked + .slider:before {
	transform: translateX(24px);
}

/* Информация о правиле */
.rule-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 15px;
}

.info-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	color: #6b7280;
}

.info-row strong {
	color: #374151;
	min-width: 100px;
}

.tables-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.table-link {
	color: #8678cc;
	text-decoration: none;
	font-size: 14px;
}

.table-link:hover {
	text-decoration: underline;
}

/* Кнопки действий */
.rule-actions {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.btn-action {
	padding: 8px 16px;
	background: white;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 13px;
	cursor: pointer;
	color: #374151;
}

.btn-action:hover {
	background: #f9fafb;
}

.btn-delete {
	color: #ef4444;
	border-color: #ef4444;
}

.dashboard .btn-delete{
	border: 1px solid #ef4444;
	font-size: 14px;
}

.dashboard .btn-delete:hover {
	background: #fef2f2;
}

/* Сводка по ставкам */
.rule-summary {
	background: #f9fafb;
	padding: 20px;
	border-radius: 8px;
}

.summary-title {
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	margin-bottom: 15px;
}

.cities-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	background: white;
}

.cities-table th {
	background: white;
	padding: 10px 12px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
	border-bottom: 2px solid #e5e7eb;
}

.cities-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #f3f4f6;
}

.cities-table tr.hidden {
	display: none;
}

.btn-show-more {
	padding: 8px 16px;
	background: white;
	border: 1px dashed #b4a7d6;
	border-radius: 6px;
	color: #8678cc;
	cursor: pointer;
	font-size: 13px;
	margin-top: 10px;
}

.btn-show-more:hover {
	background: #f5f3ff;
	border-color: #8678cc;
}

/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

/* Popup */
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 1200px;
	max-height: 90vh;
	background: white;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.3);
	overflow: hidden;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	line-height: normal;
}

.popup * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.popup .error {
	color: red;
	margin: 2px 0 5px 0;
	display: flex;
}

.popup-header {
	padding: 24px 30px;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup-header h2 {
	font-size: 20px;
	color: #111827;
	margin: 0;
}

.btn-close {
	background: none;
	border: none;
	font-size: 24px;
	color: #6b7280;
	cursor: pointer;
	padding: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
}

.btn-close:hover {
	background: #f3f4f6;
}

.popup-content {
	overflow-y: auto;
	padding: 30px;
	flex: 1;
}

.popup-content .search-input {
	border: 1px solid #ccc;
  	margin-bottom: 15px;
  	border-radius: 5px;
  	padding-left: 7px;
}

/* Основные данные */
.section {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e7eb;
}

.section:last-child {
	border-bottom: none;
}

.section-title {
	font-size: 16px;
	font-weight: 600;
	color: #111827;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.top-fields {
	display: grid;
	grid-template-columns: 200px 1fr 1fr;
	gap: 15px;
	margin-bottom: 15px;
}

.field-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.field-group label {
	font-size: 13px;
	color: #6b7280;
	font-weight: 500;
}

.field-group label.disabled {
	background-color: #f0f0f0;
}

.field-group.list-cities label {
	font-size: 15px;
	margin-bottom: 5px;
}

.field-group input,
.field-group select {
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	font-size: 14px;
}

.field-group input:focus,
.field-group select:focus {
	outline: none;
	border-color: #7c3aed;
}

.field-group .notify-tables {
	color: red;
	background-color: #f9f9f9;
	padding: 7px;
	border-radius: 7px;
}

.tables-row {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.checkbox-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	cursor: pointer;
}

.checkbox-item:hover {
	background: #f9fafb;
}

.checkbox-item input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.checkbox-item.checked {
	border-color: #7c3aed;
	background: #f5f3ff;
}

/* Метки */
.radio-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.radio-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.radio-item input[type="radio"] {
	width: 18px;
	height: 18px;
}

.tags-container {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.tag {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background: #f3f4f6;
	border-radius: 6px;
	font-size: 14px;
}

.tag input[type="checkbox"] {
	opacity:0; 
	width:0; 
	height:0;
}

.tag-remove {
	background: none;
	border: none;
	color: #6b7280;
	cursor: pointer;
	padding: 0;
	font-size: 16px;
}

.btn-add-tag {
	padding: 6px 12px;
	background: white;
	border: 1px dashed #d1d5db;
	border-radius: 6px;
	color: #7c3aed;
	cursor: pointer;
	font-size: 14px;
}

/* Ставки */
.btn-add-cities {
	padding: 10px 20px;
	background: #7c3aed;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 15px;
}

.cities-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.cities-table th {
	background: #f9fafb;
	padding: 12px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
	border-bottom: 2px solid #e5e7eb;
}

.cities-table td {
	padding: 12px;
	border-bottom: 1px solid #e5e7eb;
}

.cities-table input[type="text"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	font-size: 14px;
}

.cities-table input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.btn-delete {
	background: none;
	border: none;
	color: #ef4444;
	cursor: pointer;
	font-size: 18px;
}

.automation {
	background: #f9fafb;
	padding: 15px;
	border-radius: 8px;
	margin-top: 15px;
}

.automation-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #374151;
}

.automation-row {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.automation-row label {
	font-size: 13px;
	color: #6b7280;
	min-width: 70px;
}

.automation-row input[type="text"] {
	padding: 8px 10px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	width: 120px;
}

.btn-apply {
	padding: 8px 16px;
	background: white;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
}

.btn-apply:hover {
	background: #f9fafb;
}

/* Расписание */
.schedule-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 15px;
}

.time-row {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}

.time-row span {
	font-size: 14px;
	color: #6b7280;
}

.time-row input {
	padding: 8px 10px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	width: 100px;
}

.weekdays {
	display: flex;
	gap: 10px;
}

.weekday {
	display: flex;
	align-items: center;
	gap: 6px;
}

.weekday input {
	width: 18px;
	height: 18px;
}

/* Footer */
.popup-footer {
	padding: 20px 30px;
	border-top: 1px solid #e5e7eb;
	display: flex;
	justify-content: flex-end;
	gap: 12px;
}

.btn-cancel {
	padding: 10px 24px;
	background: white;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
}

.btn-save {
	padding: 10px 24px;
	background: #10b981;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}

.btn-save:hover {
	background: #059669;
}

.btn-add-range {
	padding: 8px 16px;
	background: white;
	border: 1px dashed #b4a7d6;
	border-radius: 6px;
	color: #8678cc;
	cursor: pointer;
	font-size: 13px;
	margin-top: 10px;
}

.btn-add-range.disabled {
	background-color: #f0f0f0;
  	color: #999;
}

.btn-add-range:hover {
	background: #f5f3ff;
	border-color: #8678cc;
}

/* Accounts/Аккаунты */
.content-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	max-width: 960px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.content-card  h1 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #1d1d1f;
	text-transform: uppercase;
}

.add-account-btn {
	background: #7467c6;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background 0.2s;
}

.add-account-btn:hover {
	background: #6558b8;
}

.add-account-btn.add-project {
	padding: 9px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.account-item {
	background: #f9fafb;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.account-info {
	flex: 1;
}

.account-id {
	font-size: 14px;
	color: #86868b;
	margin-bottom: 5px;
}

.account-name {
	font-size: 16px;
	color: #0066cc;
	font-weight: 600;
}

.account-actions {
	display: flex;
	gap: 15px;
}

.action-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	padding: 5px;
	transition: transform 0.2s;
}

.action-btn:hover {
	transform: scale(1.2);
}

/* MODAL */
.account.modal {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	align-items: center;
	justify-content: center;
}

.account.modal .modal-content {
	background: white;
	border-radius: 12px;
	padding: 30px;
	max-width: 600px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
}

.account.modal .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	border: none;
	padding: 0;
}

.account.modal .modal-title {
	font-size: 20px;
	font-weight: 700;
	color: #1d1d1f;
}

.account.modal .close-btn {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #86868b;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.account.modal .close-btn:hover {
	background: #f9fafb;
}

.account.modal .auth-section {
	background: #f0fdf4;
	border: 1px solid #10b981;
	border-radius: 8px;
	padding: 20px;
}

.account.modal .section-badge {
	display: inline-block;
	background: #10b981;
	color: white;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}

.account.modal .section-title {
	font-size: 16px;
	font-weight: 600;
	color: #1d1d1f;
	margin-bottom: 10px;
}

.account.modal .section-subtitle {
	font-size: 13px;
	color: #86868b;
	margin-bottom: 15px;
}

.account.modal .oauth-btn {
	background: #7467c6;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.2s;
}

.account.modal .oauth-btn:hover {
	background: #6558b8;
}

.account.modal .divider {
	text-align: center;
	margin: 25px 0;
	position: relative;
	color: #86868b;
	font-size: 14px;
}

.account.modal .divider::before,
.account.modal .divider::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40%;
	height: 1px;
	background: #e5e5e5;
}

.account.modal .divider::before {
	left: 0;
}

.account.modal .divider::after {
	right: 0;
}

.account.modal .manual-section {
	background: #f9fafb;
	border-radius: 8px;
	padding: 20px;
}

.account.modal .form-group {
	margin-bottom: 20px;
}

.account.modal .form-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1d1d1f;
	margin-bottom: 8px;
	text-transform: none;
	font-family: inherit;
}

.account.modal .input-with-btn {
	display: flex;
	gap: 10px;
}

.account.modal .form-input {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #d1d1d6;
	border-radius: 8px;
	font-size: 14px;
	background: white;
}

.account.modal .form-input:focus {
	outline: none;
	border-color: #7467c6;
}

.account.modal .get-btn {
	background: #fbbf24;
	color: #1d1d1f;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	white-space: nowrap;
	transition: background 0.2s;
}

.account.modal .get-btn:hover {
	background: #f59e0b;
}

.account.modal .modal-footer {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	padding: 0;
	margin: 25px 0 0 0;
	border: none;
}

.account.modal .cancel-btn {
	background: white;
	color: #1d1d1f;
	border: 2px solid #d1d1d6;
	padding: 10px 24px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.2s;
}

.account.modal .cancel-btn:hover {
	background: #f9fafb;
}

.account.modal .submit-btn {
	background: #7467c6;
	color: white;
	border: none;
	padding: 10px 24px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.2s;
}

.account.modal .submit-btn:hover {
	background: #6558b8;
}

.account.modal .submit-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Posting (new version) */
.posting-card.content-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	max-width: 960px;
	margin: 0 auto;
}

/* USER INFO GRID */
.posting-card .user-info-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.posting-card .info-item {
	display: flex;
	flex-direction: column;
}

.posting-card .info-label {
	font-size: 12px;
	color: #86868b;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.posting-card .info-value {
	font-size: 14px;
	color: #1d1d1f;
	font-weight: 500;
}

/* ACCOUNT BADGE */
.posting-card .account-badge {
	margin-bottom: 15px;
	padding: 15px 20px;
	background: #f0fdf4;
	border: 1px solid #10b981;
	border-radius: 12px;
	font-size: 14px;
	color: #065f46;
}

.posting-card .account-badge strong {
	font-weight: 600;
}

.posting-card .account-badge span {
	color: #0066cc;
}

/* BLOCKS */
.posting-card .block {
	border-left: 4px solid #ff9500;
	padding-left: 20px;
	margin-bottom: 30px;
	position: relative;
}

.posting-card .block-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.posting-card .block-title {
	font-size: 16px;
	font-weight: 600;
	color: #1d1d1f;
	text-transform: uppercase;
}

.posting-card .expand-btn {
	width: 40px;
	height: 40px;
	background: #7467c6;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	position: absolute;
	left: -60px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: background 0.2s;
}

.posting-card .expand-btn:hover {
	background: #6558b8;
}

/* XML LINK */
.posting-card .xml-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	background: #f5f5f7;
	border-radius: 8px;
	margin-bottom: 10px;
}

.posting-card .xml-link a {
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.posting-card .xml-link a:hover {
	text-decoration: underline;
}

.posting-card .copy-btn {
	min-width: 24px;
	height: 24px;
	background: #7467c6;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s;
}

.posting-card .copy-btn:hover {
	background: #6558b8;
}

/* HINT TEXT */
.posting-card .hint-text {
	font-size: 12px;
	color: #86868b;
	margin-bottom: 15px;
}

/* STATUS SUCCESS */
.posting-card .status-generate {
	padding: 10px 15px;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 15px;
}

.posting-card .status-generate.success {
	background: #d1f4e0;
	color: #0d7337;
}

.posting-card .status-generate.danger {
	background: red;
	color: #fff;
}

/* BUTTON */
.posting-card .button {
	background: #7467c6;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	transition: background 0.2s;
}

.posting-card .button.secondary {
	background-color: #FFC53D;
  	color: #000;
}

.posting-card .button:hover {
	background: #6558b8;
}

.posting-card .button.secondary:hover {
	background-color: #FAAD14;
}

.posting-card .button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* YANDEX INPUT */
.posting-card .yandex-input-row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 12px;
}

.posting-card .yandex-label {
	flex: 1;
	font-size: 14px;
	color: #1d1d1f;
	font-weight: 500;
}

.posting-card .yandex-input {
	flex: 3;
	padding: 10px 12px;
	border: 1px solid #d1d1d6;
	border-radius: 8px;
	font-size: 14px;
	background: #f9fafb;
}

/* INFO BOX */
.posting-card .info-box {
	padding: 10px 15px;
	border-radius: 8px;
	font-size: 14px;
	border: 1px solid transparent;
	margin-top: 5px;
}

.posting-card .info-box.success {
	background-color: #ecfdf5;
	color: #065f46;
	border-color: #10b981;
}

.posting-card .info-box.danger {
	background-color: crimson;
  	color: #fff;
  	border-color: crimson;
	font-size: 15px;
}

/* CATEGORY SELECT */
.category-select {
	width: 100%;
	padding: 10px;
	border: 1px solid #d1d1d6;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 5px;
	background: white;
}

.posting-card .step-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1d1d1f;
	margin-bottom: 8px;
}

/* HINT BOX */
.posting-card .hint-box {
	background: #ecfdf5;
	border: 1px solid #10b981;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 14px;
	color: #065f46;
	margin-bottom: 15px;
}

.posting-card .success-box {
	background: #ecfdf5;
	border: 1px solid #10b981;
	padding: 10px;
	border-radius: 8px;
	font-size: 13px;
	color: #065f46;
	margin-top: 10px;
}

/* TABLE ITEM */
.posting-card .table-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	background: #f9fafb;
	border-radius: 8px;
	margin-bottom: 10px;
}

.posting-card .table-icon {
	font-size: 20px;
}

.posting-card .table-name {
	flex: 1;
	font-size: 14px;
	color: #0066cc;
	cursor: pointer;
}

.posting-card .table-name:hover {
	text-decoration: underline;
}

/* STATS ROW */
.posting-card .stats-row {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #86868b;
}

.posting-card .stats-row strong {
	color: #1d1d1f;
}

.posting-card .manager-sub {
	display: flex; 
	justify-content: flex-start; 
	gap: 10px;
	align-items: center;
}

/* Media */
@media (min-width: 992px) and (max-width: 1440px) {
	.content.alt {
		padding: 5rem 0;
		background-image: url("../img/content-alt-middle-bg.png");
	}

	.sub-actions {
		padding: 3rem 0 1.5rem 0;
		gap: 2.62rem;
		margin-left: -9%;
	}

	.sum-info {
		margin-bottom: 1.63rem;
	}

	.balance-form.balance-sum .balance-sect {
		width: 15rem;
	}

	.post-form .rgt-block .form-group {
		margin-bottom: 1rem;
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	.content.alt {
		background: url("../img/content-alt-mini-bg.png") 100% 100% no-repeat;
		background-size: cover;
		padding: 2.5rem 0;
	}

	/* Buttons */
	.content.alt .btn,
	.modal-content .btn {
		height: 2rem;
		padding: 0.25rem 1rem;
		font-size: 0.75rem;
	}

	.btn.btn-fade {
		width: 2.5rem !important;
		height: 1.25rem !important;
		padding: 0;
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		left: auto !important;
		z-index: 10;
		gap: 0;
	}

	.btn.btn-fade.mgr {
		top: 3rem;
	}

	.btn.btn-fade::after {
		width: 0.875rem;
		height: 0.875rem;
		background: url("../img/icons/btn-fade-arrow-mini-alt.svg") 0 0 no-repeat;
	}

	.btn.btn-fade.active::after {
		background: url("../img/icons/btn-fade-arrow-mini.svg") 0 0 no-repeat;
	}

	.btn.btn-table {
		padding: 0.25rem 1rem;
	}

	.btn.btn-table.xml {
		position: absolute;
		right: 0;
		top: -1px;
		padding: 0.5rem;
	}

	/* Forms */
	.form-control {
		height: 2rem;
		padding: 0 0 0 1rem;
		font-family: "Gotham Pro";
		font-size: 0.875rem;
		line-height: 1.375rem;
		letter-spacing: 0;
	}

	.form-group label {
		margin-bottom: .5rem;
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 1.375rem;
		font-weight: 500;
	}

	/* Users */
	.users .sub-settings .btn.btn-table {
		display: flex;
		width: 2rem;
		height: 2rem;
		justify-content: center;
		align-items: center;
		border-radius: 0.625rem;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
		padding: 0;
	}

	.users .sub-settings .btn.btn-table:after {
		content: "";
		width: 0.875rem;
		height: 0.875rem;
		display: flex;
		flex-shrink: 0;
		background: url("../img/icons/btn-open-link.svg") 0 0 no-repeat;
	}

	.users .sub-settings .btn.btn-table > span {
		display: none;
	}

	/* Posting */
	.posting-view .headers-title {
		display: none;
	}

	.posting-view .list-post section {
		flex-direction: column;
		margin-bottom: .25rem;
	}

	.posting-view.promocode .list-post section {
		margin-bottom: 1rem;
	}

	.posting-view .list-post .index-post {
		display: flex;
		width: 100% !important;
		padding: 0;
	}

	.posting-view.promocode .list-post .index-post.btns {
		padding: .2rem 0;
	}

	.posting-view .list-post .index-post div {
		padding: 0.125rem 0.5rem;
	}

	.posting-view .list-post .index-post span.label {
		display: inline-flex;
		width: 40%;
		background-position: 8rem 50%;
	}

    .posting-view .list-post .index-post div.cnt-info {
        width: 60%;
    }

	.index-sub-info {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.subscription-info {
		padding-left: 0;
		display: block;
	}

	.subscription-info .subscription-info-holder {
		padding-left: 1rem;
		margin-left: -5px;
		height: 125px;
	}

	.sub-options {
		margin-left: -5px;
	}

	.subscription-info .list-sub-info {
		display: block;
	}

	.add-table .index-sub-info {
		padding: 0;
	}

	.users .subscription-info .list-sub-info .index-sub-info.last {
		display: none;
	}

	.subscription-info .list-sub-info .index-sub-info,
	.users .user-info .index-sub-info{
		padding: 0; /* 0 1rem; */
		width: 100% !important;
		flex-direction: row;
		font-size: 1rem;
		line-height: 1.5rem;
		display: block;
	}

	.subscription-info .list-sub-info .index-sub-info span,
	.users .user-info .index-sub-info span {
		display: inline-flex;
		padding-bottom: 0.5rem;
		width: 59%;
		justify-content: flex-start !important;
		display: inline-block;
	}

	.users .user-info .index-sub-info span {
		padding: 0.25rem 0.5rem;
	}

	.subscription-info .list-sub-info .index-sub-info span:first-child,
	.users .user-info .index-sub-info span:first-child {
		font-family: "Gotham Pro";
		font-size: 0.875rem;
		line-height: 1.375rem;
		letter-spacing: 0;
		width: 39%;
	}

	.users .user-info .index-sub-info span:first-child {
		color: rgba(0, 0, 0, 0.88);
		text-transform: uppercase;
		font-weight: 500;
	}

	.subscription-info,
	.sub-options {
		padding: 0.25rem 0 !important;
	}

	.sub-actions {
		padding: 1.5rem 0;
		gap: 1rem;
		flex-direction: column;
	}

	.sub-actions > .btn {
		height: 2rem;
		min-width: 12.5rem;
	}

	.posting-botton-block {
		flex-direction: column;
		gap: 1rem;
	}

	.posting-botton-block .btn {
		height: 2rem;
	}

	.subscription-info .add-table form {
		flex-direction: column;
		justify-content: flex-start;
	}

	.subscription-info .add-table .index-sub-info {
		padding: .5rem 0;
		width: 100%;
	}

	.subscription-info .add-table .index-sub-info select {
		width: 100%;
	}

	.subscription-info .add-table .index-sub-info:last-child {
		justify-content: flex-end;
	}

	/* Users */
	nav.users-links .nav-link  {
		padding: 0.5rem 0 !important;
	}

	.users .sub-index {
		background-color: #F0F0F0
	}

	.users .user-info  {
		padding: .5rem 0;
	}

	.users .index-sub-info {
		padding: 0 .5rem;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}

	.users .sub-settings .index-sub-info:last-child,
	.users .sub-options .index-sub-info:last-child {
		justify-content: flex-end;
	}

	.users .user-info .index-sub-info {
		padding: 0;
		margin: 0;
	}

	.users .subscription-info .list-sub-info .index-sub-info span {
		padding: 0;
	}

	.users .sub-editor {
		display: flex;
		padding-right: 0.5rem;
		gap: 0.5rem;
		justify-content: flex-end;
	}

	.sum-info {
		flex-direction: column;
	}

	.sum-info .revenue-sum {
		display: flex;
		gap: 0;
		margin-bottom: 1.25rem;
		justify-content: space-between;
	}

	.sum-info .revenue-sum:last-child {
		margin-bottom: 0;
	}

	.search-form.alt {
		justify-content: flex-start;
	}

	.search-form.alt .form-inline,
	.search-form.alt .form-inline .input-group {
		width: 100%;
	}

	/* Finance */
	.balance {
		margin-bottom: 2.63rem;
	}

	.balance .balance-form.balance-sum {
		margin-bottom: 1.75rem;
		padding-bottom: 3rem;
	}

	.balance-form.balance-sum .balance-sect {
		width: 100%;
	}

	.balance  .balance-form .btn-auto-payment {
		float: none;
		margin: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		padding-left: 3rem;
	}

	/* Referral */
	.posting-view.bonus {
		margin-bottom: 1.5rem;
	}

	.posting-view.ref-program {
		margin-bottom: 2.63rem;
	}

	/* Post Form */
	.post-form .rgt-block .form-group {
		margin-bottom: .5rem;
	}

	.post-form .lft-block {
		margin-bottom: 1.63rem;
	}

	.post-form .check-post-option {
		flex-direction: row;
		justify-content: space-between;
	}

	.post-form .buttons-action {
	  	gap: 1rem;
	  	align-items: center;
	  	flex-direction: column;
	  	justify-content: center;
	  	align-items: center;
	}

	.post-form .option-buttons {
		display: flex;
		gap: 1rem;
	}

	/* Form block */
	.form-block {
		width: 100%;
		min-height: 500px; /* !!! */
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}

	.form-block,
	.form-block.alt {
		width: 100%;
	}

	.form-block .form-group {
		margin-bottom: .5rem;
	}

	.form-block .buttons-action {
		flex-direction: column;
		justify-content: flex-start;
    	align-items: baseline;
    	margin-top: 1.5rem;
	}

	.form-block .buttons-action.promo {
		flex-direction: row;
	}

	.form-block .buttons-action .btns {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin-top: 1rem;
	}

	.form-block.form-group{
		margin-bottom: .75rem;
	}

	.form-block .form-control,
	.form-block .btn {
		height: 3rem !important;
	}

	.form-block .form-control {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.form-block .btn {
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 1.5rem;
	}

	/* Blog */
	.blog .post {
		margin-bottom: 1.5rem !important;
	}

	.blog .post .thumbnail {
		display: flex;
		justify-content: center;
	}

	.blog .post .thumbnail > img {
		width: 100%;
	}

	.blog .list-popular-post .post-holder {
		padding: 1rem 0.8rem 1.9rem 1rem;
		font-family: "Gotham Pro";
	    font-size: 0.875rem;
	    font-weight: 400;
	    line-height: 1.375rem;
	    letter-spacing: 0;
	}

	.blog .tit {
		display: none;
	}

	.blog.parent .row.mgr {
		flex-direction: column-reverse;
	}

	.page-description {
		width: 100%;
		margin: 0;
	}
}
