﻿body{
    font-family: Roboto, sans-serif;
    background-color: #f5f5f5;
}
ul {
    padding-left: 0px;
    margin-bottom: 1px;
}
.MuiList-root {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.MuiListItem-button:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.08);
}
.btnSendComment {
    background-color: transparent;
    border: none;
}
.MuiListItem-button {
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiListItem-gutters {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.MuiListItem-root {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    justify-content: flex-start;
    text-decoration: none;
}
.modal-bodynone {
    padding: 0 !important;
}
.MuiAppBar-root {
    z-index: 200;
}
.MuiAppBar-colorDefault {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
}
.MuiAppBar-positionSticky {
    top: 0;
    left: auto;
    right: 0;
    position: sticky;
}

.MuiAppBar-root {
    width: 100%;
    display: flex;
    z-index: 100;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
}
.MuiPaper-elevation1 {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}
.discount_banner{
    min-height: 0px;
    height: auto;
    transition-duration: 300ms;
}
.MuiCollapse-entered {
    height: auto;
    overflow: visible;
}
.MuiCollapse-container {
    height: 0;
    /*overflow: hidden;*/
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiCollapse-wrapper {
    display: flex;
}
.MuiCollapse-wrapperInner {
    width: 100%;
}
.banner_Discount {
    padding: 8px;
    background: -webkit-linear-gradient(314.51deg, #9f44f0, #672e99);
    background: -o-linear-gradient(314.51deg,#9f44f0 0,#672e99 100%);
    background: linear-gradient(135.49deg, #9f44f0, #672e99);
    color: #fff;
}
.banner_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: calc(100vw - 40px);
    max-width: 100vw;
}
.banner_flex img {
    width: 24px;
    height: 24px;
}
.banner_flex .text-Discount {
    padding: 0 15px;
    -ms-flex: 1 1;
    flex: 1 1;
}
.banner_btn .MuiButton-contained {
    background-color: #fff;
}
.MuiButton-containedSizeSmall {
    padding: 4px 10px;
    font-size: 0.8125rem;
}
.MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
    border-radius: 1000px;
    background-color: #e0e0e0;
}
.MuiButton-root {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 8px;
    text-transform: uppercase;
}
.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
}
.travello-tab a.travelloLogoWidth {
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.travello-tab {
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}
.MuiTabs-root {
    display: flex;
    overflow: hidden;
    min-height: 65px;
}
.Header_Tab .MuiTabs-scroller {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.MuiTabs-fixed {
    width: 100%;
    overflow-x: hidden;
}
.MuiTabs-scroller {
    flex: 1 1 auto;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.MuiTabs-flexContainer {
    display: flex;
}
.MuiTab-root {
    /* padding: 6px 12px; */
    overflow: hidden;
    position: relative;
    /* font-size: 0.875rem; */
    /* max-width: 264px; */
    /* min-width: 72px; */
    box-sizing: border-box;
    min-height: 48px;
    text-align: center;
    flex-shrink: 0;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    /* line-height: 1.75; */
    white-space: normal;
    text-transform: uppercase;
    width: 60%;
}
.Tab_Active {
    left: 25px;
    width: 160px;
    border-radius: 100px 100px 0 0;
    color: black;
    height: 8px;
    background-color: #10abe4;
    position: absolute;
    bottom: 0px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.travello-logo{
    width: 50%;
}
.feed {
    margin-top: 16px;
    position: relative;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.feed-card {
    position: relative;
    margin-top: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .24);
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.feed .feed-item > .feed-card {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
.create-post-button {
    -ms-flex-align: center;
    align-items: center;
    border: none;
    height: 56px;
    background-color: var(--create-post-button--background-color);
    border-radius: 8px;
}
.create-post-button, .create-post-button .avatar-and-text {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.avatar-container {
    margin: 0 8px 0 16px;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    display: inline-block;
}
.avtar_size {
    height: 32px;
}
.avatar-container .avatar {
    cursor: pointer;
    border-radius: 50%;
}
.create-post-button .avatar-and-text .text {
    height: 10px;
    width: 100%;
    color: grey;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}
.create-post-button .buttons {
    display: -ms-flexbox;
    display: flex;
}
.create-post-button .buttons .icon-and-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 72px;
    -ms-flex-align: center;
    align-items: center;
}
.create-post-button .vertical-line {
    height: 24px;
    width: 1px;
    margin: 0 16px;
    border-left: 1px solid #f0f0f0;
}
.create-post-button .buttons .icon-and-text .icon {
    width: 18px;
}
.create-post-button .buttons .icon-and-text .icon-text {
    color: #757575;
    font-size: 12px;
    margin: 4px;
}
.create-post-button .vertical-line {
    height: 24px;
    width: 1px;
    margin: 0 16px;
    border-left: 1px solid #f0f0f0;
}
.feed-header {
    overflow: auto;
    -webkit-box-shadow: inset 0 -.5px 0 0 #ddd;
    box-shadow: inset 0 -.5px 0 0 #ddd;
    border-radius: 8px 8px 0 0;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
}
.post_profile img {
    height: 32px;
    width: 32px;
}
.feed-header .meta {
    padding: 8px 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
}
.feed-header .meta .name {
    font-weight: 600;
    cursor: pointer;
}
.feed-header .meta .posted {
    font-size: 12px;
    color: #d8d8d8;
}
.feed-header .buttons {
    -ms-flex-item-align: center;
    align-self: center;
}
.MuiButton-textSizeSmall {
    padding: 4px 5px;
    font-size: 0.8125rem;
}
.MuiButton-textPrimary {
    color: #10abe4;
}
.MuiButton-text {
    padding: 6px 8px;
    border-radius: 1000px;
}
.MuiButton-textSizeSmall {
    padding: 4px 5px;
    font-size: 0.8125rem;
}
.MuiButton-textPrimary {
    color: #10abe4;
}

.MuiButton-text {
    padding: 6px 8px;
    border-radius: 1000px;
}
.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.fillClr{
    font-size: 10px;
    font-weight: 600;
    color: #10abe4;
}
.MuiButton-textSizeSmall {
    padding: 4px 5px;
    font-size: 0.8125rem;
}
.MuiButton-textPrimary {
    color: #10abe4;
}
.MuiSvgIcon-fontSizeInherit {
    font-size: inherit;
}
.MuiSvgIcon-root {
    fill: rgb(16, 171, 228);
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}
.other-options .icon-button {
    color: inherit;
}
.MuiIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}
.following_btn {
    padding: 3px 9px !important;
    font-size: 0.8120rem !important;
    border: 1px solid rgb(117 117 117 / 50%);
    color: #757575;
    background-color: #f5f5f5;
    border-radius: 1000px;
}
.post-images-1 {
    display: grid;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    cursor: pointer;
    position: relative;
    grid-template-columns: 100%;
    /*grid-template-rows: 300px;*/
}
.post-images-1 div {
    background-size: cover;
    background-position: 50%;
}
.feed-text-only {
    margin: 16px;
    color: #000;
}
.feed-text-only .small {
    font-size: 13px;
    line-height: 18px;
}
.likes-bar {
    color: #757575;
    font-size: 10px;
    line-height: 12px;
    margin: 8px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.likes-bar .stat-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.likes-bar .stat-group .stats {
    padding-right: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.likes-bar .stat-group .stats .text-container {
    display: inline-block;
    padding-top: 1px;
    vertical-align: top;
}
.likes-bar .stat-group .stats .liked-by {
    background: #ffffff00;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    margin-left: 4px;
}
.likes-bar .stat-group .stats .liked-by .mini-pic {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #fff;
}
.likes-bar .comments {
    float: right;
}
.actions-bar {
    -webkit-box-shadow: inset 0 .5px 0 0 #ddd;
    box-shadow: inset 0 .5px 0 0 #ddd;
}
.actions-bar .actions {
    padding: 0 8px;
}
.toggle-svg-button {
    background: #ffffff00;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    margin: 8px;
}
.toggle-svg-button .icon {
    height: 22px;
    width: 22px;
}
.toggle-svg-button .text {
    color: #757575;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}
.actions-bar .actions .icon-button {
    background: #ffffff00;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    margin: 8px;
}
.actions-bar .actions .icon-button .text {
    color: #757575;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}
.actions-bar .actions .share {
    float: right;
}
.post-comment {
    background-color: #f1fafe;
    border-radius: 0 0 8px 8px;
    padding: 8px 16px;
}
.post-comment .small-title-label {
    height: 16px;
    color: #10abe4;
    font-size: 12px;
    line-height: 16px;
}
.post-comment .comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.post-comment .comment .avatar-border {
    margin-right: 8px;
    vertical-align: super;
}
.post-comment .comment .avatar-border .avatar {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.post-comment .comment .info {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.post-comment .comment .info .user-name {
    height: 20px;
    color: #000;
    font-size: 12px;

    font-weight: 600;
    line-height: 20px;
}
.post-comment .comment .info .user-comment {
    color: #000;
    font-size: 13px;
    line-height: 18px;
}
.post-comment .comment .view-all-button {
    background: #ffffff00;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    height: 20px;
    color: #10abe4;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    margin: 0;
}
.model_BCKcolor {
    background: linear-gradient(135.49deg,#24abe3,#0674bb);
    align-items: normal !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0;
}
.Image_getapp {
    padding: 35px 35px 0px;
}
.Image_getapp img{
    max-width: 100%;
}
.modal-header .btn-close {
    margin: 5px 7px 0 0px !important;
}
.download_app {
    padding: 30px 15px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    text-align: center;
    line-height: 24px;
}
.app_OA {
    padding: 15px 20px 30px;
    text-align: center;
    -ms-flex: 1 1;
    flex: 1 1;
}
.app-btn .app-store-badges {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}
.app-btn .app-store-badges .badge {
    margin: 0 15px;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 180px;
    height: auto;
    max-width: 180px;
}
.app-store-badges .badge {
    cursor: pointer;
    margin-left: 8px;
    height: auto;
    width: 96px;
}
.modal-dialog {
    margin: 7.75rem auto;
}
.badge:empty {
    display: block !important;
}
.modal-content {
    border-radius: 1.3rem !important;
}
.login-dropdown {
    position: relative;
    display: inline-block;
}
.login-dropdown-menu {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    min-width: 135px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    z-index: 1000;
}
.login-dropdown-menu.show {
    display: block;
}
.login-dropdown-menu a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
}
.login-dropdown-menu a:hover {
    background-color: #f5f5f5;
}
#login-menu-button .icon {
    height: 30px;
    border-radius: 50%;
}
.LoginBo_dy {
    padding: 10px 20px;
    text-align: center;
}
.optionShadow .MuiButton-outlined {
    border: 0;
    text-transform: none;
}

.Buttoon_Mui .MuiButton-root {
    font-size: 1.375rem;
    padding-left: 2.5em;
    padding-right: 2.5em;
    white-space: nowrap;
}
.MuiButton-startIcon {
    display: inherit;
    margin-left: -4px;
    margin-right: 8px;
}
.optionShadow {
    -webkit-box-shadow: 0 0 4px 0 #b2b2b2;
    box-shadow: 0 0 4px 0 #b2b2b2;
}
.MuiButton-fullWidth {
    width: 100%;
}
.MuiButton-outlined {
    border: 1px solid #10abe4;
    padding: 5px 15px;
    border-radius: 1000px;
}
.login_platform .modal-content
{
    width: 70% !important;
}
.login_platform .modal-body {
    padding: 0 !important;
}
.MuiButton-iconSizeMedium > *:first-child {
    font-size: 20px;
}
.login_platform .Face_book {
    width: 24px;
    height: 24px;
}
.form-floating > .form-control {
    height: 58px;
    border-radius: 8px;
}
.text-danger {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.btn_share {
    border-radius: 160px;
    color: #fff;
    background-color: #757575;
}
.actions-bar .actions .icon-button .icon {
    height: 22px;
    width: 22px;
}
.new-post .post-form .text-input-container {
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
}
.new-post .post-form .text-input-container .profiler {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 16px;
}
.new-post .post-form .text-input-container .text-input {
    min-height: 64px;
    width: 200px;
    font-size: 15px;
    line-height: 20px;
    outline: none;
    border: none;
    resize: none;
}
.new-post .post-form .actions {
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    background-color: #f5f5f5;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.new-post .post-form .actions .media-button {
    background: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    padding: 16px;
}
.new-post .post-form .actions .media-button .icon {
    padding-top: 2px;
}
.new-post .post-form .actions .hidden-file-upload {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 1px;
    height: 1px;
}
.new-post .post-form .actions .spacer {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.MuiButton-contained.Mui-disabled, .Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}
.MuiButtonBase-root.Mui-disabled, Mui-disabled {
    cursor: default;
    pointer-events: none;
}
.MuiButton-containedSizeSmall {
    padding: 4px 10px;
    /* font-size: 0.8125rem; */
}
.MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
    border-radius: 1000px;
    background-color: #e0e0e0;
}
.MuiButton-containedPrimary {
    color: #fff;
    background-color: #10abe4;
}
.media-previews .media-preview .pic-preview {
    width: 80px;
    height: 80px;
    padding: 5px;
}
.media-preview{
    position: relative;
}
.media-preview .delete-button {
    position: absolute;
    border-radius: 20px;
    height: 16px;
    width: 16px; 
    font-size: 8px;
    border: 1px solid #c5c5c5;
    right: 48%;
    z-index: 10;
    opacity: .8;
    text-align: center;
}
.media-preview .delete-buttonVid {
    left: 13%;
}
#imagePreviewContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.media-preview {
    position: relative;
}

.pic-preview {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
#btnShare {
    background-color: #1976d2 !important;
    color: white !important;
}

#btnShare:disabled {
    background-color: #bdbdbd !important;
    color: white !important;
    cursor: not-allowed;
    opacity: 1 !important;
}
.post-image-0 {
    width: 100%;
    height: 100%;
    text-align: center;
    max-height: 380px;
}
.comment_view {
    min-width: 280px;
    overflow-y: auto;
}
.comment_view .user_comments_design
{
    margin: 8px;
}
.comment_view .user_comments_design .Flex_Box {
    display: -ms-flexbox;
    display: flex;
}
.comment_view .user_comments_design .Flex_Box .Userdetail {
    margin-right: 8px;
    vertical-align: super;
}
.comment_view .user_comments_design .Flex_Box .Userdetail img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.comment_view .user_comments_design .Flex_Box .comment_body {
    border-radius: 8px;
    background-color: var(--compoent--list-border);
    display: inline-block;
    padding: 8px 12px 12px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.comment_view .user_comments_design .Flex_Box .comment_body .commt_bodyheader {
    height: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.comment_view .user_comments_design .Flex_Box .comment_body .commt_bodybody{
    color: #000;
    font-size: 13px;
    line-height: 18px;
    word-break: break-all;
}
.comment_view .user_comments_design .day_count {
    margin-left: 32px;
    display: -ms-flexbox;
    display: flex;
}
.comment_view .user_comments_design .day_count .Text-hours{
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #b2b2b2;
    font-size: 12px;
    line-height: 16px;
}
.comment_view .user_comments_design .day_count .reply-comment-btn {
    background: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    color: #10abe4;
    font-size: 12px;
    line-height: 16px;
}
.MuiDialogActions-root {
    display: block;
    padding: 0;
}
.comment_Box {
    -ms-flex: 1 1;
    flex: 1 1;
    background-color: #f0f0f0;
    overflow: hidden;
}
.comment_Box ._comment_Disc {
    border-radius: 100px;
    margin: 8px;
    padding: 4px 0;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
}
.comment_Box ._comment_Disc .comm_Input{
    padding: 0 16px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    outline: none;
    border: none;
    border-radius: 100px;
}
.MuiIconButton-sizeSmall {
    padding: 3px;
    font-size: 1.125rem;
}
.loader {
    width: 80px;
    height: 80px;
    border: 5px solid #817a7a;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.8s linear infinite;
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#pageLoader {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#pageLoader.show {
    display: flex;
}
.Body_text {
    padding: 10px 20px;
    text-align: center;
}
.Body_text h1{
    font-size: 1.71rem;
}
.MuiTypography-body1 {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.MuiTypography-root {
    margin: 0;
}
.MuiTypography-caption {
    font-size: 0.75rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.66;
}
.option_signup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, .3);
    font-size: .75rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
.option_signup:before {
    margin-right: .25em;
}

.option_signup:after, .option_signup:before {
    content: "";
    -ms-flex: 1 1;
    flex: 1 1;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.other-options {
    /*position: relative;*/
    display: inline-block;
}

.options-button {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 5px;
}

.options-menu {
    display: none;
    position: absolute;
    /* top: calc(100% + 5px); */
    right: 0;
    width: 100px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    z-index: 999999;
}

.options-menu.show {
    display: block;
    overflow: overlay;
}

.options-menu li {
    margin: 0;
    padding: 0;
}

.options-menu li button {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.options-menu li button:hover {
    background-color: #f5f5f5;
}
.MuiListItem-gutterss {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.MuiListItemAvatar-root {
    min-width: 56px;
    flex-shrink: 0;
}
.image_width {
    width: 40px;
    height: 40px;
}
.MuiAvatar-colorDefault {
    color: #fafafa;
    background-color: #bdbdbd;
}
.MuiAvatar-root {
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 1.25rem;
    align-items: center;
    flex-shrink: 0;
    font-family: Roboto, sans-serif;
    line-height: 1;
    user-select: none;
    border-radius: 50%;
    justify-content: center;
}
.avtar_cls {
    width: 40px;
    height: 40px;
}
.MuiListItemText-root {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
.MuiList-padding {
    padding-top: 8px;
    padding-bottom: 8px;
}
.location_post {
    position: relative;
    top: -7px;
    margin-bottom: -12px;
}
.location_post span{
    font-size: 12px;
}
#commentsScrollContainer.comments-scroll {
    max-height: 400px;
    overflow-y: auto;
}

#commentsSection .MuiDialogActions-root {
    background: #fff;
    position: relative;
}
.comments-scroll {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.media-item {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.media-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.media-item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.media-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gallery */

.media-gallery-modal {
    background: rgba(0, 0, 0, 0.95);
    border: none;
}

    .media-gallery-modal .modal-body {
        position: relative;
        height: 90vh;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.gallery-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-full-image,
.gallery-full-video {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
}

.gallery-full-video {
    display: none;
}

.gallery-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 20;
    border: none;
    background: transparent;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 45px;
    height: 60px;
    border: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.gallery-prev {
    left: 15px;
}

.gallery-next {
    right: 15px;
}

    .gallery-prev:hover,
    .gallery-next:hover {
        background: rgba(255, 255, 255, 0.2);
    }

.gallery-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
}
.post-images-1,
.post-images-2,
.post-images-3,
.post-images-4,
.post-images-5 {
    display: grid;
    gap: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.post-images-1 {
    grid-template-columns: 100%;
    grid-template-rows: 300px;
}

.post-images-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px;
}

.post-images-3 {
    grid-template-columns: 70% auto;
    grid-template-rows: 150px 150px;
}

.post-images-3 .post-image-0 {
    grid-row-end: span 2;
}
.post-images-4 {
    grid-template-columns: auto auto;
    grid-template-rows: 150px 150px;
}
.post-images-5 {
    grid-template-columns: auto 17% 17% auto;
    grid-template-rows: 150px 150px;
}

.post-images-5 .post-image-0 {
   grid-column-end: span 2;
}
.post-images-5 .post-image-1 {
   grid-column-end: span 2;
}
.post-images-5 .post-image-3 {
   grid-column-end: span 2;
}
.media-gallery-modal {
    background: rgba(0, 0, 0, 0.95);
    border: none;
    overflow: hidden !important;
}

.media-gallery-modal .modal-body {
    position: relative;
    height: 90vh;
    padding: 0;
    display: flex;
    align-items: center;
   justify-content: center;
    overflow: hidden !important;
}

.gallery-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
}

.gallery-full-image,
.gallery-full-video {
    max-width: 90%;
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;
}
.moreImages {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(30, 30, 30, .8);
    color: #fff;
    padding: 3px 8px;
    border-radius: 11px;
    width: 75px;
    height: 25px;
}



@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


@media (min-width: 1200px) {
}

    @media (min-width: 480px) and (min-width: 1200px) {
        .travello-tab {
            max-width: 1200px;
        }
    }

    @media (min-width: 480px) {
        .travello-tab {
            /*margin-left: auto;
        margin-right: auto;
        width: calc(100vw - 40px);*/
            /*max-width: 100vw;*/
        }
    }
