.ci-no-project-wrap > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.ci-copyuser-plan{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.ci-multi-select-wrap .btn-group{
	min-width: 400px;
}
.ci-multi-select-wrap .multiselect {
	text-align: left !important;
}
.ci-multi-select-wrap .multiselect-container{
	min-width: 400px;
	max-height: 300px;
	overflow: auto;
}
.ci-project-answer-window{
    background-color: white;
    border-radius: 5px;
    font-size: 10px;
    padding: 10px;
    margin-bottom: 10px;
    opacity: 0.8;
}
.ci-logo-wrap{
/*	margin-top: 20px;*/
}
.ci-logo-wrap img{
	height: 35px;
}
.ci-menu-wrap{
	margin-top: 40px;
	max-height: calc(100VH - 200px);
}
.ci-menu-wrap .mCSB_container{
	margin-right: 10px !important;
}
.ci-menu-wrap .mCSB_scrollTools{
	right: -5px !important;
}
.ci-menu-content{
	display: grid;
	grid-template-columns: 30px auto 30px;
	padding: 10px;
	position: relative;
	margin-bottom: 5px;
	/*border-radius: 5px;*/
}
.ci-menu-content:hover{
	text-decoration: none;
}
.active-menu-item{
	background-color: #F3F2F7;
}
.active-menu-item .ci-menu-text{
	color: #623ceb;
}
.active-menu-item .ci-menu-icon{
	color: #623ceb;
}

.active-menu-item rect{
	fill: #623ceb;
	stroke: #623ceb;
}
.active-menu-item path[fill]{
	fill: #623ceb;
}
.active-menu-item path[stroke]{
	stroke: #623ceb;
}
.ci-header-group-title{
	font-size: 14px;
	font-weight: 600;
	color: #98A2B3;
	padding: 10px 20px;
	padding-bottom: 0px;
	margin-top: 20px;
}
.ci-menu-icon-plus{
	width: 22px;
	height: 22px;
	background-color: #F7F7F7;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ci-menu-item{
	cursor: pointer;
	/* margin: 5px 0px; */
	position: relative;
}
.ci-n-a-wrap{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff73;
}
.ci-menu-icon img{
	height: 15px;
}
.ci-menu-icon svg{
}
.ci-menu-text{
	font-size: 15px !important;
}

.ci-sub-menu-wrap{
	background-color: #f4faff;
	display: none;
	padding: 3px;
}
.active-menu-item .ci-sub-menu-wrap{
	display: block;
}
.ci-sub-menu-wrap .ci-menu-content{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;

}

.active-menu-item .ci-menu-arrow i{
}
.active-menu-item .ci-menu-arrow i{
	transform: rotate(90deg);
}
.ci-menu-content:hover{
	background-color: #F3F2F7;
}
.active-sub-menu-item{
	background-color: #e5ebf1;
}

.ci-submenu-item:hover .ci-menu-content {
	background-color: white;
	color: #623ceb;
}
.ci-submenu-item:hover .ci-menu-content .ci-menu-icon-plus path[fill]{
	fill: #623ceb;
}
.ci-submenu-item:hover .ci-menu-content .ci-menu-icon path[fill]{
	fill: #623ceb;
}
.ci-submenu-item{
	position: relative;
}
.ci-submenu-wrap{
	border-radius: 5px;
	background-color: white;
	box-shadow: 0px 1px 10px 0px #4342421a;
	position: absolute;
	right: 0px;
	top: 45px;
	padding: 10px;
	z-index: 100;
	display: none;
}
.ci-submenu-item:hover .ci-submenu-wrap{
	display: block;
}
.ci-submenu{
	padding: 10px 16px;
	border-radius: 5px;
	display: grid;
	grid-template-columns: 24px auto;
	grid-gap: 10px;
	width: 210px;
	text-decoration: none !important;
}
.ci-submenu:hover{
	color: #623ceb;
	background-color: #F3F2F7;
}
.ci-submenu:hover path[fill]{
	fill: #623ceb;
}
.ci-sider-profile-wrap{
	display: grid;
	grid-template-columns: 50px auto 25px;
	position: absolute;
    bottom: 40px;
    width: 200px;
    left: 40px;
}
.ci-profile-img{
	width: 40px;
	height: 40px;
/*	border: 1px solid #ccc;*/
	border-radius: 50%;
	overflow: hidden;
	background-color: white;
	background-color: transparent;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ci-profile-img img{
	max-width: 30px;
	max-height: 30px;
}

.ci-main{
	display: grid;
	grid-template-columns: 260px auto;
}
.ci-sidebar{
	height: 100VH;
	width: 100%;
}
.ci-sidebar .mCSB_container{
}
.ci-sidebar-content{
	min-height: 100VH;
	width: 100%;
	background-color: white;
	padding: 40px;
	padding-right: 0px;
	position: relative;
}
.ci-content{
	height: 100VH;
	width: 100%;
	background-color: white;
	padding: 40px;
}

.ci-coin-box-wrap{
	background-image: url('../image/coin-back.png');
	background-size: 100% 100%;
	width: 220px;
	height: 280px;
	padding: 40px 30px;
	position: absolute;
	left: 40px;
	bottom: 120px;
}
.ci-create-project-btn, .ci-create-page-btn{
	width: 180px;
}
.ci-main-box{
    background: #f3f2f7;
    padding: 40px;
    border-radius: 40px;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ci-box-list{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 20px;
}

.ci-project-list-wrap{
	width: 100%;
	height: calc(100VH - 230px);
}
.ci-project-list-wrap .mCSB_container{
	margin-right: 10px;
}
.ci-main .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #623CEB !important;
}
.ci-box-list-item{
	width: 300px;
	height: 280px;
	border-radius: 5px;
	background-color: white;
	position: relative;
	overflow: hidden;
	border: 1px solid #ced4da;
}
.ci-box-content{
	background-color: #ADABB5;
	width: 100%;
	height: 190px;
	overflow: hidden;
	display: block;
	padding: 15px;
	padding-bottom: 0px;
}
.ci-box-content img{
	width: 100%;
	cursor: pointer;
}
.ci-box-detail{
	position: absolute;
	width: 100%;
	left: 0px;
	top: unset;
	bottom: 0px;
	padding: 20px;
	background-color: white;
}
.ci-box-url-wrap{
	display: grid;
    grid-template-columns: 40px auto 50px;
    border-top: 1px solid #eceaea;
    border-bottom: 1px solid #eceaea;
    padding: 10px;
}
.ci-url-input{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 0px;
	outline: none !important;
	box-shadow: none !important;
	padding: 0px 10px;
	border-radius: 5px 0px 0px 5px;
}
.ci-url-copy{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	border-radius: 0px 5px 5px 0px;
	font-size: 14px;
}
.ci-box-title{
	color: #18324B !important;
	text-decoration: none !important;
	font-size: 16px;
	text-overflow: ellipsis;
    overflow-x: hidden;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    white-space: nowrap;
    display: block;
}
.ci-box-title:hover {
	color: #623CEB !important;
}
.ci-box-title-wrap{
	display: grid;
	grid-template-columns: auto 70px;

}
.ci-box-desc{
	font-size: 12px;
	color: #5d698d;
	margin-top: 5px;
}
.ci-box-action{
	position: relative;
	cursor: pointer;
}
.ci-box-action-wrap{
	position: absolute;
    right: -15px;
    bottom: 35px;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 5px;
	display: none;
}
.ci-box-btn{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.ci-box-btn-wrap{
    display: grid;
    grid-template-columns: 40px 40px 40px auto 40px;
    padding: 10px 10px;
}
.ci-box-btn img{
	width: 20px;
}
.ci-box-action-wrap:after{
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-top-color: white;
    bottom: -18px;
    left: 165px;
}
.ci-box-action-item{
	text-decoration: none !important;
	width: 200px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: white;
	color: #623ceb !important;
}
.ci-box-action-item:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.ci-project-new-btn{
	width: 200px;
}
.ci-no-project-wrap{
	display:  flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.ci-no-project-wrap img{
	width: 500px;
}
.ci-box-open{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
.ci-divi-auto-300{
	display: grid;
	grid-template-columns: auto 300px;
	height: 100%;
}
.ci-divi-auto-350{
	display: grid;
	grid-template-columns: auto 350px;
	height: 100%;
}
.ci-content-right{
	width: 100%;
	padding: 20px 40px;
	position: relative;
	height: 100%;
	padding-right: 15px;
}
.ci-chat-info-wrap{
	width: 100%;
	height: calc(100% - 235px);
	overflow: auto;
}
.ci-chat-info-item{
	display: grid;
	grid-template-columns: 30px auto;
	grid-gap: 10px;
	margin-bottom: 15px;
}
.ci-chat-info-icon{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	border-radius: 5px;
}
.ci-chat-info-desc{
	font-size: 12px;
}
.ci-chat-info-item:nth-child(1) .ci-chat-info-icon{
	background-color: #E0F4DC;
	color: #6EC75C;
}
.ci-chat-info-item:nth-child(2) .ci-chat-info-icon{
	background-color: #F9F4DA;
	color: #E5D369;
}

.ci-chat-info-item:nth-child(3) .ci-chat-info-icon{
	background-color: #E9E7EF;
	color: #C0CCD6;
}
.ci-chat-info-item:nth-child(4) .ci-chat-info-icon{
	background-color: #ecd7f5;
	color: #db88ff;
}
.ci-chat-info-item:nth-child(5) .ci-chat-info-icon{
	background-color: #dbf8ff;
	color: #65b8cc;
}
.ci-chat-info-item:nth-child(6) .ci-chat-info-icon{
	background-color: #ccddf3;
	color: #7490b5;
}
.ci-tip-wrap{
    background-image: url(../image/tip-back.png);
    background-size: 100% 100%;
    width: 240px;
    height: 220px;
    position: absolute;
    left: 40px;
    bottom: 0px;
    padding: 30px;
}
.ci-tip-btn{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #623ceb;
	border-radius: 5px;
	background-color: white;
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #623CEB;
  color: #623CEB;
  animation: dotFlashing 0.5s infinite linear alternate;
  animation-delay: .1s;
}

.dot-flashing::before, .dot-flashing::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #623CEB;
  color: #623CEB;
  animation: dotFlashing 0.5s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #623CEB;
  color: #623CEB;
  animation: dotFlashing 0.5s infinite alternate;
  animation-delay: 0.5s;
}

@keyframes dotFlashing {
  0% {
    background-color: #623CEB;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}
.ci-chat-bot-hint-stop.dot-flashing{
	background-color: #ebe6ff !important;
}
.ci-chat-bot-hint-stop.dot-flashing::before, .ci-chat-bot-hint-stop.dot-flashing::after {
	background-color: #ebe6ff !important;
}
.ci-chat-bot{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: white;
	background-image: url('../image/chat_bot.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 80%;
	margin-right: 20px;
}
.ci-chat-bot-content{
	min-height: 40px;
	border-radius: 20px;
	background-color: white;
	padding: 8px 20px;
	display: inline-block;
	animation: slideInFromLeft .3s ease;
}
.ci-chat-bot-hint{
	animation: none;
	height: 40px;
}
@keyframes slideInFromRight {
    0% {
        transform: translate(80%, 0);
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translate(-2rem,  0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.ci-chat-bot-hint{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.ci-chat-bot-item{
	display: grid;
    grid-template-columns: 60px auto;
    margin-bottom: 20px;
}
.ci-chat-content-wrap{
    max-height: calc(100VH - 430px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-color: #623ceb #ececef
;
    scrollbar-width: thin;
}

.ci-chat-content-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc ; /* or add it to the track */
}
.ci-chat-content-wrap::-webkit-scrollbar-thumb {
    background: #623ceb ;
}


.ci-chat-content-wrap .mCSB_container{
	margin-right: 20px !important;
}
.ci-chat-message-wrap{
	padding: 20px 40px;
	border-top: 1px solid #D5D3DD;
	display: grid;
	grid-template-columns: auto 40px;
	grid-column-gap: 20px;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 20px;
}
.ci-message-error-wrap{
	color: red;
	display: none;
    position: absolute;
    left: 40px;
    bottom: -5px;
}
.ci-chat-message{
	border:  1px solid #623CEB;
	border-radius: 5px;
	resize: none;
	height: 150px;
	outline: none !important;
	padding: 20px;
	background-color: transparent;
}
.ci-chat-send-btn, .ci-chat-send-btn-bot {
	width: 40px;
	height: 40px;
	color: white;
	background-color: #623CEB;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.ci-chat-user-item{
	min-height: 40px;
	border-radius: 20px;
	background-color: #623CEB;
	padding: 8px 20px;
	color: white;
	text-align: right;
	margin-bottom: 20px;
	display: inline-block;
	float: right;
	animation: slideInFromRight .3s ease;
}
.ci-chat-user-wrap{
	display: grid;
	grid-template-columns: 60px auto;
}
.ci-chat-choose-wrap{
	padding: 5px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 5px;
    max-width: calc(100VW - 840px);
}
.ci-chat-choose-wrap div{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.ci-chat-choose-wrap div.active{
	border:  1px solid #623CEB;
}
.ci-generate-btn, .ci-regenerate-btn{
	width: 230px;
}
.ci-copyai-title-wrap{
	padding: 20px 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #D5D3DD;
	width: 100%;
	display: grid;
	grid-template-columns: auto 60px 100px 120px;
	padding-bottom: 10px;
	background-color: #f3f2f7;
}
.ci-show-copy-btn{
	position: absolute;
    right: 45px;
    bottom: 10px;
    color: #623ceb;
    cursor: pointer;
}
.ci-copyai-all-count, .ci-copyai-favorite-count{
	color: #9492A0;
}
.ci-copyai-select-btn{
	padding: 2px;
	border: 1px solid #3A434A;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
}
.ci-copyai-select-btn:hover{
	border-color: #623CEB;
	color: #623CEB;
}
.ci-copyai-content-wrap{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 65px;
	padding: 30px 40px;
}
.ci-copyai-content{
	width: 100%;
	height: calc(100VH - 300px);
}
.ci-copyai-content .mCSB_container{
	margin-right: 20px !important;
	padding: 10px;
}
.ci-copyai-bottom{
	padding: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #D5D3DD;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f3f2f7;
}
.ci-edit-answer-btn{
	width: 215px;
	margin-right: 50px;
}
.ci-copyai-item{
	border-radius: 5px;
	width: 100%;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 0px 10px #2e5bff21;
	margin-bottom: 10px;
	border: 1px solid white;
}
.ci-copyai-action-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    border: 1px solid #F4F3F9;
    padding: 4px 25px;
    border-radius: 20px;
    margin-top: 10px;
}
.ci-copyai-action{
    color: #707070;
    cursor: pointer;
}
.ci-copyai-action:hover {
	color: #623CEB;
}
.ci-copyai-action[data-title="remove"]:hover {
	color: red;
}

.ci-category-title-wrap{
	display: grid;
	grid-template-columns: 30px auto;
}
.ci-category-icon{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #F4F3F9;
}
.ci-category-icon img{
	width: 20px;
}

.ci-category-title{
	color: #CCCAD7;
	text-transform: uppercase;
	padding: 5px 20px;
	font-size: 16px;
	padding-right: 0px;
}
.ci-category-item{
	display: grid;
	grid-template-columns: 30px auto;
}
.ci-category-value{
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}
.new-category{
	padding-right: 45px;
}
.new-category:after{
	content: 'New';
    font-size: 10px;
    padding: 2px 6px;
    background-color: #623ceb;
    border-radius: 5px;
    color: white;
    border: 1px solid white;
    position: absolute;
    right: 4px;
    top: 11px;
}
.ci-category{
	margin: 20px 0px;
}
.ci-category-active{
	background-color: #623CEB;
	color: white !important;
	border-radius: 5px;
}
.ci-category-wrap{
	height: calc(100VH - 170px);
}
.ci-copyai-form{
	width: 100%;
	max-width: 600px;
  padding: 0px;
  overflow: hidden;
  height: auto;
  max-height:  calc(100VH - 80px);
}

.ci-copyai-form-content{

}
.ci-copyai-form-content{
	width: 100%;
	/*height: calc(100VH - 300px);*/
}
.ci-copyai-form-content .mCSB_container{
	margin-right: 20px !important;
	padding-bottom: 20px;
}
.ci-form-desc{

}
.ci-form-control{
	outline: none !important;
	box-shadow: none !important;
}
.ci-form-item{
	position: relative;
}
.ci-text-counter-wrap{
	position: absolute;
	right: 0px;
	top: 2px;
}
.ci-form-item label{
	margin: 0px;
}
.ci-form-divi{
	grid-gap: 20px;
	width: calc(100% - 20px);
}
.ci-copyai-form-content .mCustomScrollBox {

}
.ci-copyai-form .ci-copyai-title-wrap{
	position: relative;
	top: unset;
	bottom: unset;
}
.ci-copyai-form .ci-copyai-content-wrap{
	position: relative;
	top: unset;
	bottom: unset;
}
.ci-copyai-form .ci-copyai-bottom{
	position: relative;
	top: unset;
	bottom: unset;
}
textarea.ci-form-message{
	border-radius: 5px 5px 0px 0px !important;
	resize: none;
	height: 150px !important;
}

.ci-form-message-desc{
    background: white;
    border: 1px solid #ced4da;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    padding: 8px;
    font-size: 12px;
    color: #ccc;
}
#mCSB_4_container{
	margin-right: 0px !important;
}
.ci-language-wrap .options{
	max-height: 250px !important;
}

.show-all-copy{
	cursor: pointer;
}
.show-all-copy:hover{
	color: #623CEB;
}
.show-all-copy:hover span{
	color: #623CEB;
}
.show-favorite-copy{
	cursor: pointer;
}
.show-favorite-copy:hover{
	color: #623CEB;
}
.show-favorite-copy:hover span{
	color: #623CEB;
}
.ci-copyai-select{
	border:  1px solid #623CEB;
}
.ci-favorite-action{
	color: #623CEB;
}
.ci-copyai-favorite{
	box-shadow: 0px 0px 10px #623ceba8;
}
.ci-copyai-answer[contenteditable]{
	border: 1px solid #623ceb29;
	outline: none !important;
	padding: 5px;
}
.ci-copyai-answer[contenteditable]:focus{
	border: 1px solid #623ceb;
}
.ci-copyai-answer p{
    margin: 0px !important;
    height: 10px
}
.ci-save-action{
	display: none;
}
.ci-copyai-edit .ci-save-action{
	display: block;
}
.ci-copyai-edit .ci-edit-action{
	display: none;
}
.ci-no-language .multi-language{
	opacity: 0.5;
	cursor: not-allowed;
}
.ci-table{
	width: 100%;
}
.ci-table td, .ci-table th{
	height: 40px;
	border-bottom: 1px solid #ececec;
	background-color: white;
	padding: 5px 10px;
}
.ci-table-action-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
}
.ci-table-action{
	width: 80px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:  1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}
.ci-table-action:hover {
	border-color: #623CEB;
	color: #623CEB;
}
.ci-error-wrap{
	border: 1px solid red;
    color: red;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}
.no-team-wrap{
	display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 10px;
    color: #8e8a8a;
    font-style: italic;
}
.ci-comfirm-box, .ci-show-custom-model{
	width: 22px !important;
	height: 22px !important;
	outline: none !important;
	box-shadow: none !important;
	margin-top: 3px;
}
.ci-show-custom-model{
	width: 22px !important;
	height: 22px !important;
	outline: none !important;
	box-shadow: none !important;
	margin-top: 0px;
}
.ci-confirm-wrap{
    grid-gap: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: 30px auto;
    padding: 0px 10px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}
.ci-confirm-error{
	color: #f14040;
}
.swal2-html-container{
	font-size: 16px !important;
	line-height: 28px !important;
}
.ci-u-w .ci-category-value{
	color: #969595 !important;
}
.ci-dashboard-note-wrap{
    background-color: #ebe6ff;
    padding: 0px 40px;
    border-radius: 15px;
    position: relative;
}
.ci-dashboard-note-title{
	color: #623cea;
    font-size: 28px;
    padding-top: 40px;

}
.ci-dashboard-note-desc{
	margin-top: 5px;
}
.ci-dashboard-note-img{
    position: absolute;
    right: 40px;
    bottom: 0px;
}
.ci-dashboard-note-img img{
	height: 220px;
}
.ci-dashboard-note-sub-title{
    margin-top: 15px;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 40px;
    background-color: white;
	color: #623ceb;
}
.ci-dashboard-list-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 160px;
	height: 34px;
	border-radius: 20px;
	border: 1px solid #DDDBE3;
	color: #585D6D;
	cursor: pointer;
	transition: all 0.2s;
	text-decoration: none !important;
}
.ci-dashboard-list-btn:hover {
	background-color: #623cea;
	color: white !important;
}
.ci-dashboard-list-btn-icon{
	opacity: 0;
    position: absolute;
    right: 20px;
    color: white;
    top: 5px;
	transition: all 0.2s;
}
.ci-dashboard-list-btn:hover .ci-dashboard-list-btn-icon{
	opacity: 1;
}

.ci-stock-search-wrap{
    width: 100%;
    height: 200px;
    background-image: url(../image/stock-top.png);
    background-size: 100%;
    border-radius: 20px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 48px;
    color: white;
    position: relative;
}
.ci-stock-search-content{
	width: 100%;
	left: 0px;
	bottom: -20px;
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ci-stock-search{
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    display: grid;
    grid-template-columns: 40px auto 100px;
    padding:10px 20px;
    align-items: center;
}
.ci-stock-search-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f3f2f7;
    height: 100%;
}
.ci-stock-search-input{
    background-color: #f9f9f9;
	width: 100%;
	border: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0px 10px;
	font-size: 16px;
}

.ci-stock-image-wrap{
	overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #623ceb #ececef
;
    scrollbar-width: thin;
    width: 100%;
    max-height: calc(100VH - 370px);
    margin-top: 35px;
}
.ci-stock-image-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc ; /* or add it to the track */
}
.ci-stock-image-wrap::-webkit-scrollbar-thumb {
    background: #623ceb ;
}
.ci-stock-image-list{
    width: 100%;
	-webkit-column-count: 5;
	-webkit-column-gap:   10px;
	-moz-column-count:    4;
	-moz-column-gap:      10px;
	column-count:         5;
	column-gap:           10px;
	padding-bottom: 30px;
}


.ci-stock-image{
	width: 290px;
	margin-bottom: 20px;
	border: 1px solid #623CEB;
	border-radius: 5px;
	overflow: hidden;
}
.ci-stock-image img{
	width: 100%;
}

.ci-stock-image-no{
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid red;
    background: #ffe2e2;
}
.masonry-brick img {
	width: 100%;
	height: auto;
}
.ci-stock-view-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000ad;
}
.ci-stock-view{
	position: relative;
	border: 1px solid white;
	padding: 5px;
	min-width: 500px;
	min-height: 300px;
}
.ci-stock-view-close{
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    right: -17px;
    top: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: black;
    color: white;
    cursor: pointer;
}
.ci-stock-view img{
	max-width: 100%;
	max-height: calc(100VH - 100px);
}
.ci-stock-view-download{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #000000bf;
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    cursor: pointer;
}
.ci-stock-view:hover .ci-stock-view-download{
	visibility: visible;
    opacity: 1;
}
.ci-stock-view-download img{
	filter: invert(1);
    width: 20px;
}
.ci-stock-img-load{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000bf;
}

.ci-load-more-btn{
    border: 1px solid #623ceb;
    margin-bottom: 10px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #623ceb;
    cursor: pointer;
}

.ci-stock-download-btn{
	position: absolute;
    right: 10px;
    bottom: 10px;
    background: #000000bf;
    padding: 5px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    cursor: pointer;
}
.masonry-brick:hover .ci-stock-download-btn{
	visibility: visible;
    opacity: 1;
}
.ci-stock-download-btn img{
	height: 20px !important;
	filter: invert(1);
}


.ci-show-all-copyblock-btn{

}

.ci-category-tab-btn{
    font-size: 12px;
    color: #623ceb;
    cursor: pointer;
    border: 1px solid #632ceb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
    height: 30px;
    line-height: 0;
}
.ci-category-tab-btn:hover {
	background-color: white;
}

.ci-category-tab-top{
    display: grid;
    grid-template-columns: auto 100px;
    grid-gap: 10px;
}

.ci-category-tab{
    font-weight: 500;
    font-size: 18px;
    color: #19334A;
    cursor: pointer;
    border-bottom: 2px solid #f3f2f7;
}
.ci-category-tab.active{
    color: #632ceb;
    border-bottom: 2px solid #632ceb;
}
.ci-category-tab-nav{
    display: flex;
    align-items: flex-start;
    grid-gap: 20px;
}
.ci-category-tab-content{
    display: none;
}
.ci-category-tab-content.active{
    display: block;
}
.ci-category-search-wrap{
	display: grid;
	grid-template-columns: 100px auto;
	grid-gap: 10px;
    background-color: white;
    margin: 15px 0px;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.ci-category-filter-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 5px;
	position: relative;
}
.ci-category-filter-content{
	width: 80px;
	display: block;
	align-items: center;
	justify-content: flex-start;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ci-category-search-content{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 5px;
}
.ci-category-search-input{
	width: 100%;
	border: 0px;
	border-left: 1px solid #BDBDBD;
	padding-left: 10px;
	outline: none;
	box-shadow: none;
	height: 15px;
}
.ci-category-group-list-wrap{
	background-color: white;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 20px 30px;
	width: 100%;
	position: absolute;
	left: 0px;
    top: 47px;
    z-index: 11;
}
.ci-category-group-list{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
    padding: 8px 0px;
}
.ci-category-group-list:hover div{
	color: #632ceb;
}
.ci-category-group-list img{
	height: 16px;
}

.ci-download-btn{
    cursor: pointer;
}
.ci-download-btn img{
    height: 12px;
    margin-right: 5px;
}


.ci-custom-model-wrap{
	display: grid;
	grid-template-columns: auto 360px;
	grid-gap: 20px;
}
.ci-custom-model-desc{
	border: 1px solid #dcdff1;
    padding: 10px;
    border-radius: 5px;
    color: #504f4f;
    margin-top: 30px;
    position: relative;
	background-color: #f9f8f8;
}
.ci-custom-model-desc:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #dcdff1;
	border-top: 0px;
	border-right: 0px;
	transform: rotate(45deg);
	position: absolute;
	left: -5px;
	top: calc(50% - 5px);
	background-color: #f9f8f8;
}
.ci-custom-model-desc span{
    padding: 10px 10px;
    display: block;
    font-size: 12px;
    font-style: italic;
}
#custom_model{
	height: calc(100% - 30px);
}

.ci-remove-bg-wrap{
	display: grid;
	grid-template-columns: 300px auto;
	grid-gap: 20px;
	margin-top: 20px;
}
.ci-img-upload-wrap{
	width: 100%;
	height: 250px;
	border: 1px dashed #623ceb;
	border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    grid-gap: 10px;
    position: relative;
}

.ci-img-upload-icon{
	z-index: 2;
}
.ci-img-upload-icon svg{
	width: 100px;
	height: 80px;
}
.ci-img-upload-desc{
    text-transform: uppercase;
    font-size: 12px;
    color: #623ceb;
    font-style: italic;
    z-index: 2;
}
.ci-img-fileinput, .ci-reference-img-input{
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 3;
}
.ci-img-upload-prevew-wrap, .ci-reference-img-prevew-wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ci-img-upload-prevew-wrap img, .ci-reference-img-prevew-wrap img{
	max-width: 100%;
	max-height: 100%;
}
.ci-img-upload-prevew-wrap{
	z-index: 1;
	opacity: 0.3;
}
.ci-image-preview-wrap{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	max-height: calc(100VH - 365px);
}
.ci-img-preview-window img{

}
.ci-img-preview-window{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
	margin-top: 20px;
}
#img_result{
	border: 1px solid #623ceb;
    padding: 10px;
    border-radius: 5px;
    max-width: 100%;
	max-height: 100%;
}
.ci-result-download-wrap{
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #ffffffa6;
    padding: 5px;
    border-radius: 5px;
}
.ci-img-upload-loader{
    display: none;
	margin-top: 10px;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.ci-bg-img-list-wrap{
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    position: relative;
    height: 100%;
    min-height: calc(100VH - 390px);
    background-color: #f9f9f9;
    position: relative;
}
.ci-bg-img-list-window{
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	overflow: auto;
}
.ci-bg-img-list{
	float: left;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.ci-bg-img-list > img{
	height: 100%;
}
.ci-bg-img-list-action-btn{
	background-color: #ffffffe6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 20px;
    border-radius: 5px;
}
.ci-bg-img-list-action-wrap{
	position: absolute;
    right: 0px;
    top: 22px;
    background-color: white;
    box-shadow: 0px 0px 10px #0000007d;
    border-radius: 5px;
    display: none;
}
.ci-bg-img-list-action{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    width: 150px;
    cursor: pointer;
}
.ci-new-menu{
	position: relative;
}
.ci-new-menu:after {
	content: 'New';
    font-size: 10px;
    padding: 2px 6px;
    background-color: #623ceb;
    border-radius: 5px;
    color: white;
    position: absolute;
    left: 75px;
    top: 1px;
}
.ci-art-wrap{
    display: grid;
    grid-template-columns: 350px auto;
    border-radius: 5px;
    background-color: white;
    margin-top: 30px;
    padding: 0px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
/*    max-height: calc(100VH - 300px);*/
}
.ci-art-setting-wrap{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: column;
	grid-gap: 20px;
	width: 100%;
    max-height: calc(100VH - 300px);
    padding-right: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ci-art-result-wrap{
	width: 100%;
    height: calc(100VH - 300px);
    overflow: auto;
    padding-right:20px;
}
.ci-image-result-wrap{
	border-radius: 10px;
	width: 100%;
	border: 1px solid #efefef;
/*	height: calc(100% - 36px);*/
	margin-top: 10px;
	overflow: auto;
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	background-color: white;
	grid-gap: 20px;
}
.ci-image-result-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.ci-image-result-item img{
	max-width: 100%;
}

.ci-art-details-wrap{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0404046b;
    z-index: 1000;
}

.ci-art-detils-content{
	border: 1px solid white;
    padding: 5px;
    position: relative;

}

.ci-art-detils-content img{
	max-height: calc(100VH - 100px);
	max-width: calc(100VW - 200px);
	background-image: url('../image/none_bg.png');
    background-repeat: repeat;
}
.ci-art-close{
	position: absolute;
    right: -12px;
    top: -12px;
    background-color: black;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ci-img-style-wrap, .ci-img-keyword-wrap{
	display: none;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background-color: whitesmoke;
    margin-top: -10px;
}
.ci-art-show-btn{
	grid-gap: 5px;
	cursor: pointer;
}
.ci-art-show-btn:hover{
	color: #623ceb;
}
.ci-art-show-btn.active{
	color: #623ceb;
}
.ci-artblocks-action, .ci-input-image-action, .ci-pro-img-action, .ci-reference-image-action{
	position: absolute;
    background-color: #fffffff0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
    grid-gap: 10px;
    padding: 2px 15px;
    right: 10px;
    top: 10px;
    box-shadow: 0px 0px 5px black;
    cursor: pointer;
}
.ci-artblocks-action{
	grid-gap: 8px;
	padding: 5px 10px;
	right: 5px;
}
.ci-artblocks-action, .ci-pro-img-action{
	visibility: hidden;
    opacity: 0;
}
.ci-image-result-item:hover .ci-artblocks-action{
	visibility: visible;
	opacity: 1;
}

.ci-bg-img-list:hover .ci-pro-img-action{
	visibility: visible;
	opacity: 1;
} 
.ci-pro-img-action-item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ci-artblocks-action-item svg{
	height: 12px;
	width: auto;
}
.ci-artblocks-action-item i{
	font-size: 12px;
}
.ci-artblocks-action-item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ci-artblocks-action-item:hover svg [fill]{
	fill:#623ceb;
}
.ci-artblocks-action-item:hover svg [stroke]{
	stroke:#623ceb;
}
.ci-artblocks-action-item:hover , .ci-pro-img-action-item:hover{
	color: #623ceb;
}

.ci-input-image-wrap, .ci-reference-image-shwo-wrap{
	position: relative;
	border-radius: 5px;
	border: 1px solid #ced4da;
	width: 140px;
	height: 140px;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
} 
.ci-image-upload-inner, .ci-reference-image-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    grid-gap: 10px;
}
/* The ci-custom-checkbox */
.ci-custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ci-custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
}

/* On mouse-over, add a grey background color */
.ci-custom-checkbox:hover input ~ .checkmark {
  background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
.ci-custom-checkbox input:checked ~ .checkmark {
  background-color: #623ceb;
  border-color: #623ceb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ci-custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ci-custom-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ci-custom-checkbox-text{
	font-size: 14px;
}

.ci-default-page i{
	color: #2F3144;
	font-size: 18px;
	opacity: 0.5;
}
.ci-default-page:hover i{
	opacity: 1;
	color: #623ceb;
}

.ci-default-page.active-home i{
	opacity: 1;
	color: #623ceb;
}
.ci-box-btn{
	cursor: pointer;
}
.ci-box-btn:hover > svg path[fill]{
	fill: #623ceb;
	fill-opacity:  1;
}
.ci-box-btn:hover > svg path[stroke]{
	stroke: #623ceb;
	fill-opacity:  1;
}
.ci-box-btn.ci-remove-page:hover svg path{
	fill: red;
}
.ci-box-btn:hover svg{
	opacity: 1;
}
.ci-box-action:hover > svg path[fill]{
	fill: #623ceb;
	fill-opacity:  1;
}
.ci-box-action:hover > svg path[stroke]{
	stroke: #623ceb;
}
.ci-box-action-item{
	color: #2F3144 !important;
}
a.ci-box-action-item:hover {
	color: #623ceb !important;
}
.ci-box-action-item:hover path[fill] {
	fill: #623ceb;
}
.ci-box-action-item:hover [stroke] {
	stroke: #623ceb;
}
.ci-img-size-wrap{
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #00000094;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.ci-image-result-item:hover .ci-img-size-wrap{
	display: block;
}
.ci-artblock-desciption{
    border: 1px solid #ccc;
    resize: none;
    border-radius: 5px;
    width: 100%;
    height: 120px;
/*    margin-top: 10px;*/
    outline: none;
    padding: 10px;
}
.ci-art-detail-title{
	margin-top: 20px;
}
[data-accordion]{
	line-height: unset !important;
}
[data-accordion] > [data-control]:after{
	background: url("../icon/down.png") center center no-repeat !important;
	background-size: 50% !important;
	top: 15px !important;
	transition: all 0.2s;
}
[data-control], [data-content] > *{
	border: none !important;
	position: relative !important;
}
.ci-menu-sub-item{
	padding: 0px !important;
}
.ci-menu-sub-item::before{
	position: absolute;
	content: "";
	width: 7px;
	height: 1px;
	left: -9px;
	top: calc(50% - 0.5px);
	background-color: #18324E;
}
[data-content]{
	position: relative;
	padding-left: 37px;
	/* overflow: visible !important; */
}
[data-content]::before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 16px);
	left: 25px;
	background-color: #18324E;
}
.ci-menu-sub-item:hover{
	background-color: white !important;
	border-radius: 4px;
}
.ci-menu-sub-item a{
	color: #18324B;
	padding: 6px 10px;
	display: block;
	width: 100%;
}
.ci-menu-sub-item:hover a{
	color: #623ceb;
	text-decoration: none !important;
}