.kcdoc DIV.responsive {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */	
}

.kcdoc DIV.responsive>IMG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.kcdoc >.p{
  margin: 15px 0;
}
.kcdoc >.p:first-of-type{
  margin-top: 0;
}
.p:nth-last-of-type(2){
  margin-bottom: 0 !important;
}



@font-face {
    font-family: Hind;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./../fonts/hind-v16-latin-regular.woff2) format("woff2");
}

@font-face {
    font-family: Hind;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(./../fonts/hind-v16-latin-500.woff2) format("woff2");
}

@font-face {
    font-family: Hind;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./../fonts/hind-v16-latin-600.woff2) format("woff2");
}
:root{
    --font-family-1: Hind, Arial, Helvetica, sans-serif;
    --font-family-2: var(--font-family-1);
}

html {
    font-size: var(--font-size-base);
    font-family: var(--font-family-1);
    font-family: Hind !important;
}
body{
  font-family: var(--font-family-1);
  font-family: Hind;
  font-size: var(--font-size-base);
}
.bundled-frame .frame-item > h1,
.bundled-frame .frame-item > h2,
.bundled-frame .frame-item > h3,
.bundled-frame .frame-item > .title {
    font-family: var(--font-family-1);
}


h3 span {
  font-size: 20px !important;
}
.extraDataWrapper>textarea{
  width: 100%; 
}
.extraData_FormatExpectation{
  display: none;
}
.finish-message-button{
  width: fit-content !important;
  padding-left:  10px !important;
  padding-right: 10px !important;
}