body {
    font-family: "Lato", Poppins, sans-serif;
    background-color: #f1efef;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px !important;
}

.modal-lg {
    max-width: 1000px !important;
}

.doc-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    position: relative;
}

    .doc-wrapper .sidebar {
        min-width: 250px;
        align-items: stretch;
        min-height: 100vh;
        background-color: #f1efef;
    }

    .doc-wrapper .wrapper-content {
        padding: 60px;
        border-radius: 6px;
        width: 1000px;
    }

.line {
    display: flex;
    flex-wrap: wrap;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.white-background {
    background-color: white;
}

.gitbtns {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}

    .gitbtns a {
        display: block;
        border: solid 1px #eaeaea;
        padding: 10px 30px;
        margin: 10px;
        margin-left: 20px;
    }

.with-shadow {
    box-shadow: 0px 1px 2px 1px rgba(82, 63, 105, 0.3);
}

iframe {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.ifrxx {
    height: 100vh;
}

.ifrxx2 {
    height: 450px;
}

.giticonx * {
    display: block;
}

.giticonx a {
    font-size: 20px;
    font-weight: bolder;
    width: 300px;
    display: flex;
}

.xcl {
    margin-left: 50px;
}

.giticonx {
    display: flex;
    padding-bottom: 30px;
    border-bottom: solid 3px #ccc;
}

/* Allow scrolling in overlay */
.lightboxOverlay {
    overflow-y: auto !important;
}

/* Don't constrain the lightbox container */
.lb-outerContainer {
    max-height: none !important;
    height: auto !important;
}

/* Show full image height and allow scroll */
.lb-image {
    max-height: none !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.bginlinex {
    color: white !important;
    text-decoration: none !important;
    text-align: justify;
    display: inline-block;


    &:hover {
    color: yellow !important;
    }
}
