/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *//**
 * Tarambana Shortcodes Styles
 *
 * @package    Tarambana_Main
 * @subpackage Tarambana_Main/public/css
 */

/* Grid Container */
.tarambana-actuaciones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--tarambana-card-min-width), 1fr));
    gap: var(--tarambana-grid-gap);
    max-width: var(--tarambana-grid-max-width);
}
.tarambana-disabled{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.desktop-none{
    display: none!important;
}
.mb-none{
    display: block!important;
}
.cursos-pila{
  height: 100%;
    display: flex
;
    justify-content: space-between;
}
.order-0 figure{
  float:none!important;
  margin-left: 0!important;
}

.w-100{
  width: 100%!important;
}
.display-none{
  display: none!important;
}
.order-0{
  order:1;
}
.stickycovers-footer{
  position: relative;
  z-index: 1;
}
.stickycovers-footer::after{
  content: '';
  background-color: white;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: -1;

}
.cursos-meta p{
  padding:5px!important;
}
@media (max-width: 781px) {
  .order-0{
    order:-1!important;
  }
  .mb-none{
    display: none!important;
  }
  .desktop-none{
    display: flex!important;
    flex-wrap: nowrap!important;
  }
}
header > div > div > div, .hero-taller{
    max-width: 1460px;
    padding-inline:60px!important
}
.no-wrap{
    flex-wrap: nowrap!important;
  }
  
  /*Global styles*/
  .tarambana-vertical-align-middle{
    vertical-align:middle;
  }
  .tarambana-vertical-align-bottom{
    vertical-align:bottom;
  }
  .tarambana-vertical-align-super{
    vertical-align:super;
  }
  .tarambana-vertical-align-top{
    vertical-align:top;
  }
  .tarambana-font-weight-lighter{
    font-weight:lighter;
  }
  .tarambana-font-weight-normal{
    font-weight:normal;
  }
  .tarambana-font-weight-bolder{
    font-weight:bolder;
  }
  .tarambana-font-weight-bold{
    font-weight:bold;
  }
  .tarambana-font-style-italic{
    font-style:italic;
  }
  .tarambana-font-size-small{
    font-size:var(--wp--preset--font-size--small);
  }
  .tarambana-font-size-medium{
    font-size:var(--wp--preset--font-size--medium);
  }
  .tarambana-font-size-large{
    font-size:var(--wp--preset--font-size--large);
  }
  .tarambana-font-size-10{
    font-size:10px;
  }
  .tarambana-font-size-12{
    font-size:12px;
  }
  .tarambana-font-size-13{
    font-size:13px;
  }
  .tarambana-font-size-14{
    font-size:14px;
  }
  .tarambana-font-size-15{
    font-size:15px;
  }
  .tarambana-font-size-16{
    font-size:16px!important;
  }
  .tarambana-font-size-20{
    font-size:20px!important;
  }
  .tarambana-font-size-25{
    font-size:25px!important;
  }
  .tarambana-font-size-30{
    font-size:30px!important;
  }
  .tarambana-font-size-40{
    font-size:40px!important;
  }
  .tarambana-font-size-50{
    font-size:50px!important;
  }
  .tarambana-font-size-75{
    font-size:75px!important;
  }
  .tarambana-font-size-100{
    font-size:100px!important;
  }
  .tarambana-list-style-none{
    list-style:none
  }
  .tarambana-width-auto{
    width:auto
  }
  .tarambana-width-10-percent{
    width:9.5%;
  }
  .tarambana-width-20-percent{
    width:19.5%;
  }
  .tarambana-width-25-percent{
    width:24.5%;
  }
  .tarambana-width-30-percent{
    width:29.5%;
  }
  .tarambana-width-33-percent{
    width:32.4%;
  }
  .tarambana-width-40-percent{
    width:39.5%;
  }
  .tarambana-width-50-percent{
    width:49.5%;
  }
  .tarambana-width-60-percent{
    width:59.5%;
  }
  .tarambana-width-66-percent{
    width:65.5%;
  }
  .tarambana-width-70-percent{
    width:69.5%;
  }
  .tarambana-width-75-percent{
    width:74.5%;
  }
  .tarambana-width-80-percent{
    width:79.5%;
  }
  .tarambana-width-90-percent{
    width:89.5%;
  }
  .tarambana-width-100-percent{
    width:100%;
  }
  .tarambana-width-full{
    width:100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
  }
  .tarambana-container{
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tarambana-width-25{
    width:25px;
  }
  .tarambana-width-50{
    width:50px;
  }
  .tarambana-width-75{
    width:75px;
  }
  .tarambana-width-100{
    width:100px;
  }
  .tarambana-width-150{
    width:150px;
  }
  .tarambana-width-200{
    width:200px;
  }
  .tarambana-width-250{
    width:250px;
  } 
  .tarambana-width-300{
    width:300px;
  }
  .tarambana-height-auto{
    height:auto
  }
  .tarambana-height-25-percent{
    height:25%;
  }
  .tarambana-height-50-percent{
    height:50%;
  }
  .tarambana-height-75-percent{
    height:75%;
  }
  .tarambana-height-100-percent{
    height:100%;
  }
  .tarambana-height-25{
    height:25px;
  }
  .tarambana-height-50{
    height:50px;
  }
  .tarambana-height-75{
    height:75px;
  }
  .tarambana-height-100{
    height:100px;
  }
  .tarambana-text-2-columns{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
  }
  .tarambana-text-transform-initial{
    text-transform:initial;
  }
  .tarambana-text-transform-uppercase{
    text-transform:uppercase;
  }
  .tarambana-text-transform-lowercase{
    text-transform:lowercase;
  }
  .tarambana-text-transform-capitalize{
    text-transform:capitalize;
  }
  .tarambana-font-weight-500{
    font-weight:500
  }
  .tarambana-font-weight-600{
    font-weight:600
  }
  .tarambana-font-weight-700{
    font-weight:700
  }
  .tarambana-pointer-events-all{
    pointer-events:all
  }
  .tarambana-pointer-events-none{
    pointer-events:none
  }
  .tarambana-text-align-center{
    text-align:center
  }
  .tarambana-text-align-left{
    text-align:left
  }
  .tarambana-text-align-right{
    text-align:right
  }
  .tarambana-text-align-justify{
    text-align:justify;
    text-justify:inter-word;
  }
  .tarambana-link-disabled{
    pointer-events:none;
    cursor:default;
  }
  .tarambana-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;
  }
  .tarambana-margin-auto{
    margin:auto
  }
  .tarambana-margin-left-auto{
    margin-left:auto
  }
  .tarambana-margin-right-auto{
    margin-right:auto
  }
  .tarambana-container{
    display:flex;
  }
  .tarambana-row{
    margin:0 20px 10px 20px;
  }
  .tarambana-justify-content-center{
    justify-content:center;
  }
  .tarambana-justify-content-space-between{
    justify-content:space-between;
  }
  .tarambana-display-flex{
    display:flex
  }
  .tarambana-display-block{
    display:block
  }
  .tarambana-display-table{
    display:table
  }
  .tarambana-display-table-cell{
    display:table-cell
  }
  .tarambana-display-inline-table{
    display:inline-table
  }
  .tarambana-display-inline{
    display:inline
  }
  .tarambana-display-inline-block{
    display:inline-block
  }
  .tarambana-display-none,.pn_wph_nonce{
    display:none!important
  }
  .tarambana-display-none-soft{
    display:none
  }
  .tarambana-overflow-hidden{
    overflow:hidden;
  }
  .tarambana-m-0{
    margin:0px;
  }
  .tarambana-m-10{
    margin:10px;
  }
  .tarambana-m-20{
    margin:20px;
  }
  .tarambana-m-30{
    margin:30px;
  }
  .tarambana-m-40{
    margin:40px;
  }
  .tarambana-m-50{
    margin:50px;
  }
  .tarambana-m-60{
    margin:60px;
  }
  .tarambana-m-70{
    margin:70px;
  }
  .tarambana-m-75{
    margin:75px;
  }
  .tarambana-m-80{
    margin:80px;
  }
  .tarambana-m-90{
    margin:90px;
  }
  .tarambana-m-100{
    margin:100px;
  }
  .tarambana-mt-0{
    margin-top:0px;
  }
  .tarambana-mt-10{
    margin-top:10px;
  }
  .tarambana-mt-20{
    margin-top:20px;
  }
  .tarambana-mt-30{
    margin-top:30px;
  }
  .tarambana-mt-40{
    margin-top:40px;
  }
  .tarambana-mt-50{
    margin-top:50px;
  }
  .tarambana-mt-60{
    margin-top:60px;
  }
  .tarambana-mt-70{
    margin-top:70px;
  }
  .tarambana-mt-75{
    margin-top:75px;
  }
  .tarambana-mt-80{
    margin-top:80px;
  }
  .tarambana-mt-90{
    margin-top:90px;
  }
  .tarambana-mt-100{
    margin-top:100px;
  }
  .tarambana-mr-0{
    margin-right:0px;
  }
  .tarambana-mr-10{
    margin-right:10px;
  }
  .tarambana-mr-20{
    margin-right:20px;
  }
  .tarambana-mr-30{
    margin-right:30px;
  }
  .tarambana-mr-40{
    margin-right:40px;
  }
  .tarambana-mr-50{
    margin-right:50px;
  }
  .tarambana-mr-60{
    margin-right:60px;
  }
  .tarambana-mr-70{
    margin-right:70px;
  }
  .tarambana-mr-75{
    margin-right:75px;
  }
  .tarambana-mr-80{
    margin-right:80px;
  }
  .tarambana-mr-90{
    margin-right:90px;
  }
  .tarambana-mr-100{
    margin-right:100px;
  }
  .tarambana-mb-0{
    margin-bottom:0px;
  }
  .tarambana-mb-10{
    margin-bottom:10px;
  }
  .tarambana-mb-20{
    margin-bottom:20px;
  }
  .tarambana-mb-30{
    margin-bottom:30px;
  }
  .tarambana-mb-40{
    margin-bottom:40px;
  }
  .tarambana-mb-50{
    margin-bottom:50px;
  }
  .tarambana-mb-60{
    margin-bottom:60px;
  }
  .tarambana-mb-70{
    margin-bottom:70px;
  }
  .tarambana-mb-75{
    margin-bottom:75px;
  }
  .tarambana-mb-80{
    margin-bottom:80px;
  }
  .tarambana-mb-90{
    margin-bottom:90px;
  }
  .tarambana-mb-100{
    margin-bottom:100px;
  }
  .tarambana-mb-150{
    margin-bottom:150px;
  }
  .tarambana-ml-0{
    margin-left:0px;
  }
  .tarambana-ml-10{
    margin-left:10px;
  }
  .tarambana-ml-20{
    margin-left:20px;
  }
  .tarambana-ml-30{
    margin-left:30px;
  }
  .tarambana-ml-40{
    margin-left:40px;
  }
  .tarambana-ml-50{
    margin-left:50px;
  }
  .tarambana-ml-60{
    margin-left:60px;
  }
  .tarambana-ml-70{
    margin-left:70px;
  }
  .tarambana-ml-75{
    margin-left:75px;
  }
  .tarambana-ml-80{
    margin-left:80px;
  }
  .tarambana-ml-90{
    margin-left:90px;
  }
  .tarambana-ml-100{
    margin-left:100px;
  }
  .tarambana-p-0{
    padding:0px;
  }
  .tarambana-p-10{
    padding:10px;
  }
  .tarambana-p-20{
    padding:20px;
  }
  .tarambana-p-30{
    padding:30px;
  }
  .tarambana-p-40{
    padding:40px;
  }
  .tarambana-p-50{
    padding:50px;
  }
  .tarambana-p-60{
    padding:60px;
  }
  .tarambana-p-70{
    padding:70px;
  }
  .tarambana-p-75{
    padding:75px;
  }
  .tarambana-p-80{
    padding:80px;
  }
  .tarambana-p-90{
    padding:90px;
  }
  .tarambana-p-100{
    padding:100px;
  }
  .tarambana-pt-0{
    padding-top:0px;
  }
  .tarambana-pt-10{
    padding-top:10px;
  }
  .tarambana-pt-20{
    padding-top:20px;
  }
  .tarambana-pt-30{
    padding-top:30px;
  }
  .tarambana-pt-40{
    padding-top:40px;
  }
  .tarambana-pt-50{
    padding-top:50px;
  }
  .tarambana-pt-60{
    padding-top:60px;
  }
  .tarambana-pt-70{
    padding-top:70px;
  }
  .tarambana-pt-75{
    padding-top:75px;
  }
  .tarambana-pt-80{
    padding-top:80px;
  }
  .tarambana-pt-90{
    padding-top:90px;
  }
  .tarambana-pt-100{
    padding-top:100px;
  }
  .tarambana-pr-0{
    padding-right:0px;
  }
  .tarambana-pr-10{
    padding-right:10px;
  }
  .tarambana-pr-20{
    padding-right:20px;
  }
  .tarambana-pr-30{
    padding-right:30px;
  }
  .tarambana-pr-40{
    padding-right:40px;
  }
  .tarambana-pr-50{
    padding-right:50px;
  }
  .tarambana-pr-60{
    padding-right:60px;
  }
  .tarambana-pr-70{
    padding-right:70px;
  }
  .tarambana-pr-75{
    padding-right:75px;
  }
  .tarambana-pr-80{
    padding-right:80px;
  }
  .tarambana-pr-90{
    padding-right:90px;
  }
  .tarambana-pr-100{
    padding-right:100px;
  }
  .tarambana-pb-0{
    padding-bottom:0px;
  }
  .tarambana-pb-10{
    padding-bottom:10px;
  }
  .tarambana-pb-20{
    padding-bottom:20px;
  }
  .tarambana-pb-30{
    padding-bottom:30px;
  }
  .tarambana-pb-40{
    padding-bottom:40px;
  }
  .tarambana-pb-50{
    padding-bottom:50px;
  }
  .tarambana-pb-60{
    padding-bottom:60px;
  }
  .tarambana-pb-70{
    padding-bottom:70px;
  }
  .tarambana-pb-75{
    padding-bottom:75px;
  }
  .tarambana-pb-80{
    padding-bottom:80px;
  }
  .tarambana-pb-90{
    padding-bottom:90px;
  }
  .tarambana-pb-100{
    padding-bottom:100px;
  }
  .tarambana-pl-0{
    padding-left:0px;
  }
  .tarambana-pl-10{
    padding-left:10px;
  }
  .tarambana-pl-20{
    padding-left:20px;
  }
  .tarambana-pl-30{
    padding-left:30px;
  }
  .tarambana-pl-40{
    padding-left:40px;
  }
  .tarambana-pl-50{
    padding-left:50px;
  }
  .tarambana-pl-60{
    padding-left:60px;
  }
  .tarambana-pl-70{
    padding-left:70px;
  }
  .tarambana-pl-75{
    padding-left:75px;
  }
  .tarambana-pl-80{
    padding-left:80px;
  }
  .tarambana-pl-90{
    padding-left:90px;
  }
  .tarambana-pl-100{
    padding-left:100px;
  }
  .tarambana-mobile-scrollable{
    overflow-x:auto;
  }
  .tarambana-mobile-scrollable > img,.tarambana-mobile-scrollable > div,.tarambana-mobile-scrollable > table,.tarambana-mobile-scrollable > canvas{
    min-width:400px;
  }
  .tarambana-overlay-container{
    position:relative;
    height:auto;
    overflow:hidden;
  }
  .tarambana-overlay-background{
    position:relative;
    height:auto;
    overflow:hidden;
  }
  .tarambana-overlay-front{
    width:100%;
    position:absolute;
    z-index:4;
    top:auto;
    text-align:center;
  }
  .tarambana-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);
  }
  .tarambana-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);
  }
  .tarambana-ul-cookies-list{
    word-wrap:break-word;
  }
  .tarambana-full-row{
    width:100vw;
    position:relative;
    margin-left:-50vw;
    height:100px;
    left:50%;
  }
  .tarambana-z-index-bottom,.tarambana-z-index-9{
    z-index:9
  }
  .tarambana-z-index-99{
    z-index:99
  }
  .tarambana-z-index-999{
    z-index:999
  }
  .tarambana-z-index-9999{
    z-index:9999
  }
  .tarambana-z-index-top,.tarambana-z-index-99999{
    z-index:99999
  }
  .tarambana-ellipsis{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
  }
  input.tarambana-input,textarea.tarambana-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.tarambana-input:focus,textarea.tarambana-input:focus{
    box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--tarambana-color-main)99;
    border-color:var(--tarambana-color-main);
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--tarambana-color-main)99;
  }
  textarea.tarambana-input{
    min-height:150px;
  }
  .tarambana-switch input.tarambana-input[type="checkbox"]{
    min-height:24px!important;
    margin-bottom:0!important;
  }
  .tarambana-switch{
    position:relative;
    display:inline-block;
    width:60px;
    height:24px;
  }
  .tarambana-switch input{
    opacity:0;
    width:0;
    height:0;
  }
  .tarambana-slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#cccccc;
    -webkit-transition:.4s;
    transition:.4s;
  }
  .tarambana-slider:before{
    position:absolute;
    content:"";
    height:18px;
    width:18px;
    left:4px;
    bottom:3px;
    background-color:white;
    -webkit-transition:.4s;
    transition:.4s;
  }
  input:checked + .tarambana-slider{
    background-color:var(--tarambana-bg-color-main);
  }
  input:focus + .tarambana-slider{
    box-shadow:0 0 1px var(--tarambana-bg-color-main);
  }
  input:checked + .tarambana-slider:before{
    -webkit-transform:translateX(33px);
    -ms-transform:translateX(33px);
    transform:translateX(33px);
  }
  .tarambana-slider.tarambana-round{
    border-radius:34px;
  }
  .tarambana-slider.tarambana-round:before{
    border-radius:50%;
  }
  .tarambana-btn{
    background-color:var(--tarambana-color-main);
    color:#fff;
    text-shadow:0 0 20px var(--tarambana-color-main);
    display:inline-block;
    margin:auto;
    font-weight:bold;
    font-size:var(--wp--preset--font-size--normal);
    font-family:var(--wp--preset--font-family--manrope);
    height:auto;
    text-align:center;
    box-shadow:none;
    line-height:30px;
    border:none;
    padding:10px 30px;
    -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;
  }
  .tarambana-btn:hover{
    background-color:var(--tarambana-bg-color-main-alt);
  }
  .tarambana-btn-mini{
    line-height:20px;
    padding:5px 30px;
  }
  .tarambana-cursor-pointer{
    cursor:pointer;
  }
  .tarambana-cursor-help{
    cursor:help;
  }
  .tarambana-cursor-not-allowed{
    cursor:not-allowed;
  }
  .tarambana-cursor-move{
    cursor:move;
    cursor:grab;
    cursor:-moz-grab;
    cursor:-webkit-grab;
  }
  .tarambana-cursor-move:active{
    cursor:grabbing;
    cursor:-moz-grabbing;
    cursor:-webkit-grabbing;
  }
  .tarambana-pointer-events-none{
    pointer-events:none;
  }
  .tarambana-color-transparent{
    color:transparent;
  }
  .tarambana-color-white{
    color:#ffffff;
  }
  .tarambana-color-black{
    color:#000000;
  }
  .tarambana-bg-color-white{
    background-color:#ffffff;
  }
  .tarambana-bg-color-transparent{
    background-color:transparent;
  }
  .tarambana-bg-color-black{
    background-color:#000000;
  }
  .tarambana-color-main-0{
    color:var(--tarambana-color-main);
  }
  .tarambana-bg-color-main-0{
    background-color:var(--tarambana-bg-color-main);
  }
  .tarambana-border-color-main-0{
    border-color:var(--tarambana-border-color-main);
  }
  .tarambana-color-main-1{
    color:var(--tarambana-color-main-alt);
  }
  .tarambana-bg-color-main-1{
    background-color:var(--tarambana-bg-color-main-alt);
  }
  .tarambana-border-color-main-1{
    border-color:var(--tarambana-border-color-main-alt);
  }
  .tarambana-color-red{
    color:#da1d4c;
  }
  .tarambana-color-blue{
    color:var(--tarambana-color-main-blue);
  }
  .tarambana-color-grey{
    color:var(--tarambana-color-main-grey);
  }
  .tarambana-bg-color-grey{
    background-color:var(--tarambana-bg-color-main-grey);
  }
  .tarambana-color-green{
    color:#a3ad20;
  }
  .tarambana-filter-grayscale{
    filter:grayscale(100%);
  }
  .tarambana-position-relative{
    position:relative;
  }
  .tarambana-position-absolute{
    position:absolute;
  }
  .tarambana-top-0{
    top:0;
  }
  .tarambana-top-10{
    top:10px;
  }
  .tarambana-top-20{
    top:20px;
  }
  .tarambana-left-0{
    left:0;
  }
  .tarambana-left-10{
    left:10px;
  }
  .tarambana-left-20{
    left:20px;
  }
  .tarambana-right-0{
    right:0;
  }
  .tarambana-right-10{
    right:10px;
  }
  .tarambana-right-20{
    right:20px;
  }
  .tarambana-left-0{
    left:0;
  }
  .tarambana-left-10{
    left:10px;
  }
  .tarambana-left-20{
    left:20px;
  }
  .tarambana-bottom-0{
    bottom:0;
  }
  .tarambana-bottom-10{
    bottom:10px;
  }
  .tarambana-bottom-20{
    bottom:20px;
  }
  .tarambana-position-fixed{
    position:fixed;
  }
  .tarambana-border-none{
    border:none;
  }
  .tarambana-float-left{
    float:left;
  }
  .tarambana-float-right{
    float:right;
  }
  .tarambana-float-none{
    float:none;
  }
  .tarambana-box-shadow-none{
    box-shadow:none
  }
  .tarambana-text-shadow-none{
    text-shadow:none
  }
  .tarambana-video-embed{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    max-width:100%;
    height:auto;
  }
  .tarambana-video-embed iframe,.tarambana-video-embed object,.tarambana-video-embed embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
  textarea{
    resize:vertical;
  }
  .tarambana-shadow{
    box-shadow:10px 10px 10px #00000026;
  }
  .tarambana-shadow-dark{
    box-shadow:10px 10px 10px #d1d1d1;
  }
  .tarambana-shadow-complete{
    box-shadow:0 0 25px 0 #00000026;
    border-radius:5px;
  }
  .tarambana-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(--tarambana-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;
  }
  .tarambana-main-message a{
    color:#8ab4f8
  }
  #tarambana-bar-wrapper{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color:transparent;
  }
  #tarambana-bar{
    width:1%;
    height:5px;
    background:linear-gradient(90deg,#9d000a,#c36100,#006912,#004f54,#0b00a0);
  }
  .tarambana-border-radius-50-percent{
    border-radius:50%;
  }
  .tarambana-border-radius-5{
    border-radius:5px;
  }
  .tarambana-border-radius-20{
    border-radius:20px;
  }
  .tarambana-border-radius-bottom-0{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
  }
  .tarambana-border-radius-top-0{
    border-top-left-radius:0;
    border-top-right-radius:0;
  }
  .tarambana-black-and-white{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
  }
  .tarambana-box-shadow{
    box-shadow:4px 4px 10px 1px #0000003d;
  }
  .tarambana-text-shadow{
    text-shadow:2px 2px 5px var(--tarambana-color-main);
  }
  .tarambana-ul-columns-2{
    columns:2;
    -webkit-columns:2;
    -moz-columns:2;
  }
  .tarambana-parallax{
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
  }
  .tarambana-close-icon{
    position:absolute;
    top:5px;
    right:0;
  }
  .tarambana-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%;
  }
  .tarambana-shader:hover{
    opacity:1;
  }
  .tarambana-opacity-50-percent{
    opacity:0.5;
  }
  .tarambana-text-decoration-none{
    text-decoration:none;
  }
  .tarambana-text-decoration-underline{
    text-decoration:underline;
  }
  .wc-block-components-notice-banner.is-success,.tarambana-alert-success{
    padding:10px 40px;
    border:none;
    border-radius:5px;
    background-color:#699801;
    color:#ffffff;
    margin:30px auto;
  }
  .tarambana-alert-warning{
    padding:10px 40px;
    border:none;
    border-radius:5px;
    background-color:#b6821d;
    color:#ffffff;
    margin:30px auto;
  }
  .tarambana-alert-error{
    padding:10px 40px;
    border:none;
    border-radius:5px;
    background-color:#b61627;
    color:#ffffff;
    margin:30px auto;
  }
  .tarambana-max-width-300{
    max-width:300px!important;
  }
  .tarambana-max-width-500{
    max-width:500px;
  }
  .tarambana-max-width-700{
    max-width:700px;
  }
  .tarambana-max-width-1000{
    max-width:1000px;
  }
  .tarambana-white-space-pre-wrap{
    white-space:pre-wrap;
  }
  
  /* tarambana TABS */
  .tarambana-tabs{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    border:1px solid #cccccc;
    background-color:#f1f1f1
  }
  .tarambana-tabs button{
    width:50%;
    background-color:inherit;
    float:left;
    border:none;
    outline:0;
    cursor:pointer;
    padding:14px 16px;
    transition:.3s
  }
  .tarambana-tabs button:hover{
    background-color:#dddddd
  }
  .tarambana-tabs button.active{
    background-color:#cccccc
  }
  .tarambana-tab-content{
    padding:30px 12px 6px;
    border:1px solid #cccccc;
    border-top:none
  }
  /*  END tarambana 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);
  }
  .tarambana-body .darkmode--enabled img,.tarambana-body .darkmode--enabled figure,.tarambana-body .darkmode--enabled .tarambana-btn,.tarambana-body .darkmode--enabled .vle-btn,.tarambana-body .darkmode--enabled .material-icons-outlined.tarambana-color-main-0,.tarambana-body .darkmode--enabled .wp-element-button,.tarambana-body .darkmode--enabled footer{
    mix-blend-mode:difference;
  }
  .tarambana-bordered{
    border:1px solid #c3c3c3;
  }
  .tarambana-body audio {
    filter:sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width:200px;
    height:25px;
  }
  .tarambana-body footer h5.has-body-font-family::after{
    background-color:var(--tarambana-bg-color-main)!important;
  }
  .tarambana-body #header,.tarambana-body #header ~ hr,.tarambana-body #footer,.tarambana-body #footer ~ hr{
      display:none;
  }
  .tarambana-menu-more-overlay{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#00000057;
  }
  .tarambana-menu-more{
    position:absolute;
    right:0;
    min-width:250px;
    background-color:#ffffff;
    border-radius:10px;
  }
  .tarambana-menu-more ul{
    margin:0;
    padding:10px;
  }
  .tarambana-menu-more li{
    text-align:left;
    margin-bottom:5px;
  }
  .tarambana-menu-more p{
    margin-bottom:0;
    font-size:var(--wp--preset--font-size--small);
  }
  .tarambana-list-more{
    position:absolute;
    right:0;
    min-width:250px;
    background-color:#ffffff;
    border-radius:10px;
  }
  .tarambana-list-more ul{
    margin:0;
    padding:10px;
  }
  .tarambana-list-more li{
    text-align:left;
    margin-bottom:5px;
  }
  .tarambana-list-more p{
    margin-bottom:0;
  }
  .tarambana-tasks-list{
    margin-top:50px;
    margin-bottom:100px;
  }
  .tarambana-task{
    margin-bottom:20px;
  }
  .tarambana-navigation{
    text-align:center;
    max-width:250px;
    position:fixed;
    bottom:10px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
  }
  .tarambana-navigation > div{
    background-color:#ffffff;
    border-radius:5px;
    box-shadow:3px 3px 9px #949494;
  }
  .tarambana-navigation i:not('.tarambana-color-main-0'){
    color:#b9b9b9;
  }
  
  
  @media all and (max-width:768px){
    .tarambana-text-2-columns{
      -webkit-column-count:1;
      -moz-column-count:1;
      column-count:1;
    }
    .tarambana-tablet-width-100-percent{
      width:100%;
    }
    .tarambana-tablet-display-block{
      display:block
    }
    .tarambana-tablet-display-table{
      display:table
    }
    .tarambana-container{
      flex-direction:column;
    } 
    .wp-block-navigation.items-justified-right{
      --navigation-layout-justification-setting:flex-start;
      --navigation-layout-justify:flex-start;
    }
    .tarambana-popup.fancybox-content{
      padding:40px 5px;
      margin-top:50px;
    }
  }
  
  @media all and (max-width:450px){
    .tarambana-mobile-width-100-percent{
      width:100%;
    }
    .tarambana-mobile-display-block{
      display:block
    }
    .tarambana-mobile-display-table{
      display:table
    }
  }
  
  
  /* LOADER CIRCLE */
    .tarambana-loader-circle-wrapper{
      width:100%;
      margin:auto;
      height:200px;
      margin-top:125px;
    }
    .tarambana-loader-circle{
      display:inline-block;
      position:relative;
      width:80px;
      height:80px
    }
    .tarambana-loader-circle div{
      box-sizing:border-box;
      display:block;
      position:absolute;
      width:64px;
      height:64px;
      margin:8px;
      border:8px solid var(--tarambana-color-main);
      border-radius:50%;
      animation:tarambana-loader-circle 1.2s cubic-bezier(.5,0,.5,1) infinite;
      border-color:var(--tarambana-color-main) transparent transparent;
    }
    .tarambana-loader-circle div:nth-child(1){
      animation-delay:-.45s
    }
    .tarambana-loader-circle div:nth-child(2){
      animation-delay:-.3s
    }
    .tarambana-loader-circle div:nth-child(3){
      animation-delay:-.15s
    }
    @keyframes tarambana-loader-circle{
      0%{
        transform:rotate(0deg)
      }
      100%{
        transform:rotate(360deg)
      }
    }
  
    .tarambana-waiting{
      display:inline;
      vertical-align:middle;
    }
    .tarambana-loader-circle-waiting{
      display:inline-block;
      position:relative;
      width:20px;
      height:20px
    }
    .tarambana-loader-circle-waiting div{
      box-sizing:border-box;
      display:block;
      position:absolute;
      width:20px;
      height:20px;
      margin:3px 8px;
      border:3px solid var(--tarambana-color-main);
      border-radius:50%;
      animation:tarambana-loader-circle-waiting 1.2s cubic-bezier(.5,0,.5,1) infinite;
      border-color:var(--tarambana-color-main) transparent transparent;
    }
    .tarambana-loader-circle-waiting div:nth-child(1){
      animation-delay:-.45s
    }
    .tarambana-loader-circle-waiting div:nth-child(2){
      animation-delay:-.3s
    }
    .tarambana-loader-circle-waiting div:nth-child(3){
      animation-delay:-.15s
    }
    @keyframes tarambana-loader-circle-waiting{
      0%{
        transform:rotate(0deg)
      }
      100%{
        transform:rotate(360deg)
      }
    }
  /* END LOADER CIRCLE */
  
  /* OWL CAROUSEL */
    .tarambana-carousel .owl-nav{
      position:absolute;
      top:23%;
      width:100%;
    }
    .tarambana-carousel .owl-nav .owl-prev{
      position:absolute;
      left:-50px;
    }
    .tarambana-carousel .owl-nav .owl-next{
      position:absolute;
      right:-50px;
    }
    .tarambana-carousel .owl-nav i{
      font-size:50px;
    }
    .tarambana-carousel .owl-dots{
      margin-top:30px;
    }
    .tarambana-carousel .owl-item{
      cursor:grab;
    }
    .tarambana-carousel .owl-dots{
      -webkit-tap-highlight-color:transparent;
      text-align:center;
      margin-top:20px;
    }
    .tarambana-carousel .owl-dot{
      display:inline-block;
       zoom:1;
    }
    .tarambana-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;
    }
    .tarambana-carousel .owl-dots .owl-dot.active span,.tarambana-carousel .owl-dots .owl-dot:hover span{
      background-color:#585f62;
    }
  
    @media all and (max-width:768px){
      .tarambana-carousel .owl-nav button.owl-prev{
        left:-40px;
      }
      .tarambana-carousel .owl-nav button.owl-next{
        right:-40px;
      }
    }
  /* END OWL CAROUSEL */
  
  /* tarambana FORMS */
    .tarambana-section-helper{
      position:absolute;
      left:-15px;
      font-size:var(--wp--preset--font-size--normal);
      cursor:help;
    }
    .tarambana-toggle label{
      font-weight:bold;
      font-size:var(--wp--preset--font-size--small);
    }
    .tarambana-images img{
      width:50px!important;
      height:auto!important;
    }
    .tarambana-videos{
      margin-bottom:20px!important;
    }
    .tarambana-videos img{
      width:50px!important;
      height:auto!important;
      text-align:center;
    }
    .tarambana-video{
      padding:10px!important;
      margin:0px 10px!important;
      display:inline-block!important;
      border:1px solid #a2a2a2!important;
      border-radius:5px!important;
    }
    .tarambana-video i{
      font-size:50px!important;
      width:100%!important;
      display:block!important;
      min-height:50px!important;
    }
    .tarambana-videos-block{
      text-align:center!important;
    }
    .tarambana-audios{
      margin-bottom:20px!important;
    }
    .tarambana-audios img{
      width:50px!important;
      height:auto!important;
      text-align:center;
    }
    .tarambana-audio{
      padding:10px!important;
      margin:0px 10px!important;
      display:inline-block!important;
      border:1px solid #a2a2a2!important;
      border-radius:5px!important;
    }
    .tarambana-audio i{
      font-size:50px!important;
      width:100%!important;
      display:block!important;
      min-height:50px!important;
    }
    .tarambana-audios-block{
      text-align:center!important;
    }
    .tarambana-files embed{
      width:100%;
      height:100px;
    }
    .tarambana-input-range{
      height:35px;
      -webkit-appearance:none;
      margin:10px 0;
      width:100%;
      border-bottom:none;
      padding:0;
      border:0!important;
    }
    .tarambana-input-range:focus{
      outline:none;
    }
    .tarambana-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;
    }
    .tarambana-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;
    }
    .tarambana-input-range:focus::-webkit-slider-runnable-track{
      background:#c1c1c1;
    }
    .tarambana-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;
    }
    .tarambana-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;
    }
    .tarambana-input-range::-ms-track{
      width:100%;
      height:30px;
      cursor:pointer;
      animate:0.2s;
      background:transparent;
      border-color:transparent;
      color:transparent;
    }
    .tarambana-input-range::-ms-fill-lower{
      background:#c1c1c1;
      border:0px solid #000000;
      border-radius:100px;
      box-shadow:0px 0px 0px #000000;
    }
    .tarambana-input-range::-ms-fill-upper{
      background:#c1c1c1;
      border:0px solid #000000;
      border-radius:100px;
      box-shadow:0px 0px 0px #000000;
    }
    .tarambana-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;
    }
    .tarambana-input-range:focus::-ms-fill-lower{
      background:#c1c1c1;
    }
    .tarambana-input-range:focus::-ms-fill-upper{
      background:#c1c1c1;
    }
    .tarambana-input-range-wrapper,.tarambana-input-stars-wrapper{
      position:relative;
      padding-bottom:30px;
    }
    .tarambana-input-range-label-min,.tarambana-input-stars-label-min{
      position:absolute;
      top:50px;
      left:-50px;
    }
    .tarambana-input-hidden-stars{
      text-align:center;
      font-size:30px!important;
      font-weight:bold;
      border:none!important;
      padding:0!important;
      margin:0;
    }
    .tarambana-input-range-output{
      text-align:center;
      margin-top:0;
    }
    .tarambana-input-star{
      cursor:pointer;
      width:50px;
      padding:0 20px;
      font-size:50px!important;
    }
    .tarambana-password-checker{
      max-width:470px;
    }
    .tarambana-progress-bar-wrapper{
      height:10px!important;
      border-radius:3px;
      margin-bottom:20px;
    }
    .tarambana-progress-bar{
      border-radius:3px;
    }
    .form-group{
      margin-bottom:10px;
    }
    .tarambana-show-pass{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      right:15px;
      width:15px;
    }
    .tarambana-progress-bar-danger{
      border-radius:3px;
      background-color:#e90f10;
    }
    .tarambana-progress-bar-warning{
      border-radius:3px;
      background-color:#ffad00;
    }
    .tarambana-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;
    }
    .tarambana-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){
      .tarambana-input-range-label-min,.tarambana-input-stars-label-min{
        left:-10px;
      }
    }
    .tarambana-input-range-label-max,.tarambana-input-stars-label-max{
      position:absolute;
      top:50px;
      right:-50px;
    }
    @media all and (max-width:768px){
      .tarambana-input-range-label-max,.tarambana-input-stars-label-max{
        right:-10px;
      }
    }
    .tarambana-section-wrapper label{
      color:var(--tarambana-color-main);
      font-size:16px;
    }
  
    /* Tags Wrapper */
    .tarambana-tags-wrapper {
        position: relative;
        width: 100%;
    }
  
    /* Tags Input */
    .tarambana-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;
    }
  
    .tarambana-tags-input:focus {
        outline: none;
        border-color: #0073aa;
        box-shadow: 0 0 0 1px #0073aa;
    }
  
    /* Tags Display */
    .tarambana-tags-display {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        min-height: 20px;
    }
  
    /* Individual Tag */
    .tarambana-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;
    }
  
    .tarambana-tag:hover {
        background-color: #005a87;
    }
  
    .tarambana-tag-text {
        margin-right: 4px;
    }
  
    /* Tag Remove Button */
    .tarambana-tag-remove {
        font-size: 14px !important;
        cursor: pointer;
        opacity: 0.8;
        transition: opacity 0.2s ease;
    }
  
    .tarambana-tag-remove:hover {
        opacity: 1;
    }
  
    /* Tags Suggestions */
    .tarambana-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;
    }
  
    .tarambana-tags-suggestions-list {
        padding: 0;
        margin: 0;
    }
  
    .tarambana-tag-suggestion {
        padding: 8px 12px;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
        transition: background-color 0.2s ease;
    }
  
    .tarambana-tag-suggestion:hover {
        background-color: #f5f5f5;
    }
  
    .tarambana-tag-suggestion:last-child {
        border-bottom: none;
    }
  
    /* Responsive Design */
    @media (max-width: 768px) {
        .tarambana-tags-display {
            gap: 4px;
        }
        
        .tarambana-tag {
            font-size: 11px;
            padding: 3px 6px;
        }
        
        .tarambana-tag-remove {
            font-size: 12px !important;
        }
    }
  
    /* Dark Mode Support */
    @media (prefers-color-scheme: dark) {
        .tarambana-tags-input {
            background-color: #2c2c2c;
            border-color: #555;
            color: #fff;
        }
        
        .tarambana-tags-input:focus {
            border-color: #0073aa;
        }
        
        .tarambana-tags-suggestions {
            background-color: #2c2c2c;
            border-color: #555;
        }
        
        .tarambana-tag-suggestion {
            border-bottom-color: #444;
            color: #fff;
        }
        
        .tarambana-tag-suggestion:hover {
            background-color: #3c3c3c;
        }
    } 
  /* END tarambana FORMS */
  
  /* tarambana SWITCH */
    .tarambana-switch input.tarambana-input[type="checkbox"]{
      min-height:24px!important;
      margin-bottom:0!important;
    }
    .tarambana-switch{
      position:relative;
      display:inline-block;
      width:60px;
      height:24px;
    }
    .tarambana-switch input{
      opacity:0;
      width:0;
      height:0;
    }
    .tarambana-slider{
      position:absolute;
      cursor:pointer;
      top:0;
      left:0;
      right:0;
      bottom:0;
      background-color:#cccccc;
      -webkit-transition:.4s;
      transition:.4s;
    }
    .tarambana-slider:before{
      position:absolute;
      content:"";
      height:18px;
      width:18px;
      left:4px;
      bottom:3px;
      background-color:white;
      -webkit-transition:.4s;
      transition:.4s;
    }
    input:checked + .tarambana-slider{
      background-color:var(--tarambana-bg-color-main);
    }
    input:focus + .tarambana-slider{
      box-shadow:0 0 1px var(--tarambana-bg-color-main);
    }
    input:checked + .tarambana-slider:before{
      -webkit-transform:translateX(33px);
      -ms-transform:translateX(33px);
      transform:translateX(33px);
    }
    .tarambana-slider.tarambana-round{
      border-radius:34px;
    }
    .tarambana-slider.tarambana-round:before{
      border-radius:50%;
    }
    .tarambana-checkbox[disabled] ~ .tarambana-slider{
      cursor:default;
    }
  /* END tarambana SWITCH */
  
  /* FIELDS DISPLAY */
    .tarambana-field-display {
      margin-bottom: 20px;
      padding: 15px;
      border: 1px solid #e0e0e0;
      border-radius: 4px;
      background-color: #fff;
    }
  
    .tarambana-field-label {
      margin-bottom: 10px;
    }
  
    .tarambana-field-label h4 {
      margin: 0 0 5px 0;
      color: #333;
      font-size: 16px;
      font-weight: 600;
    }
  
    .tarambana-field-description {
      margin: 0;
      color: #666;
      font-size: 14px;
    }
  
    .tarambana-field-value {
      color: #444;
    }
  
    /* File Display */
    .tarambana-file-display {
      display: inline-block;
    }
  
    .tarambana-file-link {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      background-color: var(--tarambana-color-main-grey);
      border-radius: 4px;
      text-decoration: none;
      color: #2196F3;
    }
  
    .tarambana-file-link:hover {
      background-color: #e3f2fd;
    }
  
    .tarambana-no-file {
      color: #999;
      font-style: italic;
    }
  
    /* Checkbox Display */
    .tarambana-checkbox-display {
      display: inline-block;
    }
  
    .tarambana-checkbox-status {
      display: inline-flex;
      align-items: center;
      padding: 6px 12px;
      border-radius: 4px;
      font-weight: 500;
    }
  
    .tarambana-checkbox-status.checked {
      background-color: #e8f5e9;
      color: #2e7d32;
    }
  
    .tarambana-checkbox-status.unchecked {
      background-color: var(--tarambana-color-main-grey);
      color: #757575;
    }
  
    /* Radio Display */
    .tarambana-radio-selected {
      display: inline-block;
      padding: 6px 12px;
      background-color: #e3f2fd;
      color: #1976d2;
      border-radius: 4px;
      font-weight: 500;
    }
  
    /* Color Display */
    .tarambana-color-display {
      display: flex;
      align-items: center;
      gap: 10px;
    }
  
    .tarambana-color-preview {
      width: 24px;
      height: 24px;
      border-radius: 4px;
      border: 1px solid #e0e0e0;
    }
  
    .tarambana-color-value {
      font-family: monospace;
    }
  
    /* Text Value */
    .tarambana-text-value-wrapper {
        display: block;
        width: 100%;
        padding: 8px 12px;
        background-color: #f8f9fa;
        border-radius: 4px;
        min-height: 20px;
    }
  
    .tarambana-text-value {
        display: block;
        color: #333;
        line-height: 1.5;
        word-break: break-word;
    }
  
    .tarambana-text-value.tarambana-empty-value {
        color: #999;
        font-style: italic;
    }
  
    /* Select Value */
    .tarambana-select-value, .tarambana-select-values {
      display: inline-block;
      padding: 8px 12px;
      background-color: var(--tarambana-color-main-grey);
      border-radius: 4px;
    }
  
    .tarambana-select-empty {
      color: #999;
      font-style: italic;
    }
  
    /* Textarea Value */
    .tarambana-textarea-value {
      padding: 12px;
      background-color: var(--tarambana-color-main-grey);
      border-radius: 4px;
      white-space: pre-wrap;
      line-height: 1.5;
    }
  
    /* Image Gallery */
    .tarambana-image-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 10px;
    }
  
    .tarambana-image-item {
      position: relative;
      padding-bottom: 100%;
      overflow: hidden;
      border-radius: 4px;
    }
  
    .tarambana-image-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .tarambana-no-image {
      color: #999;
      font-style: italic;
    }
  
    /* Editor Content */
    .tarambana-editor-content {
      padding: 12px;
      background-color: var(--tarambana-color-main-grey);
      border-radius: 4px;
    }
  
    /* HTML Content */
    .tarambana-html-content {
      padding: 12px;
      background-color: var(--tarambana-color-main-grey);
      border-radius: 4px;
    }
  
    /* Responsive Adjustments */
    @media screen and (max-width: 768px) {
      .tarambana-field-display {
        padding: 10px;
      }
  
      .tarambana-image-gallery {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
      }
    }
  /* END FIELDS DISPLAY */
  
  /* CPT FILTER */
    .tarambana-cpt-search-wrapper {
      padding: 8px 15px;
      transition: all 0.3s ease;
      width: 100%;
    }
  
    .tarambana-cpt-search-toggle {
      color: var(--tarambana-formpage-color-secondary);
      margin-right: 10px;
      transition: all 0.3s ease;
      cursor: pointer;
    }
  
    .tarambana-cpt-search-toggle:hover {
      color: var(--tarambana-formpage-color-secondary-dark);
      transform: scale(1.1);
    }
  
    .tarambana-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;
    }
  
    .tarambana-cpt-search-input:focus {
      box-shadow: none !important;
    }
  
    .tarambana-cpt-search-input::placeholder {
      color: #999;
      font-style: italic;
    }
  
    /* Animation for search input */
    .tarambana-cpt-search-input.tarambana-display-none {
      width: 0;
      opacity: 0;
      margin-right: 0 !important;
    }
  
    .tarambana-cpt-search-input:not(.tarambana-display-none) {
      width: 90% !important;
      opacity: 1;
      margin-right: 10px !important;
    }
  
    /* Smooth transitions for filtered items */
    .tarambana-tarambana_point-list-item {
      transition: all 0.3s ease;
    }
  
    .tarambana-tarambana_point-list-item:not(:visible) {
      opacity: 0;
      transform: translateY(-10px);
      max-height: 0;
      overflow: hidden;
      margin: 0;
      padding: 0;
    }
    .wp-block-button{
      white-space: nowrap;
    }
    header .wp-block-buttons{
      display: flex;
      flex-wrap: nowrap!important;
    }
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .tarambana-cpt-search-container {
        justify-content: center;
      }
  
      .tarambana-cpt-search-wrapper {
        max-width: 250px;
      }
    }
  /* END CPT FILTER */