body {
    background-color: #eceff5 !important;
    --animate-duration: 1s;
    --animate-delay: 0s;
}

.Emt-btn-love {
    background-color: #fff085;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-submission {
    background-color: #d0e89a;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-anxiety {
    background-color: #b8dd67;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-awe {
    background-color: #93d6a9;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-disapproval {
    background-color: #86ddf3;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-remorse {
    background-color: #86bbf1;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-contempt {
    background-color: #b4a1de;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-aggression {
    background-color: #f0a09e;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-optimism {
    background-color: #febf91;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-joy {
    background-color: #ffe948;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-trust {
    background-color: #b8dd67;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-fear {
    background-color: #5dc27e;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;

}

.Emt-btn-surprise {
    background-color: #49cbee;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-sadness {
    background-color: #4999e9;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-disgust {
    background-color: #8f71cd;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-anger {
    background-color: #e8706e;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}

.Emt-btn-anticipation {
    background-color: #fd9e59;
    font-size: 9px;
    padding: 4px 4px;
    border-radius: 5px;
    /* margin-bottom: 0px; */
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #000;
}


a {
    text-decoration: none !important;
}

.circleMenuView {
    z-index: 0;
}

.upsquardStoriesPage .gallery {
    /* max-width: 900px; */
    margin: auto;
    z-index: 0;
    position: relative;
}

.upsquardStoriesPage .fullScreenVedioDisplay .gallery {
    margin: auto;
    z-index: 2;
    position: relative;
}

.header-fix {
    position: sticky;
    top: 0 !important;
    z-index: 3;
    width: 100%;
}

header ul.navbar-nav {
    background: #fff;
    /* padding-bottom: 15px; */
}

header .navbar {
    border-bottom: 2px solid #a5a0c0;
    padding: 5px 30px;
    height: 62px;
}

header .navbar-collapse.show {
    position: relative;
    z-index: 9;
    /* background: #fff; */
}

header .logoDropdown {
    max-width: 230px;
    min-width: 200px;
}

header .logoDropdown .dropdown-menu.show {
    background-color: #e9f9f9;
    padding: 10px;
}

header .logoDropdown .dropdown-menu.show {
    border: 0;
    top: 63px !important;
    left: 0px !important;
    transform: none !important;
}

header .navbar .logoDropdown .community-logos {
    height: 48px;
    width: 100%;
}

header .navbar .logoDropdown .community-logos img {
    object-fit: contain;
}

header .logoDropdown .dropdown-toggle::after {
    color: #000 !important;
    margin-left: 20px;
    font-size: 25px;
}

header .logoDropdown .dropdown button {
    margin-bottom: 1px;
    background-color: #fff;
    align-items: center;
    border: 0px;
    display: inline-flex;
    justify-content: center;
}

header .navbar .logoDropdown .btn-secondary {
    background-color: transparent;
    width: 100%;
    justify-content: space-around;
}

header .navbar .logoDropdown .community-list-logos {
    height: 35px;
    width: 55px;
    margin: 7px auto;
}





header .logoDropdown .dropdown-menu.show button h4 {
    white-space: break-spaces;
    word-break: break-word;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
    display: block;
    color: #1e5f5f;
    padding: 10px 0;
    text-align: center;
}


header .navbar .logoDropdown .btn h4 {
    color: #06225d;
    white-space: normal;
    word-break: break-word;
    font-size: 20px;
    line-height: 17px;
    font-weight: bold;
}

header .blooming {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
}

header .blooming img {
    object-fit: cover;
    border-radius: 50%;
}

header .navbar-light .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 0.2em 1em;
    color: #0b1e2c !important;
}

header .nav-item .nav-link.active {
    color: #58c4c6 !important;
}

header .navbar-light .navbar-nav .nav-link .nav-icons {
    padding-right: 5px;
}

header .navbar-light .navbar-nav .nav-link .nav-icons .fa-comments {
    font-size: 20px;
}


header .bi-camera-video::before {
    font-weight: bolder !important;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
    border: 2px solid #000;
}

header .dropdown-menu.show {
    background-color: #000;
}


header .dropdown-item {
    color: #ffff !important;
    font-weight: 600;
}

header .dropdown-item:focus,
.dropdown-item:hover {
    color: #3cc8c8 !important;
}

header .dropdown-item:focus,
.dropdown-item:hover {
    color: #0f98aa !important;
    border-radius: 5px;
}



/* everyone has a Story */

.upsquardStoriesPage .bg-every-one {
    background-color: #fff;
    position: relative;
    /* height: 94px; */
}

