/* Portlet height  css start*/
.portlet-layout.row {
    height: 100%;
}

.portlet-column,
.portlet-column-content {
    height: 100%;
}

.portlet-boundary_PromptPlayground_ {
    height: 100%;
}

.portlet,
.portlet-content {
    height: 100%;
}

.autofit-float.autofit-row.portlet-header {
    display: none;
}

.portlet-content-container {
    height: 100%;
}

.promptbuilderwrapper {
    height: 100%;
}

.content {
    height: 100% !important;
}
  
.promptbuilderwrapper .llmsettings #accordion .accordion-item .ui-accordion-content{
    max-height: 70vh;
}

/* Portlet height  css end*/


/* overriding portlet css start*/

.promptbuilderwrapper .ui-state-hover .ui-icon,
.promptbuilderwrapper .ui-state-focus .ui-icon,
.promptbuilderwrapper .ui-button:hover .ui-icon,
.promptbuilderwrapper .ui-button:focus .ui-icon{
    background-image: none !important;
}

.promptbuilderwrapper  .ui-icon,
.promptbuilderwrapper .ui-widget-content .ui-icon{
    background-image: none !important;
}

.promptbuilderwrapperSkeleton .promptsettings .wrapper-separator.border.h-25.rounded.position-relative,
.promptbuilderwrapperSkeleton .promptsettings .h-25{
    height:200px !important;
}

.promptbuilderwrapperSkeleton .variablessettings .h-50.overflow-auto.mappedvariabledetails.skeleton.skeleton-line,
.promptbuilderwrapper .variablessettings .h-50.overflow-auto.mappedvariabledetails{
    height:38vh !important;
}

.tools_window-content,
.tools-content{
    height: -webkit-fill-available;
}

.tools-content .page_1{
    height:100% !important;
}

.cloud-info-form{
  height: calc(100% - 60px);
}

/* overriding portlet css end*/