.section {
  min-height: auto ;
}

.innerSection {
  color: var(--zdt_alertlookupnew_text);
  font-size: var(--zd_font_size14) ;
  line-height: 1.428;
  composes: wbreak from '~@zohodesk/components/es/common/common.module.css';
  padding: var(--zd_size17) var(--zd_size30) var(--zd_size30) ;
}

[dir=ltr] .buttonGap {
  margin: 0 0 0 var(--zd_size12) ;
}

[dir=rtl] .buttonGap {
  margin: 0 var(--zd_size12) 0 0 ;
}

.confirmMsgText {
  margin-top: var(--zd_size20) ;
}

.extraSmall .innerSection {
  padding: var(--zd_size30) var(--zd_size16) var(--zd_size46) ;
}

.footer {
  overflow: hidden;
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
}
.horizontalScroll, .verticalScroll, .bothScroll {
  height: 100% ;
}
.horizontalScroll {
  composes: oflowx from '~@zohodesk/components/es/common/common.module.css';
}
.verticalScroll {
  composes: oflowy from '~@zohodesk/components/es/common/common.module.css';
}
.bothScroll {
  composes: oflowA from '~@zohodesk/components/es/common/common.module.css';
}