/* app.textbuilder.ai */
html,
body {
	height: 100%;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	scroll-behavior: smooth;
}

body {
	background-color: #f3f3f3;
}
body.dark-mode {
	background-color: #212121;
	color: #dfdfdf;
}
main {
	display: flex;
	flex-wrap: nowrap;
	height: 100vh;
	height: -webkit-fill-available;
	max-height: 100vh;
}
.builder-body {
	margin-left: 80px;
}

.content-wide {
	padding: 40px 30px;
}

.btn-primary {
	background-image: linear-gradient( 136deg, #9238ff, #fa6228);
	border: none;
	padding: 12px 45px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 39%);
}

/*** navigation ***/
.left-menu {
	height: 100vh;
	width: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #1d1e1e;
}
.menu-items {
	margin: 0px;
	padding: 0px;
}
.menu-items li {
	text-align: center;
}
.menu-items li a {
	padding: 20px 20px;
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #545454;
}
.menu-items li a.active {
	background-color: #7888f5;
}
.menu-logo {
	padding: 15px;
	height: 75px;
	display: inline-block;
}
.menu-logo img {
	width: 47px;
}
#newRow_0 {
	height: 150px;
}

.credits-info {
	position: fixed;
	right: 25px;
	top: 0px;
	background-color: #ffffff;
	color: #7c7c7c;
	font-size: 13px;
	padding: 3px 15px;
	border-radius: 5px;
}
.credits-info span {
	color: #000;
}
/*** forms ***/
.form-control {
	color: #212529;
	background-color: #f9f9f9;
	border: 1px solid #d9e1e9;
}

.dark-mode .form-control {
	color: #dfdfdf;
	background-color: #5b5c5c;
	border: 1px solid #5b5c5c;
}
.dark-mode .module-item.active .form-control {
	color: #bfbfbf;
	background-color: #4b4c4c;
	border: 1px solid #4b4c4c;
}
.dark-mode .btn-primary {
    background-color: #1ddecb;
    color: #333434;
    border-radius: 25px;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 25px;
    border-color: #1edecb;
}
.bg-dark {
	background-color: #272727 !important;
}

.ot-home-block {
	display: block;
	position: relative;
	margin: 0;
	z-index: 10;
}

.ot-home-title {
	display: block;
	margin-bottom: 55px;
	text-align: center;
}

.ot-home-title h2 {
	display: inline-block;
	line-height: 120%;
	padding-bottom: 2px;
	border-bottom: 3px solid #f8dcb2;
	letter-spacing: -.2px;
}

