html, body {
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;

}
body {
    position: relative;
}

/*.pre-loading {
    position:fixed;
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    z-index: 2;
    background: white;
    text-align: center;
}
.pre-loading-img {
    margin-top: 30vh;
}*/

.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.openseadragon-canvas {
    outline:none;
}
#tyotp {
    height:100%;
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*Alerting*/
.alerting {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 5%;
    transform: translate(-50%, -50%);
    display: block;
}

/*Adjusted for delete comment confirmation modal. to block the scroll appearing when clicking else where*/
.modal {
    background: rgba(0, 0, 0, .4);
}
.modal,
.modal-open {
    overflow-y: hidden !important;
}
/*bottom-right tools*/

.top-right-tools {
    top: 2%;
    right: 1.3%;
}
.bottom-right-tools {
    bottom: 3%;
    right: 1%;
}
.bottom-right-tools,
.top-right-tools {
    position: absolute;
    z-index: 1;

    display: block;
}
.top-right-tools span {
    font-size: 50px;
}
.bottom-right-tools span {
    font-size: 25px;
}
.top-right-tools #remove-cart {
    font-size: 15px;
    position: absolute;
    right: -7%;
    top: -14%;
}
.bottom-right-tools span,
.top-right-tools span {
    border: 1px solid #999999;
    border-radius: 8px;
    background-color: white;
    font-weight: bold;
    color: #606060;
    cursor: pointer;
    transition: color 0.2s, background-color 0.5s;
}
.bottom-right-tools span:hover,
.top-right-tools span:hover{
    color: #000;
}
.top-right-tools #remove-cart:hover{
    background: rgb(219, 50, 54);
    color: #ffffff;
    border: 1px solid rgb(219, 50, 54);
}

/*
.bottom-right-tools .zoom-in-icon,
.bottom-right-tools .zoom-out-icon {
    margin: 10% 0;
    font-size: 30px;
    font-weight: bold;
    color: #606060;
    cursor: pointer;
    transition: color 0.2s;
}

.bottom-right-tools .zoom-in-icon:hover .zoom-out-icon:hover,
.bottom-right-tools .zoom-in-icon:active .zoom-out-icon:active,
.bottom-right-tools .gps-icon:active .gps-icon:hover{
    color: #000;
}*/

/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
/*

.ripple:hover {
    background: #C4C4C4 radial-gradient(circle, transparent 1%, #C4C4C4 1%) center/15000%;
}
*/

.ripple:active {
    background-color: #C4C4C4;
    background-size: 100%;
    transition: background 0s;
}


/*ALL FORMS*/
.form-control,
.form-control:focus,
.col-form-control,
.col-form-control:focus {
    border: 0 !important;
    border-color: #cccccc;
    box-shadow: none;
    outline:none;
    -webkit-box-shadow: none;
}

/*STORY BLOCK CSS*/
.material-icons,
.material-icons-sharp,
.material-icons-round{
    cursor: pointer;
}
#story-share {
    width: 0.1em;
    transform: rotate(-25deg);
}
#story-buy {
    font-size: 1.3em;
    vertical-align: bottom;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}

#story-comment-text-area,
#story-comment-text-area:focus,
textarea[id^="edit-comment-text-area"],
textarea[id^="edit-comment-text-area"]:focus,
textarea[id^="reply-comment-text-area"],
textarea[id^="reply-comment-text-area"]:focus,
textarea[id^="story-title-text-area"],
textarea[id^="story-title-text-area"]:focus,
textarea[id^="story-content-text-area"],
textarea[id^="story-content-text-area"]:focus{
    resize: none;
    overflow: hidden;
    border-radius: 0;
    border-bottom: 1px solid #ced4da !important;
}

/*Comments*/

.listed-comments {
    font-size: 0.90rem;
}
.listed-comment-header {
    height: fit-content;
}
.listed-comment-time {
    margin-bottom: 0 !important;
}
.listed-comment-content {
    margin-top: 0.3rem;
}
.listed-comment-like-reply {
    align-items: center;
}
.listed-comment-person,
.listed-comment-report,
.listed-comment-menu,
.listed-comment-delete,
.listed-comment-edit{
    font-size: 1.3rem;
}
.listed-comment-read-more,
.listed-comment-read-less,
.listed-comment-reply,
.listed-comment-replies-count {
    cursor: pointer;
}
.listed-comment-read-more,
.listed-comment-read-less,
.listed-comment-reply,
.list-comment-like-count {
    font-size: 0.85rem;
    color:#606060;
}
.listed-comment-like {
    font-size: 0.95rem;
    margin-top: 0.1em;
}
.listed-comment-listed-replies {
    font-size: 0.85rem;
    color: #007bff;
}
.load-more-replies {
    /*font-style: italic;*/
    cursor: pointer;
    align-self: flex-end;
    color: #007bff;
}

.filepond--item {
    width: calc(33.33% - .5em);
}

/*Story buy area*/
#story-title-text-area,
#story-content-text-area {
    padding: 0;
}
#buy-info {
    font-size: 31px;
    border-radius: 50%;
}
#checkout-capture-processing {
    display: none;
}
/*
.bg-video-wrap {
    position: absolute;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}
.bg-video-overlay {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-size: 3px 3px;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);

}
video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}
*/
