﻿@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@700&family=Nunito+Sans&display=swap');
html {
    background-color: #00fffa0a !important;
}
body {
    background-color: #ff0acbbf;
    padding-top: 85px;
    max-width: 100vw;
    overflow-x: hidden;
    min-height:100vh;
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.fixed-top {
    z-index:4000;
}
a.strong {
    color: #ff00cc;
    font-weight: bolder;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffffaa;
}



.toast-container {
    z-index: 1050;
    bottom:30px!important
}

.toast {
    opacity: 0.95;
}

/* Optional: Add slide-up animation */
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.toast.show {
    animation: slideInUp 0.3s ease-out;
}




.postbreadcrumb, a.postbreadcrumb {
    color: #ffffff !important;
    text-decoration: none !important
}

.blur {
    position: relative;
    filter: blur(10px); /* Adjust the blur effect as needed */
}

.blur-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7); /* Add a semi-transparent background */
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    z-index: 1;
    pointer-events: none; /* Let clicks go through the overlay */
}


.headerh3 {
    text-shadow: 1px -1px 20px #000000e3;
    color:#ffffff;
}
.video-item {
    max-height:none
}
.has-unread-message {
    position: relative;
}

    .has-unread-message::after {
        content: '';
        position: absolute;
        top: 3px;
        right: 0;
        width: 10px;
        height: 10px;
        background: #ff00cc;
        border-radius: 50%;
    }

#collapseState {
    height: 200vh; /* or another appropriate value */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.legalwords {
    font-size: .8rem !important;
 
   
}

.starzcard {
    position: relative !important
}
.image-overlay-container {
    position: relative;
    width: 100%;
    display: inline-block;
}
.rotate-icon {
    width: 30px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-x-axis {
    transform: scaleX(-1);
}
.image-overlay-container:hover .overlay {
    opacity: 1;
}

.overlay-icon {
    display: block; /* Ensures the icon is properly displayed */
    width: 80px; /* Width of the custom icon */
    height: 80px; /* Height of the custom icon */
}

.profile-icons-overlay {
    position: absolute; /* Position the icons absolutely within the card */
    top: -15px; /* Adjust these values as needed */
    right: 10px;
    display: flex; /* Optional: for layout of multiple icons */
    gap: 5px;
}



.image-background-sm {
    background-size: cover;
    background-position: center;
    height: 200px; /* Adjust as needed */
}

.text-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75); /* Adjust opacity as needed */
    width: 100%;
    padding: 10px;
}

.form-location {
 background-color:   #ffffff5e
}
#PostsGridView td {
    opacity: 0.75;
}
.h4shad {
    text-shadow: 1px -1px 20px #ff00cc;
}

.herocard {
    backdrop-filter: blur(6px) saturate(102%);
    -webkit-backdrop-filter: blur(6px) saturate(102%);
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}
.editicon {max-width:18px}
.pagetitle {
    color: #9d007e;
    -webkit-text-stroke: 1px #efefef66;
    text-shadow: -1px 1px 2px #efefef66, 1px 1px 2px #efefef66, 1px -1px 0 #efefef66, -1px -1px 0 #efefef66;
}
form {
    max-width: 100vw;
    overflow-x: hidden;
}
.form-check-input {
    border: var(--bs-border-width) solid #dee2e600;
    background-color:#ffffff00;
}

:root {
    /* Regular buttons */
    --bs-warning: #FF0037;
    --bs-danger: #FF0037;
    --bs-success: #59FF00;
    /* Text color for regular buttons, adjust to fit your design */
    --bs-warning-text: #ffffff;
    --bs-danger-text: #ffffff;
    --bs-success-text: #ffffff;
    /* Outline buttons */
    --bs-warning-outline-color: #FF0037;
    --bs-danger-outline-color: #FF0037;
    --bs-success-outline-color: #59FF00;
    /* Text and border color for outline buttons, usually the same as the color */
    --bs-warning-outline: #FF0037;
    --bs-danger-outline: #FF0037;
    --bs-success-outline: #59FF00;
}
.swiper-slide {
    display: inline-block;
}
.swiper-button-next, .swiper-button-prev {
    color: #ff0acbbf !important;
}
.swiper-pagination  {
    max-height:20px;
}
.swiper-pagination-bullet-active {
    background-color: #ff0acbbf !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 10px;
 
}
.swf-pink {
    background-color: #f0c !important;
}

