:root {
	--nsfw-ai--prompt-option-bg-color:#F6F6F6;
}
[data-theme=dark] {
	--nsfw-ai--prompt-option-bg-color:#212121;
}

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

a:hover{
    text-decoration: none;
}

.tool-top-link-wapper{
    padding: 16px 0;
    border-bottom: 2px solid #414141;
}

.tools-short-content p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--font-color-sec-content-717171);
	margin: 0;
	margin-bottom: 0px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.tool-top-link-wapper ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.tool-top-link-wapper ul li a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}

.tool-top-link-wapper ul li{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #262626;
}

.tool-top-link-wapper ul li span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #626262;
}

.free-nsfw-images-section{
    padding: 48px 0 133px 0;
}

.ai-images-title p.main-heading{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: var(--font-color-262626);
    margin: 0;
    padding-bottom: 48px;
    text-align: center;
}

.ai-images-main-wapper{
    max-width: 958px;
    margin: 0 auto;
    border-radius: 32px;
    padding: 64px 0px;
    margin-bottom: 56px;
    background: var(--sec-bg-FFF);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.ai-alert-wapper{
    margin-bottom: 88px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 56px;
    border-radius: 32px;
    padding: 32px 64px 32px 56px;
    background: rgba(201, 193, 246, 0.1);
    border: 1px solid #C9C1F6;
    border-radius: 32px;
}

.ai-alert-wapper .ai-alert-img{
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.ai-alert-wapper .ai-alert-img svg path{
    fill: #A873FE !important;
}

.ai-alert-wapper .ai-alert-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-alert-wapper .ai-alert-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--font-color-262626);
    margin: 0; 
    padding: 0;
}

.ai-content-wapper h1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: var(--font-color-262626);
	margin: 0;
	padding-bottom: 24px;
}
 
.ai-content-wapper h2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: var(--font-color-262626);
	margin: 0;
	padding-bottom: 24px;
}
.ai-content-wapper h3 {
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: var(--font-color-262626);
	margin: 0;
	padding-bottom: 20px;
}

.ai-content-wapper h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--font-color-262626);
    margin: 0;
    padding: 0 0 18px 0;
}

.ai-content-wapper p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--font-color-sec-content-717171);
    margin: 0;
    padding-bottom: 16px;
}

.ai-content-wapper ul { margin: 0; padding: 0; display:flex; flex-direction:column; gap: 8px;list-style: inside;margin-bottom: 15px; }
.ai-content-wapper ul li {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--font-color-262626);
	margin: 0;
	padding-bottom: 5px;
}

.ai-content-wapper ol { margin: 0; padding: 0; display:flex; flex-direction:column; gap: 8px; padding-bottom:16px;list-style: number;margin-left: 20px; }
.ai-content-wapper ol li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--font-color-262626);
    margin: 0;
    padding-bottom: 0;
}

.ai-content-wapper p a { color: #F99A8A; }

.nsfw-ai-prompt-wapper { padding: 20px 0 20px; position: relative; }
.nsfw-ai-prompt-wapper .container {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
}

.nsfw-ai-prompt--card {
	max-width: 958px;
	margin: 0 auto;
	border-radius: 32px;
	padding: 60px;
	margin-bottom: 56px;
	background: var(--sec-bg-FFF);
	box-shadow: 0 4px 50px rgba(0, 0, 0, .1);
}
.nsfw-ai--row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	row-gap: 20px;
}
.nsfw-ai--col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.nsfw-ai--form-group label {
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #262626;
	display: block;
	margin-bottom: 16px;
}
.nsfw-ai--form-group label span {
	color: #ffd133 !important;
	margin-left: 8px;
}
.nsfw-ai--form-group  .nsfw-ai-prompt--select {
	position: relative;
}
.nsfw-ai-prompt--title { 
	display:flex; 
	flex-direction:row; 
	justify-content:space-between; 
	gap:6px; 
	cursor:pointer; 
	background: #f6f6f6;
	border-radius: 10px;
	width: 100%;
	box-shadow: none;
	outline: 0;
	padding: 18px;
	border: none;
}