/*** signup ***/

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-floating:focus-within {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*** sidebar ***/

.bi {
	vertical-align: -0.125em;
	pointer-events: none;
	fill: currentColor;
}

.content-container {
	padding: 40px 0px 20px 30px;
}

/*** frames ***/

.txt-form-frame {
	padding: 1.5rem;
	position: relative;
	border: 1px solid #e9e9f7;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);
}
.dark-mode .txt-form-frame {
	background-color: #424344;
	border: 1px solid #424344;
	color: #fff;	
}
.module-form-frame {
	padding: 1.5rem;
	position: relative;
}

.drop-down-module-form {
}
.drop-down-project-form {
	display: none;
}
.drop-down-project-form.active {
	display: block;
}

.edit-button {
	cursor: pointer;
}

/*** dashboard ***/

.dashboard-module {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 50px;
}

/*** templates ***/
.is-hidden {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;	
	display: none;
}
.tmp-cats span {
	display: inline-block;
	padding: 7px 18px;
	background-color: #363638;
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 2px;
	cursor: pointer;
}
.tmp-cats span.active {
	background-color: #9446f1;
}
.tmp-cats span:hover {
	background-color: #a16be2;
}
.tmp-form-frame {
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #e9e9f7;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);
}
.dark-mode .tmp-form-frame {
	background-color: #424344;
	border: 1px solid #424344;
	color: #fff;	
}
.tmp-form-frame h3 {
	margin-bottom: 3px;
	font-size: 26px;
}
.tmp-form-frame p {
	font-size: 14px;
	color: #b7b7b7;
}
.tmp-list.sidebar {
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}
.tmp-list .tmp-item-container {
	width: 20%;
	vertical-align: top;
	float: left;
	padding: 0px 15px 15px 15px;
}
.tmp-list.sidebar .tmp-item-container {
	width: 25%;
	padding: 0px 5px 5px 5px;
}
.tmp-item {
	position: relative;
	min-height: 150px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 20px 20px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);
}
.tmp-list.sidebar .tmp-item {
	margin-bottom: 10px;
	padding: 10px 20px;
	min-height: 160px;
	border: 1px solid #ebebeb;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 9%);
}
.tmp-item:hover {
	cursor: pointer;
	border: 2px solid #999999 !important;
}
.tmp-list.sidebar .tmp-item.active {
	border: 2px solid #999999 !important;
}
.dark-mode .tmp-item {
	background-color: #424344;
	border: 1px solid #121212;
}
.tmp-item .tmp-title {
	color: #38383a;
	font-size: 14px;
	line-height: 135%;
	text-decoration: none;
	font-weight: bold;
}
.tmp-field-wrapper {
	flex: 0 0 auto;
	width: 100%;
	box-sizing: border-box;
	flex-shrink: 0;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
	position: relative;
}
.tmp-field-wrapper .remaining-chars {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 13px;
	color: #a7a7a7;
}
.dark-mode .tmp-item .tmp-title {
	color: #dfdfdf;
}
.form-right-buttons {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.form-right-buttons span {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
	color: #646464;
}
.tmp-item .item-footer {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #979797;
}
.tmp-result-cell {
	position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e9e9f5;
    border-radius: 5px;
    padding: 35px 30px 25px 40px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);
}
.dark-mode .tmp-result-cell {
	background-color: #28292a;
	border: 1px solid #121212;
}
.tmp-result-cell.just-generated {
	position: relative;
	box-sizing: border-box;
}
.tmp-result-cell.just-generated::before {
	content: '';
	background-image: linear-gradient( 136deg, #9238ff, #fa6228);
	top: -3px;
	left: -3px;
	bottom: -3px;
	right: -3px;
	position: absolute;
	z-index: -1;
	border-radius: 5px;
}
.tmp-result-cell .shortcut-info {
	position: absolute;
	font-size: 11px;
	color: #727272;
	font-weight: bold;
	padding: 5px 10px;
	left: 0px;
	top: 0px;
	background-color: #f5f5f5;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 5px;
}
.dark-mode .tmp-result-cell .shortcut-info {
	background-color: #4a4b4c;
	color: #bbb;	
}
.tmp-result-text {
	font-size: 16px;
	white-space: pre-line;
}
.tmp-result-cell .shortcut-info {
	position: absolute;
    font-size: 11px;
    padding: 4px 7px;
    left: 0px;
    top: 0px;
    background-color: #ffffff0d;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.dark-mode .tmp-result-cell .shortcut-info {
	background-color: #4a4b4c;
	color: #bbb;	
}
.tmp-result-cell .status {
	position: absolute;
	font-size: 11px;
	right: 10px;
	top: 0px;
	color: #8a8a8a;
	display: none;
}
.tmp-result-cell .status.saved {
	display: block;
	visibility: visible;
	color: #8a8a8a;
}
.tmp-result-cell .words-count {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 13px;
	color: #878787;
}
.tmp-form-frame .btn {
	min-width: 215px;
}
#newResults_0 {
	height: 0px;
}
.txt-longwriter {
	position: fixed;
	width: 30%;
}
.longform-text-editor {
	overflow: auto;
	height: calc(100vh - 150px);
}
.text-editor-dashboard {
	margin-top: 35px;
	position: relative;
}
.text-results-dashboard {
	border-bottom: 2px solid #dfdfdf;
    margin-bottom: 25px;
}
.text-results-dashboard span {
	background-color: #fff;
	padding: 10px 25px;
	display: inline-block;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #3a3a3a;
}
.text-results-dashboard span.active {
	margin-right: 2px;
	box-shadow: 0px -2px 3px 1px rgb(223 223 223);
	z-index: 1000;
	font-weight: bold;
}
.text-editor-dashboard .words-count {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 16px;
    color: #3d3d3d;
}
.text-editor-dashboard .words-count span {
	font-weight: bold;
}
/*** building ***/