.upsquardStoriesPage .everyOneStory {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.upsquardStoriesPage .everyOneStory .whatsYours span .storyBtn {
    background-color: #58c4c6;
    color: #fff;
    font-weight: 700;
}

.upsquardStoriesPage .everyOneStory .filerTap .filterUsage .filterIcon .dropdown .dropdown-toggle {
    background-color: #58c4c6;
    color: #fff;
    font-weight: 700;
    border: 0px;
    min-width: 190px;
}

.upsquardStoriesPage .everyOneStory .filerTap .filterUsage .filterIcon .dropdown .dropdown-menu {
    background-color: #e9f9f9;
    padding: 10px;
}

.upsquardStoriesPage .everyOneStory .filerTap .filterUsage .filterIcon .dropdown .dropdown-menu .dropdown-item {
    margin-bottom: 1px;
    background-color: #fff;
    align-items: center;
    border: 0px;

}

.upsquardStoriesPage .everyOneStory .whatsYours span .plusIconBtn {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.upsquardStoriesPage .everyOneStory .searchEmotion {
    display: flex;
    position: relative;
    margin: 0;
}

.upsquardStoriesPage .everyOneStory .searchEmotion .bi-search {
    color: #868585;
    position: absolute;
    top: 25%;
    right: 90%;
    font-size: 20px;
}

.upsquardStoriesPage .everyOneStory .searchEmotion input[type="search"] {
    border-radius: 35px;
    background-color: #f1f1f1;
    border: 0;
    /* width: 340px; */
    padding: 15px 15px 15px 50px;
}

.upsquardStoriesPage .filerTap {
    display: flex;
}

.upsquardStoriesPage .everyOneStory .filerTap .filterUsage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.upsquardStoriesPage .filerTap .filterUsage img {
    /* margin-right: 20px; */
    cursor: pointer;
}

.upsquardStoriesPage .filerTap img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.upsquardStoriesPage .modal .filter-icon {
    max-width: 250px;
    margin: 1.75rem auto;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content {
    border-radius: 14px;
}

.upsquardStoriesPage .modal .modal-header {
    border-bottom: 0 !important;
    padding: 0;
}

.upsquardStoriesPage .filterIcon .modal .btn-close {
    background: transparent url("../images/close.svg") center/1em auto no-repeat;
    position: absolute;
    right: -6%;
    top: -11%;
    opacity: 1;
}

.upsquardStoriesPage .tapIcon .modal .btn-close {
    background: transparent url("../images/close.svg") center/1em auto no-repeat;
    position: absolute;
    right: -6%;
    top: -11%;
    opacity: 1;
}

.upsquardStoriesPage .qmarkIcon .modal .btn-close {
    background: transparent url("../images/close.svg") center/1em auto no-repeat;
    position: absolute;
    right: 1% !important;
    top: -8% !important;
    opacity: 1 !important;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body {
    font-weight: 500;
    font-size: 15px;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body .hover-bg p {
    color: #333333;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    cursor: pointer;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body .active {
    background: #58c4c6;
    border-radius: 5px;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body hr {
    background-color: #818181;
}

.upsquardStoriesPage .cont {
    /* border: 1px solid #eceff5;
    border-radius: 30px; */
    padding: 0px 10px;
    cursor: pointer;
    display: inline-block;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body .cont {
    overflow-y: scroll;
    height: 300px;
    border: 0px;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body .cont h1 {
    padding-top: 7px;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body .cont p {
    /* padding-top: 5px; */
    font-size: 13px;
    color: #333333;
    font-weight: normal;
}

.upsquardStoriesPage .modal-content.anotherStory-modal {
    /* margin-left: 35px; */
    width: 340px;
}


.upsquardStoriesPage .gallery .userVideoFull video {
    object-fit: cover;
    height: 210px !important;
    width: 280px !important;
    border-radius: 0px;
}

.upsquardStoriesPage .gallery .comment-gallery .profile_img {
    width: 30px;
    height: 30px;
}

.upsquardStoriesPage .gallery .userVideoFull {
    margin: auto;
    width: 280px;
    position: relative;
}

.upsquardStoriesPage .gallery-item-2 #video-viewport,
.upsquardStoriesPage .gallery-item-4 #video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /* z-index: -1; */
}

.upsquardStoriesPage .gallery-item-2 #video-viewport video,
.upsquardStoriesPage .gallery-item-4 #video-viewport video {
    object-fit: unset;
    height: 350px !important;
    width: 200px !important;
    border-radius: 20px;

}

.upsquardStoriesPage .publicStoryLogo {
    width: 100%;
    height: 52px;
    min-width: 140px;
}

.upsquardStoriesPage .gallery-item-3 #video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    /* z-index: -1; */
}

.upsquardStoriesPage .gallery-item-3 .crossMark {
    display: none;
}

.upsquardStoriesPage .fullScreenVedioDisplay .gallery-item-3.fullScreenVedioDisplay2 .crossMark {
    display: block;
    position: absolute;
    top: -6px;
    right: -35px;
    height: 35px;
    width: 35px;
    z-index: 99;
    background: #adb5bd;
    color: #ffffff;
    padding: 2px;
    font-size: 21px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.upsquardStoriesPage .gallery .smily-comment .userImg a {
    cursor: pointer;
}

.upsquardStoriesPage .comment-gallery h6 {
    cursor: pointer;
}

.upsquardStoriesPage.publicStoryPage .fullScreenVedioDisplay .gallery-item-3.fullScreenVedioDisplay2 .crossMark {
    display: block;
    position: absolute;
    top: 73px;
    right: -30px;
    height: 35px;
    width: 35px;
    z-index: 99;
    background: #adb5bd;
    color: #ffffff;
    padding: 2px;
    font-size: 21px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 .fullscreen-icon {
    display: none;
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important; */
    box-shadow: none !important;
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 #video-viewport {
    position: fixed;
    top: 7%;
    left: 0px;
    right: 0px;
    /* left: -18px; */
    /* overflow: hidden; */
    z-index: 1 !important;
    margin: auto;
}

.upsquardStoriesPage.publicStoryPage .gallery-item-3.fullScreenVedioDisplay2 #video-viewport {
    position: fixed;
    top: 28%;
    left: 0px;
    right: 0px;
    /* left: -18px; */
    /* overflow: hidden; */
    z-index: 1 !important;
    margin: auto;
}

.upsquardStoriesPage .bg-video-gallery.fullScreenVedioDisplay .comment-gallery {
    display: none;
}

.upsquardStoriesPage.publicStoryPage .fullScreenVedioDisplay .comment-gallery {
    display: none;
}

.fullScreenVedioDisplay:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    /* height: 100%; */
    z-index: 1;
    display: block;
    right: 0px;
    height: calc(100vh - 160px);
}

.upsquardStoriesPage.publicStoryPage .fullScreenVedioDisplay:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    /* height: 100%; */
    z-index: 1;
    display: block;
    right: 0px;
    height: calc(100vh - 63px);
}

.upsquardStoriesPage.mainPlayingFrame .fullScreenVedioDisplay:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    /* height: 100%; */
    z-index: 1;
    display: block;
    right: 0px;
    height: 100vh;
}

.upsquardStoriesPage .gallery-item-3 #video-viewport video {
    object-fit: cover;
    height: 500px;
    width: 340px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.upsquardStoriesPage .gallery-item-3.save-video #video-viewport video {
    object-fit: unset;
    height: 500px !important;
    width: 370px !important;
    /* border-radius: 20px; */
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 #video-viewport video {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    border-radius: 0px;
    min-height: 75vh;
    max-height: 75vh;
}


.upsquardStoriesPage .gallery-item-1 #video-viewport,
.upsquardStoriesPage .gallery-item-5 #video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /* z-index: -1; */
}

.upsquardStoriesPage .gallery-item-1 #video-viewport video,
.upsquardStoriesPage .gallery-item-5 #video-viewport video {
    object-fit: unset;
    height: 250px !important;
    width: 140px !important;
    border-radius: 20px;

}


.createStoriesPage .ourStoryCreation .create-story-left input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
}

.upsquardStoriesPage .video-comment input[type=file] {
    position: absolute;
    left: -80%;
    top: 0;
    width: auto;
    opacity: 0;
    height: 100%;
     z-index: 909; 
    border-radius: 50%;
    cursor: pointer; 
}


.navigation__list {
    display: flex;
    list-style-type: none;
}

.navigation__item {
    width: 20%;
    text-align: center;
    height: 3rem;
}

.navigation__item--search {
    display: flex;
    align-items: center;
    width: auto;
}



.upsquardStoriesPage .wheelSearch {
    background-color: transparent;
    border-radius: 35px;
    border: 0;
    width: 100%;
    min-width: 600px;
    padding: 16px 0 0 10px;
    /* width: 340px; */
    padding: 15px 15px 15px 15px;
}

.upsquardStoriesPage .wheelSearchData {
    background-color: transparent;
    border-radius: 35px;
    border: 0;
    width: 25%;
    min-width: 300px;
    padding: 8px 0 8px 10px;
}

.upsquardStoriesPage .wheelSearch.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.upsquardStoriesPage .wheelSearchData.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}







.upsquardStoriesPage .emotionsFilters:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.upsquardStoriesPage .emotionsFilters {
    position: relative;
    border-radius: 35px;
    background-color: #fff;
    border: 0;
    padding-left: 10px;
    /* / padding-bottom: 6px; / */
    min-height: 50px;
    display: flex;
    align-items: center;
    max-width: 60%;
    min-width: 50%;
    width: auto;
    flex-wrap: wrap;
}

.upsquardStoriesPage .filerTap span {
    color: #58c4c6;
    cursor: pointer;
}

.upsquardStoriesPage .tapIcon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .appStories {
    background-color: #eceff5;
}

.upsquardStoriesPage .gallery .gallery-item .card {
    position: relative;
    border-radius: 20px;
    height: 100%;
    background: transparent;
    /* cursor: pointer; */
}

.upsquardStoriesPage .gallery .gallery-img {
    width: 434px;
    height: 550px;
}