.nsfw-ai-prompt--title.err{
    box-shadow: 0px 0px 3px red;
}

.nsfw-ai--form-group  .nsfw-ai-prompt--select p { 
	margin:0; 
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--font-color-tarea-777777);
}
.nsfw-ai-prompt--title i { color: var(--font-color-tarea-777777); }
.nsfw-ai-prompt--option {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	background: var(--bg-tarea-F6F6F6);
	border-radius: 10px;
	box-shadow: none;
	outline: 0;
	border: none;
	z-index: 10000;
}
.nsfw-ai-prompt--option ul { 
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:16px;
    max-height: 220px;
    overflow-y: scroll;
}
.nsfw-ai-prompt--option ul li  {
	list-style-type: none;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--font-color-tarea-777777);
	cursor: pointer;
}

.nsfw-ai-prompt--select.nsfw-ai--active .nsfw-ai-prompt--option { 
	background-color: var(--nsfw-ai--prompt-option-bg-color); 
	display:block; 
	border-top-left-radius:0; 
	border-top-right-radius:0; 
}
.nsfw-ai-prompt--select.nsfw-ai--active .nsfw-ai-prompt--title {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid var(--border-color-191919);
	background-color: var(--nsfw-ai--prompt-option-bg-color); 
}
.nsfw-ai-prompt--select.nsfw-ai--active .nsfw-ai-prompt--title i { transform:rotate(180deg); }

.nsfw-ai-prompt--image {
	max-width: 400px;
	width: 100%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.create-image-wapper {
	display: flex
}
.create-image-wapper a {
	padding: 16px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f99138;
	border-radius: 6px;
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #262626;
	transition: all .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out
}
.create-image-wapper a:hover {
	transform: scale(1.1)
}
.use-prompt-ai-logo-wapper {
	display: flex;
	margin-top: 24px;
	align-items: center;
	justify-content: space-between
}
.use-prompt-ai-logo-wapper span {
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: var(--font-color-262626)
}
.use-prompt-ai-logo-wapper .select-prompt-wapper {
	padding: 16px 38px;
	background: #212121;
	border-radius: 10px;
}

.use-prompt-ai-logo-wapper .select-prompt-wapper .seleted-promtp a img {
	max-width: 148px;
	object-fit: cover;
	transition: all .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out
}
.use-prompt-ai-logo-wapper .select-prompt-wapper .seleted-promtp a:hover img {
	transform: scale(1.2)
}

.woman-outdoors-style-btn {
	display: flex;
	margin-top: 24px;
}
.woman-outdoors-style-btn .prompt_container {
	padding: 24px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f6f6;
	border-radius: 6px;
	text-align: center;
}
.woman-outdoors-style-btn .prompt_container p {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #363636c4;
	margin: 0;
}

.prompt_err {
    margin-top: 5px;
    color: red;
}

@media(max-width:767px){
	.ai-alert-wapper{flex-direction: column;gap: 30px;}
	.use-prompt-ai-logo-wapper{flex-direction: column;gap: 25px;}
	.ai-images-main-wapper{padding-top: 30px;padding-bottom: 50px;}
	.free-nsfw-images-section{padding: 50px 0 60px 0;}
	.nsfw-ai-prompt--card { padding:30px; border-radius:16px; }
	.use-prompt-ai-logo-wapper {
		flex-direction: column;
		gap: 25px;
	}
}

@media(max-width:420px){
	.nsfw-ai-prompt-wapper .container{padding: 0;}
}

@media (min-width: 768px){
	.nsfw-ai-prompt-wapper .container { max-width: 720px; }
	.nsfw-ai--col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 8px;
	}
}
@media (min-width: 992px){
	.nsfw-ai-prompt-wapper .container{ max-width: 992px; }
	.nsfw-ai--col {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		padding: 0 15px;
	}
}
@media (min-width: 1200px) {
	.nsfw-ai-prompt-wapper .container {  max-width: 1170px; }
}

@media (min-width: 1280px) {
	.nsfw-ai-prompt-wapper .container { max-width: 1230px; }
}
