/* Body */







body {







	--contrast: #b30017;	/* Red */







	--dark: #000000;		/* Black */







	--light: #ffffff;		/* White */







	--green: #01ab6a;		/* Green */







	--highlight: #fbd465;	/* Yellow */

	--bluecolor: blue;	/* Yellow */







}


.blue-color{
	color: blue;
}

.clickable{
	cursor: pointer;
}
















.ai-presentation{



	display: none;



	text-align: center;



    flex-direction: column;



    padding: 20px;



    border-radius: 5px;



    box-shadow: 0px 0px 10px 0px #0000004a;



    font-size: larger;



    align-items: center;



}
.price-posts-single{
	max-width: 300px;
    margin: auto;
    padding: 2rem;
    background: #f0f4ff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #00000054;
    border: 2px solid;
}
.autowriter-banner{
	width: 100%;
	max-width: 772px;
}

/*SCROLLBAR*/

.payment-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 6px;
	cursor: pointer;
}

.payment-scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: white;
	height: 6px;
	cursor: pointer;
	z-index: 9999;
}

.payment-scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	cursor: pointer;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#0d6efd), to(#0d6efd), color-stop(.6,#0d6efd99));
}

.autowriter-price-card{
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.274);
	background: rgb(13 110 253 / 17%)!important;
}
#ai-body{



	display: none;



}
#autowriter-content{



	display: none;



}



.gpt3-progress-circle {







	display: flex;







	--progress-value: .3243;







	--color: hsl(228, 100%, calc(80% - var(--progress-value)*30%));







}



.ai-iframe{

	width: 95%;

	min-height: 500px;

	border-radius: 16px;

    box-shadow: 0 0 3px 2px #000000bd;

    display: none;

}



.gpt3-loading{







	display: none;







    align-items: center;







    justify-content: center;







    z-index: 9;







	flex-direction: column;







}







.circle-progress {







	width: 150px;







	height: 150px;







}















.circle-progress-value {







	stroke-width: 6px;







	stroke: var(--color);







	stroke-dasharray: 5.98 2;







	transition: stroke .4s;







}















.circle-progress-circle {







	stroke-width: 0px;







	stroke: hsl(228, 8%, 10%);







}










.ai-progress{

}




.circle-progress-text {







	font-weight: bold;







	fill: var(--color);







	transform: translateX(.2em);







	transition: fill .4s;







}



.ai-popup{

	padding: 20px;

    background: white;

    display: flex;

    border-radius: 10px;

    box-shadow: 0 0 20px 3px #00000038;
	width: 50%;
    min-width: 308px;

}

#ai-new-content-plan{
	background: white;
	border-radius: 50%;
    color: blue;
    border: 2px solid blue;
}
#ai-new-content-plan:hover{
	background: blue;
	color: white;
}
.load-titles.none{
	display: none;
}
.load-titles.load{
	animation: lds-dual-ring 1.2s linear infinite;
	display: inline-block;
}
.ai-clickable{
	cursor:pointer;
}
.ai-red{
	color: red;
}
.ai-blue{
	color: blue;
}
.ai-green{
	color:greenyellow;
}
#response-editor-autowriter{
	position: relative;
	display: block;
    padding: 1.2rem;
    background: #0000ff0d;
    border-radius: 5px;
}


.popup-container{







	display: flex;







	position: fixed;







	top: 0;







	left: 0;







	width: 100%;







	height: 100%;







	background-color: rgba(0, 0, 0, 0.113);







	justify-content: center;







    align-items: center;







	z-index: 9999;







}







.res-text{







	font-size: 1.2rem;







}







.gpt3-container{







	border: 1px solid;







	border-radius: 10px;







	padding: 1rem;







}















.gpt3-icons{







	height: 30px;







	cursor: pointer;







	margin: 0.6rem;







}















.lds-dual-ring {







	display: none;







	width: 80px;







	height: 80px;

	margin: auto;
	
	justify-content: center;






}







.lds-dual-ring:after {







	content: " ";







	display: block;







	width: 64px;







	height: 64px;







	margin: 8px;







	border-radius: 50%;







	border: 6px solid #000000;







	border-color: #000000 transparent #000000 transparent;







	animation: lds-dual-ring 1.2s linear infinite;







}