.upsquardStoriesPage .gallery .gallery-item-3 {
    width: 370px;
    left: 50%;
    top: 8%;
    height: 500px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.upsquardStoriesPage.publicStoryPage .gallery .gallery-item-3 {
    width: 371px;
    left: 50%;
    top: 8%;
    height: 500px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.upsquardStoriesPage .gallery-item-3 .play-btn {
    /* width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 45%; */
    /* bottom: 47%; */
    /* top: 46%;
    cursor: pointer; */
    /* display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center; */
}

.upsquardStoriesPage .gallery-item-3 .play-btn .playWithBg {
    /* position: absolute; */
    width: 100%;
    z-index: 99999;
    display: block;
    left: 0%;
    height: 260px;
    top: 0%;
    cursor: pointer;
}

.upsquardStoriesPage .gallery .gallery-item-4 {
    left: 78.1%;
    top: 30%;
    right: 6%;
    transform: translateX(-50%);
    height: 350px;
    width: 200px;
}

/* .upsquardStoriesPage.publicStoryPage .gallery-item-3 .play-btn {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 148px;
    bottom: 215px;
    cursor: pointer;
} */
.upsquardStoriesPage .gallery-item-3 .anonymousImgHgt .rejmute {
    height: 100%;
}

.upsquardStoriesPage .gallery-item-3 .rejmute {
    position: absolute;
    /* top: 2%; */
    left: 0%;
    width: 100%;
    padding: 10px;
    z-index: 1;
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 .mute-btn {
    /* display: none; */
    z-index: 2;
    top: 10% !important;
}

.upsquardStoriesPage.publicStoryPage .gallery-item-3.fullScreenVedioDisplay2 .mute-btn {
    /* display: none; */
    z-index: 2;
    top: 32% !important;
}

/* .upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 .play-btn {
    z-index: 2;
    bottom: 0% !important;
    top: 69% !important;
    left: 50% !important;
} */

.upsquardStoriesPage .gallery-item-3 .card .mute-btn {
    width: 30px;
    height: 30px;
    margin: auto;
    /* position: absolute;
    right: 16px;
    top: 20px; */
    cursor: pointer;
}

.upsquardStoriesPage .gallery .biIconRight {
    position: absolute;
    top: 70%;
    right: 31%;
    font-size: 20px;
    background-color: rgb(161 220 239);
    color: rgb(27 79 80);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 6px 11px;
    text-align: center;
    cursor: pointer;
}

.upsquardStoriesPage .gallery .biIconLeft {
    position: absolute;
    top: 70%;
    left: 31%;
    font-size: 20px;
    background-color: rgb(161 220 239);
    color: rgb(27 79 80);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 6px 11px;
    cursor: pointer;
}

.upsquardStoriesPage .gallery .gallery-item-3 .card .card-img-overlay1 .card-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* .upsquardStoriesPage .gallery .gallery-item-3 .card {
    transition: all 10s ease-in !important;
} */
.upsquardStoriesPage .gallery-item-3 .card .rejmutebg {
    width: 100%;
    gap: 10px;
}

.upsquardStoriesPage .gallery .gallery-item-3 .card .hoverEffectButtonMute {
    /* opacity: 0;
    transition: all 1s ease-in !important;
    background-color: #6f6c6c;
    border-radius: 50%;
    padding: 2px; */
    /* position: absolute; */
    opacity: 0;
    transition: all 1s ease-in !important;
    background-color: #6f6c6c;
    border-radius: 50%;
    padding: 3px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    /* right: 3%;
    top: 1%; */
    text-align: center;
}

.upsquardStoriesPage .fullScreenVedioDisplay2 .card .hoverEffectButtonMute {
    z-index: 3;
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 .rejmute {
    top: 7%;
}

.upsquardStoriesPage.publicStoryPage .gallery-item-3.fullScreenVedioDisplay2 .rejmute {
    top: 29%;
}

.upsquardStoriesPage .gallery-item-3 .playingBtn {
    height: 290px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

}

.upsquardStoriesPage .gallery .gallery-item-3 .card .play-btn {
    opacity: 0;
    transition: all 1s ease-in !important;
}

.upsquardStoriesPage .gallery .gallery-item-3 .card:hover .play-btn {
    opacity: 1;

}

.upsquardStoriesPage .gallery .gallery-item-3 .card .play-btn {
    background-color: #6f6c6c;
    border-radius: 50%;
    padding: 3px;
    width: 35px;
    height: 35px;
}

.upsquardStoriesPage .fullScreenVedioDisplay2 .play-btn {
    position: fixed;
    top: 70%;
    z-index: 1300;
}

.upsquardStoriesPage.publicStoryPage .fullScreenVedioDisplay2 .play-btn {
    position: fixed;
    top: 85%;
    z-index: 1300;
}

.upsquardStoriesPage .fullScreenVedioDisplay2 .playingBtn {
    height: 100%;
}

.upsquardStoriesPage .gallery .gallery-item-3.publiStory .card .hoverEffectButton {
    opacity: 0;
    transition: all 1s ease-in !important;
}

.upsquardStoriesPage .gallery .gallery-item-3 .card:hover .hoverEffectButton {
    opacity: 1;

}

.upsquardStoriesPage .gallery .gallery-item-3 .card:hover .hoverEffectButtonMute {
    opacity: 1;

}

.upsquardStoriesPage .gallery .gallery-item-3.publiStorys .card:hover .hoverEffectButton {
    opacity: 1;
    /* background-color:  #6f6c6c;
    border-radius: 50%; */
}

.upsquardStoriesPage .gallery .gallery-item-3 .gallery-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* .upsquardStoriesPage .gallery .gallery-item-3 .card {
    transition: all 10s ease-in !important;
} */

.upsquardStoriesPage .gallery .gallery-item-1 .gallery-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.upsquardStoriesPage .gallery .gallery-item-2 .gallery-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.upsquardStoriesPage .gallery .gallery-item-4 .gallery-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.upsquardStoriesPage .gallery .gallery-item-5 .gallery-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.upsquardStoriesPage .gallery-item .comment-gallery {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 83%;
    max-width: 500px;

}

.upsquardStoriesPage .gallery-item-3.save-video .card .card-img-overlay1 {
    background: linear-gradient(-1deg, black, transparent);
    /* top: 410px !important; */
    width: 340px;
    height: 500px;
    /* border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */

}

.upsquardStoriesPage.publicStoryPage .gallery-item-3.save-video .card .card-img-overlay1 {
    background: linear-gradient(-1deg, black, transparent);
    width: 100%;
    min-height: 200px;
    height: auto;
    text-align: left;
    bottom: 13%;
    z-index: 1;
    position: absolute;
    /* padding: 15px; */
}

.upsquardStoriesPage.publicStoryPage .gallery-item-3.save-video .anonymousImgHgt {
    bottom: 0% !important;
}

.upsquardStoriesPage .gallery-item-2 .card .card-img-overlay1 {
    background: linear-gradient(-1deg, black, black);
    position: absolute;
    opacity: 0.6;
    border-radius: 20px;
    height: 350px;
    top: 0%;
    width: 200px;
}

.upsquardStoriesPage .gallery-item-3 .anonymousImgHgt .card-img-overlay1 {
    bottom: 0% !important;
}

.upsquardStoriesPage.publicStoryPage .gallery-item-3 .anonymousImgHgt .card-img-overlay1 {
    bottom: 0% !important;
}

.upsquardStoriesPage .gallery-item-3 .card .card-img-overlay1 {
    /* / top: 0px !important; / */
    background: linear-gradient(-1deg, black, transparent);
    width: 100%;
    min-height: 167px;
    position: absolute;
    height: auto;
    text-align: left;
    /* bottom: 0%; */
    bottom: 13%;
    z-index: 1;
    padding: 15px;
}

/* .upsquardStoriesPage.publicStoryPage .gallery-item-3 .card .card-img-overlay1 {
    background: linear-gradient(-1deg, black, transparent);
    width: 100%;
    min-height: 200px;
    height: auto;
    text-align: left;
    bottom: 0% !important;
    z-index: 1;
    padding: 15px;
} */

.upsquardStoriesPage .gallery-item-4 .card .card-img-overlay1 {
    position: absolute;
    background: linear-gradient(-1deg, black, black);
    opacity: 0.6;
    border-radius: 20px;
    height: 350px;
    top: 0%;
    width: 200px;
}

.upsquardStoriesPage .gallery-item-5 .card .card-img-overlay1 {
    position: absolute;
    top: 0%;
    background: linear-gradient(-1deg, black, black);
    opacity: 0.6;
    height: 250px;
    width: 140px;
    border-radius: 20px;
}

.upsquardStoriesPage .gallery-item-1 .card .card-img-overlay1 {
    position: absolute;
    top: 0%;
    background: linear-gradient(-1deg, black, black);
    opacity: 0.6;
    width: 140px;
    height: 250px;
    border-radius: 20px;
}

.upsquardStoriesPage .gallery .gallery-item-1 .card h5 {
    font-size: 10px;
}

.upsquardStoriesPage .gallery .gallery-item-1 .card p {
    font-size: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery .gallery-item-2 .card h5 {
    font-size: 15px;
}

.upsquardStoriesPage .gallery .gallery-item-2 .card p {
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery .gallery-item-4 .card h5 {
    font-size: 15px;
}

.upsquardStoriesPage .gallery .gallery-item-4 .card p {
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery .gallery-item-5 .card h5 {
    font-size: 10px;
}

.upsquardStoriesPage .gallery .gallery-item-5 .card p {
    font-size: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery-item .card .reactedEmotions {
    display: flex;
    /* row-gap: 0px; */
    flex-wrap: wrap;
    column-gap: 7px;
}

/* .upsquardStoriesPage .gallery-item .card .reactedEmotions .emt-btn{
    color: #fff;
    font-size: 8px;
    padding: 1px 2px;
    border-radius: 3px;
} */
.upsquardStoriesPage .gallery .gallery-item .card .telle-me-tap .comment-tell-tap .bi {
    color: #58c4c6;
}

.upsquardStoriesPage .gallery .gallery-item-1 .comment-gallery {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-2 .comment-gallery {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-4 .comment-gallery {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-5 .comment-gallery {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-1 .card .telle-me-tap .bi-fullscreen {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-2 .card .telle-me-tap .bi-fullscreen {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-4 .card .telle-me-tap .bi-fullscreen {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-5 .card .telle-me-tap .bi-fullscreen {
    display: none !important;
}

.upsquardStoriesPage .gallery .gallery-item-1 .card .telle-me-tap .tellMe {
    font-size: 12px;
}

.upsquardStoriesPage .gallery .gallery-item-5 .card .telle-me-tap .tellMe {
    font-size: 12px;
}

.upsquardStoriesPage .gallery-item-1 .comment-gallery {
    min-width: 200px;

}

.upsquardStoriesPage .gallery-item-4 .comment-gallery {
    min-width: 250px;
}

.upsquardStoriesPage .gallery-item-2 .comment-gallery {
    min-width: 250px;

}

.upsquardStoriesPage .gallery-item-5 .comment-gallery {
    min-width: 250px;

}

.upsquardStoriesPage .gallery .comment-gallery {
    background: #58c4c6 !important;
    min-width: 372px;
    position: absolute;
    bottom: -46%;
    left: 34.5%;
    z-index: 2;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.upsquardStoriesPage .gallery .publicStory.comment-gallery {
    background: #58c4c6 !important;
    min-width: 372px;
    position: absolute;
    bottom: -56%;
    left: 34.5%;
    z-index: 2;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.upsquardStoriesPage .gallery .comment-gallery .CommentDisplay {
    position: relative;
}

.upsquardStoriesPage .gallery-item-1 .gallery-img {
    width: 220px;
    height: 326px;
}

.upsquardStoriesPage .gallery-item-2 .gallery-img {
    width: 250px;
    height: 400px;
}

.upsquardStoriesPage .gallery-item-4 .gallery-img {
    width: 250px;
    height: 400px;
}

.upsquardStoriesPage .gallery-item-5 .gallery-img {
    width: 220px;
    height: 326px;
}

.upsquardStoriesPage .gallery-item-1 .card .card-img-overlay1 .card-cont {
    bottom: 0%;
    position: absolute;
    left: 0;
    text-align: left;
    right: 0;
    padding: 15px;
}

.upsquardStoriesPage .gallery-item-2 .card .card-img-overlay1 .card-cont {
    bottom: 0%;
    left: 0;
    text-align: left;
    right: 0;
    position: absolute;
    padding: 15px;
}

.upsquardStoriesPage .gallery-item-4 .card .card-img-overlay1 .card-cont {
    bottom: 0%;
    position: absolute;
    left: 0;
    text-align: left;
    right: 0;
    padding: 15px;
}

.upsquardStoriesPage .gallery-item-5 .card .card-img-overlay1 .card-cont {
    bottom: 0%;
    position: absolute;
    left: 0;
    text-align: left;
    right: 0;
    padding: 15px;
}

.upsquardStoriesPage .gallery .comment-gallery button span .bi {
    font-size: 24px;
    color: #fff;
}





.upsquardStoriesPage .emoji-icons {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 11px;
}

.upsquardStoriesPage .emoji-icons p {
    color: #000000;
    font-size: 16px;
}

.upsquardStoriesPage .emoji-icons span {
    color: #000000;
    font-size: 12px;
}

.upsquardStoriesPage .gallery .dropdown-menu {
    position: absolute !important;
    right: -8%;
    transform: translate(-24px, -54px) !important;
    min-width: 442px;
    min-height: 500px;
    height: 100%;
}

/* .upsquardStoriesPage .tellMe{
    background: rgba(88, 196, 198, 0.3);
    border: none;
    color: #58c4c6;
} */
.upsquardStoriesPage .gallery-item-1 .tellMe {
    background: rgba(88, 196, 198, 0.3);
    border: none;
    color: #58c4c6;
    margin-right: 6px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery-item-2 .tellMe {
    background: rgba(88, 196, 198, 0.3);
    border: none;
    color: #58c4c6;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery-item-3 .tellMe {
    background: rgba(88, 196, 198, 0.3);
    border: none;
    color: #58c4c6;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery-item-4 .tellMe {
    background: rgba(88, 196, 198, 0.3);
    border: none;
    color: #58c4c6;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .gallery-item-5 .tellMe {
    background: rgba(88, 196, 198, 0.3);
    border: none;
    color: #58c4c6;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.upsquardStoriesPage .responses-cont {
    border-bottom: 1px solid #f1f1f1;
}



.upsquardStoriesPage .gallery .smily-comment {
    min-width: 357px;
    min-height: 88px;
    height: auto;
    max-height: 393px;
    margin: 0px 10px;
    position: absolute;
    left: 0%;
    transform: translate(-3px, -59px);
    bottom: 0%;
    border-radius: 12px;
    background-color: #fff;
    padding: 20px 1px 10px 20px;
}

.upsquardStoriesPage .gallery .smily-comment .userImg img {
    border-radius: 50%;
    object-fit: cover;
}

.upsquardStoriesPage .gallery .message-comment {
    position: absolute !important;
    /* right: -8%; */
    left: 0%;
    bottom: 0%;
    transform: translate(-3px, -60px) !important;
    min-width: 357px;
    max-height: 393px;
    min-height: 100px;
    /* height: 100%; */

    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 10px;
    border-radius: 12px;
    background-color: #fff;
}

.upsquardStoriesPage .noResponseMessage {
    font-size: 12px !important;
    color: #9d9a9a;
    padding-left: 0px !important;
    text-align: center;
    word-break: break-word;
}

.upsquardStoriesPage .gallery .video-comment {
    position: absolute !important;
    /* right: -8%; */
    transform: translate(-5px, -61px) !important;
    left: 0%;
    bottom: 0%;
    min-width: 360px;
    min-height: 317px;
    height: 100%;
    border-radius: 12px;
    background-color: #fff;
    height: 100%;
    padding: 15px;
    margin: 0px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.upsquardStoriesPage .gallery .single-video-comment {
    position: absolute !important;
    right: -8%;
    /* transform: translate(-150px, -48px) !important; */
    min-width: 334px;
    min-height: 241px;
    height: 100%;
    border-radius: 12px;
    background-color: #fff;
}



.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 -> 9/16x100 */
    overflow: hidden;
}

.responsive-video .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.upsquardStoriesPage .gallery .share-comment {
    position: absolute !important;
    left: 0%;
    bottom: 0%;
    transform: translate(-3px, -60px) !important;
    min-width: 357px;
    min-height: 116px;
    height: 100%;
    border-radius: 12px;
    background-color: #fff;
    margin: 0px 10px;
}

.upsquardStoriesPage .gallery .report-comment {
    position: absolute !important;
    left: 0%;
    bottom: 0%;
    transform: translate(8px, -61px) !important;
    min-width: 354px;
    min-height: 50px;
    border-radius: 12px;
    background-color: #fff;
    height: auto;
    padding: 18px;
}

.upsquardStoriesPage .trianglePostion {
    position: relative;
}


.upsquardStoriesPage .share-comment .share-link {
    /* padding-right: 38px; */
    text-align: center;
    cursor: pointer;
}

.upsquardStoriesPage .video-comment .record-comment {
    justify-content: center;
    align-items: center;
    display: flex;
    background: rgba(88, 196, 198);
    border: none;
    color: #ffffff;
    border-radius: 50px;
    /* padding: 0px 40px; */
    font-size: 16px;
    /* width: 40%; */
    position: relative;
    overflow: hidden;
}

.upsquardStoriesPage .video-comment .record-comment .bi {
    color: #ffffff;
    font-size: 26px;
}

.upsquardStoriesPage .video-comment .responses .videoResponse {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    overflow-y: hidden;
    height: 113px;
}

.upsquardStoriesPage .video-comment .responses .videoResponseSeeAll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-gap: 30px; */
    overflow-y: scroll;
    height: 113px;
}

.upsquardStoriesPage .video-comment .responses .base-video-img {
    width: 120px;
    height: 130px;
}

.upsquardStoriesPage .video-comment .responses .base-video-img video {
    object-fit: cover;
}

.upsquardStoriesPage .video-comment .responses .video-img-thumb {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}

/* .upsquardStoriesPage .video-comment.maxmizeVideoResponse{
    content: "";
    position: absolute;
    width: 100%;
    left: 0px; */
/* top: 0px; */
/* bottom: 61px !important;
    background: #fff;
    height: 100%;
    z-index: 1;
    display: block;
    right: 0px;
} */
.upsquardStoriesPage .video-comment.maxmizeVideoResponse {
    z-index: 0;
}

.upsquardStoriesPage .video-comment .responses .video-img-thumb .top-video-img {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 100px;
    position: absolute;
    left: 20%;
}

.upsquardStoriesPage .video-comment .see-all a {
    /* display: flex;
    justify-content: space-between; */
    color: #58c4c6 !important;
    cursor: pointer;
}

.upsquardStoriesPage .message-comment-search input[type="text"] {
    border: 1px solid #f7f7f7;
    border-radius: 100px;
    background-color: #fbfbfb;
    width: 245px;
    /* margin-bottom: 20px; */
    font-size: 12px;
}

.upsquardStoriesPage .message-comment-icon {
    background-color: #58c4c6;
    border-radius: 100px;
    position: relative;
    width: 40px;
    height: 40px;
}

.lessContent {
    overflow-y: hidden;
    height: 130px;
}

.moreContent {
    overflow-y: scroll;
    height: 125px;
}

.smileToggle {
    font-size: 12px;
    color: #0f98aa;
    cursor: pointer;
}

.upsquardStoriesPage .message-comment-icon .bi {
    position: absolute;
    top: 3.7%;
    left: 88.5%;
    font-size: 24px;
    color: #ffffff;
    transform: rotate(45deg);
    cursor: pointer;
}

.upsquardStoriesPage .gallery .message-comment .chat-img {
    width: 26px;
    height: 26px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    margin-right: 7px;
    cursor: pointer;
}

.upsquardStoriesPage .gallery .comment-gallery .profile_img a {
    cursor: pointer;
}

.upsquardStoriesPage .gallery .message-comment .chat-img img {
    object-fit: cover;
}

.upsquardStoriesPage .gallery-item-3 .comment-gallery .chat-comments {
    position: relative;

}

.upsquardStoriesPage .gallery hr {
    color: #c3c3c3;
    margin: 8px 0 6px 0;
}

.upsquardStoriesPage .gallery-item-3 .video-response .video-img {
    width: 23px;
    height: 23px;
    border: 2px solid #ffffff;
    border-radius: 100px;
}


.upsquardStoriesPage .gallery .share-comment .social-link .share-link {
    width: 45px;
    height: 45px;
}

.upsquardStoriesPage .share-comment .social-link {
    column-gap: 2rem;
    row-gap: 4rem;
    justify-content: center;

}

.upsquardStoriesPage .share-comment .social-link .share-link p {
    font-size: 13px;
    padding-top: 10px;
}





.upsquardStoriesPage .gallery-item-1,
.gallery-item-2,
.gallery-item-4,
.gallery-item-5 {
    opacity: 1;
}

.upsquardStoriesPage .gallery .gallery-item-1 {
    left: 6%;
    top: 36%;
    right: 15%;
    width: 140px;
    height: 250px;
}

.upsquardStoriesPage .gallery .gallery-item-2 {
    transform: translateX(-62%);
    height: 350px;
    width: 200px;
    top: 30%;
    left: 24%;
}

.upsquardStoriesPage .gallery .gallery-item-5 {
    left: 94%;
    top: 40%;
    width: 140px;
    height: 250px;
}


.upsquardStoriesPage .gallery .gallery-controls button {
    font-size: 25px !important;
    background-color: #daeaef;
    color: #58c4c6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.upsquardStoriesPage .gallery .gallery-controls {
    position: relative;
}

.upsquardStoriesPage .gallery .gallery-controls-previous {
    position: absolute;
    left: 35%;
    bottom: 90px;
}

.upsquardStoriesPage .gallery .gallery-controls-next {
    position: absolute;
    right: 35%;
    bottom: 90px;
}





/* create story */

.createStoriesPage {
    max-width: 900px;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 45px;
    /* height: 700px; */
    margin: 15px auto;
}

.createStoriesPage .ourStoryCreation {
    display: flex;
    justify-content: space-between;
}

.createStoriesPage .ourStoryCreation .innerCircle2 svg {
    width: 250px;
    height: 250px;

}

.createStoriesPage .create-story-left {
    padding-right: 50px;
    border-right: 1px solid #ebe3e3;
    /* height: 400px; */

}

.createStoriesPage .create-story-left .vedioLength {
    color: #3cc8c8;
    font-size: 14px;
}

.createStoriesPage .create-story-right {
    padding: 0px 0 0px 30px;
}


.createStoriesPage .createStory-img {
    background: url(../images/CreateStory.svg) no-repeat;
    background-size: cover;
    height: 300px;
    width: 300px;
    position: relative;
    margin: auto;
}

.createStoriesPage .createStory-img .add-img {
    position: absolute;
    top: 25%;
    left: 25%;
    background-color: #58c4c6;
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.createStoriesPage .createStory-img .add-img .add-story .bi-plus-circle-fill {
    position: absolute;
    top: 25%;
    left: 38%;
    color: #fff;
    font-size: 35px;
}


.createStoriesPage .createStory-img .add-img .add-story span {
    position: absolute;
    color: #fff;
    left: 27%;
    font-size: 15px;
    top: 58%;

}

.createStoriesPage .addStoryContent {
    /* margin-right: 50px; */
}

.createStoriesPage .addStoryContent input {
    border: 0;
    border-bottom: 1px solid #ebe3e3;
    border-radius: 0;
    margin-top: 30px;
}

.createStoriesPage .form-control:focus {
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); */
    box-shadow: none;
}


.createStoriesPage .right-border {}


.wheel-emotion .select-Emotion {
    font-size: 17px;
    font-weight: 400;
    color: #cdc3c3;
}

.wheel-emotion span a {
    color: #58c4c6;
}

.publish-Story {
    display: flex;
}

.publish-Story input {
    box-shadow: none;
}

.publish-Story .publish-Story-cont {
    margin-right: 25px;
}

.publish-Story-link span {
    color: #58c4c6;
    cursor: "pointer";
}

.post-but {
    /* margin-top: 50px; */
    /* padding: 6px 40px !important; */
    background: linear-gradient(to right, #253770, #4da7b4);
    color: #fff !important;
    border: none !important;
    /* border-radius: 100px !important; */
    text-align: right !important;
    /* font-weight: 600 !important; */
    /* max-width: 200px !important;
    min-width: 110px !important; */
}

.post-but:hover {
    background-color: #3cc8c8 !important;
    color: #fff;
}

.publicStoryPage .post-but {
    /* margin-top: 50px; */
    min-width: 120px;
    padding: 6px 18px !important;
    background: linear-gradient(to right, #253770, #4da7b4);
    color: #fff !important;
    border: none !important;
    border-radius: 100px !important;
    text-align: right !important;
    font-weight: 600 !important;
}


.publicStoryPage .post-but:hover {
    background-color: #3cc8c8 !important;
}



.upsquardStoriesPage .bg-every-one .everyOneStory .tapIcon a {
    text-decoration: none;
}








/* .upsquardStoriesPage .gallery .gallery-item-3 .bi-chevron-right{
    cursor: pointer;
} */



.upsquardStoriesPage .gallery .gallery-item-3 .card .card-img-overlay1 .galleryProfile {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    position: relative;
    z-index: 9999;
}


.upsquardStoriesPage .gallery .card .card-img-overlay1 .galleryProfile {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.upsquardStoriesPage .card .card-img-overlay1 .galleryProfile img {
    border-radius: 50%;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body a:hover {
    color: #000000;
    text-decoration: none;
}




.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-footer .tap-but {
    padding: 6px 50px;
    color: #fff;
    background-image: linear-gradient(to right, #253770, #4da7b4);
    border: none;
    border-radius: 50px;
}



.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body input {
    border: 0;
    border-bottom: 1px solid #ebe3e3;
    border-radius: 0;
    margin-top: 30px;
    box-shadow: none;
}

.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-footer {
    border: 0px;
}

/* Report Comment - Tell me more - Modal Popup End */







/* Login Page */

.upsquardStoriesPage .loginPage {
    max-width: 500px;
    height: 370px;
    border-radius: 10px;
    background-color: #fff;
    padding: 50px;
    margin: 250px auto;
}

.upsquardStoriesPage .loginPage h1 {
    font-size: 1.7rem;
    color: #0f98aa;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.upsquardStoriesPage .loginPage .login-field {
    margin-bottom: 16px;
    position: relative;
}

.upsquardStoriesPage .loginPage .login-field .user-icon {
    position: absolute;
    top: 7%;
    left: 2%;
    color: #bdbdbd;
}

.upsquardStoriesPage .loginPage .login-field .password-icon {
    position: absolute;
    top: 70%;
    left: 2%;
    color: #bdbdbd;
}

.upsquardStoriesPage .loginPage .login-field-email input {
    border: 0;
    border-bottom: 1px solid #ebe3e3;
    border-radius: 0;
    margin-top: 30px;
    padding-left: 32px;
}

.upsquardStoriesPage .loginPage .login-field-pwd input {
    border: 0;
    border-bottom: 1px solid #ebe3e3;
    border-radius: 0;
    margin-top: 30px;
    padding-left: 32px;
}

.upsquardStoriesPage .loginPage .login-field-error input {
    border: 0;
    border-bottom: 1px solid #ebe3e3;
    border-radius: 0;
    margin-top: 30px;
    padding-left: 32px;
    border-color: red;
}

.upsquardStoriesPage .loginPage .login-field .form-control:focus {
    /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); */
    box-shadow: none;
}

.upsquardStoriesPage .loginPage .forgot a {
    font-size: 0.9rem;
    color: #253770;
    font-weight: 600;
    text-decoration: none;
}

.upsquardStoriesPage .loginPage .forgot a:hover {
    color: #000000;
}

.upsquardStoriesPage .login-but {
    margin-top: 50px;
    padding: 6px 40px;
    background-image: linear-gradient(to right, #253770, #4da7b4);
    border: none;
    border-radius: 100px;
}




/* Story Settings Page */

.storySettingsPage .ourStorySettings {
    max-width: 900px;
    border-radius: 10px;
    background-color: #fff;
    /* padding: 50px; */
    /* height: 700px */
    margin: 35px auto;
}

.storySettingsPage .ourStorySettings .ourStorySetBlock {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 20px 50px;
}

.storySettingsPage .create-story-left {
    padding-right: 50px;
    width: calc(50% - 0px);
    border-right: 1px solid #eeeeee;

}

.storySettingsPage .create-story-left .addMyPost {
    display: flex;
    justify-content: space-between;
}

.storySettingsPage .create-story-left .addMyPost h6 {
    margin-bottom: 0px;
    font-size: 14px;
    /* color: #212529;
    font-weight: 600; */
}

.storySettingsPage .create-story-left .create-story-head h6 {
    /* font-weight: 700; */
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check h6 {
    font-weight: 400;
    font-size: 15px;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check p {
    font-size: 14px;
    color: #b1aaaa;
    font-weight: 600;
}

.storySettingsPage .create-story-left .addMyPost p {
    font-size: 12px;
    color: #b1aaaa;
    font-weight: 600;
}

/*  .storySettingsPage .create-story-left .create-story-head h6 {
    margin-top: 36px;
} */

.storySettingsPage .create-story-left .selectYourTeams .custom_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check h1 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check p {
    font-size: 14px;
    color: #b1aaaa;
    font-weight: 600;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check input:checked~.checkmark {
    background-color: #0f98aa;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check input:checked~.checkmark:after {
    display: block;
}

.storySettingsPage .create-story-left .selectYourTeams .custom_check .checkmark:after {
    left: 7px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.storySettingsPage .create-story-left .addMyPost .custom_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.storySettingsPage .create-story-left .addMyPost .custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.storySettingsPage .create-story-left .addMyPost .custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.storySettingsPage .create-story-left .addMyPost .custom_radio input:checked~.checkmark {
    background-color: #ffffff;
    border: 2px solid #0f98aa;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.storySettingsPage .create-story-left .addMyPost .custom_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.storySettingsPage .create-story-left .addMyPost .custom_radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.storySettingsPage .create-story-left .addMyPost .custom_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0f98aa;
}


.storySettingsPage .create-story-left .selectYourTeams {
    display: flex;
    flex-direction: column;
}

.storySettingsPage .create-story-left .selectYourTeams .check-box {
    margin-bottom: 20px;
}

.storySettingsPage .create-story-left .selectYourTeams .check-box p {
    font-size: 16px;
    color: #b1aaaa;
    font-weight: 600;
}

.storySettingsPage .create-story-left .selectYourTeams .check-box input {
    width: 16px;
    height: 16px;
}

.storySettingsPage .create-story-right {
    padding: 0px 0 0px 50px;
    width: calc(50% - 0px);
}

.storySettingsPage .create-story-right .responses-MyStory .responses-MyStory-cont h6 {
    margin-bottom: 5px;
    /* font-size: 14px; */
    /* color: #000000; */
    /* font-weight: 600; */
}

.storySettingsPage .create-story-right .responses-MyStory .responses-MyStory-cont p {
    font-size: 12px;
    color: #b1aaaa;
    font-weight: 600;
}

.storySettingsPage .create-story-right .myStory h6 {
    margin-top: 34px;
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
}

.storySettingsPage .create-story-right .responses-MyStory-radio h6 {
    font-size: 14px;
    /* color: #000000;
    font-weight: 600; */
}

.storySettingsPage .create-story-right .responses-MyStory-radio .responses-MyStory-radio-buttons {
    display: flex;
    justify-content: space-between;
}

.storySettingsPage .create-story-right .responses-MyStory-radio .custom_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.storySettingsPage .create-story-right .responses-MyStory-radio .custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.storySettingsPage .create-story-right .responses-MyStory-radio .custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.storySettingsPage .create-story-right .responses-MyStory-radio .custom_radio input:checked~.checkmark {
    background-color: #ffffff;
    border: 2px solid #0f98aa;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.storySettingsPage .create-story-right .responses-MyStory-radio .custom_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.storySettingsPage .create-story-right .responses-MyStory-radio .custom_radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.storySettingsPage .create-story-right .responses-MyStory-radio .custom_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0f98aa;
}

.storySettingsPage .create-story-right .responses-MyStory-radio .responses-MyStory-radio-buttons .radio-but input[type="checkbox"] {
    background: #3d404e;
    border: #7f83a2 1px solid;
}

.storySettingsPage .create-story-right .responses-MyStory-radio .responses-MyStory-radio-buttons p {
    font-size: 14px;
    color: #b1aaaa;
    /* font-weight: 600; */
}



.save-but {
    /* margin-top: 50px; */
    padding: 6px 40px;
    background-image: linear-gradient(to right, #253770, #4da7b4);
    border: none;
    border-radius: 100px;
    text-align: right;
}





.videoContainer {
    height: 150px;
    width: 150px;
    position: relative;
}

#myVideo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* z-index: 1; */
    position: absolute;
    object-fit: cover;
}











































/* ############################################################################################################################################################################################################################## */





.tabBarComment .smily-comment .select-reaction .cont {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 6px 8px;
}









/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #58c4c6;
    border-radius: 10px;
    min-height: 20px;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.StoryEmojis.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(89% - 5px);
    position: fixed;
    z-index: 1;
}

.Storycomment.loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(66% - 15px);
    position: fixed;
    z-index: 1;
}

.storyVideo.loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(66% - 15px);
    position: fixed;
    z-index: 1;
}

.playtStories.loading {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

.send.loading {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 20px;
    left: 85% !important;
    /* position: fixed; */
    z-index: 1;
}

.tapSend.loading {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 130px;
    left: 80% !important;
    /* position: fixed; */
    z-index: 1;
}

.feedTapSend.loading {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 84%;
    left: 80% !important;
    /* position: fixed; */
    z-index: 1;
}

.record.loading {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 36px;
    left: 45% !important;
    /* position: fixed; */
    z-index: 1;
}

.createStory.loading {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    bottom: 20%;
    right: 3%;
    /* position: fixed; */
    z-index: 1;

}

.storiesAuthentication.loading {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #58c4c6;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


.circleMenuView .disabled-feel {
    /* cursor: not-allowed; */
    /* background-color: #fff; */
    /* opacity: 0.3; */
    stroke: #646464;
    fill: #e1e5e5 !important;
}

.circleMenuView svg g text tspan {
    font-size: 16px !important;
    font-family: sans-serif;
}



.upsquardStoriesPage .emotionsSearch {
    /* position: relative; */
    /* width: 55%; */
}

.upsquardStoriesPage .emotionsSearch .bi-search {
    position: absolute;
    top: 12px;
    right: 2%;
    font-size: 20px;
    cursor: pointer;
    color: #58c4c6;
}

.backArrowButton .bi-arrow-left {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    margin-left: -7%;
    background: #58c4c6;
    padding: 5px;
    border-radius: 15px;
}

.upsquardStoriesPage .backToStories .bi-arrow-left {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.upsquardStoriesPage .backToStories {
    /* font-size: 25px; */
    color: #fff;
    cursor: pointer;
    background-color: #58c4c6;
    border: none;
    border-radius: 10px;
    padding: 4px 12px;
}

.upsquardStoriesPage .backToStories span {
    font-size: 18px;
    display: flex;
    gap: 8px;
}

.upsquardStoriesPage .searchAllStories span .bi {
    font-size: 15px;
}

.upsquardStoriesPage .searchAllStories {
    /* font-size: 25px; */
    color: #fff;
    cursor: pointer;
    background-color: #58c4c6;
    border: none;
    border-radius: 10px;
    padding: 4px 12px;
}

.upsquardStoriesPage .searchAllStories span {
    font-size: 18px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.upsquardStoriesPage .emotionsSearch input[type="search"] {
    border-radius: 35px;
    background-color: #ebe9e9;
    border: 0;
    width: 340px;
    padding: 15px 15px 15px 25px;
    width: 100%;
}

.upsquardStoriesPage .searchStoriesByWheel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 75px auto;
}

.upsquardStoriesPage .searchStoriesByEmotions .circleMenuView .innerCircle2 svg {
    width: 295px;
    height: 295px;
}

.upsquardStoriesPage .searchStoriesByEmotions .circleMenuView .outerCircle svg {
    width: 400px;
    height: 400px;
}

.upsquardStoriesPage .searchStoriesByEmotions .searchStoryHeading a {
    color: #58c4c6;
}

.upsquardStoriesPage .serachFeelingBut {
    display: flex;
    max-width: 740px;
    flex-wrap: wrap;
    margin: 6px 2px 5px 5px;
    grid-gap: 2;
    align-items: center;
    column-gap: 5px;
    row-gap: 5px;
    /* padding-right: 31px; */
}

.upsquardStoriesPage .emotionsFilters form {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}

.upsquardStoriesPage .serachFeelingBut button {
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-radius: 11px;
    padding: 5px 6px;
    border-color: transparent;
    background-color: #c8dddd;
    cursor: default;
}

.upsquardStoriesPage .serachFeelingBut .emotionsBut {
    color: #666262;
    font-size: 10px;
    padding-left: 5px;
    cursor: pointer;
}

.upsquardStoriesPage .serachFeelingBut button:focus {
    border-color: transparent;

}

.upsquardStoriesPage .gallery .gallery-item-1 .requestaStoryLink {
    line-height: 1;
}

.upsquardStoriesPage .gallery .gallery-item-1 .requestaStoryLink a {
    font-size: 6px;
    color: #58c4c6;
    text-decoration: none;
}

.upsquardStoriesPage .gallery .gallery-item-2 .requestaStoryLink a {
    font-size: 11px;
    color: #58c4c6;
    text-decoration: none;
}

.upsquardStoriesPage .gallery .gallery-item-4 .requestaStoryLink a {
    font-size: 11px;
    color: #58c4c6;
    text-decoration: none;
}

.upsquardStoriesPage .gallery .gallery-item-5 .requestaStoryLink a {
    font-size: 6px;
    color: #58c4c6;
    text-decoration: none;
}

.upsquardStoriesPage .gallery .gallery-item-5 .requestaStoryLink {
    line-height: 1;
}



.upsquardStoriesPage .gallery .gallery-item-1 .chat-icon-svg {
    margin-right: 2px;
    width: 10px;
    height: 10px;
}

.upsquardStoriesPage .gallery .gallery-item-2 .chat-icon-svg {
    margin-right: 4px;
    width: 15px;
    height: 15px;
}

.upsquardStoriesPage .gallery .gallery-item-3 .chat-icon-svg {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.upsquardStoriesPage .gallery .gallery-item-4 .chat-icon-svg {
    margin-right: 4px;
    width: 15px;
    height: 15px;
}

.upsquardStoriesPage .gallery .gallery-item-5 .chat-icon-svg {
    margin-right: 2px;
    width: 10px;
    height: 10px;
}

.createStoriesPage .form-switch .form-check-input {
    cursor: pointer;
}

.createStoriesPage .backArrowButton {
    padding-left: 57px;
    padding-top: 30px;
}

.storySettingsPage .backArrowButton {
    padding-left: 57px;
    padding-top: 30px;
}

.storySettingsPage .form-switch .form-check-input {
    cursor: pointer;
}

.upsquardStoriesPage .full-screen-icon {
    display: flex;
    justify-content: right;
}

.upsquardStoriesPage .front-img {
    /* position: absolute;
    top: 0;
    left: 0; */
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.upsquardStoriesPage .front-img img {
    object-fit: cover;
    border-radius: 20px;
}

.upsquardStoriesPage .anonymousImg {
    width: 100%;
    height: 500px;
    z-index: 1;
    position: relative;
}

.upsquardStoriesPage .fullScreenVedioDisplay .fullScreenVedioDisplay2 .rejectedContent {
    display: none !important;
}

.upsquardStoriesPage .gallery-item-3 .recjectionVideos {
    margin: auto;

    cursor: pointer;
    width: 100%;

}

.upsquardStoriesPage .front-admin-text {
    background-color: #8dd5d5;
    border-radius: 11px;
    padding: 10px;
    font-size: 15px;
}

.upsquardStoriesPage .rejectedContent {
    background-color: #8dd5d5;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px !important;
    word-break: break-word;

}

.upsquardStoriesPage .stories-frame4 {
    width: 200px;
    height: 350px;
    border-radius: 20px;
}

.upsquardStoriesPage .stories-frame5 {
    width: 140px;
    height: 250px;
    border-radius: 20px;
}

.upsquardStoriesPage .empty-stories-msg {
    margin-left: 44%;
    margin-top: 15%;
}

/* .upsquardStoriesPage .top-icon {
    display: flex;
    justify-content: center;
} */
.upsquardStoriesPage .modal .modal-dialog .modal-content .modal-body .hintText {
    font-size: 12px;
    padding-left: 14px;
}

.circleMenuView .innerCircle2 svg g text tspan {
    font-size: 14px !important;
}

.upsquardStoriesPage .gallery .comment-gallery .notActive {
    position: relative;
}

.upsquardStoriesPage .gallery .comment-gallery .disableReactionsAction {
    font-size: 24px;
    color: #c9c5c5;
}

.upsquardStoriesPage .bg-video-gallery {
    position: relative;
    padding-top: 10px !important;
}

.upsquardStoriesPage .gallery .userVideoFull .play-btn {
    width: 35px;
    height: 35px;
    margin: auto;
    position: absolute;
    left: 44%;
    bottom: 37%;
    cursor: pointer;
}

.upsquardStoriesPage .gallery .userVideoFull .hoverEffectButton img {
    opacity: 0;
    transition: all 1s ease-in !important;
}

.upsquardStoriesPage .gallery .userVideoFull:hover .hoverEffectButton img {
    opacity: 1;
}

.upsquardStoriesPage .gallery .userVideoFull .mute-btn {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 1%;
    top: 2%;
    cursor: pointer;
}

.upsquardStoriesPage.publicStoryPage .gallery .gallery-item-3.fullScreenVedioDisplay2 {
    width: 85% !important;
    height: 100% !important;
    left: 0%;
    top: 0%;
    transform: translateX(7%);
}

.upsquardStoriesPage .gallery .gallery-item-3.fullScreenVedioDisplay2 {
    width: 85%;
    left: 0%;
    top: 2%;
    transform: translateX(7%);
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 .card .card-img-overlay1 {
    display: none;
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 #video-viewport video {
    /* min-height: 68vh;
    max-height: 70vh; */
    object-fit: cover;
}

.upsquardStoriesPage .gallery-item-3.fullScreenVedioDisplay2 #video-viewport>div {
    max-height: 70vh;
    /* / object-fit: none; / */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upsquardStoriesPage .gallery .gallery-item .card p a {
    color: #fff;
    cursor: pointer;
}

.upsquardStoriesPage .comment-gallery h6 a {
    color: #000;
}

.upsquardStoriesPage .comment-gallery .video-comment small {
    font-size: 12px;
    /* padding-left: 40px; */
    word-break: break-word;
    color: #9d9a9a;
}

.upsquardStoriesPage .gallery-item-2 .selectedVideo,
.upsquardStoriesPage .gallery-item-4 .selectedVideo {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.upsquardStoriesPage .comment-gallery .message-comment p {
    font-size: 12px;
    padding-left: 33px;
    word-break: break-word;
    color: #9d9a9a;
    /* margin-bottom: 0px; */
}

.upsquardStoriesPage .gallery-item-1 .selectedVideo,
.upsquardStoriesPage .gallery-item-5 .selectedVideo {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}


.all-stories-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    /* flex-direction: column; */
    margin: auto;
    /* width: 50%; */
    /* position: absolute; */
    height: 70vh;
}


.createStoriesPage .circleMenuView {
    width: 320px !important;
    height: 320px !important;

}

.createStoriesPage .circleMenuView .outerCircle svg {
    width: 310px;
    height: 310px;
}

.createStoriesPage .ourStoryCreation .innerCircle2 svg {
    width: 220px;
    height: 220px;
}

.upsquardStoriesPage .everyOneStory .filerTap .filterUsage .filterIcon .dropdown .dropdown-toggle:focus {
    box-shadow: none !important;
}


/* .upsquardStoriesPage .report-comment p:after {
    content: "<hr/>";
} */

.upsquardStoriesPage .report-comment p:last-child {
    padding-top: 6px;
}




.upsquardStoriesPage .report-comment p:not(:last-child) {
    border-bottom: 1px solid #f0f6f9;
    padding-bottom: 4px;
    padding-top: 6px;
}



.upsquardStoriesPage .gallery .report-comment .disableAction {

    color: #c9c5c5;
    cursor: default;
}



.videoContainer .editVideoTitle div {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(142, 140, 140);
    color: #fff;
    /* margin-bottom: 5px; */
    /* font-family: sans-serif; */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.videoContainer .editVideoTitle:hover div {
    width: auto;
    /* padding: 8px 15px; */
    visibility: visible;
    opacity: 1;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */