/*custom fonts*/
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/Roboto/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/Roboto/RobotoCondensed-Bold.woff') format('woff');
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('../fonts/Roboto/RobotoCondensed-Light.woff2') format('woff2'), url('../fonts/Roboto/RobotoCondensed-Light.woff') format('woff');
}


@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/Roboto/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/Roboto/RobotoCondensed-Regular.woff') format('woff');
}


body {
    font-family: RobotoCondensed-Regular, "Open Sans", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    border: 0;
}

.top-orange-block {
    min-height: 79px;
    background-color: #e24300;
    color: #e24300;
}

.obizurLogo {
    width: 155px;
    margin-top: 14px;
}

.grey-gradient {
    height: 5px;
    margin-top: 0px;
    background-color: #575756;
    background-image: -webkit-gradient(linear, left top, right top, from(#a9a8aa), color-stop(33%, #fff), to(#a9a8aa));
    background-image: linear-gradient( 90deg, #a9a8aa, #fff 33%, #a9a8aa);
    color: #575756;
}

.purple-gradient {
    min-height: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e62085), to(#97379c));
    background-image: linear-gradient( 90deg, #e62085, #97379c);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 31%);
}

.AEReporting {
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    color: #97379C;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-family: RobotoCondensed-Bold, "Open Sans", Helvetica, Arial, sans-serif;
}

.footer-purple-block {
    height: 18px;
    margin-bottom: 5px;
    background-color: #97379c;
}

.footer-orange-block {
    background-color: #e24300;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
}

    .footer-orange-block a {
        color: #ffffff;
    }

.orange-line {
    height: 1px;
    margin-bottom: 20px;
    background-color: #e24300;
}

.page-title {
    margin-top: 40px;
    color: #97379c;
    font-size: 30px;
    font-family: RobotoCondensed-Bold, "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 44px;
}

.page-subtitle {
    color: #575756;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.black-triangle-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.document_icon {
    height: 40px;
}

.button {
    margin-right: 15px;
    border-radius: 5px;
    background-color: #97379c;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

    .button:hover {
        color: white;
        text-decoration: none;
    }

.hcp-confirmation-block {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 41%);
    text-align: center;
}

.document-download-text {
    line-height: 40px;
    color: #575756;
    font-size: 16px;
    font-family: RobotoCondensed-Bold, "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.modal-content {
    padding: 20px;
}

.modal-title {
    color: #97379c;
    font-size: 30px;
    font-family: RobotoCondensed-Bold, "Open Sans", Helvetica, Arial, sans-serif;
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

a.document-download-link:hover {
    text-decoration: none;
}

container {
    height: 100%;
    width: 100%;
}

#SpinnerContainer {
    opacity: 0.8;
    background: #e24300;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}

#Spinner {
    width: 6rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -4rem;
    margin-top: -4rem;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #e24300;
}


.black-triangle {
    margin-right: 5px;
}

.black-triangle-para {
    font-size: 12px;
}

.navbar-toggler {
    border-style: none;
}

.navbar-nav .nav-link {
    font-size: 12px;
    font-family: RobotoCondensed-Bold, "Open Sans", Helvetica, Arial, sans-serif;
    margin-left: 35px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.modal-header {
    border-style: none;
}

.modal-footer {
    justify-content: center;
}

.modal-dialog {
    max-width: 480px;
}

.card-body {
    padding: 30px;
}

.card-title {
    font-family: RobotoCondensed-Bold, "Open Sans", Helvetica, Arial, sans-serif;
}

.page-guide {
    margin-top: 40px;
    color: #575756;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.document-download-div:hover {
    background-color: #e6e6e6;
}

html, body {
    width: 100%;
    height: 100%;
}

sticky-footer-wrapper {
    min-height: 100vh;   
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

main {
    flex-grow: 1;
}

header, main, footer {
    flex-shrink: 0;
}

.confirmation-div{
    min-height: 550px;
}