.regpt{







	width: 40px;







    fill: blue;







    cursor: pointer;







}







.regpt.loading{







	animation: lds-dual-ring 1.2s linear infinite;	







}







@keyframes lds-dual-ring {







	0% {







		transform: rotate(0deg);







	}







	100% {







		transform: rotate(360deg);







	}







}















/*TREE*/







.ul-gpt3{







	list-style: none;







	/*padding-left: 15px;*/







	padding-left: 0;







}







.gpt3-buttons{







	position: absolute;







    top: 50px;







    left: 0;







    display: flex;







	z-index: 9;







	background: white;







}







.gpt3-input{







	border: none;







	background-color: rgb(237, 237, 237);







	width: -webkit-fill-available!important;







}







.treeview__level {







	padding: 5px;







	display: flex;







	align-items: center;







	border-radius: 5px;







	font-weight: 700;







	position: relative;







}















.treeview__level-btns {















	align-items: center;







	justify-content: center;







	height: 40px;







	width: 40px;







	border-radius: 50%;







	background-color: #d5e6f6;







	color: #fff;







	font-size: 20px;







}







.treeview__level-btns {







	display: inline-flex;







	position: relative;







}







.treeview__level .level-same, .treeview__level .level-sub, .treeview__level .level-remove {







	/*position: absolute;*/







	display: none;







	border: 1px solid;







	transition: opacity 250ms cubic-bezier(0.7, 0, 0.3, 1);







}







.treeview__level .level-same.in, .treeview__level .level-sub.in, .treeview__level .level-remove.in {







	display: block;







}







.treeview__level .level-same.in .btn-default, .treeview__level .level-sub.in .btn-default {







	background-color: #faeaea;







	color: #da5555;







}























.treeview__level.selected {







	background-color: #f9f9fb;







	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.10);







}







.treeview__level.selected .level-remove {







	display: inline-block;







}







.treeview__level.selected .level-add {







	display: none;







}







.treeview__level.selected .level-same, .treeview__level.selected .level-sub {







	display: none;







}







.treeview .level-title {







	cursor: pointer;







	user-select: none;







}







.treeview .level-title:hover {







	text-decoration: underline;







}







.treeview--mapview ul {







	justify-content: center;







	display: flex;







}







.treeview--mapview ul li:before {







	content: unset;







}







.treeview--mapview ul li:after {







	content: unset;







}


/*



EDITOR





*/
#autowriter-editor {
	box-shadow: 0 0 2px #CCC;
	min-height: 150px;
	overflow: auto;
	padding: 1em;
	margin-top: 20px;
	resize: vertical;
	outline: none;
	max-height: 500px;
	border: 3px solid blue;
    border-radius: 5px;
	background: white;
  }
  #autowriter-editor > ul {
	list-style: inherit;
  }
  #autowriter-editor > p {
	margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
  #autowriter-editor > h1 {
	margin-bottom: 1.5rem;
    font-size: 2.2rem;
	font-weight: 500;
  }
  #autowriter-editor > h2 {
	margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  #autowriter-editor > h3 {
	margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  #autowriter-editor img {
	max-width: 400px!important;
  }
  .toolbar {
	text-align: center;
  }
  
  .toolbar button,
  .fore-wrapper,
  .back-wrapper, .ai-action-wrapper {
	border: none;
    background: #ffffff;
    border-radius: 5px;
    font-family: 'Candal';
    color: blue;
    padding: 5px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 1px 0px #ccc;
    font-size: x-large;
  }
  
  .toolbar button:hover, .fore-wrapper:hover, .back-wrapper:hover {
	background: #0039ff1c;
  }
  
  button[data-command='redo'],button[data-command='strikeThrough'],button[data-command='justifyFull'],button[data-command='insertOrderedList'],button[data-command='outdent'],button[data-command='p'],button[data-command='superscript']{
	margin-right:5px;
	border-radius:0 3px 3px 0;
  }
  
  button[data-command='undo'],.fore-wrapper,button[data-command='justifyLeft'],button[data-command='insertUnorderedList'],button[data-command='indent'],button[data-command='h1'],button[data-command='subscript']{
	border-radius:3px 0 0 3px;
  }
  
  button.palette-item {
	height: 1em;
	border-radius: 3px;
	margin: 2px 1px;
	width: 1em;
  }
  
  
  .fore-wrapper,
  .back-wrapper, .ai-action-wrapper {
	display: inline-block;
	cursor: pointer;
	position: relative;
  }
  .fore-palette, .back-palette, .ai-action-palette {
		display: none;
	  }
  
	.ai-action-wrapper:hover > .ai-action-palette {
		display: flex;
		float: left;
		position: absolute;
		padding: 10px;
		z-index: 999;
		background: #FFF;
		border: 1px solid #DDD;
		box-shadow: 0 0 5px #CCC;
		left: -50%;
		top: 36px;
	}
	.ai-action-wrapper:hover > .ai-action-palette-2 {
		display: flex;
		flex-direction: column;
		float: left;
		position: absolute;
		padding: 10px;
		z-index: 999;
		background: #FFF;
		border: 1px solid #DDD;
		box-shadow: 0 0 5px #CCC;
		left: -50%;
		top: 36px;
	}
  .fore-wrapper:hover > .fore-palette, .back-wrapper:hover > .back-palette {
	display: block;
	float: left;
	position: absolute;
	padding: 3px;
	width: 10em;
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0 0 5px #CCC;
	height: 4.4em;
}