.txt-building ul {
	margin: 0px;
	padding: 0px;
}

.txt-building ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.input-module {
	overflow: auto;
}
.block-input {
	margin-right: 15px;
}

.block-sortable-handles {
    position: absolute;
    top: 5px;
    right: 5px;
}

.blocks-handle {
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0px;
}
.dark-mode .blocks-handle {
	color: #c3c3c3;
}
.text-toolbar {
	margin: 10px 0 10px;
}
.text-toolbar .left-side {
	float: left;
	width: 60%;
}
.text-toolbar .right-side {
	float: left;
	width: 40%;
	text-align: right;

}
.builder-header {
	overflow: auto;
	padding: 0px 0px 20px 0;
}
.builder-header .builder-header-left {
	float: left;
	width: 60%;
}
.builder-header .builder-header-right {
	float: left;
	width: 40%;
	text-align: right;
}
.builder-header .builder-tabs {
	display: inline-block;
	padding: 15px 34px;
	background: #5b8def;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.builder-header .builder-tabs .bi {
	margin-right: 5px;
}
.builder-header .builder-tabs.active {
	background: #164894;
}

/*** result ***/

.result-text-container {
	background-color: #fff;
	border: 1px solid #e9e9f5;
	border-radius: 5px;
	padding: 60px 90px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);	
}
.dark-mode .result-text-container {
	background-color: #424344;
	border: 1px solid #424344;	
}
.result-text-container H1 {
	font-size: 30px;
}
.result-text-container H2 {
	font-size: 24px;
}

/*** project ***/
.projects-list {
	margin: 0px -15px;
}
.project-item-container {
	width: 15%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 15px;
}
.project-item-container a {
	color: #000;
	text-decoration: none;
}

.project-item-container.ads {
	border-left: 2px solid #164894;
}
.project-item-container.blog {
	border-left: 2px solid #dd6e06;
}
.project-item-container.social {
	border-left: 2px solid #dd068b;
}
.project-item {
	position: relative;
	min-height: 150px;
	background-color: #fff;
	border: 1px solid #e9e9f5;
	border-radius: 5px;
	padding: 20px 20px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);
}
.project-item:hover {
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);
}
.project-item .project-title {
	color: #000;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.item-footer {
    font-size: 12px;
    color: #6d6d76;
}
.dark-mode .project-item {
	background-color: #464646;
	border: 1px solid #464646;	
}
.dark-mode .project-item .project-title {
	color: #dfdfdf;
}
.start-project-button {
	display: inline-block;
	width: 15%;
	background-color: #fff;
	min-height: 130px;
	padding: 50px;
	text-align: center;
	border: 2px solid #d1d1d1;
	border-radius: 5px;
}
.start-project-button a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.project-back-button {
	display: inline-block;
	padding: 5px 30px;
	border-radius: 20px;
	background-color: #fff;
	border: 2px solid #c4c4c4;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
}
/*** modules ***/