.swf-blue {
    background-color: #00fffa0a !important;
    min-height:90vh;
}

.swf-red {
    background-color: #FF0037 !important;
}
.text-bg-success,
.swf-green {
    background-color: #42BD00 !important;
}

.userIcon{margin-right:5px}
.body-content {

    padding-bottom: 30px;
  //  min-height: 100vh;
}


.FooterDiv , .HeroDiv {
    /* Ensure the footer container stretches to the full width and has padding as needed */
    width: 100%;
    padding: 0;
    margin: 0;
    /* Fixed background image */
    background-image: url('../img/galaxy.gif'); /* Update this path */
    background-size: cover; /* Cover the entire space of the div */
    background-attachment: fixed; /* Create the parallax effect */
    background-position: center; /* Center the background image */
    color: #fff; /* Ensure text is light to contrast against a dark background */
    min-height: 40vh; /* Set the height of the footer */
}
.HeroDiv {
    min-height: auto; /* Set the height of the footer */
    padding-top:40px;
}
 
    .container-fluid.p-0.m-0.bg-dark.text-light.py-4 {
    background-color: transparent !important; /* Make background transparent to show the parallax background */
}
footer {margin-bottom:37px}
h1, h3, .check {
    font-family: 'Merriweather Sans', sans-serif;
}
p{
    font-family: 'Nunito Sans', sans-serif;
}
 
input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
}

    input[type='range']::-webkit-slider-runnable-track {
        background: #AAAAAA;
        height: 4px;
    }

    input[type='range']::-webkit-slider-thumb {
        background: #f0c;
    }
    input[type='range']:focus::-webkit-slider-runnable-track {
        background: #AAAAAA;
    }

.searchcard .card-body {font-size:.9rem}
.btn-swf {
    background: rgb(255,24,203);
    background: linear-gradient(180deg, rgba(255,24,203,1) 0%, rgba(138,78,133,1) 100%);
    border: #000;
    color: #fcfcfc;
 
}
    .btn-swf:hover {
        background: #9d007e;
        background-color: #9d007e;
        border-color: #f0c;
    }
.btnicon {
    max-height:20px
     
}
.btn-topmenu {
    font-weight:bold;
    font-size:.8em;
    border-color: transparent;
    color: #666;
 
 
    cursor: pointer;
    color: #000;
    letter-spacing: 1px;

  //  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    
  
      transition: all 0.2s linear 0s;
    text-align: center;
    text-decoration: none;
 
    /* margin: 0px; */
}

    .btn-topmenu:active {
     
     }
    .btn-topmenu:hover {
        color: #ff00cc;
        text-decoration: none;
    }

.btn-topmenu-profile {
    font-size: .8rem;
    border-color: #aaa;
    color: #666;
    line-height: 1.4rem;
    cursor: pointer;
    color: #000;
    letter-spacing: 1px;
    // text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    transition: all 0.2s linear 0s;
    text-align: center;
    text-decoration: none;
    /* margin: 0px; */
    padding-top:5px ;
}

.btn-topmenu-profile:active {
}

.btn-topmenu-profile:hover {
    color: #ff00cc;
    text-decoration: none;
}
 
 
.form-check-input:checked {
    background-color: #ff00cc;
    border-color: #8b006f;
}
.form-check img {
    filter: invert(26%) sepia(78%) saturate(5856%) hue-rotate(305deg) brightness(114%) contrast(103%);
};
.filter-swf {
    filter: invert(26%) sepia(78%) saturate(5856%) hue-rotate(305deg) brightness(114%) contrast(103%);
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="select"] {
    max-width: none;
}
.topnav img {
    filter: invert(100%);
    max-height: 28px;
    padding-bottom: 9px;
}

#NavMenu {
    max-height: 50px;
    overflow: visible;
    border-top: 1px solid #C0C0C0;
}
.topnav .active img {
    filter: invert(0%);
}

.navbar {
    z-index: 9998; /* Ensure this is higher than the main content */
}

.dropdown-menu {
    z-index: 9999; /* Ensure dropdown is on top of other content */
}
.navbar .row{max-width:100vw; }

.navbar-brand {
    margin: 0px;
}
    .navbar-brand img {
        margin: 0px 0px 10px 0px;
        height: auto;
        max-width: 90vw;
    }
