#inquire-post-upload {
	top: 10px !important;

	textarea {
        padding: 8px 12px;
        resize: vertical;
        border-radius: 8px;
        background: transparent !important;
        border: 1px solid #ccc !important;
	}

	.create-post {
		display: unset;
	}

	.question-container {
		width: 100%;
		display: grid;
		/* gap: 12px; */

		.question-set-con {
			/* padding: 8px 0 5px 0; */
			/* border-radius: 12px; */
		}
	}

	.qus {
		font-size: 14px;
        font-weight: 500;
		span {
			color: #FF3A30;
		}
	}

	.question-set-con {
		input {
			outline: 0;
			border: 0;
			border-radius: 0;
			background: transparent;
			border-radius: 7px;
			height: 35px;
			width: 100%;
			padding: 0 15px;
			font-weight: 500;
			border: 1px solid #ccc !important;
		}
	}

	.question-set-data {
		padding-top: 0 !important;
		display: flex;

		.qus {
			background: transparent;
			padding: 19px 10px;
			height: 25px;
			border-bottom: 3px solid #b5b1b178;
			margin-bottom: 7px;
			border: 2px solid #e9e9e9;
		}

		.qus::placeholder {
			color: #b5b1b178;
		}

		.question {
			width: 100%;
		}

		.answer-input {
			background: rgba(195, 195, 195, 0.26);
			border: 0;
		}
	}

	#add-row-btn {
		font-weight: 700;
		text-align: center;
		color: #00782D;
		background-color: #00AC4014;
		cursor: pointer;
		padding: 8px;
		border-radius: 7px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;

		span {
			/* height: 15px; */
			font-size: 13px;
		}

		svg {
			width: 12px;
			height: 12px;
			margin-left: 5px;
		}
	}

	.delete-row-btn {
		cursor: pointer;
		top: 2.4rem;
		position: relative;
		margin-left: 10px;
	}

	.create-post .text-bg {
		width: unset;
		height: unset;
	}

	.create-post .text-bg .cabinet {
		height: 100%;
		width: 289px;
		/* height: 208px; */
	}

	#mainContainer {
		width: 255px;
		height: 263px;
	}

	.upload-icon {
		padding-top: 1rem;
		display: flex;
		flex-direction: row;
		gap: 8PX;
	}

	button.close-button {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.file-input-wrapper {
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		gap: 7px;
	}

	#file-input-inquire,
	#item-video-1,
	#item-pdf {
		display: none;
	}

	.file-label {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 2px 7px;
        background-color: #ffffff;
        border: 1px solid #E3E3E3;
        border-radius: 2rem;
        cursor: pointer;
        color: #536485;
        font-size: 12px;
        font-weight: 700;
	}

	.file-label:hover {
		/* background-color: #e6e6e6;	 */
	}

	.video_box-1 {
		display: none;
	}

	div#video_preview-1 video {
		width: 100%;
	}

	#videobackBtn-1 svg {
		transform: rotate(180deg);
	}

	#video-thumb,
	#pdf-thumb {
		display: none;
	}

	#pdf-thumb {
		text-align: center;

		img {
			/* width: 50%; */
		}
	}

	#inquire-segments-list {
		border-radius: 8px;
		font-weight: 500;
		background-color: #C3C3C342;
		height: 40px;
		outline: 0;
		border: 0;



		option {
			font-weight: 500;
		}
	}

	#inquire-segments-list:focus {
		outline: 0;
		border: 0 !important;
	}

	.respond-type {
		display: flex;
		align-items: center;

		[type=radio] {
			margin: 0;
			accent-color: forestgreen;
			height: auto;
		}
	}

	.custom-dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
	}

	.dropdown-toggle {
		padding: 10px;
		background-color: #f0f0f0;
		border: 0;
		border-radius: 8px;
		cursor: pointer;
		color: #000000;
		margin-bottom: 5px;
	}

	.dropdown-options {
		display: none;
		position: absolute;
		background-color: white;
		border: 1px solid #ccc;
		border-radius: 8px;
		width: 100%;
		min-height: 180px;
		max-height: 230px;
		overflow-y: auto;
		z-index: 1000;
	}

	.dropdown-options label {
		display: block;
		padding: 5px 10px;
		cursor: pointer;
		height: 25px;

		input {
			height: 10px;
			margin: 0;
			padding: 0;
			accent-color: green;
		}
	}

	.dropdown-options label:hover {
		background-color: #f1f1f1;
	}

	.dropdown-options input[type="checkbox"] {
		margin-right: 10px;
	}

	@media only screen and (max-width: 1023px) {
		top: 0 !important;

		#img-upload .postbtnslike {
			display: unset !important;
		}
	}

	@media screen and (max-width: 480px) {
		top: 0 !important;
		padding: 15px;
		min-width: unset;

		.upload-icon {
			flex-direction: row;
			padding: 0;
			padding-bottom: 1.2rem;
		}

		#img-upload .postbtnslike {
			display: unset !important;
		}

		.respond-type {
			[type=radio] {
				height: 30px;
			}
		}

		.create-post {
			display: unset !important;
		}

		.create-post .text-bg .cabinet img {
			height: 100%;
		}

		.segments-visible {
			margin-top: 0;
		}

		.close-icon {
			display: none;
		}
	}
}

[data-theme="dark"] #inquire-post-upload {
    .file-label {
        background-color: var(--bg-white);
        color: #fff;
    }
}

@media screen and (max-width: 480px) {
	.mback-button {
		margin-bottom: 9px;
		align-items: anchor-center;
	}
	.inq-scroll {
		height: 90vh;
		overflow: scroll;
	}
}