.project-data {
	position: relative;
	padding: 9px 11px;
	margin: 0px 0px 8px 0px;
	background-color: #ffffff;
	border: 1px solid #e9e9f5;
	list-style: none;
	border-radius: 5px;
}
.txt-building-sidebar .project-data {
	margin-bottom: 25px;
}
.dark-mode .project-data {
	background-color: #28292a;
	border: 1px solid #28292a;
	color: #d3d3d3;
}
.project-data .project-title {
	padding: 10px 15px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.project-data .project-details {
	display: inline-block;
}
.project-data .edit-button {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
	font-size: 11px;
	text-decoration: underline;
	padding: 2px 10px;
}
.modules-list {
	padding: 0px;
	margin: 0px;
}
.module-item {
	position: relative;
	padding: 9px 11px;
	margin: 0px 0px 8px 0px;
	background-color: #ffffff;
	border: 1px solid #e9e9f5;
	list-style: none;
	border-radius: 5px;
}
.dark-mode .module-item {
	background-color: #28292a;
	border: 1px solid #28292a;
	color: #dfdfdf;
	font-size: 14px;
}
/*** active menu ***/
.module-item.active {
	background-color: #e7e9ed;
	border: 1px solid #d9dbdf;
	border-radius: 8px;
}
.dark-mode .module-item.active {
	background-color: #251f2d;
	border: 1px solid #a27de4;
	color: #fdfdfd;
}
.module-item.active .module-delete-button {
	display: inline-block;
	position: absolute;
	right: 25px;
	bottom: 25px;
	background-color: #ff5c5c;
	color: #d5d5d5;
	padding: 5px 10px;
	border-radius: 5px;
}

.module-header.pointer {
	cursor: pointer;
}
.module-title a {
	color: #36383a;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.dark-mode .module-title a {
	color: #d3d3d3;
}
.module-item.active .module-title a {
	font-weight: bold;
	font-size: 16px;
}
.modules-handle {
	position: absolute;
	right: 10px;
	top: 9px;
	cursor: pointer;
}
.modules-handle .bi {
	width: 18px;
	height: 25px;
}
.module-icon {
	width: 25px;
	display: inline-block;
}
.dark-mode .module-icon {
	color: #5e5e5e;
}
.module-title {
	width: 77%;
	display: inline-block;
}
.module-details {
	display: inline-block;
}
/*** generator ***/

#AddModulesForm {
	display: none;
}
.add-modules-dashboard {
	padding: 25px 0px;
}
.add-modules-button {
	cursor: pointer;
	padding: 11px 25px;
    background-color: #fddd48;
    border-radius: 5px;
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.add-modules-button .bi {
}
.text-blocks-list {
	overflow: auto;
	height: calc(100vh - 140px);
	margin: 0 0 0 -15px;
	padding: 0 10px 0 15px;	
}

.text-result-cell {
	position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e9e9f5;
    border-radius: 5px;
    padding: 35px 30px 25px 40px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 10%);
}
.dark-mode .text-result-cell {
	background-color: #28292a;
	border: 1px solid #121212;
}
.text-result-cell.just-generated {
	border: 1px solid #3329b9;
}
.text-result-cell .shortcut-info {
	position: absolute;
	font-size: 11px;
	padding: 3px 5px;
    left: -7px;
    top: -5px;
	background-color: #efeff1;
	border-bottom-right-radius: 3px;
}
.dark-mode .text-result-cell .shortcut-info {
	background-color: #4a4b4c;
	color: #bbb;	
}
.result-variants span {
	padding: 1px 8px;
	border-radius: 14px;
	font-size: 14px;
	background-color: #6695eb;
	cursor: pointer;
	margin-right: 5px;
	color: #fff;
	margin-right: 5px;
	display: inline-block;
}

.result-variants span.active {
	background-color: #042f7e;
}

.result-variants {
	display: inline-block;
}