.nav-link img {
    max-height: 20px
}
.navddl .form-select {
    background: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: .9rem !important;
    font-weight: bold;
    border: none;
    float: left;
    font-size: 1rem !important;
}
.navslash {
  /*  visibility: hidden*/
}
.navtext{
 
    font-size: .8rem !important;
}
.splashmessage {
  
    background-color: rgb(255 0 200 / 0.43);
 
}
 
.topbuttons{background-color:#9d007e}
 
.btn-topmenu:hover img {
    filter: invert(26%) sepia(78%) saturate(5856%) hue-rotate(305deg) brightness(114%) contrast(103%);
}

.footermenu, .footermenu .btn { font-size:.5rem !important;
}

.smallcard {
}

.largecard {
}

#SideNavContainer {
    position: relative;
    top: auto;
}




.chat-messages {
    flex-grow: 1;
    overflow-y: auto;
}

.chat-input {
    padding: 10px;
    border-top: 1px solid #ccc;
    background-color: #f8f9fa;
    flex-shrink: 0; /* Prevents the chat input from shrinking */
    margin-bottom: 35px;
}

.input-group {
    display: flex;
    align-items: center;
}

    .input-group .icon-picker {
        margin-right: 2px;
    }

    .input-group .form-control {
        flex-grow: 1; /* Ensures the input field takes up the available space */
    }

    .input-group .btn {
        margin-left: 2px;
    }


.chat-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* max-width: 800px;*/
    /* margin: auto;*/
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* position: fixed;*/
    /*    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);*/
    width: 90%;
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
}

.chat-header {
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
}

    .chat-header img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .chat-header .header-title {
        font-size: 18px;
    }

