:root {
  --psicochat-color-main:#d45500;
  --psicochat-bg-color-main:#d45500;
  --psicochat-border-color-main:#d45500;
  --psicochat-color-main-alt:#232323;
  --psicochat-bg-color-main-alt:#232323;
  --psicochat-border-color-main-alt:#232323;
  --psicochat-color-main-blue:#6e6eff;
  --psicochat-color-main-grey:#f5f5f5;
}

/*Global styles*/
.psicochat-vertical-align-middle{
  vertical-align:middle;
}
.psicochat-vertical-align-bottom{
  vertical-align:bottom;
}
.psicochat-vertical-align-super{
  vertical-align:super;
}
.psicochat-vertical-align-top{
  vertical-align:top;
}
.psicochat-font-weight-lighter{
  font-weight:lighter;
}
.psicochat-font-weight-normal{
  font-weight:normal;
}
.psicochat-font-weight-bolder{
  font-weight:bolder;
}
.psicochat-font-weight-bold{
  font-weight:bold;
}
.psicochat-font-style-italic{
  font-style:italic;
}
.psicochat-font-size-small{
  font-size:var(--wp--preset--font-size--small);
}
.psicochat-font-size-medium{
  font-size:var(--wp--preset--font-size--medium);
}
.psicochat-font-size-large{
  font-size:var(--wp--preset--font-size--large);
}
.psicochat-font-size-10{
  font-size:10px;
}
.psicochat-font-size-12{
  font-size:12px;
}
.psicochat-font-size-13{
  font-size:13px;
}
.psicochat-font-size-14{
  font-size:14px;
}
.psicochat-font-size-15{
  font-size:15px;
}
.psicochat-font-size-16{
  font-size:16px!important;
}
.psicochat-font-size-20{
  font-size:20px!important;
}
.psicochat-font-size-25{
  font-size:25px!important;
}
.psicochat-font-size-30{
  font-size:30px!important;
}
.psicochat-font-size-40{
  font-size:40px!important;
}
.psicochat-font-size-50{
  font-size:50px!important;
}
.psicochat-font-size-75{
  font-size:75px!important;
}
.psicochat-font-size-100{
  font-size:100px!important;
}
.psicochat-list-style-none{
  list-style:none
}
.psicochat-width-auto{
  width:auto
}
.psicochat-width-10-percent{
  width:9.5%;
}
.psicochat-width-20-percent{
  width:19.5%;
}
.psicochat-width-25-percent{
  width:24.5%;
}
.psicochat-width-30-percent{
  width:29.5%;
}
.psicochat-width-33-percent{
  width:32.4%;
}
.psicochat-width-40-percent{
  width:39.5%;
}
.psicochat-width-50-percent{
  width:49.5%;
}
.psicochat-width-60-percent{
  width:59.5%;
}
.psicochat-width-66-percent{
  width:65.5%;
}
.psicochat-width-70-percent{
  width:69.5%;
}
.psicochat-width-75-percent{
  width:74.5%;
}
.psicochat-width-80-percent{
  width:79.5%;
}
.psicochat-width-90-percent{
  width:89.5%;
}
.psicochat-width-100-percent{
  width:100%;
}
.psicochat-width-25{
  width:25px;
}
.psicochat-width-50{
  width:50px;
}
.psicochat-width-75{
  width:75px;
}
.psicochat-width-100{
  width:100px;
}
.psicochat-height-auto{
  height:auto
}
.psicochat-height-25-percent{
  height:25%;
}
.psicochat-height-50-percent{
  height:50%;
}
.psicochat-height-75-percent{
  height:75%;
}
.psicochat-height-100-percent{
  height:100%;
}
.psicochat-height-25{
  height:25px;
}
.psicochat-height-50{
  height:50px;
}
.psicochat-height-75{
  height:75px;
}
.psicochat-height-100{
  height:100px;
}
.psicochat-text-2-columns{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
}
.psicochat-text-transform-initial{
  text-transform:initial;
}
.psicochat-text-transform-uppercase{
  text-transform:uppercase;
}
.psicochat-text-transform-lowercase{
  text-transform:lowercase;
}
.psicochat-text-transform-capitalize{
  text-transform:capitalize;
}
.psicochat-font-weight-500{
  font-weight:500
}
.psicochat-font-weight-600{
  font-weight:600
}
.psicochat-font-weight-700{
  font-weight:700
}
.psicochat-pointer-events-all{
  pointer-events:all
}
.psicochat-pointer-events-none{
  pointer-events:none
}
.psicochat-text-align-center{
  text-align:center
}
.psicochat-text-align-left{
  text-align:left
}
.psicochat-text-align-right{
  text-align:right
}
.psicochat-text-align-justify{
  text-align:justify;
  text-justify:inter-word;
}
.psicochat-link-disabled{
  pointer-events:none;
  cursor:default;
}
.psicochat-copy-disabled{
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}
.psicochat-margin-auto{
  margin:auto
}
.psicochat-margin-left-auto{
  margin-left:auto
}
.psicochat-margin-right-auto{
  margin-right:auto
}
.psicochat-container{
  display:flex;
}
.psicochat-row{
  margin:0 20px 10px 20px;
}
.psicochat-justify-content-center{
  justify-content:center;
}
.psicochat-justify-content-space-between{
  justify-content:space-between;
}
.psicochat-display-flex{
  display:flex
}
.psicochat-display-block{
  display:block
}
.psicochat-display-table{
  display:table
}
.psicochat-display-table-cell{
  display:table-cell
}
.psicochat-display-inline-table{
  display:inline-table
}
.psicochat-display-inline{
  display:inline
}
.psicochat-display-inline-block{
  display:inline-block
}
.psicochat-display-none,.pn_wph_nonce{
  display:none!important
}
.psicochat-display-none-soft{
  display:none
}
.psicochat-overflow-hidden{
  overflow:hidden;
}
.psicochat-m-0{
  margin:0px;
}
.psicochat-m-10{
  margin:10px;
}
.psicochat-m-20{
  margin:20px;
}
.psicochat-m-30{
  margin:30px;
}
.psicochat-m-40{
  margin:40px;
}
.psicochat-m-50{
  margin:50px;
}
.psicochat-m-60{
  margin:60px;
}
.psicochat-m-70{
  margin:70px;
}
.psicochat-m-75{
  margin:75px;
}
.psicochat-m-80{
  margin:80px;
}
.psicochat-m-90{
  margin:90px;
}
.psicochat-m-100{
  margin:100px;
}
.psicochat-mt-0{
  margin-top:0px;
}
.psicochat-mt-10{
  margin-top:10px;
}
.psicochat-mt-20{
  margin-top:20px;
}
.psicochat-mt-30{
  margin-top:30px;
}
.psicochat-mt-40{
  margin-top:40px;
}
.psicochat-mt-50{
  margin-top:50px;
}
.psicochat-mt-60{
  margin-top:60px;
}
.psicochat-mt-70{
  margin-top:70px;
}
.psicochat-mt-75{
  margin-top:75px;
}
.psicochat-mt-80{
  margin-top:80px;
}
.psicochat-mt-90{
  margin-top:90px;
}
.psicochat-mt-100{
  margin-top:100px;
}
.psicochat-mr-0{
  margin-right:0px;
}
.psicochat-mr-10{
  margin-right:10px;
}
.psicochat-mr-20{
  margin-right:20px;
}
.psicochat-mr-30{
  margin-right:30px;
}
.psicochat-mr-40{
  margin-right:40px;
}
.psicochat-mr-50{
  margin-right:50px;
}
.psicochat-mr-60{
  margin-right:60px;
}
.psicochat-mr-70{
  margin-right:70px;
}
.psicochat-mr-75{
  margin-right:75px;
}
.psicochat-mr-80{
  margin-right:80px;
}
.psicochat-mr-90{
  margin-right:90px;
}
.psicochat-mr-100{
  margin-right:100px;
}
.psicochat-mb-0{
  margin-bottom:0px;
}
.psicochat-mb-10{
  margin-bottom:10px;
}
.psicochat-mb-20{
  margin-bottom:20px;
}
.psicochat-mb-30{
  margin-bottom:30px;
}
.psicochat-mb-40{
  margin-bottom:40px;
}
.psicochat-mb-50{
  margin-bottom:50px;
}
.psicochat-mb-60{
  margin-bottom:60px;
}
.psicochat-mb-70{
  margin-bottom:70px;
}
.psicochat-mb-75{
  margin-bottom:75px;
}
.psicochat-mb-80{
  margin-bottom:80px;
}
.psicochat-mb-90{
  margin-bottom:90px;
}
.psicochat-mb-100{
  margin-bottom:100px;
}
.psicochat-mb-150{
  margin-bottom:150px;
}
.psicochat-ml-0{
  margin-left:0px;
}
.psicochat-ml-10{
  margin-left:10px;
}
.psicochat-ml-20{
  margin-left:20px;
}
.psicochat-ml-30{
  margin-left:30px;
}
.psicochat-ml-40{
  margin-left:40px;
}
.psicochat-ml-50{
  margin-left:50px;
}
.psicochat-ml-60{
  margin-left:60px;
}
.psicochat-ml-70{
  margin-left:70px;
}
.psicochat-ml-75{
  margin-left:75px;
}
.psicochat-ml-80{
  margin-left:80px;
}
.psicochat-ml-90{
  margin-left:90px;
}
.psicochat-ml-100{
  margin-left:100px;
}
.psicochat-p-0{
  padding:0px;
}
.psicochat-p-10{
  padding:10px;
}
.psicochat-p-20{
  padding:20px;
}
.psicochat-p-30{
  padding:30px;
}
.psicochat-p-40{
  padding:40px;
}
.psicochat-p-50{
  padding:50px;
}
.psicochat-p-60{
  padding:60px;
}
.psicochat-p-70{
  padding:70px;
}
.psicochat-p-75{
  padding:75px;
}
.psicochat-p-80{
  padding:80px;
}
.psicochat-p-90{
  padding:90px;
}
.psicochat-p-100{
  padding:100px;
}
.psicochat-pt-0{
  padding-top:0px;
}
.psicochat-pt-10{
  padding-top:10px;
}
.psicochat-pt-20{
  padding-top:20px;
}
.psicochat-pt-30{
  padding-top:30px;
}
.psicochat-pt-40{
  padding-top:40px;
}
.psicochat-pt-50{
  padding-top:50px;
}
.psicochat-pt-60{
  padding-top:60px;
}
.psicochat-pt-70{
  padding-top:70px;
}
.psicochat-pt-75{
  padding-top:75px;
}
.psicochat-pt-80{
  padding-top:80px;
}
.psicochat-pt-90{
  padding-top:90px;
}
.psicochat-pt-100{
  padding-top:100px;
}
.psicochat-pr-0{
  padding-right:0px;
}
.psicochat-pr-10{
  padding-right:10px;
}
.psicochat-pr-20{
  padding-right:20px;
}
.psicochat-pr-30{
  padding-right:30px;
}
.psicochat-pr-40{
  padding-right:40px;
}
.psicochat-pr-50{
  padding-right:50px;
}
.psicochat-pr-60{
  padding-right:60px;
}
.psicochat-pr-70{
  padding-right:70px;
}
.psicochat-pr-75{
  padding-right:75px;
}
.psicochat-pr-80{
  padding-right:80px;
}
.psicochat-pr-90{
  padding-right:90px;
}
.psicochat-pr-100{
  padding-right:100px;
}
.psicochat-pb-0{
  padding-bottom:0px;
}
.psicochat-pb-10{
  padding-bottom:10px;
}
.psicochat-pb-20{
  padding-bottom:20px;
}
.psicochat-pb-30{
  padding-bottom:30px;
}
.psicochat-pb-40{
  padding-bottom:40px;
}
.psicochat-pb-50{
  padding-bottom:50px;
}
.psicochat-pb-60{
  padding-bottom:60px;
}
.psicochat-pb-70{
  padding-bottom:70px;
}
.psicochat-pb-75{
  padding-bottom:75px;
}
.psicochat-pb-80{
  padding-bottom:80px;
}
.psicochat-pb-90{
  padding-bottom:90px;
}
.psicochat-pb-100{
  padding-bottom:100px;
}
.psicochat-pl-0{
  padding-left:0px;
}
.psicochat-pl-10{
  padding-left:10px;
}
.psicochat-pl-20{
  padding-left:20px;
}
.psicochat-pl-30{
  padding-left:30px;
}
.psicochat-pl-40{
  padding-left:40px;
}
.psicochat-pl-50{
  padding-left:50px;
}
.psicochat-pl-60{
  padding-left:60px;
}
.psicochat-pl-70{
  padding-left:70px;
}
.psicochat-pl-75{
  padding-left:75px;
}
.psicochat-pl-80{
  padding-left:80px;
}
.psicochat-pl-90{
  padding-left:90px;
}
.psicochat-pl-100{
  padding-left:100px;
}
.psicochat-mobile-scrollable{
  overflow-x:auto;
}
.psicochat-mobile-scrollable > img,.psicochat-mobile-scrollable > div,.psicochat-mobile-scrollable > table,.psicochat-mobile-scrollable > canvas{
  min-width:400px;
}
.psicochat-overlay-container{
  position:relative;
  height:auto;
  overflow:hidden;
}
.psicochat-overlay-background{
  position:relative;
  height:auto;
  overflow:hidden;
}
.psicochat-overlay-front{
  width:100%;
  position:absolute;
  z-index:4;
  top:auto;
  text-align:center;
}
.psicochat-img-hover-zoom{
  opacity:100;
  -webkit-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -moz-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -o-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -ms-transition:all .27s cubic-bezier(.3,.1,.58,1);
  transition:all .27s cubic-bezier(.3,.1,.58,1);
}
.psicochat-img-hover-zoom:hover{
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}
.psicochat-ul-cookies-list{
  word-wrap:break-word;
}
.psicochat-full-row{
  width:100vw;
  position:relative;
  margin-left:-50vw;
  height:100px;
  left:50%;
}
.psicochat-z-index-bottom,.psicochat-z-index-9{
  z-index:9
}
.psicochat-z-index-99{
  z-index:99
}
.psicochat-z-index-999{
  z-index:999
}
.psicochat-z-index-9999{
  z-index:9999
}
.psicochat-z-index-top,.psicochat-z-index-99999{
  z-index:99999
}
.psicochat-ellipsis{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
input.psicochat-input,textarea.psicochat-input{
  -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background-color:#ffffff;
  border:1px solid #cccccc;
  -webkit-box-shadow:none;
  box-shadow:none;
  min-height:50px;
  padding:12px 18px;
  font-family:var(--wp--preset--font-family--manrope);
  font-size:var(--wp--preset--font-size--large);
  font-weight:var(--wp--preset--font-weight--normal);
  line-height:1.42857143;
  border-radius:4px;
  margin-bottom:15px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
input.psicochat-input:focus,textarea.psicochat-input:focus{
  box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--psicochat-color-main)99;
  border-color:var(--psicochat-color-main);
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--psicochat-color-main)99;
}
textarea.psicochat-input{
  min-height:150px;
}
.psicochat-switch input.psicochat-input[type="checkbox"]{
  min-height:24px!important;
  margin-bottom:0!important;
}
.psicochat-switch{
  position:relative;
  display:inline-block;
  width:60px;
  height:24px;
}
.psicochat-switch input{
  opacity:0;
  width:0;
  height:0;
}
.psicochat-slider{
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#cccccc;
  -webkit-transition:.4s;
  transition:.4s;
}
.psicochat-slider:before{
  position:absolute;
  content:"";
  height:18px;
  width:18px;
  left:4px;
  bottom:3px;
  background-color:white;
  -webkit-transition:.4s;
  transition:.4s;
}
input:checked + .psicochat-slider{
  background-color:var(--psicochat-bg-color-main);
}
input:focus + .psicochat-slider{
  box-shadow:0 0 1px var(--psicochat-bg-color-main);
}
input:checked + .psicochat-slider:before{
  -webkit-transform:translateX(33px);
  -ms-transform:translateX(33px);
  transform:translateX(33px);
}
.psicochat-slider.psicochat-round{
  border-radius:34px;
}
.psicochat-slider.psicochat-round:before{
  border-radius:50%;
}
.psicochat-btn{
  background-color:var(--psicochat-color-main);
  color:#fff;
  text-shadow:0 0 20px var(--psicochat-color-main);
  display:inline-block;
  margin:auto;
  font-size:var(--wp--preset--font-size--normal);
  font-family:var(--wp--preset--font-family--manrope);
  font-weight:var(--wp--preset--font-weight--normal);
  border-radius:4px;
  height:auto;
  text-align:center;
  box-shadow:none;
  line-height:20px;
  border:none;
  padding:5px 20px;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  cursor:pointer;
  text-decoration:none;
}
.psicochat-btn:hover{
  background-color:var(--psicochat-bg-color-main-alt);
}
.psicochat-btn-mini{
  line-height:20px;
  padding:5px 30px;
}
.psicochat-cursor-pointer{
  cursor:pointer;
}
.psicochat-cursor-help{
  cursor:help;
}
.psicochat-cursor-not-allowed{
  cursor:not-allowed;
}
.psicochat-cursor-move{
  cursor:move;
  cursor:grab;
  cursor:-moz-grab;
  cursor:-webkit-grab;
}
.psicochat-cursor-move:active{
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}
.psicochat-pointer-events-none{
  pointer-events:none;
}
.psicochat-color-transparent{
  color:transparent;
}
.psicochat-color-white{
  color:#ffffff;
}
.psicochat-color-black{
  color:#000000;
}
.psicochat-bg-color-white{
  background-color:#ffffff;
}
.psicochat-bg-color-transparent{
  background-color:transparent;
}
.psicochat-bg-color-black{
  background-color:#000000;
}
.psicochat-color-main-0{
  color:var(--psicochat-color-main);
}
.psicochat-bg-color-main-0{
  background-color:var(--psicochat-bg-color-main);
}
.psicochat-border-color-main-0{
  border-color:var(--psicochat-border-color-main);
}
.psicochat-color-main-1{
  color:var(--psicochat-color-main-alt);
}
.psicochat-bg-color-main-1{
  background-color:var(--psicochat-bg-color-main-alt);
}
.psicochat-border-color-main-1{
  border-color:var(--psicochat-border-color-main-alt);
}
.psicochat-color-red{
  color:#da1d4c;
}
.psicochat-color-blue{
  color:var(--psicochat-color-main-blue);
}
.psicochat-color-green{
  color:#a3ad20;
}
.psicochat-filter-grayscale{
  filter:grayscale(100%);
}
.psicochat-position-relative{
  position:relative;
}
.psicochat-position-absolute{
  position:absolute;
}
.psicochat-top-0{
  top:0;
}
.psicochat-top-10{
  top:10px;
}
.psicochat-top-20{
  top:20px;
}
.psicochat-left-0{
  left:0;
}
.psicochat-left-10{
  left:10px;
}
.psicochat-left-20{
  left:20px;
}
.psicochat-right-0{
  right:0;
}
.psicochat-right-10{
  right:10px;
}
.psicochat-right-20{
  right:20px;
}
.psicochat-left-0{
  left:0;
}
.psicochat-left-10{
  left:10px;
}
.psicochat-left-20{
  left:20px;
}
.psicochat-bottom-0{
  bottom:0;
}
.psicochat-bottom-10{
  bottom:10px;
}
.psicochat-bottom-20{
  bottom:20px;
}
.psicochat-position-fixed{
  position:fixed;
}
.psicochat-border-none{
  border:none;
}
.psicochat-float-left{
  float:left;
}
.psicochat-float-right{
  float:right;
}
.psicochat-float-none{
  float:none;
}
.psicochat-box-shadow-none{
  box-shadow:none
}
.psicochat-text-shadow-none{
  text-shadow:none
}
.psicochat-video-embed{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  max-width:100%;
  height:auto;
}
.psicochat-video-embed iframe,.psicochat-video-embed object,.psicochat-video-embed embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
textarea{
  resize:vertical;
}
.psicochat-shadow{
  box-shadow:10px 10px 10px #00000026;
}
.psicochat-shadow-dark{
  box-shadow:10px 10px 10px #d1d1d1;
}
.psicochat-shadow-complete{
  box-shadow:0 0 25px 0 #00000026;
  border-radius:5px;
}
.psicochat-main-message{
  min-width:300px;
  box-shadow:0 1px 3px 0 #3c40434d,0 4px 8px 3px #3c40434d;
  font-size:var(--wp--preset--font-size--normal);
  letter-spacing:.2px;
  -webkit-align-items:center;
  align-items:center;
  background-color:var(--psicochat-color-main);
  border:none;
  -webkit-border-radius:4px;
  border-radius:4px;
  top:50px;
  right:0;
  bottom:auto;
  left:auto;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  color:#fff;
  line-height:36px;
  font-weight:400;
  margin:25px;
  max-width:640px;
  min-height:38px;
  padding:15px 25px;
  padding-right:52px;
  position:fixed;
  text-align:left;
  white-space:normal;
  line-height:25px;
  z-index:999999;
}
.psicochat-main-message a{
  color:#8ab4f8
}
#psicochat-bar-wrapper{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background-color:transparent;
}
#psicochat-bar{
  width:1%;
  height:5px;
  background:linear-gradient(90deg,#9d000a,#c36100,#006912,#004f54,#0b00a0);
}
.psicochat-border-radius-50-percent{
  border-radius:50%;
}
.psicochat-border-radius-5{
  border-radius:5px;
}
.psicochat-border-radius-20{
  border-radius:20px;
}
.psicochat-border-radius-bottom-0{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.psicochat-border-radius-top-0{
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.psicochat-black-and-white{
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}
.psicochat-box-shadow{
  box-shadow:4px 4px 10px 1px #0000003d;
}
.psicochat-text-shadow{
  text-shadow:2px 2px 5px var(--psicochat-color-main);
}
.psicochat-ul-columns-2{
  columns:2;
  -webkit-columns:2;
  -moz-columns:2;
}
.psicochat-parallax{
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.psicochat-close-icon{
  position:absolute;
  top:5px;
  right:0;
}
.psicochat-shader{
  z-index:3;
  -webkit-transition:opacity .4s cubic-bezier(.165,.84,.44,1);
  transition:opacity .4s cubic-bezier(.165,.84,.44,1);
  opacity:0;
  background-color:#00000096;
  position:absolute;
  width:100%;
  height:100%;
}
.psicochat-shader:hover{
  opacity:1;
}
.psicochat-opacity-50-percent{
  opacity:0.5;
}
.psicochat-text-decoration-none{
  text-decoration:none;
}
.psicochat-text-decoration-underline{
  text-decoration:underline;
}
.wc-block-components-notice-banner.is-success,.psicochat-alert-success{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#699801;
  color:#ffffff;
  margin:30px auto;
}
.psicochat-alert-warning{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#b6821d;
  color:#ffffff;
  margin:30px auto;
}
.psicochat-alert-error{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#b61627;
  color:#ffffff;
  margin:30px auto;
}
.psicochat-max-width-300{
  max-width:300px!important;
}
.psicochat-max-width-500{
  max-width:500px;
}
.psicochat-max-width-700{
  max-width:700px;
}
.psicochat-max-width-1000{
  max-width:1000px;
}
.psicochat-white-space-pre-wrap{
  white-space:pre-wrap;
}

/* psicochat TABS */
.psicochat-tabs{
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  border:1px solid #cccccc;
  background-color:#f1f1f1
}
.psicochat-tabs button{
  width:50%;
  background-color:inherit;
  float:left;
  border:none;
  outline:0;
  cursor:pointer;
  padding:14px 16px;
  transition:.3s
}
.psicochat-tabs button:hover{
  background-color:#dddddd
}
.psicochat-tabs button.active{
  background-color:#cccccc
}
.psicochat-tab-content{
  padding:30px 12px 6px;
  border:1px solid #cccccc;
  border-top:none
}
/*  END psicochat TABS */

header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
  text-transform:uppercase;
  font-weight:400;
  font-size:var(--wp--preset--font-size--small);
}
.psicochat-body .darkmode--enabled img,.psicochat-body .darkmode--enabled figure,.psicochat-body .darkmode--enabled .psicochat-btn,.psicochat-body .darkmode--enabled .vle-btn,.psicochat-body .darkmode--enabled .material-icons-outlined.psicochat-color-main-0,.psicochat-body .darkmode--enabled .wp-element-button,.psicochat-body .darkmode--enabled footer{
  mix-blend-mode:difference;
}
.psicochat-bordered{
  border:1px solid #c3c3c3;
}
.psicochat-body audio {
  filter:sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
  width:200px;
  height:25px;
}
.psicochat-body footer h5.has-body-font-family::after{
  background-color:var(--psicochat-bg-color-main)!important;
}
.psicochat-body #header,.psicochat-body #header ~ hr,.psicochat-body #footer,.psicochat-body #footer ~ hr{
    display:none;
}
.psicochat-menu-more-overlay{
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:#00000057;
}
.psicochat-menu-more{
  position:absolute;
  right:0;
  min-width:250px;
  background-color:#ffffff;
  border-radius:10px;
}
.psicochat-menu-more ul{
  margin:0;
  padding:10px;
}
.psicochat-menu-more li{
  text-align:left;
  margin-bottom:5px;
}
.psicochat-menu-more p{
  margin-bottom:0;
  font-size:var(--wp--preset--font-size--small);
}
.psicochat-list-more{
  position:absolute;
  right:0;
  min-width:250px;
  background-color:#ffffff;
  border-radius:10px;
}
.psicochat-list-more ul{
  margin:0;
  padding:10px;
}
.psicochat-list-more li{
  text-align:left;
  margin-bottom:5px;
}
.psicochat-list-more p{
  margin-bottom:0;
}
.psicochat-tasks-list{
  margin-top:50px;
  margin-bottom:100px;
}
.psicochat-task{
  margin-bottom:20px;
}
.psicochat-navigation{
  text-align:center;
  max-width:250px;
  position:fixed;
  bottom:10px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}
.psicochat-navigation > div{
  background-color:#ffffff;
  border-radius:5px;
  box-shadow:3px 3px 9px #949494;
}
.psicochat-navigation i:not('.psicochat-color-main-0'){
  color:#b9b9b9;
}


@media all and (max-width:768px){
  .psicochat-text-2-columns{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }
  .psicochat-tablet-width-100-percent{
    width:100%;
  }
  .psicochat-tablet-display-block{
    display:block
  }
  .psicochat-tablet-display-table{
    display:table
  }
  .psicochat-container{
    flex-direction:column;
  } 
  .wp-block-navigation.items-justified-right{
    --navigation-layout-justification-setting:flex-start;
    --navigation-layout-justify:flex-start;
  }
  .psicochat-popup.fancybox-content{
    padding:40px 5px;
    margin-top:50px;
  }
}

@media all and (max-width:450px){
  .psicochat-mobile-width-100-percent{
    width:100%;
  }
  .psicochat-mobile-display-block{
    display:block
  }
  .psicochat-mobile-display-table{
    display:table
  }
}


/* LOADER CIRCLE */
  .psicochat-loader-circle-wrapper{
    width:100%;
    margin:auto;
    height:200px;
    margin-top:125px;
  }
  .psicochat-loader-circle{
    display:inline-block;
    position:relative;
    width:80px;
    height:80px
  }
  .psicochat-loader-circle div{
    box-sizing:border-box;
    display:block;
    position:absolute;
    width:64px;
    height:64px;
    margin:8px;
    border:8px solid var(--psicochat-color-main);
    border-radius:50%;
    animation:psicochat-loader-circle 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color:var(--psicochat-color-main) transparent transparent;
  }
  .psicochat-loader-circle div:nth-child(1){
    animation-delay:-.45s
  }
  .psicochat-loader-circle div:nth-child(2){
    animation-delay:-.3s
  }
  .psicochat-loader-circle div:nth-child(3){
    animation-delay:-.15s
  }
  @keyframes psicochat-loader-circle{
    0%{
      transform:rotate(0deg)
    }
    100%{
      transform:rotate(360deg)
    }
  }

  .psicochat-waiting{
    display:inline;
    vertical-align:middle;
  }
  .psicochat-loader-circle-waiting{
    display:inline-block;
    position:relative;
    width:20px;
    height:20px
  }
  .psicochat-loader-circle-waiting div{
    box-sizing:border-box;
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    margin:3px 8px;
    border:3px solid var(--psicochat-color-main);
    border-radius:50%;
    animation:psicochat-loader-circle-waiting 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color:var(--psicochat-color-main) transparent transparent;
  }
  .psicochat-loader-circle-waiting div:nth-child(1){
    animation-delay:-.45s
  }
  .psicochat-loader-circle-waiting div:nth-child(2){
    animation-delay:-.3s
  }
  .psicochat-loader-circle-waiting div:nth-child(3){
    animation-delay:-.15s
  }
  @keyframes psicochat-loader-circle-waiting{
    0%{
      transform:rotate(0deg)
    }
    100%{
      transform:rotate(360deg)
    }
  }
/* END LOADER CIRCLE */

/* OWL CAROUSEL */
  .psicochat-carousel .owl-nav{
    position:absolute;
    top:23%;
    width:100%;
  }
  .psicochat-carousel .owl-nav .owl-prev{
    position:absolute;
    left:-50px;
  }
  .psicochat-carousel .owl-nav .owl-next{
    position:absolute;
    right:-50px;
  }
  .psicochat-carousel .owl-nav i{
    font-size:50px;
  }
  .psicochat-carousel .owl-dots{
    margin-top:30px;
  }
  .psicochat-carousel .owl-item{
    cursor:grab;
  }
  .psicochat-carousel .owl-dots{
    -webkit-tap-highlight-color:transparent;
    text-align:center;
    margin-top:20px;
  }
  .psicochat-carousel .owl-dot{
    display:inline-block;
     zoom:1;
  }
  .psicochat-carousel .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#d6d6d6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px;
  }
  .psicochat-carousel .owl-dots .owl-dot.active span,.psicochat-carousel .owl-dots .owl-dot:hover span{
    background-color:#585f62;
  }

  @media all and (max-width:768px){
    .psicochat-carousel .owl-nav button.owl-prev{
      left:-40px;
    }
    .psicochat-carousel .owl-nav button.owl-next{
      right:-40px;
    }
  }