.remaing-chars {
	display: inline-block;
}
.dark-mode .block-text-area {
	color: #c5c5c5;
	font-size: 15px;
}
/*** builder dashboard ***/
.result-cell.builder-dashboard {
	display: none;
}
.builder-dashboard {
	background-color: #ffffff;
	border: 1px solid #e9e9f7;
	border-radius: 8px;
	padding: 20px 30px;
	margin-bottom: 15px;
}
.dark-mode .builder-dashboard {
	background-color: #424344;
	border: 1px solid #424344;
	color: #fff;	
}
.dark-mode .dash-title {

}
.dash-group {
	margin-bottom: 20px;
}
.dash-button {
	background-color: #7888f5;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 7px 20px;
	border-radius: 20px;
	min-width: 105px;
	cursor: pointer;
	margin-bottom: 5px;
	text-decoration: none;
}
.dark-mode .dash-button {
	background-color: #bc85fd;
	color: #000;
	font-weight: bold;
}
.dash-button.style-b {
	background-color: #8696ff;
	padding: 7px 0px 7px 20px;
}
.dark-mode .dash-button.style-b {
	background-color: #c3a2eb;
}
.dash-button.generated {
	background-color: #a1abed;
	padding: 7px 0px 7px 20px;
}
.dash-button span {
	background-color: #7888f5;
	padding: 8px 20px 8px 10px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-left: 10px;
}
.dark-mode .dash-button.generated {
	background-color: #c3a2eb;
}
.dark-mode .dash-button span {
	background-color: #bc85fd
}
.dash-button:hover {
	opacity: 0.8;
}
.builder-textarea {
	font-size: 15px;
}
.advice-module {
	background: #e7e9ed;
	color: #4b4b4e;
	padding: 20px 25px;
	border-radius: 7px;
	margin-bottom: 20px;	
}
.dark-mode .advice-module {
	background: #2f313e;
	color: #dfdfdf;
}
.advice-module p {
	margin: 0px;
}
.advice-box p {
	margin: 0px;
}
.advice-icon {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 100px;
}
.large-button {
	display: inline-block;
	padding: 9px 50px;
	background: #ef7ae6;
	color: #000;
	border-radius: 28px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
/*** generate button ***/

.build-button {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 20px;
	border-radius: 16px;
	cursor: pointer;
	vertical-align: middle;
}
.button-generate {
	background-color: #bc85fd;
	color: #000;
	min-width: 105px;
}
.build-button .bi {
	width: 13px;
	height: 15px;
	vertical-align: sub;
	margin-right: 2px;
}
.button-regenerate {
	background-color: #bc85fd;
	display: inline-block;
	color: #000;
	font-size: 12px;
	padding: 4px 20px;
	border-radius: 16px;
	min-width: 105px;
	cursor: pointer;
}
.button-save {
	background-color: #1ddecb;
	color: #000;
	min-width: 80px;
}
.button-delete {
	display: inline-block;
	color: #af1c1c;
	font-size: 14px;
	padding: 2px 6px;
	border-radius: 5px;
	min-width: 20px;
	cursor: pointer;
}
.button-add {
	background-color: #1ddecb;
	color: #000;
	min-width: 80px;
}
.form-select {
	display: inline-block;
	width: 215px;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
}
.lds-ellipsis div {
	position: absolute;
	top: 2px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: -25px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: -23px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 3px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 27px;
	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);
	}
}

/* credits */
.credits-box {
	background-color: #dfdfdf;
	padding: 20px 50px;
	border-radius: 5px;
	box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 8%);
}
.dark-mode .credits-box {
	background-color: #3c3c3c;
}
.credits-title {
	font-size: 17px;
}
.credits-number {
	font-size: 28px;
}

/*** style-a ***/

.ot-pricing-table {
	margin: 40px 0 0 0;
}

.ot-pricing .join-intro-text {
	padding: 15px 0 35px;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.ot-price-card {
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 15px;
}

.ot-price-card.style-b {
	margin: -20px;
	padding: 15px 15px 50px 15px;
}

.ot-price-card.light {
	background-color: #f5f5f5;
}

.ot-price-card .most-popular {
	position: absolute;
	right: 9px;
	top: -21px;
	z-index: 101;
}

.ot-price-card .price-header {
	margin-bottom: 25px;
	color: #FFF;
	font-family: "Montserrat", Sans-serif;
	padding: 20px 30px;
	background-color: #6D6DC5;
	position: relative;
}

.ot-price-card .price-header .price {
	font-size: 78px;
	letter-spacing: -2px;
	color: #FFFFFF;
	margin-top: 0px;
	display: inline-block;
}

.ot-price-card .price-header .price.discount {
	font-size: 60px;
	margin-top: 20px;
	display: inline-block;
	color: #DDC3F8;
}

.ot-price-card .price-header .discount-price {
	font-size: 31px;
	display: inline-block;
	position: absolute;
	right: 29px;
	color: #fff;
	z-index: 100;
}

.ot-price-card .price-header .price.discount:before {
content: "╱";
display: block;
color: black;
font-size: 77px;
position: absolute;
left: 130px;
top: 60px;
}

.ot-price-card .price-header .price sup {
	font-size: 31px;
	font-weight: 300;
	top: -33px;
	right: 4px;
}

.ot-price-card .price-header h3 {
	font-family: "Montserrat", Sans-serif;
	margin-bottom: -5px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
}

.ot-price-card .term {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: -7px;
}

.ot-price-card .price-body {
	padding: 20px 30px;
}

.ot-price-card ul {
	margin: 0;
	padding: 0;
}

.ot-price-card li {
	list-style: none;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #353535;
	border-bottom: 1px dotted #D0D0D0;
}

.ot-price-card .unavailable {
	text-decoration: line-through;
	color: #9A9898;
}

.ot-price-card .price-footer {
	padding: 20px 0;
}

.ot-price-card .price-footer .button {
	background-color: #8E8D96;
	padding: 20px 55px;
	border-radius: 3px;
	color: #fff;
}

.ot-price-card .your-package {
	border: 2px solid #dfdfdf;
	padding: 11px 25px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
	color: #BD4242;
	display: inline-block;
}

/*** style-b ***/

.ot-pricing-table.style-b {
	background-color: #fff;
	padding: 30px 15px;
	position: relative;
}

.ot-pricing-table .best-offer {
	position: absolute;
	right: 375px;
	top: -30px;
	width: 140px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px 30px;
	font-size: 12px;
	color: #fff;
	z-index: 999;
	line-height: 1.5em;
	text-transform: none;
	font-style: normal;
	background: rgb(187, 63, 63);
}

.ot-pricing-table .best-offer:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 100% auto -8px;
	border-width: 8px 8px 0 8px;
	border-color: rgb(187, 63, 63) transparent transparent transparent;
}

