/* line 25, D:/development/www/venturepoint/Bsure-risk/application/scss/elements/_custom-elements.scss */
.pdf-container .sapMFlexItem {
  height: calc(100vh - 9rem);
}

/* line 28, D:/development/www/venturepoint/Bsure-risk/application/scss/elements/_custom-elements.scss */
.pdf-container .sapMTB {
  display: none;
}

/* line 32, D:/development/www/venturepoint/Bsure-risk/application/scss/elements/_custom-elements.scss */
.pdf-container .sapMPDFViewerContent.sapMPDFViewerReducedContent {
  height: calc(100% - 0.2rem) !important;
}

/* line 36, D:/development/www/venturepoint/Bsure-risk/application/scss/elements/_custom-elements.scss */
.pdf-container .sapMITBContent {
  padding: 0;
}

.loader-timer{
    z-index: 100;
    position: relative;
    width: 200px;
    height: 200px;
    user-select: none;
    box-sizing: border-box;
    margin-left: 90px;
}

.loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 30px solid rgba(158, 158, 158, 0.27);
    box-sizing: border-box;
}

.spiner-holder-one {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}

.spiner-holder-two {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}

.loader-spiner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 30px solid #FF8600;
    box-sizing: border-box;
}

.animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}

.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}

.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}

.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}

.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}

.textSpin {
    position: relative;
    z-index: 200;
    text-align: center;
    margin-top: 48px;
    width: 100%;
    font-size: 40px;
}