	body {
	width: 100% !important;
}

#nprogress .bar {
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #727cf5;
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: rgba(var(--ct-primary-rgb), 1);
	border-left-color: rgba(var(--ct-primary-rgb), 1);
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	-moz-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}

@keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.topnav-navbar .page-name{
	line-height: 70px;
    font-weight: 900;
    font-size: 18px;
    color: var(--ct-page-title-color);
}
.topnav-navbar .action-btn{
	line-height: 70px;
}

.tbl-img {
	display: flex;
    align-items: center;
    justify-content: center;
}

.tbl-btn {
	padding: 2px 7px !important;
	font-size: 15px !important;
}

.tbl-btn.edit-btn {
	padding-top: 3px !important;
	padding-bottom: 1px !important;
}

.alert-success {
	--ct-alert-bg: rgba(10, 207, 151, 1) !important;
	/* --ct-alert-color: #0ac58f; */
	--ct-alert-color: #FFF !important;
}

.alert-danger {
	--ct-alert-color: #FFF !important;
	--ct-alert-bg: rgba(250, 92, 124, 1) !important;
}

	table.dataTable.nowrap th,
	table.dataTable.nowrap td {
	white-space: initial !important;
}

	img[src=""],
	img[src="#"] {
	display: none;
}

.hide {
	display: none !important;
}

.daterangepicker.show-calendar {
	z-index: 1060;
}

#delete_modal .modal-content {
	box-shadow: 0px 0px 9px 0px #b1b1b1;
}

	/* table.dataTable>thead>tr>th:not(.sorting_disabled),
	table.dataTable>thead>tr>td:not(.sorting_disabled) {
		vertical-align: middle;
} */

.ck-editor__editable_inline {
	min-height: 300px;
	max-height: 500px;
	overflow: auto !important;
}

.loginbtn {
	border-radius: 15px !important;
	font-size: 20px !important;
	font-weight: bold;
	/* padding: 11px; */
}

.formclass .input-group:focus-within{
	box-shadow: none;
}

.formclass .input-group, .formclass div:not(.input-group) > input {
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
	animation: wobble 0.3s ease-in;
	-webkit-animation: wobble 0.3s ease-in;
}

.logininput{
	padding: 15px 20px !important;
}

.tbl-btn{
	margin: 0 2px;
}

.daterangepicker select{
	width: 100%;
	padding: 0.15rem 0.5rem 0.15rem 0.5rem !important;
	-moz-padding-start: calc(.9rem - 3px);
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--ct-form-select-color);
	background-color: var(--ct-form-select-bg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.2rem center;
	background-size: 14px 10px;
	border: 1px solid var(--ct-input-border-color);
	border-radius: 0.25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.page-not-found{
	display: flex;
    align-items: center;
    justify-content: center;
}

.form-control:read-only{
	cursor: not-allowed;
	background-color: #DDDDDD1f;
}

.only-preview{
	display: flex;
	flex-wrap: wrap;
}
.only-preview .card{
	margin-right: 10px;
}
.only-preview .dz-image-preview{
	width: 150px !important;
}
.only-preview .dz-div{
	flex-direction: column;
}
.only-preview .dz-img-div img{
	width: 120px !important;
    height: auto !important;
    aspect-ratio: 1 !important;
}
.only-preview .dz-detail-div{
	padding-left: 10px !important;
    margin-top: 10px !important;
}

.only-preview .dz-remove-btn-div{
	position: absolute !important;
    top: -7px !important;
    right: -10px !important;
    padding: 0 !important;
}

.only-preview .dz-remove-btn-div a{
	padding: 0 !important;
    margin: 0 !important;
    line-height: 15px !important;
    color: red !important;
}

.video-preview-div {
	position: relative;
	width: 275px !important;
}

.video-preview-div a{
	/* display: inline-block; */
	position: absolute;
    width: calc(100% - 25px);
    left: 12px;
    height: calc(100% - 30px);
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 35px;
}

.video-preview {
	width: 250px;
	height: 150px;
	border-radius: 10px;
}

.remove-video{
	position: absolute;
    right: 5px;
	top: -7px;
    color: #F00 !important;
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 15px !important;
}

.video-title{
	padding: 5px;
    display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

/** Generated HTML Style **/
.general-description figure.image{
	text-align: center;
}
.general-description figure.image-style-side{
	text-align: end;
}

.tag-editor .placeholder{
	background: none !important;
	color: #6c757d !important;
}
.productbtn{
	border: 1px solid #b3b3b3;
    border-radius: 5px;
    padding: 19px;
    font-size: 15px;
    text-align: center;
	display:block;
}

.dropzone .dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.dropzone .dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.dropzone :not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(238,238,238,.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-progress .dz-upload {
    background: #333;
	color: #FFF;
	font-size: 12px;
	text-shadow: 2px 2px #555;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-progress .progress-indk {
	color: #C4C4C4;
	font-size: 12px;
    z-index: 999;
    position: absolute;
    width: 75%;
    text-align: center;
	line-height: 17px;
}