.ot-pricing-col {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	border-right: 1px solid #dfdfdf;
}

.ot-pricing-col .pricing-header {
	position: relative;
	padding: 5px 0;
}

.pricing-header .package-description {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0px;
	width: 240px;
	/* margin-bottom: 0px; */
	margin: 0 0 100px -27px;
	border-radius: 5px;
	/* border-top-right-radius: 5px; */
	padding: 6px 30px;
	font-size: 12px;
	color: #fff;
	z-index: 999;
	line-height: 1.5em;
	text-transform: none;
	font-style: normal;
	background: rgba(86, 116, 185, 0.9);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.pricing-header .package-description:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 100% auto -8px;
	border-width: 8px 8px 0 8px;
	border-color: rgba(86, 116, 185, 0.9) transparent transparent transparent;
}

.pricing-header:hover .package-description {
	visibility: visible;
	display: block;
	opacity: 1;
	margin-bottom: 60px;
}

.ot-pricing-col:last-child {
	border-right: none;
}

.ot-pricing-col ul {
	margin: 0px;
	padding: 0px;
}

.ot-pricing-col.ot-titles ul {
	margin-top: 65px;
}

.ot-pricing-col li {
	height: 48px;
	font-size: 13px;
	padding: 13px 15px;
	list-style: none;
	border-bottom: 1px dotted #d0d0d0;
	font-family: "Lato", Sans-serif;
}
.ot-pricing-col li.on {
	color: #059b00;
}
.ot-pricing-col li.off {
	color: #cb0000;
}

.ot-pricing-col.ot-titles li {
}

.ot-pricing-col.ot-details {
	text-align: center;
}

.ot-pricing-col .pricing-details {
	background: url(../img/answer.svg) center center no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: 4px 0 0 4px;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.ot-pricing-col .pricing-details i {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 0 60px -143px;
	width: 300px;
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	z-index: 1000;
	line-height: 150%;
	text-transform: none;
	font-style: normal;
	background-color: rgba(86, 116, 185, 0.9);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.ot-pricing-col .pricing-details i:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 100% auto -8px;
	border-width: 8px 8px 0 8px;
	border-color: rgba(86, 116, 185, 0.9) transparent transparent transparent;
}

.ot-pricing-col .pricing-details:hover i {
	visibility: visible;
	display: block;
	opacity: 1;
	margin-bottom: 23px;
}

.ot-pricing-col h3 {
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
}

.ot-pricing-col p {
	font-size: 12px;
	color: #b4b4b7;
}

.ot-pricing-col .price-footer {
	font-family: "Lato", Sans-serif;
	margin: 20px 0px;
}

.ot-pricing-col .price-footer .price sup {
	font-size: 20px;
	font-weight: 500;
	top: -14px;
	right: 2px;
}

.ot-pricing-col .price-footer .price {
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -2px;
	color: #202021;
	margin-top: 0px;
	display: inline-block;
}

.ot-pricing-col .price-footer .term {
	font-size: 11px;
	text-transform: uppercase;
	color: #9a9a9a;
	margin-top: -7px;
	font-family: 'Lato', sans-serif;
}

.ot-pricing-col .button {
	background-color: #41a247;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	padding: 15px 35px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.ot-form-signup .ot-payment-badges {
	margin: 50px auto;
	text-align: center;
}

.ot-payments {
	margin-top: 50px;
	padding: 0 75px;
}

.ot-payments img {
	margin-right: 10px;
}

.ot-payments .members-title {
	margin: 0 0 20px 0;
}

.ot-refund {
	margin: 90px 0 40px;
	text-align: center;
}

.ot-refund h2 {
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 10px;
}

.ot-refund h3 {
	font-weight: 300;
	font-size: 21px;
	margin: 0 0 10px;
}

.ot-pricing-coupon {
	text-align: center;
}

.ot-pricing-coupon h3 {
    background-color: #ebf28f;
    border: 1px solid #dde294;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 10px;	
}

.ot-pricing-coupon h3 span {
	font-weight: 900;
}

.ot-pricing-faq {
	margin-bottom: 80px;
}

.ot-faq-icon {
    float: left;
    width: 100px;
}

.ot-faq-icon .svg-icon {
	width: 55px;
}

.ot-faq-text {
	margin-left: 100px;
}

.ot-faq-item {
	margin-bottom: 60px;
}

.ot-question {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
}

.ot-answer {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0 0 50px 0px;
}

/*** Forms ***/

.ot-form {
    padding: 50px;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 8px;
}

.ot-form label {
	display: block;
	width: 100%;
}

.ot-form label>strong {
	float: left;
	width: 33%;
	padding-top: 20px;
	color: #565658;
	font-weight: 400;
	font-size: 19px;
}

.ot-form p select, .ot-form p textarea, .ot-form p input[type=password], .ot-form p input[type=email], .ot-form p input[type=text] {
	width: 100%;
	padding: 14px 18px;
	display: inline-block;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	font-size: 15px;
}
.ot-form .submit {
	text-align: center;
}
.ot-form label select, .ot-form label textarea, .ot-form label input {
	display: block!important;
	margin-left: 34%;
	width: 66%!important;
}

.ot-form textarea {
	display: block!important;
	height: 200px;
}

.ot-form .button {
	display: inline-block;
	padding: 15px 40px;
	border-radius: 5px;
	background-color: #f1863f;
	background-image: linear-gradient( 136deg, #9238ff, #fa6228);
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.ot-checkbox-placeholder:before {
	font-family: FontAwesome;
	content: '\f00c';
	font-size: 11px;
	line-height: inherit;
	color: inherit;
}

.ot-checkbox-placeholder {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	border: 2px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 15px;
	color: transparent;
}

.ot-checkbox-error {
	border: 2px solid #cc0000;
	padding: 15px;
	border-radius: 6px;
}

.ot-transform-checkbox.built, .ot-transform-select.built {
    display: none!important;
}

.ot-form-signup label select, .ot-form-signup label textarea, .ot-form-signup label input {
    display: block!important;
    margin-left: 34%;
    width: 66%!important;
}

.ot-transform-checkbox.built:checked+.ot-checkbox-placeholder{
	border-color:transparent!important;
	background-color:#91cc2f;
	color:#fff
}

/*** join ***/

.ot-form-signup {
	text-align: left;
	display: block;
	width: 540px;
	max-width: 100%;
	margin: 30px auto;
	background-color: #fff;
	z-index: 20;
    position: relative;
}

.ot-form-login {
	margin-top: 100px;
	padding: 50px;
	margin: 30px auto;
	background-color: #fff;
}

.ot-form-signup label {
	display: block;
	width: 100%;
}

.ot-form-signup {
	padding: 40px 50px;
	width: 680px;
	border-radius: 8px;
	box-shadow: 1px 1px 15px 0 rgba(176, 176, 176, 0.34);
}

label .error {
	margin-left: 34%;
	color: #cb0000;
}

.ot-form-signup label>strong {
	float: left;
	width: 33%;
	padding-top: 20px;
	color: #565658;
	font-weight: 400;
	font-size: 19px;
}

.ot-form-signup p {
	margin-bottom: 15px;
	font-size: 14px;
}

.ot-form-signup p select, .ot-form-signup p textarea, .ot-form-signup p input[type=password], .ot-form-signup p input[type=email], .ot-form-signup p input[type=text] {
	width: 100%;
	padding: 14px 18px;
	display: inline-block;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	font-size: 15px;
}

.ot-form-signup label select, .ot-form-signup label textarea, .ot-form-signup label input {
	display: block!important;
	margin-left: 34%;
	width: 66%!important;
}

.ot-form-signup p.submit {
    padding-top: 5px;
    padding-bottom: 10px;
	text-align: center;
}

.ot-form-signup .btn {
	padding: 15px 100px;
	text-transform: uppercase;
	font-size: 18px;
}
.button:focus, .btn:hover {
    box-shadow: inset 0 0 0 100px rgba(255,255,255,.2);
}

.ot-form-signup p a {
    display: inline-block;
    border-bottom: 1px solid #232323;
    line-height: 150%;
}

.ot-form-signup p a:hover {
    border-color: #f1863f;
}

.ot-signup h3 {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 60px;
}

.join-intro-text {
	padding: 60px 0;
}

.join-intro-text h2 {
font-weight: 600;
    font-size: 21px;
    margin: 0 0 10px;
    color: #858585;
}

.join-intro-text h1 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px;
    color: #504c4c;
}

.join-intro-text h3 {
	font-weight: 300;
	font-size: 22px;
	margin: 0 0 10px;
	color: #424348;
}

/*** Member Area ***/

.member-bar {
	background-color: #ffffff;
	padding: 35px 0;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 8px 0px rgb(209 209 209 / 39%);
}

.member-area {
	padding-top: 50px;
	background-color: #F7F7F8;	
}

.member-area a {
	color: #000;
}

.member-area .ot-form {

}

.members-title {
	margin: 0 0 30px;
}

.members-title h2 {
	margin: 0px 0 4px;
	font-size: 21px;
	font-weight: 700;
}

.members-title p {
	color: #73737F;
	font-size: 16px;
	font-weight: 300;
}

.tflogo {
	display: inline-block;
	margin: 0px 0 0 5px;
}

.member-tabs {
	float: left;
}

.member-info {
	float: right;
}

.member-tabs a {
	position: relative;
	padding: 8px 20px;
	margin-right: 5px;
	background-color: #fff;
	border-radius: 2px;
	color: #29292B;
	font-weight: 600;
	font-size: 12px;
	border: 1px solid #DEDFE6;
	text-transform: uppercase;
}

.member-tabs a.active {
	background-color: #5dc768;
	border: 1px solid #43a231;
	color: #fff;
}

.member-themes {
	padding: 15px 0;
	border-bottom: 1px dotted #dfdfdf;
}

.member-themes:first-child {
	border-top: 1px dotted #dfdfdf;
}

.member-themes .themes-col.title {
	width: 23%;
	margin-right: 15px;
	display: inline-block;
	text-align: left;
}

.member-themes .themes-col {
	width: 13%;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
}

.member-area .buttons {
	padding: 5px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.member-area .buttons:hover {
	opacity: 0.8;
}

.member-area .buttons i {
	margin-right: 5px
}

.member-area .buttons.download {
	background-color: #6d6dec;
	color: #fff;
}

.member-area .buttons.download-html {
	background-color: #A3A3B1;
	color: #fff;
}
.member-area .buttons.preview {
	background-color: #A3A3B1;
	color: #fff;
}

.member-area .buttons.disabled {
	background-color: #cacad6 !important;
	color: #fff !important;
}

.member-area .buttons.order {
	background-color: #52B562;
	color: #fff;
	margin-left: 10px;
}

.member-area .buttons .preview {
}

.member-area .buttons.ticket {
	background-color: #5DC768;
	color: #fff;
}