.fore-wrapper:hover > .fore-palette {
	left: 34%;
	top: 36px;
  }
  
  .back-wrapper:hover > .back-palette {
	left: 36%;
	top: 36px;
  }
  
  .fore-palette button,.back-palette button {
	  background: #FFF;
	  margin-bottom: 2px;
	}

	#ai-richeditor-show.ai-hide{
		color:orange;
	}
	#ai-richeditor-show.ai-show{
		color:blue;
	}
	.ai-show-block{
		display: block;
	}
	.ai-show-none{
		display: none;
	}
	#ai-richeditor{
		display: none;
	}
	#ai-richeditor > button, #ai-richeditor > div{
		color: black!important;
		font-size: large!important;
	}
	.ai-action-palette > button.loading >i, .ai-action-palette > div > button.loading >i, #response-gpt3-buttons > button.loading > i{
		animation: lds-dual-ring 1.2s linear infinite;	
	}
  
/*



!!!!!!!!!!!!!!!!!!!EDITOR





*/
#ai-close-editor{
    position: absolute;
    top: 0px;
    right: 12px;
    width: auto;
    background: none;
    font-size: x-large;
    padding: 0;
    box-shadow: none;
    color: black;
    border: none;
    font-weight: 500;
}

.ai-close-banner{
	position: absolute;
    top: 5px;
    right: 10px;
    width: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    color: black;
    border: none;
	font-weight: 500;
}
.ai-banner{
	position: relative;
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 27%);
    background: rgb(13 110 253 / 17%)!important;
	padding: 1rem 1.5rem;
	margin: 20px auto;
}
.ai-add-train{

    padding: 25px;
    border-radius: 10px;

}

.gpt3-input.required, .gpt3-input2.required{







	border: 1px solid red!important;







    box-shadow: 0px 0px 0px 3px #ff000012!important;







}







.ai-images{



	display: flex;



	flex-direction: row;



	overflow: auto;



	align-items: center;







}



.ai-img{



	margin: 10px;



	box-shadow: 0px 0px 6px 1px #00000052;



	border-radius: 10px;



}



.ai-img-data {



	cursor: pointer;



	border-radius: 10px;



	max-width: 300px;



	max-height: 300px;



}



.ai-img-data.active{



	border: 3px solid #0d6efd;



}



.gpt3-title.required{







	border: 1px solid red!important;







    box-shadow: 0px 0px 0px 3px #ff000012!important;







}







/*END TREE*/















/* Responsive Styles */







@media only screen and (max-width: 800px) {







	







}















/* Mobile Styles */







@media only screen and (max-width: 500px) {







	







}