/* END OWL CAROUSEL */

/* PSICOCHAT FORMS */
  .psicochat-section-helper{
    position:absolute;
    left:-15px;
    font-size:var(--wp--preset--font-size--normal);
    cursor:help;
  }
  .psicochat-toggle label{
    font-weight:bold;
    font-size:var(--wp--preset--font-size--small);
  }
  .psicochat-images img{
    width:50px!important;
    height:auto!important;
  }
  .psicochat-videos{
    margin-bottom:20px!important;
  }
  .psicochat-videos img{
    width:50px!important;
    height:auto!important;
    text-align:center;
  }
  .psicochat-video{
    padding:10px!important;
    margin:0px 10px!important;
    display:inline-block!important;
    border:1px solid #a2a2a2!important;
    border-radius:5px!important;
  }
  .psicochat-video i{
    font-size:50px!important;
    width:100%!important;
    display:block!important;
    min-height:50px!important;
  }
  .psicochat-videos-block{
    text-align:center!important;
  }
  .psicochat-audios{
    margin-bottom:20px!important;
  }
  .psicochat-audios img{
    width:50px!important;
    height:auto!important;
    text-align:center;
  }
  .psicochat-audio{
    padding:10px!important;
    margin:0px 10px!important;
    display:inline-block!important;
    border:1px solid #a2a2a2!important;
    border-radius:5px!important;
  }
  .psicochat-audio i{
    font-size:50px!important;
    width:100%!important;
    display:block!important;
    min-height:50px!important;
  }
  .psicochat-audios-block{
    text-align:center!important;
  }
  .psicochat-files embed{
    width:100%;
    height:100px;
  }
  .psicochat-input-range{
    height:35px;
    -webkit-appearance:none;
    margin:10px 0;
    width:100%;
    border-bottom:none;
    padding:0;
    border:0!important;
  }
  .psicochat-input-range:focus{
    outline:none;
  }
  .psicochat-input-range::-webkit-slider-runnable-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    box-shadow:0px 0px 0px #000000;
    background:#c1c1c1;
    border-radius:50px;
    border:0px solid #000000;
  }
  .psicochat-input-range::-webkit-slider-thumb{
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
    -webkit-appearance:none;
    margin-top:1px;
  }
  .psicochat-input-range:focus::-webkit-slider-runnable-track{
    background:#c1c1c1;
  }
  .psicochat-input-range::-moz-range-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    box-shadow:0px 0px 0px #000000;
    background:#c1c1c1;
    border-radius:50px;
    border:0px solid #000000;
  }
  .psicochat-input-range::-moz-range-thumb{
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
  }
  .psicochat-input-range::-ms-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    background:transparent;
    border-color:transparent;
    color:transparent;
  }
  .psicochat-input-range::-ms-fill-lower{
    background:#c1c1c1;
    border:0px solid #000000;
    border-radius:100px;
    box-shadow:0px 0px 0px #000000;
  }
  .psicochat-input-range::-ms-fill-upper{
    background:#c1c1c1;
    border:0px solid #000000;
    border-radius:100px;
    box-shadow:0px 0px 0px #000000;
  }
  .psicochat-input-range::-ms-thumb{
    margin-top:1px;
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
  }
  .psicochat-input-range:focus::-ms-fill-lower{
    background:#c1c1c1;
  }
  .psicochat-input-range:focus::-ms-fill-upper{
    background:#c1c1c1;
  }
  .psicochat-input-range-wrapper,.psicochat-input-stars-wrapper{
    position:relative;
    padding-bottom:30px;
  }
  .psicochat-input-range-label-min,.psicochat-input-stars-label-min{
    position:absolute;
    top:50px;
    left:-50px;
  }
  .psicochat-input-hidden-stars{
    text-align:center;
    font-size:30px!important;
    font-weight:bold;
    border:none!important;
    padding:0!important;
    margin:0;
  }
  .psicochat-input-range-output{
    text-align:center;
    margin-top:0;
  }
  .psicochat-input-star{
    cursor:pointer;
    width:50px;
    padding:0 20px;
    font-size:50px!important;
  }
  .psicochat-password-checker{
    max-width:470px;
  }
  .psicochat-progress-bar-wrapper{
    height:10px!important;
    border-radius:3px;
    margin-bottom:20px;
  }
  .psicochat-progress-bar{
    border-radius:3px;
  }
  .form-group{
    margin-bottom:10px;
  }
  .psicochat-show-pass{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:15px;
    width:15px;
  }
  .psicochat-progress-bar-danger{
    border-radius:3px;
    background-color:#e90f10;
  }
  .psicochat-progress-bar-warning{
    border-radius:3px;
    background-color:#ffad00;
  }
  .psicochat-progress-bar-success{
    border-radius:3px;
    background-color:#02b502;
  }
  .login-btn{
    width:180px!important;
    background-image:linear-gradient(to right, #f6086e, #ff133a)!important;
    font-size:var(--wp--preset--font-size--normal);
    font-weight:var(--wp--preset--font-weight--normal);
    color:#fff;
    margin:0 auto 5px;
    padding:8px 0;
  }
  .login-btn:hover{
    background-image:linear-gradient(to right, rgba(255, 0, 111, 0.8), rgba(247, 2, 43, 0.8) )!important;
    color:#fff!important;
  }
  .fa-eye{
    color:#022255;
    cursor:pointer;
  }
  .psicochat-password-strength-bar{
    height:100%;
    -webkit-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -moz-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -o-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -ms-transition:all .5s cubic-bezier(.3,.1,.58,1);
    transition:all .5s cubic-bezier(.3,.1,.58,1);
  }

  @media all and (max-width:768px){
    .psicochat-input-range-label-min,.psicochat-input-stars-label-min{
      left:-10px;
    }
  }
  .psicochat-input-range-label-max,.psicochat-input-stars-label-max{
    position:absolute;
    top:50px;
    right:-50px;
  }
  @media all and (max-width:768px){
    .psicochat-input-range-label-max,.psicochat-input-stars-label-max{
      right:-10px;
    }
  }
  .psicochat-section-wrapper label{
    color:var(--psicochat-color-main);
    font-size:16px;
  }

  /* Tags Wrapper */
  .psicochat-tags-wrapper {
      position: relative;
      width: 100%;
  }

  /* Tags Input */
  .psicochat-tags-input {
      width: 100%;
      padding: 8px 12px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 14px;
      line-height: 1.4;
      transition: border-color 0.3s ease;
  }

  .psicochat-tags-input:focus {
      outline: none;
      border-color: #0073aa;
      box-shadow: 0 0 0 1px #0073aa;
  }

  /* Tags Display */
  .psicochat-tags-display {
      margin-top: 8px;
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      min-height: 20px;
  }

  /* Individual Tag */
  .psicochat-tag {
      display: inline-flex;
      align-items: center;
      background-color: #0073aa;
      color: white;
      padding: 4px 8px;
      border-radius: 16px;
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      cursor: default;
      transition: background-color 0.2s ease;
  }

  .psicochat-tag:hover {
      background-color: #005a87;
  }

  .psicochat-tag-text {
      margin-right: 4px;
  }

  /* Tag Remove Button */
  .psicochat-tag-remove {
      font-size: 14px !important;
      cursor: pointer;
      opacity: 0.8;
      transition: opacity 0.2s ease;
  }

  .psicochat-tag-remove:hover {
      opacity: 1;
  }

  /* Tags Suggestions */
  .psicochat-tags-suggestions {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 0 0 4px 4px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      max-height: 200px;
      overflow-y: auto;
  }

  .psicochat-tags-suggestions-list {
      padding: 0;
      margin: 0;
  }

  .psicochat-tag-suggestion {
      padding: 8px 12px;
      cursor: pointer;
      border-bottom: 1px solid #f0f0f0;
      font-size: 14px;
      transition: background-color 0.2s ease;
  }

  .psicochat-tag-suggestion:hover {
      background-color: #f5f5f5;
  }

  .psicochat-tag-suggestion:last-child {
      border-bottom: none;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .psicochat-tags-display {
          gap: 4px;
      }
      
      .psicochat-tag {
          font-size: 11px;
          padding: 3px 6px;
      }
      
      .psicochat-tag-remove {
          font-size: 12px !important;
      }
  }

  /* Dark Mode Support */
  @media (prefers-color-scheme: dark) {
      .psicochat-tags-input {
          background-color: #2c2c2c;
          border-color: #555;
          color: #fff;
      }
      
      .psicochat-tags-input:focus {
          border-color: #0073aa;
      }
      
      .psicochat-tags-suggestions {
          background-color: #2c2c2c;
          border-color: #555;
      }
      
      .psicochat-tag-suggestion {
          border-bottom-color: #444;
          color: #fff;
      }
      
      .psicochat-tag-suggestion:hover {
          background-color: #3c3c3c;
      }
  } 
/* END PSICOCHAT FORMS */

/* PSICOCHAT SWITCH */
  .psicochat-switch input.psicochat-input[type="checkbox"]{
    min-height:24px!important;
    margin-bottom:0!important;
  }
  .psicochat-switch{
    position:relative;
    display:inline-block;
    width:60px;
    height:24px;
  }
  .psicochat-switch input{
    opacity:0;
    width:0;
    height:0;
  }
  .psicochat-slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#cccccc;
    -webkit-transition:.4s;
    transition:.4s;
  }
  .psicochat-slider:before{
    position:absolute;
    content:"";
    height:18px;
    width:18px;
    left:4px;
    bottom:3px;
    background-color:white;
    -webkit-transition:.4s;
    transition:.4s;
  }
  input:checked + .psicochat-slider{
    background-color:var(--psicochat-bg-color-main);
  }
  input:focus + .psicochat-slider{
    box-shadow:0 0 1px var(--psicochat-bg-color-main);
  }
  input:checked + .psicochat-slider:before{
    -webkit-transform:translateX(33px);
    -ms-transform:translateX(33px);
    transform:translateX(33px);
  }
  .psicochat-slider.psicochat-round{
    border-radius:34px;
  }
  .psicochat-slider.psicochat-round:before{
    border-radius:50%;
  }
  .psicochat-checkbox[disabled] ~ .psicochat-slider{
    cursor:default;
  }
