html, body {
    height: 100%;
    width: 100%;
}

.no-word-wrap {
    word-wrap: normal;
}

.gradient {
    background: linear-gradient(120deg, #5d00ff, #0070f0);
    color: #fff;
}

.portfolio-navbar .navbar-nav .nav-item {
    padding-right: 0.25rem;
}

.h-40px {
    height: 40px;
}

.bottom-40 {
    bottom: 40%;
}

.text-shadow-dark {
    text-shadow: 0px 0px 5px black;
}

footer {
    background-color: var(--bs-body-bg);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}

/* Carousel Begin */
.control-container {
    background-color: var(--bs-body-bg);
    height: 500px;
    margin: 0 auto;
    width: 100%;
}

.e-carousel .slide-content {
    align-items: center;
    display: flex;
    font-size: 1.25rem;
    height: 100%;
    justify-content: center;
}

.e-carousel .e-carousel-navigators .e-btn:active,
.e-carousel .e-carousel-navigators .e-btn:hover {
    background-color: transparent !important;
}

.e-carousel .e-carousel-navigators .e-btn svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-width: 8px;
    height: 2rem;
    vertical-align: middle;
    width: 2rem;
}

.e-carousel .e-carousel-navigators .e-previous .e-btn svg {
    transform: rotate(180deg);
}
/* Carousel End */

.bookpage {
    font-family: arial,sans-serif;
    color: black;
    font-weight: bold;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 20px 20px;
    background: var(--bs-body-bg);
    /* width: 200px; */
    border: 1px solid grey;
    margin: 10px auto;
    position: relative;
    min-height: 100%;
}

    .bookpage:hover .fold {
        cursor: pointer;
        border-width: 0px 50px 50px 0px;
    }

    .bookpage .fold {
        width: 0px;
        height: 0px;
        position: absolute;
        top: -1px;
        right: -1px;
        border-width: 0;
        border-style: solid;
        background: grey;
        display: block;
        border-color: transparent var(--bs-body-bg) transparent var(--bs-body-bg);
        -webkit-transition: border-width 0.2s ease-out;
        -moz-transition: border-width 0.2s ease-out;
        -ms-transition: border-width 0.2s ease-out;
        -o-transition: border-width 0.2s ease-out;
        transition: border-width 0.2s ease-out;
    }

    .bookpage img {
        display: inline-block;
        max-width: 300px;
        width: 50%;
        height: 50%;
    }

    .bookpage .e-card, .bookpage .e-card:hover {
        background: var(--bs-body-bg);
        border: none;
    }

button.btn-refresh {
    position: relative;
    background-color: transparent;
    background-image: url(/_content/de.jw.KSFP.Shared/imgs/icons/refresh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 0;
    height: 40px;
    width: 40px;
}

.captcha {
    position: relative;
}