* {
    scrollbar-color: #623ceb #ececef
;
    scrollbar-width: thin;
}

*::-webkit-scrollbar-thumb {
	width: 4px;
	border-radius: 5rem;
	background-color: var(--bg-primary);
}

*::-webkit-scrollbar {
	width: 3px;
	border-radius: 5rem;
}

*::-webkit-scrollbar-track {
	background-color:  #cecece;
}

.btn,
.ci-btn-round,
.ci-btn-success {
  height: auto;
  min-height: 40px;
  font-weight: var(--font-bold);
  font-size: 0.8rem;
  border-radius: var(--btn-radius) !important;
  padding: 0.5rem 1rem;
  text-transform: capitalize !important;
}

.ci-btn-success {
  background-color: var(--bg-primary) !important;
  color: var(--bg-white) !important;
}

.ci-dashboard-list-btn {
  border-radius: var(--btn-radius);
}

.ci-popup {
  margin: 0 1rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .ci-popup {
    padding: 2rem;
  }
}

.ci-logo-wrap {
  margin: 0;
}

.ci-dashboard-note-title {
	font-size: 1rem;
	font-weight: bold;
}
.ci-dashboard-note-img {
	right: -1rem;
}
.ci-dashboard-note-desc {
	font-size: 14px;
	width: 60%;
}
.ci-dashboard-note-img img {
	width: 170px;
	height: auto;
}


.ci-dashboard-note-wrap {
	padding: 1.5rem;
    border-radius: var(--radius);
    background-color: var(--bg-complimentary);
}

.ci-dashboard-note-sub-title {
	margin-bottom: 0;
    border-radius: var(--btn-radius);
}

.ci-dashboard-note-title {
	padding: 0;
}

.ci-dashboard-note-wrap {
    border-radius: var(--radius);
}

.ci-dashboard-list-btn {
	width: min(160px, 100%);
}

@media(min-width: 1040px) {
	.ci-dashboard-note-title {
		font-size: 28px;
		font-weight: bold;
	}
	.ci-dashboard-note-img {
		right: -1rem;
	}
	.ci-dashboard-note-desc {
		font-size: 1rem;
		/* width: 60%; */
	}
}


.ci-table td, .ci-table th {
    font-size: 90%;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ci-project-list-wrap {
    min-height: 0;
}

.ci-table-action {
    border-radius: var(--btn-radius);
}

.ci-main-box-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.mobile-editor {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

@media (min-width: 960px) {
    .mobile-editor {
        display: none;
    }
}

.ci-editor-header {
    height: 70px;
}

[disabled],
.add-domain-btn.disable,
.add-domain-btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .6;
}
.ci-info-btn{
  background-color: transparent !important;
  border-color: #623ceb !important;
}
.ci-info-btn span{
  color: #623ceb !important;
}
.ci-info-btn:hover{
  background-color: #623ceb !important;
}
.ci-info-btn:hover span{
  color: white !important;
}