.chat-messages {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: calc(150px + env(safe-area-inset-bottom));
    margin-top: 5px;
    height: auto;
}
.chat-bubble {
    border-radius: 20px;
    padding: 10px 15px;
    margin: 5px;
    max-width: 75%;
    min-width: 75%;
    word-wrap: break-word;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.chat-bubble-sender {
    background-color: #007bff;
    color: white;
    align-self: flex-end;
    margin-left: auto;
}
    .chat-bubble-sender a {
        color: #ffffff
    }
.chat-bubble-receiver {
    /* Force readable light theme for inbound bubbles */
    background-color: #ffffff; /* white bubble */
    color: #111827;            /* near-black text */
    align-self: flex-start;
    margin-right: auto;
    border: 1px solid #e5e7eb; /* subtle outline for contrast */
}
    .chat-bubble-receiver a,
    .chat-bubble-receiver a:visited,
    .chat-bubble-receiver a:hover {
        color: #111827; /* keep links readable inside white bubbles */
        text-decoration: underline;
    }
.chat-bubble.acknowledged .status {
    color: green;
}

.chat-bubble.failed .status {
    color: red;
}

.status {
    font-size: 0.8em;
    margin-left: 10px;
}

.chat-input {
    border-top: 1px solid #dee2e6;
    padding: 2px;
    background-color: white;
}

.input-group {
    display: flex;
    align-items: center;
    width: 100%;
}

    .input-group input {
        flex: 1;
        margin-right: 10px;
    }

    .input-group .icon-picker {
        display: flex;
        align-items: center;
    }

        .input-group .icon-picker input {
            display: none;
        }

        .input-group .icon-picker label {
            cursor: pointer;
            font-size: 20px;
            margin-right: 5px;
        }

/* Hide the internal emoji button */
.emojionearea-button {
    display: none !important;
}

.collapsebuttom {
    font-size: 1rem;
}


/* For tablets */



@media screen and (min-width: 390px) {
 

}
@media screen and (min-width: 360px) {
    .chat-messages {
        margin-bottom: calc(90px + env(safe-area-inset-bottom));
        margin-top: 45px;
    }
}

    @media screen and (min-width: 475px) {
        body {
            padding-top: 95px;
        }

        .footermenu, .footermenu .btn {
            font-size: .9rem !important;
        }

        .chat-messages {
            margin-bottom: calc(70px + env(safe-area-inset-bottom));
            margin-top: 50px;
        }
    }

    @media screen and (min-width: 525px) {
        .chat-bubble {
           
          
            min-width: auto;
   
        }
        .chat-messages {
            margin-top: 55px;
            margin-bottom: 105px;
        }
    }

    @media screen and (min-width: 576px) {
        .chat-messages {
            margin-top: 70px;
            margin-bottom: 85px;
        }

        body {
            padding-top: 85px;
        }

        .HeroDiv {
            padding-top: 30px;
        }

        .topbuttons {
            background-color: transparent;
        }

        .searchcard .card-body {
            font-size: 1rem
        }

        .splashmessage {
            background-color: rgb(255 24 203 / 0.15);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            border: 1px solid #000;
            border-right: none;
            border-left: none;
            background-repeat: no-repeat;
        }

        .navbar-brand img {
            /*width: auto;*/ /* set to a specific px value if needed */
            max-height: 75px;
            */ /* adjust as necessary to fit with your navbar */
        }
    }

    @media screen and (min-width: 768px) {

        body {
            padding-top: 113px;
        }
        .HeroDiv {
            padding-top: 0px;
        }
        .chat-messages {
            margin-top: 45px;
            margin-bottom: 115px;
            padding-bottom: 10px;
        }


        .chat-container {
            left: 60%;
        }

        .navslash {
            visibility: visible
        }

        .smallcard .card-text, .largecard .card-text {
            font-size: 12px !important
        }

        .btnicon {
            height: 2rem;
        }

        .btn-topmenu {
            font-size: 1.3rem;
        }

        h2 {
            font-size: 4rem
        }





        #NavMenu {
            text-align: right;
        }
    }
 
    @media screen and (min-width: 976px) {

        .chat-messages {
            margin-top: 25px;
            margin-bottom: 98px;
        }

        .HeroDiv h4 {
            font-weight: bold;
            font-size: 3.5rem;
            margin-top: 12px;
            text-shadow: 2px 2px 0px rgba(255, 0, 141, 1), 2px -2px 0px rgba(64, 116, 181, 1), -2px 2px 0px rgba(64, 116, 181, 1), -2px -2px 0px rgba(64, 116, 181, 1), 2px 0px 0px rgba(64, 116, 181, 1), 0px 2px 0px rgba(64, 116, 181, 1), -2px 0px 0px rgba(64, 116, 181, 1), 0px -2px 0px rgba(64, 116, 181, 1);
        }

        .HeroDiv {
            padding-top: 10px;
        }

        .collapsebuttom {
            font-size: 2rem
        }

        .navddl .form-select, .navddl a, .navslash {
            font-size: 1.3rem !important;
        }

        .postsicon {
            height: 44px;
            width: 65px
        }

        .body-content {
            padding-top: 20px;
            padding-bottom: 50px;
            // min-height: 100vh;
        }

        #SideNavContainer {
            position: fixed;
            top: 100px;
            width: 275px;
        }

        .smallcard .card-title {
            font-size: 12px !important
        }

        .smallcard .card-text {
            font-size: 9px !important
        }

        .largecard .card-text {
            font-size: 14px !important
        }


        body {
            padding-top: 105px;
        }

        .btn-topmenu img {
            max-height: 35px
        }

        .footermenu, .footermenu .btn {
            font-size: .9rem !important;
        }

        .searchcard .card-body {
            font-size: 1.1rem
        }

        #NavMenu {
            max-height: 100px;
            overflow: visible;
            border-top: none;
        }
    }
@media screen and (min-width: 992px) {
    .video-item {
        max-height: 33vw
    }

    .chat-messages {
        margin-top:25px;
        margin-bottom: 75px;
    }
    body {
        padding-top: 66px;
    }
}
    @media screen and (min-width: 1200px) {
        .video-item {
            max-height: 25vw
        }

        .navddl .form-select, .navddl a, .navslash {
            font-size: 1.75rem !important;
            font-weight: bold;
        }

        .smallcard .card-title {
            font-size: 18px !important
        }

        .smallcard .card-text {
            font-size: 12px !important
        }

        .largecard .card-text {
            font-size: 18px !important
        }

        .btn-topmenu {
            font-size: 2em;
        }

            .btn-topmenu img {
                max-height: 80px
            }

        .HeroDiv h4 {
            font-size: 3.5rem
        }
    }

    @media screen and (min-width: 1300px) {
    }

    @media screen and (min-width: 1400px) {
        .HeroDiv h4 {
            font-size: 4.5rem
        }
    }

    @media screen and (min-width: 1500px) {
    }