/* END PSICOCHAT SWITCH */

/* FIELDS DISPLAY */
  .psicochat-field-display {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
  }

  .psicochat-field-label {
    margin-bottom: 10px;
  }

  .psicochat-field-label h4 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
  }

  .psicochat-field-description {
    margin: 0;
    color: #666;
    font-size: 14px;
  }

  .psicochat-field-value {
    color: #444;
  }

  /* File Display */
  .psicochat-file-display {
    display: inline-block;
  }

  .psicochat-file-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background-color: var(--psicochat-color-main-grey);
    border-radius: 4px;
    text-decoration: none;
    color: #2196F3;
  }

  .psicochat-file-link:hover {
    background-color: #e3f2fd;
  }

  .psicochat-no-file {
    color: #999;
    font-style: italic;
  }

  /* Checkbox Display */
  .psicochat-checkbox-display {
    display: inline-block;
  }

  .psicochat-checkbox-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 500;
  }

  .psicochat-checkbox-status.checked {
    background-color: #e8f5e9;
    color: #2e7d32;
  }

  .psicochat-checkbox-status.unchecked {
    background-color: var(--psicochat-color-main-grey);
    color: #757575;
  }

  /* Radio Display */
  .psicochat-radio-selected {
    display: inline-block;
    padding: 6px 12px;
    background-color: #e3f2fd;
    color: #1976d2;
    border-radius: 4px;
    font-weight: 500;
  }

  /* Color Display */
  .psicochat-color-display {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .psicochat-color-preview {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
  }

  .psicochat-color-value {
    font-family: monospace;
  }

  /* Text Value */
  .psicochat-text-value-wrapper {
      display: block;
      width: 100%;
      padding: 8px 12px;
      background-color: #f8f9fa;
      border-radius: 4px;
      min-height: 20px;
  }

  .psicochat-text-value {
      display: block;
      color: #333;
      line-height: 1.5;
      word-break: break-word;
  }

  .psicochat-text-value.psicochat-empty-value {
      color: #999;
      font-style: italic;
  }

  /* Select Value */
  .psicochat-select-value, .psicochat-select-values {
    display: inline-block;
    padding: 8px 12px;
    background-color: var(--psicochat-color-main-grey);
    border-radius: 4px;
  }

  .psicochat-select-empty {
    color: #999;
    font-style: italic;
  }

  /* Textarea Value */
  .psicochat-textarea-value {
    padding: 12px;
    background-color: var(--psicochat-color-main-grey);
    border-radius: 4px;
    white-space: pre-wrap;
    line-height: 1.5;
  }

  /* Image Gallery */
  .psicochat-image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 10px;
  }

  .psicochat-image-item {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 4px;
  }

  .psicochat-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .psicochat-no-image {
    color: #999;
    font-style: italic;
  }

  /* Editor Content */
  .psicochat-editor-content {
    padding: 12px;
    background-color: var(--psicochat-color-main-grey);
    border-radius: 4px;
  }

  /* HTML Content */
  .psicochat-html-content {
    padding: 12px;
    background-color: var(--psicochat-color-main-grey);
    border-radius: 4px;
  }

  /* Responsive Adjustments */
  @media screen and (max-width: 768px) {
    .psicochat-field-display {
      padding: 10px;
    }

    .psicochat-image-gallery {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      gap: 10px;
    }
  }
