﻿
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
  
}
.bg-pink {
    background-color: #ffd1dc;
}
.bg-darkLight {
    background-color: rgba(25, 25, 25, 1);
}

.bg-blue {
    background-color: #87CEFA;
}
.bg-Color {
    background-color: var(--ColorCss);
}
.bg-ColorA {
    background-color: var(--ColorCss1);
}
.shadowBottom {
    /*box-shadow: -15px 15px 10px -15px #111;*/
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.shadowBottomDark {
    /*box-shadow: -15px 15px 10px -15px #111;*/
    box-shadow: rgba(255, 255, 255, 0.09) 0px 2px 1px, rgba(255, 255, 255, 0.09) 0px 4px 2px, rgba(255, 255, 255, 0.09) 0px 8px 4px, rgba(255, 255, 255, 0.09) 0px 16px 8px, rgba(255, 255, 255, 0.09) 0px 32px 16px;
}
.shadowWhite {
    box-shadow: 0px 1px 2px 2px rgba(255, 255, 255, 0.09);
}

.shadowDark {
    /*box-shadow: -15px 15px 10px -15px #111;*/
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.09);
}


.mediumOpacity {
    --bs-bg-opacity: .7;
}
.highOpacity {
    --bs-bg-opacity: .9;
}


.fullOpacity {
    --bs-bg-opacity: 1;
}
.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}
.img-circle {
    border-radius: 50%;
}
.MyFullScreen {
     background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0 20px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.mb-0 {
    margin-bottom: 0.13rem !important;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.JayPadding .row > div {
    padding: 1px;
}

.JayPadding .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}


.JayPointer {
    cursor: pointer;
}
.JayPointerNone {
    cursor:default;
}

.JayTop {
    z-index: 1080;
    /*blue - //#006892*/
}
.JayBehind {
    z-index: -;
    /*blue - //#006892*/
}

.MainSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.JayBrandImage {
    width: 120px;
    height: 60px;
    display: block;
    background-color: red
}

.JaySearchImage {
    width: 60px;
    height: 60px;
    display: block;
}


.JayGradient {
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.JayGradientMedium {
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));
}

.JayGradientLight {
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.01));
}

.JayGalleryPanel {
    max-width: 100%;
    min-width: 30vh;
    background: rgba(0,0,0,0.01);
}

.JayGalleryInfo {
    max-width: 100%;
    min-width: 10vh;
}


.JayGalleryProfileImage {
    height: 100vh;
    min-height: 30vh;
    min-width: 30vh;
    max-width: 30vh;
    max-height: 30vh;
    border-radius: 0%;
    display: block;
    overflow: auto;
}

.MyMenuActive {
    color: #4b646f;
    opacity: 1;
}

.MyMenuInActive {
    color: #4b646f;
    opacity: 0.8;
}

    .MyMenuInActive:hover {
        color: #4b646f;
        opacity: 1;
    }


.ui-helper-hidden-accessible {
    display: none;
}

.modal {
    padding: 0 !important;
}

::-webkit-scrollbar {
    display: none;
}


.ButtonNoBorder {
    text-decoration: none !important;
    background-color: transparent;
}

.scrollable-menu {
    display: none;
}



.pill {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pillBottom {
    -webkit-border-radius: 0px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pillTop {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

textarea.textarea-autosize {
    height: 2.25rem;
    min-height: 2.25rem;
    resize: none;
    overflow-y: hidden;
}

    textarea.textarea-autosize.form-control-lg {
        height: 3.75rem;
        min-height: 3.75rem;
    }

    textarea.textarea-autosize.form-control-sm {
        height: 2rem;
        min-height: 2rem;
    }

.galleryBottomSpace {
    margin: 0;
    padding: 0;
    height: 40px;
}
