
/* AI uses this CSS also */

.link-color {color:#1E9CDB!important;}
.gray-hide {color:#ccc!important;}
.gray-500 {color:var(--bs-gray-500);}

.bg-pink-lt {background-color:#FBF0F0!important;}
.bg-pink {background-color:#F8E6E6!important;}
.bg-ai {background-color:#F6F0FB!important;}

.border-aqua-lt {border-color:#B0F6F9!important;}


nav {box-shadow: none!important;}

.divmove{cursor: move!important;}
#tick{display:none;}
#cross{display:none;}


/*******************/
/**** misc - SW ****/
/*******************/

.h1-icon-sm{
  width: 20px;
  height: 18px;
  border-radius: 10%;
  padding:2px;
  background-color: #47DCA2;
  background-color: #39D196;
  background-color: #337DC3;
  background-color: #0096FF;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}


.h1-icon-md{
  width: 32px;
  height: 28px;
  border-radius: 10%;
  padding:3px;
  background-color: #39D196;
  background-color: #337DC3;
  background-color: #0096FF;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}


.addon-etc-icon{
  border-radius: 8%;
  height: 20px;
  padding:3px 5px;
  /*background-color: #20D8E1;
  background-color: #20B2AA;
  background-color: #28B43C;
  background-color: #24D3DC;*/
  background-color: #AECCCD;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}


.neutral-icon{
  border-radius: 6%;
  height: 14px;
  padding:1px 2px;
  background-color: #C0C0C0;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}


.h2-icon-sm{
  width: 20px;
  height: 18px;
  border-radius: 10%;
  padding:2px;
  /*border: 1px solid;*/
  background-color: #4794DC;
  background-color: #337DC3;
  background-color: #27AFC5;
  background-color: #4A90D1;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}

.h2-icon-md{
  width: 32px;
  height: 28px;
  border-radius: 10%;
  padding:3px;
  /*border: 1px solid;*/
  background-color: #337DC3;
  background-color: #27AFC5;
  background-color: #4A90D1;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}


.h3-icon-sm{
  width: 20px;
  height: 18px;
  border-radius: 10%;
  padding:2px;
  /*background-color: #7B9BB9;
  background-color: #62A9EC;*/
  background-color: #24D3DC;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}


.h3-icon-md{
  width: 32px;
  height: 28px;
  border-radius: 10%;
  padding:3px;
  /*background-color: #62A9EC;*/
  background-color: #24D3DC;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}


.hx-icon-sm{
  width: 20px;
  height: 18px;
  border-radius: 10%;
  padding:2px;
  /*border: 1px solid;*/
  background-color: #A9B4BB;
  opacity: 1.0;
  color:#FFF;
  text-align: center;
  font-size:.9em;
}

.scroll-box-0 {
	margin-bottom:1.8em;
	height: 100px!important;
	border:1px solid #D7D5D8;
	overflow: auto;
}
.scroll-box-1 {
	margin-bottom:1.8em;
	height: 240px!important;
	border:1px solid #D7D5D8;
	overflow: auto;
}

.scroll-box-nh {
	margin-bottom:1.8em;
	border:1px solid #D7D5D8;
	overflow: auto;
}


.scroll-box-50 {
	height: 70px!important;
	border:1px solid #D7D5D8;
	overflow: auto;
	background-color: #FFF;
}



/* -------------------------------------------- */
/* ------- page edit content sections --------- */
/* -------------------------------------------- */
.content-heading-edit{
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 6px 20px;
  margin: 4px 0 4px 0;
  background: color-mix(in srgb, #11C5EF, transparent 60%);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section_edit img {
	margin:0!important;
}


/* ----------------------------- */
/* ------ content sort --------- */
/* ----------------------------- */
.cnt-sort {margin:0 0 25px 0;}
.cnt-sort-a {line-height:30px; background-color:#fff; border:1px #CACACA dashed;}
.cnt-sort-a .cnt-type {background-color:#EAFBFF; color:#333; font-size:11px; text-align:center; border-right:1px #CACACA dashed;}
.cnt-sort-a .cnt-name {color:#333; font-size:11px;}
.cnt-sdbr {padding-bottom:15px!important;}


/* ----------------------------- */
/* ------ content active ------- */
/* ----------------------------- */
.cnt-actv {
	background-color:#EAF5FF;
	border:1px #CACACA dashed;
	padding:2px 2px 2px 8px;
	width:100%!important;
	line-height:22px;
}


/* ----------------------------- */
/* ------ menu sort --------- */
/* ----------------------------- */
.menu-sort {
	line-height:37px;
	text-align:center;
	background-color:#fff;
	border:1px #CACACA dashed;
}


.page-elements{padding-top:10px;}

.page-elements select{
border-radius: 4px;
padding: 8px;
background-color:#fff;	
}

.page-elements-inner{
 max-height:550px;
 margin:0 auto 3% auto;
}


/*--------------------------------------------------------------
# dash cards
--------------------------------------------------------------*/
.custom-cards .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.custom-cards .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.custom-cards .icon-box .icon i {
  color: #3b8af2!important;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.custom-cards .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.custom-cards .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.custom-cards .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.custom-cards .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.custom-cards .icon-box:hover h4 a,
.custom-cards .icon-box:hover .icon i {
  color: #106eea;
}

.custom-cards .icon-box:hover .icon {
  border-color: #106eea;
}



.custom-cards .icon-box-2 {
  text-align: center;
  border: 1px solid #eee;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.custom-cards .icon-box-2 .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  /*background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #E4E4E4;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.custom-cards .icon-box-2 .icon i {
  color: #45B496!important;
  font-size: 38px;
  transition: ease-in-out 0.3s;
}

.custom-cards .icon-box-2 .icon i:hover {
  color: #69CBB0!important;
  font-size: 38px;
  transition: ease-in-out 0.2s;
}

.custom-cards .icon-box-2 h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.custom-cards .icon-box-2 h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.custom-cards .icon-box-2 p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.custom-cards .icon-box-2:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.custom-cards .icon-box-2:hover h4 a,
.custom-cards .icon-box-2:hover .icon i {
  color: #106eea;
}

.custom-cards .icon-box-2:hover .icon {
  border-color: #106eea;
}