/* END FIELDS DISPLAY */

/* CPT FILTER */
  .psicochat-cpt-search-wrapper {
    padding: 8px 15px;
    transition: all 0.3s ease;
    width: 100%;
  }

  .psicochat-cpt-search-toggle {
    color: var(--psicochat-formpage-color-secondary);
    margin-right: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .psicochat-cpt-search-toggle:hover {
    color: var(--psicochat-formpage-color-secondary-dark);
    transform: scale(1.1);
  }

  .psicochat-cpt-search-input {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
  }

  .psicochat-cpt-search-input:focus {
    box-shadow: none !important;
  }

  .psicochat-cpt-search-input::placeholder {
    color: #999;
    font-style: italic;
  }

  /* Animation for search input */
  .psicochat-cpt-search-input.psicochat-display-none {
    width: 0;
    opacity: 0;
    margin-right: 0 !important;
  }

  .psicochat-cpt-search-input:not(.psicochat-display-none) {
    width: 90% !important;
    opacity: 1;
    margin-right: 10px !important;
  }

  /* Smooth transitions for filtered items */
  .psicochat-psicochat_point-list-item {
    transition: all 0.3s ease;
  }

  .psicochat-psicochat_point-list-item:not(:visible) {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .psicochat-cpt-search-container {
      justify-content: center;
    }

    .psicochat-cpt-search-wrapper {
      max-width: 250px;
    }
  }
/* END CPT FILTER */