@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    width: 100%;
    overflow-x: hidden !important;
}
img{
   object-fit: cover;
}
.cursorpointer {
    cursor: pointer
}
.user-pic img {
    height: 50px;
    width: 50px;
}
.ui-menu .ui-menu-item a {
    padding: 10px !important;
    border-bottom: 1px solid #f1f1f1 !important;
    transform: none !important;
    transition: none !important;
    cursor: pointer;
    display: block;
}

    .ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a:focus, .ui-menu .ui-menu-item a:active, .ui-menu .ui-menu-item a:visited {
        border: none;
        border-bottom: 1px solid #f1f1f1;
        color: #009fff;
        font-size: inherit !important;
    }

    .ui-menu .ui-menu-item a i {
        padding-right: 2% !important;
    }

.ui-autocomplete {
    max-height: 90vh;
    overflow-y: auto;
    background: #FFF;
    border-radius: 0px;
    border: 0;
   /* display: block !important;*/
}

    .ui-autocomplete .ui-menu-item img {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        object-fit: cover;
    }

.ui-menu .ui-menu-item a {
    font-size: 13px !important;
    text-transform: capitalize;
    font-weight: 500;
}

    .ui-menu .ui-menu-item a:hover {
        font-size: 13px !important;
    }

    .ui-menu .ui-menu-item a span {
        margin-left: 10px;
    }

.ui-corner-all.ui-state-focus {
    border: 0px;
    background: #ffe3b5;
}

.badgeheader {
    background: #fd4d4d;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px;
    line-height: 21px;
    font-size: 10px;
    position: relative;
    top: -40px;
    right: -15px;
}
* {
    font-family: 'Poppins', sans-serif;
}

.scrool::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.scrool::-webkit-scrollbar-thumb {
    visibility: hidden;
    background: #B3AFB3;
    border-radius: 0px;
}

.scrool:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scrool::-webkit-scrollbar-thumb:hover {
    background: #B3AFB3;
}

.scrool::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f7f7f7 !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.row-flex {
    margin-bottom: 15px;
    align-items: center;
    padding: 0 15px;
    display: flex
}

.ml {
    margin-left: auto
}

.mr {
    margin-right: auto
}

nav form {
    margin: 0px !important;
    padding: 0px !important;
}

.icon-box i {
    background: #dcf5ff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px;
    color: #27aae1;
    font-weight: 500;
    font-size: 15px;
}
.noti .flex-box1 {
    border-radius: 0;
    padding: 10px 15px;
    margin: 0px -20px;
}
.user-icon a img {
    width: 40px;
    height: 40px;
    border-radius: 11px !important;
}

.menu-link a {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    text-align: center;
    line-height: 40px;
}

.menu-link a {
    margin-right: 10px;
    background: rgb(249 249 249 / 45%);
}

    .menu-link a:hover,
    .menu-link .active a {
        background-color: #f5a623 !important;
    }

.bell {
    margin-right: 10px;
}

    .bell a.dropdown-toggle {
        width: 40px;
        height: 40px;
        background: #f5f5f5 !important;
        text-align: center;
        border-radius: 11px;
        color: #9d9d9d !important;
        font-size: 16px;
    }

.user-icon a {
    padding: 0px !important;
}
.navbar-collapse .flex-box {
margin-top: 0px !important;
}
.flex-box {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.flex-box1 {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.bell .post-detail p b {
    font-weight: 500;
    text-transform: capitalize;
}

.icon-box {
    margin-left: auto;
}

.bell .post-detail {
    padding: 0 10px;
}

    .bell .post-detail p {
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
    }

a.pic {
    width: 50px;
    height: 50px;
}

.flex-box .navbar-right {
    margin-left: auto;
}


.fixed-box-left {
    position: fixed;
    width: 23%;
    left: 0px;
    top: 0px;
    height: calc(100vh - 0px);
    overflow-y: auto;
    padding: 0 15px;
    padding-top: 90px;
}

.fixed-box-right {
    position: fixed;
    width: 25%;
    right: 0px;
    top: 0px;
    height: calc(100vh - 0px);
    overflow-y: auto;
    padding: 0 15px;
    padding-top: 90px;
}

.main-box {
    top: 90px;
    left: 23%;
    width: 52%;
    position: relative
}


.card {
    padding: 15px;
    background: #FFF;
    border-radius: 15px;
}

.user-bg {
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.Bonus {
    position: absolute;
    background: #FFF;
    right: 0px;
    width: 60px;
}

.user-pic {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 11px;
    overflow: hidden;
    margin-top: -25px;
    margin-left: 15px;
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 36%);
}

.user-name {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #27aae1;
}

.about-user {
    text-align: left;
    padding: 15px;
}

.follow h6 {
    margin-bottom: 0px;
    color: #30aee2;
}

.follow span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
}

.follow {
    margin: 0;
    padding: 0px 0;
}

.mt-20 {
    margin-top: 20px;
}

.floows {
    text-align: center;
    box-shadow: 0px 0px 21px 0px rgb(133 133 133 / 9%);
    padding: 15px;
    margin: 20px 0 20px;
    border-radius: 10px;
}

.follow .col-sm-6:first-child {
    padding-left: 0px;
}

.follow .col-sm-6:last-child {
    padding-right: 0px;
}

.floows i {
    width: 40px;
    height: 40px;
    background: #d8f2fd;
    line-height: 40px;
    color: #27aae1;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
    top: -30px;
}

.text {
    margin-top: -20px;
}

.follow .col-sm-4 {
    padding: 0;
    padding-right: 10px;
}

.pac-container {
    z-index: 10000 !important;
}

#spnnotifcation {
    background: #fd4d4d;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0px;
    line-height: 21px;
    font-size: 10px;
    position: relative;
    top: -40px;
    right: -15px;
}

.story-card {
    height: 200px;
}



.display-flex {
    display: flex;
    align-items: center
}

.rounded-box {
    width: 40px;
    height: 40px;
    border-radius: 11px !important;
}

.input-box input {
    padding: 0 20px;
    border: 0px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.share-botton a {
    width: 40px;
    height: 40px;
    background: #e5e5e56e;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 11px;
    margin-left: 5px;
    font-size: 16px;
    color: #9d9d9d;
}

    .share-botton a:hover,
    .share-botton a:focus {
        background: #f5a623;
        color: #FFF;
    }

.ui-tooltip.ui-widget-content {
    background: #000 !important;
    color: #FFF;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 12px;
    letter-spacing: .5px;
}

.user-img {
    position: relative
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: -1px;
    right: -2px;
}

.post .uk-dropdown {
    min-width: auto
}

.post .uk-nav > li > a {
    padding: 0px 10px;
    text-align: left;
}

.post {
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: none;
}

    .post .post-heading {
        padding: 10px 10px;
        background: rgb(239 240 244 / 32%);
        border-radius: 11px;
        align-items: center;
    }

    .post .post-description {
        padding: 0px;
        padding-top: 10px;
    }

    .post .post-avature img {
        border-radius: 10px;
    }

.ml-0 {
    margin-left: 0px;
}

.post-title p {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #0a0a0a !important;
    letter-spacing: 0.5px;
}

.post-heading .post-btn-action {
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 2%);
    text-align: center;
    line-height: 40px;
    border-radius: 11px;
    color: #1e353e;
    cursor: pointer
}

.post-description h1 {
    font-size: 18px;
    margin-top: 5px;
    color: #f5a623;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-description p {
word-break:break-all
}
.fullsizeimg {
    margin: 0 !important;
    border-radius: 11px;
}

.like-count,
.comments-count {
    height: 35px;
    background: #ffffff;
    line-height: 35px;
    padding: 0 10px 0 5px;
    border-radius: 8px;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
}

    .like-count i {
        width: 25px;
        height: 25px;
        background: #d8f2fd;
        border-radius: 7px;
        line-height: 25px;
        text-align: center;
        color: #00b3ff;
        margin-right: 5px;
    }

    .comments-count i {
        width: 25px;
        height: 25px;
        background: #fddfd8;
        border-radius: 7px;
        line-height: 25px;
        text-align: center;
        color: #ff5722;
        margin-right: 5px;
    }

.post-state-details {
    margin: 10px 0;
}

.pr-7-5 {
    padding-right: 7.5px
}

.pl-7-5 {
    padding-left: 7.5px
}

.post-details p {
    margin: 0px;
    margin-top: 10px;
}

.post-description .fullsizeimg {
    max-height: 350pt !important;
}

.fullsizeimg img {
    object-position: 0px 100%;
    width: 100% !important;
    object-fit: cover;
    max-height: 350px !important;
}

.trip-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 15px;
}

.trip-detail {
    box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 5%);
    padding: 15px;
    background: #FFF;
    z-index: 11;
    position: relative;
    width: 96%;
    margin: auto;
    margin-top: -50px;
    border-radius: 15px;
}

    .trip-detail span {
        display: flex;
        margin: 0px 0 10px;
        align-items: center;
    }

        .trip-detail span p {
            margin-bottom: 0px;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

    .trip-detail i {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        background: #fff5e6;
        line-height: 40px;
        text-align: center;
        border-radius: 8px;
        color: #ff9800;
        font-size: 20px;
        margin-right: 10px;
    }


.search-more {
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: #f5a623;
    border-radius: 9px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}

.card-header {
    padding: 10px 10px 10px 15px;
    background: rgb(245 246 249);
    border-radius: 10px;
    margin: 0;
}

.card-body {
    padding: 15px 0 0
}

.follow-now {
    width: 30px;
    height: 30px;
    background: #f5f6f9;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 12px;
    color: #9d9d9d;
    cursor: pointer
}

    .follow-now:hover {
        background: #f5a623;
        color: #FFF;
    }

.country-story {
    background: #FFF;
    margin-top: -10px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    padding: 10px;
    z-index: 1111;
}

    .country-story h4 {
        color: #282828;
        margin: 0;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
    }


.modal-dialog-centered {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 400px;
    }
}

.bg-white-p {
    background: #fafafa;
    padding: 15px;
    border-radius: 15px;
    border: 0px;
    box-shadow: none;
}

    .bg-white-p .modal-header {
        background: #f5f5f5;
        color: #000;
        border-radius: 11px;
        margin-bottom: 15px;
        border: 0;
        display: flex;
        padding: 10px 10px 10px 15px;
        align-items: center;
    }

    .bg-white-p .modal-title {
        color: #343434;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .bg-white-p .close {
        background: #e1e1e1;
        opacity: 1;
        color: #101010;
        width: 30px;
        height: 30px;
        margin-left: auto;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        border-radius: 8px;
        font-weight: normal;
        text-shadow: none;
    }

.thoughts {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
    border: 0;
    width: 100%;
    min-height: 150px;
    resize: none;
    box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 3%);
}

.location-box {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 3%);
}

    .location-box i {
        width: 35px;
        height: 30px;
        background: #f97d001a;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
        margin-right: 5px;
        color: #f97d00;
    }

    .location-box input {
        border: 0px;
        box-shadow: none;
        letter-spacing: 1px;
    }

.btn-custom {
    margin-top: 10px;
    background: #f5a623;
    width: 100%;
    height: 40px;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
}

.user-commen-img {
    border-radius: 8px;
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 5%);
}

.form-control:focus {
    border: 0px;
    box-shadow: none
}

.about-sub h6 {
    margin-bottom: 0px;
}

.about-sub p {
    margin-bottom: 0px;
}

.form-custom {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 0px 0 10px;
    box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 3%);
    border: 0px;
    height: 45px;
    letter-spacing: 1px;
}

.textarea-custom {
    min-height: 100px;
    resize: none
}

.bg-white-p label {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}


/****-------------------------------------Old-css------------------------*****/
.showcursor {
    cursor: pointer;
}


[class~=post] [class~=post-description] [class~=fullsizeimg] img {
    border-radius: 0;
    width: 100%;
}

img.rounded {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.padding0 {
    padding: 0;
}

.text-truncate {
    text-transform: lowercase;
}

[class~=post] [class~=post-add-comment-avature] img {
    border-radius: 100%;
    width: 40px;
    height: 35px !important;
}

.modal-header {
    background: #08334a;
    color: #fff;
}

button.close {
    color: #fff !important;
    opacity: 1;
}

.modal-body {
    position: relative;
    padding: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
}

.close-btn i {
    font-size: 15px;
}

.close-btn {
    display: none;
    line-height: 15px;
    text-align: center;
    color: #fbf9f9 !important;
    opacity: 1 !important;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 999 !important;
    float: inherit !important;
    background: #f08132 !important;
    padding: 5px 9px !important;
    border-radius: 7px !important;
    width: 35px;
    height: 35px;
}

.text-center {
    text-align: center !important;
}

.dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.osahan-share-post textarea {
    resize: none;
}

textarea.form-control {
    height: auto;
}

hr {
    margin: 0;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background: none;
}

.bg-success {
    background-color: #00c9a7 !important;
}

.dropdown-list-image .status-indicator {
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}

.rounded-circle {
    border-radius: 50% !important;
}

.osahan-share-post textarea {
    resize: none;
}

textarea.form-control {
    height: auto;
}

.shadow-none {
    box-shadow: none !important;
}

.form-control {
    font-size: 13px;
}

.mr-3 {
    margin-right: 1rem !important;
}

.dropdown-menu > li > a {
    color: #c6c4c4;
}

.box.border {
    border: 1px solid #ffffff !important;
}

.carousel-inner > .item > img {
    line-height: 1;
    height: 510px;
}

.bell .dropdown-menu.width {
    position: absolute;
    right: 0px;
    width: 340px;
    border-radius: 15px;
    padding: 20px;
    border: 0px;
    margin-top: 5px;
    max-height: 80vh;
    overflow-y: scroll;
}

.dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.p-3 {
    padding: 1rem !important;
}

ul.dropdown-menu.profile-menu {
    background: #ffffff;
    width: auto;
    padding: 5px 0px;
    border: none;
    border-radius: 10px;
    margin-top: 5px;
}

    ul.dropdown-menu.profile-menu li {
        padding: 10px 15px;
    }

        ul.dropdown-menu.profile-menu li h3 {
            margin: 0px;
            font-size: 15px;
            letter-spacing: 1px;
            color: #4bb8e6;
        }

        ul.dropdown-menu.profile-menu li.divider {
            padding: 0px;
            background: #e7e7e7;
            margin: 0;
            margin-bottom: 5px;
        }

        ul.dropdown-menu.profile-menu li a {
            color: #656363;
            background: transparent !important;
            letter-spacing: 0.5px;
            font-size: 13px;
            font-weight: 500;
        }

            ul.dropdown-menu.profile-menu li a:hover {
                color: #28aae1;
            }

            ul.dropdown-menu.profile-menu li a i {
                margin-right: 5px;
                background: #f1f2f6;
                color: #7b7b7b;
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                border-radius: 5px;
                font-size: 12px;
            }

            ul.dropdown-menu.profile-menu li a:hover i {
                background: #e5f7ff;
                color: #28aae1;
            }

/* Tabs panel */
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

.icn {
    width: 15px;
    height: 14px;
}


/*   .container {
width: 1240px !important;
}*/
/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
        padding: 0 5px;
    }

.post hr {
    border-color: #ccc !important;
}

hr {
    border-color: #ccc !important;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

    .tabbable-line > .nav-tabs > li > a > i {
        color: #a6a6a6;
    }

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.uk-width-1-2\@@m {
    width: 50%;
    float: left;
    padding: 5px;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

    .tabbable-line > .nav-tabs > li.open > a > i,
    .tabbable-line > .nav-tabs > li:hover > a > i {
        color: #a6a6a6;
    }

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.brd {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #0096f5;
    position: relative;
}

    .tabbable-line > .nav-tabs > li.active > a {
        border: 0;
        color: #333333;
    }

        .tabbable-line > .nav-tabs > li.active > a > i {
            color: #404040;
        }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
    width: 100%;
}



.shadow-sm {
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08) !important;
}

.sidenav {
    text-align: left;
}

    .sidenav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sidenav ul li {
            padding: 0px;
        }

.like-people {
    width: 35px !important;
    height: 35px;
}


.sidenav ul li a {
    color: #333;
    font-size: 15px;
    display: block;
    padding: 0px 0;
    margin-bottom: 15px;
}

    .sidenav ul li a i {
        color: #C1C1C1;
        width: 40px;
        height: 40px;
        background: #f1f2f6;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        border-radius: 11px;
        margin-right: 10px;
    }

    .sidenav ul li.active a,
    .sidenav ul li a:hover {
        color: #f5a623;
    }

        .sidenav ul li.active a i,
        .sidenav ul li a:hover i {
            color: #ffffff;
            background: #f5a623;
        }

.mb-20 {
    margin-bottom: 20px;
}

/*input.form-control {
background: #4c5961;
border: none;
border-radius: 50px !important;
}*/
.box.border {
    border: 1px solid #ffffff !important;
    width: 100%;
    float: left;
}

.main_content {
    position: relative;
    z-index: 5;
    display: block;
    margin-left: 0px;
    overflow: visible;
    border-radius: 0px !important;
    min-height: 100vh;
    background: none !important;
    padding: 0 15px;
}

nav.navbar.navbar-inverse {
    background: #ffffff;
    padding: 10px 0;
    border: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 5%);
}

.navbar-form .input-group > .form-control {
    width: 350px;
    margin-left: 10px;
    background: #FAFAFA;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    padding: 0 20px;
    letter-spacing: 1px;
    font-size: 12px;
}



a.butt {
    background: #e86517;
    display: block;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    margin: 15px 0;
}

.tabbable-panel {
    border: 0;
    padding: 0;
}

.send {
    font-size: 18px;
    top: 10px;
    position: relative;
    right: -10px;
}

.post-add-comment-icon {
    width: 35px;
}

body {
    background: none !important;
    font-family: "Open Sans";
    padding: 0 !important;
}

.noti {
    padding:0;
    border-radius: 20px;
    /*border-bottom: 1px solid #ccc;*/
}

.notiunread {
    background-color: #ccc;
}
.noti:nth-child(odd) .unread {
    background: #ffebca;
}

.noti:nth-child(even) .unread {
    background: #e0f6ff;
}

.noti:nth-child(odd) .unread .icon-box i {
    background: #ffca71;
    color: #7e4f00;
}
.noti:nth-child(even) .unread .icon-box i {
    background: #79d7ff;
    color: #06658d;
}

    .overlay {
        position: fixed;
        background: #4646462b;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10000;
    }

.dot {
    background: tomato;
}

    .dot,
    .dot:after {
        display: inline-block;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
    }

        .dot:after {
            --o: 1;
            background: currentcolor;
            content: '';
        }




.customtooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .customtooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
    }

        .customtooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .customtooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.post-btn-action {
    cursor: pointer;
}

.txtUpdatecomment {
    background: #ffffff !important;
    border-radius: 15px !important;
}


/*
Animated skeleton screen using CSS.
Create shapes using gradients that simulate solids.
Use `:empty` pseduo-class to show skeleton screen background only while container has no content (ex: for the "loading" state). When content is added to the container element, the pseudo-class selector won't match anymore and the skeleton screen will be removed automatically; no need to toggle a separate class on the container.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/:empty
Animating one layer of the background which is a tilted linear gradient with white in the middle to achieve shine effect.
*/
.demo:empty {
    margin: auto;
    width: 400px;
    height: 600px;
    /* change height to see repeat-y behavior */
    background-image: radial-gradient(circle 50px at 50px 50px, lightgray 99%, transparent 0), linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);
    background-repeat: repeat-y;
    background-size: 100px 200px,
    /* circle */
    50px 200px,
    /* highlight */
    150px 200px, 350px 200px, 300px 200px, 250px 200px;
    background-position: 0 0,
    /* circle */
    0 0,
    /* highlight */
    120px 0, 120px 40px, 120px 80px, 120px 120px;
    animation: shine 1s infinite;
}

@keyframes shine {
    to {
        background-position: 0 0, 100% 0,
        /* move highlight to right */
        120px 0, 120px 40px, 120px 80px, 120px 120px;
    }
}

.commentloader:empty {
    margin: auto;
    width: 400px;
    height: 50px;
    ;
    /* change height to see repeat-y behavior */
    background-image: radial-gradient(circle 25px at 25px 25px, lightgray 99%, transparent 0), linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);
    background-repeat: repeat-y;
    background-size: 100px 200px,
    /* circle */
    50px 200px,
    /* highlight */
    150px 200px, 350px 200px, 300px 200px, 250px 200px;
    background-position: 0 0,
    /* circle */
    0 0,
    /* highlight */
    120px 0, 120px 40px, 120px 80px, 120px 120px;
    animation: shine 1s infinite;
}

@keyframes shine {
    to {
        background-position: 0 0, 100% 0,
        /* move highlight to right */
        120px 0, 120px 40px, 120px 80px, 120px 120px;
    }
}


.fullsizeimg {
    text-align: center;
}

.hdestination {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.replycomment {
    margin-left: 10%;
}

.paragraphreply {
    display: inline-flex;
    cursor: pointer;
}

.text-commentreply::-webkit-input-placeholder {
    color: #545454;
    font-weight: bold;
}

.text-commentreply::-moz-placeholder {
    color: #545454;
    font-weight: bold;
}


.ui-widget-header {
    background: #cedc98;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-weight: bold;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    padding: 0 1px !important;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.red {
    color: red;
}

.txtroundredborder {
    background: none !important;
    border: 1px solid #db1a1a !important;
    padding: 10px 15px !important;
    height: auto;
    border-radius: 50px;
}

.normalborder {
    border: 1px solid #ccc !important;
}

.redborder {
    border: 1px solid red !important;
}






/****-------------------------------------Old-css------------------------*****/
.img-box {
    position: relative;
    padding: 10px 0;
}

.fileUpload {
    letter-spacing: 1px;
    color: #8f8c8c;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    margin: 0px 0 10px;
    box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 3%);
    font-size: 13px;
    padding: 10px;
    cursor: pointer;
}

    .fileUpload:hover,
    .fileUpload:active,
    .fileUpload:focus {
        background: #fff;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .fileUpload i {
        font-size: 25px;
    }

.imgbiding {
    width: 70px;
    height: 50px;
    object-fit: cover;
    padding: 5px;
    border: 1px dashed #afafaf;
    margin: 0px 5px 5px 0px;
}

.remove-images {
    background: #ff2b2b29;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #ff2929;
    border-radius: 11px;
    margin-right: 5px;
    margin-left: auto;
    cursor: pointer
}

#iframeyoutube {
    min-height: 350px;
}

.modal-content #iframeyoutube {
    min-height: inherit;
    height: auto;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
}

.input-gropu {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin: 0 0 10px;
    position: sticky;
    top: 0px;
    z-index: 9;
    box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 3%);
}

    .input-gropu .icon-input i {
        width: 35px;
        height: 35px;
        background: #f97d001a;
        line-height: 35px;
        text-align: center;
        border-radius: 8px;
        margin-right: 5px;
        color: #f97d00;
    }

    .input-gropu .input-box {
        width: 100%;
        border: 0px;
        box-shadow: none;
        letter-spacing: 1px;
        font-size: 13px;
    }

        .input-gropu .input-box input {
            border: 0px;
            box-shadow: none;
            letter-spacing: 1px;
            font-size: 13px;
            padding: 0px 10px;
        }

        .input-gropu .input-box textarea {
            border: 0px !important;
            box-shadow: none !important;
            letter-spacing: 1px;
            font-size: 13px;
            padding: 6px 10px 0 !important;
            resize: none;
            height: 100px;
        }

.p-0 {
    padding: 0px;
}

.flex-start {
    align-items: flex-start;
}

.radio-box {
    display: inline-block;
}

    .radio-box label i {
        background: #1e90ff14;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 8px;
        text-align: center;
        font-size: 15px;
        margin-right: 5px;
        color: #1e90ff;
    }

    .radio-box input[type="radio"]:checked + label i {
        background: #fbfbfb36;
        color: #FFF;
    }

    .radio-box label {
        cursor: pointer;
        min-width: 80px;
        align-items: center;
        background: #ffffff;
        padding: 5px 10px 5px 5px;
        border-radius: 10px;
        margin: 0 10px 10px 0px;
        box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 3%);
    }

    .radio-box input[type="radio"] {
        appearance: none;
        display: none;
    }



        .radio-box input[type="radio"]:checked + label {
            background-color: #1e90ff;
            color: #FFF;
            transition: 0.3s;
        }

.range-sider {
    display: flex;
    vertical-align: middle;
    margin: 0 10px;
}

#ageslider {
    width: 100%;
    margin: 4px 20px;
}

.img-box p {
    margin-top: 10px;
}

.feedpage {
    width: 90%;
}


    .feedpage .modal-content {
        min-height: 90vh;
        overflow: hidden;
        box-shadow: none;
        border: 0px;
        border-radius: 25px;
    }

    .feedpage .modal-body {
        height: 90vh;
        padding: 0px;
    }

    .feedpage .rowcontainerfeeddetail {
        display: flex;
        height: 100%;
    }

.popup-picture-image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #15151f;
}

.popup-picture-image {
    max-width: 100%;
    max-height: 90%;
}

.fix-height {
    max-height: calc(100vh - 8vh);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 4vh 20px;
}


    .fix-height::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }

    .fix-height::-webkit-scrollbar-thumb {
        visibility: hidden;
        background: #B3AFB3;
        border-radius: 150px;
    }

    .fix-height:hover::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .fix-height::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 0px;
        box-shadow: inset 0px 0px 0px 0px #F0F0F0;
    }

    .fix-height .trip-detail {
        box-shadow: none;
        padding: 0;
        margin: 0px;
        width: 100%;
    }


.trip-box img {
    cursor: pointer;
}

.post-title h5 {
    margin-bottom: 0px;
}


.published {
    margin: 10px 0 0;
    line-height: normal;
    font-size: 12px;
    font-weight: 500;
    color: #5c5c5c;
}

.post-comments {
    padding: 20px 0 0px;
}

.post-add-comment {
    padding: 10px 10px;
    background: rgb(239 240 244 / 32%);
    border-radius: 11px;
    align-items: center;
    margin-top: 0 !important;
}

    .post-add-comment .post-comment-avatar img {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .post-add-comment .post-add-comment-text-area {
        background-color: transparent;
        padding: 0px;
    }

        .post-add-comment .post-add-comment-text-area input {
            background: transparent;
            letter-spacing: 1px;
            padding-right: 50px;
        }


.post-comments.replycomment {
    padding-top: 0px;
}

.post-comment-text-inner {
    background: #f5f6f9;
    padding: 8px 10px;
    border-radius: 15px;
}

.replycomment .post-comment-avatar img,
.post-comments-single .post-comment-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 10px;
}

.replycomment .post-add-comment {
    margin-bottom: 20px;
}

.post-comment-text .uk-text-small a,
.post-comment-text .uk-text-small a small {
    font-size: 12px;
    letter-spacing: 1px;
}

.post-comment-text-inner h6 a {
    font-size: 12px;
    color: #000;
}

.story-user-media {
    overflow: hidden;
}

    .story-user-media hr {
        border-color: #e1e1e1 !important;
    }

.customtooltip .tooltiptext {
    z-index: 99;
}

.pt-90 {
    padding-top: 90px;
}

/*NEW-PAGE*/
.top-header {
    margin-bottom: 30px;
    border-radius: 12px;
    background-color: #FFF;
    overflow: hidden;
}

.top-header-thumb {
    position: relative;
    background-color: #FFF;
    overflow: hidden;
}

    .top-header-thumb #imgcover {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.edit-cover-photo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #FFF;
    padding: 5px 10px 5px 5px;
    border-radius: 8px;
    letter-spacing: 0.5px;
}

    .edit-cover-photo i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #f5a623;
        border-radius: 8px;
        color: #FFF;
    }

.profile-bottom {
    display: flex;
}

    .profile-bottom .first {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .profile-bottom .second {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .profile-bottom .third {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.author-thumb {
    margin-top: -60px;
    z-index: 1;
    position: relative;
    display: inline-block;
}

    .author-thumb img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 25px;
        border: 5px solid #FFF;
    }

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #f5a623;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 9px;
    color: #FFF;
}

.top-header-author {
    text-align: center
}

.user-stats .user-stat {
    width: 100%;
    position: relative;
}

.user-stats {
    display: inline-flex;
    text-align: center;
    margin: auto;
}

    .user-stats .user-stat.big::after {
        top: 25%;
    }

    .user-stats .user-stat::after {
        content: '';
        width: 1px;
        height: 50%;
        background-color: #dbdbdb;
        position: absolute;
        top: 6px;
        right: 0;
    }

    .user-stats .user-stat:last-child::after {
        display: none
    }

.user-stat-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #939393;
}

.user-stat-title {
    font-weight: 600;
    font-size: 18px;
}

.big {
    padding: 0px 20px;
}

.profile-inline {
    height: 80px;
    padding: 0 43px;
    border-radius: 12px;
    background: #FFF;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.nav-sider {
    margin: 0;
    padding: 0px;
}

    .nav-sider .owl-prev {
        cursor: pointer;
        position: absolute;
        top: 32%;
        left: -25px;
        background: transparent !important;
    }

    .nav-sider .owl-next {
        cursor: pointer;
        position: absolute;
        top: 32%;
        right: -25px;
        background: transparent !important;
    }

        .nav-sider .owl-prev:hover,
        .nav-sider .owl-next:hover {
            color: #f5a623 !important;
        }

    .nav-sider .owl-nav {
        margin: 0 !important;
        padding: 0;
        height: 0;
    }

.profile-inline li {
    list-style: none;
    text-align: center;
    position: relative;
}

    .profile-inline li a::before {
        content: '';
        width: 1px;
        height: 30%;
        background-color: #e7e7e7;
        position: absolute;
        top: 35%;
        left: 0;
    }

    .profile-inline li a::after {
        content: '';
        width: 1px;
        height: 30%;
        background-color: #e7e7e7;
        position: absolute;
        top: 35%;
        right: 0;
    }

    .profile-inline li a {
        height: 80px;
        position: relative;
        width: 100%;
        display: inline-block;
        line-height: 80px;
    }

        .profile-inline li a i {
            color: #1e353e;
            opacity: 1;
            font-size: 16px;
            transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
            transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
            transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -w
        }

        .profile-inline li a p {
            line-height: 15px;
            color: #1e353e;
            letter-spacing: 1px;
            width: 100%;
            font-size: 0.875rem;
            font-weight: 600;
            text-align: center;
            position: absolute;
            top: 34px;
            -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
            opacity: 0;
            visibility: hidden;
            transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
            transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
            transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
        }

        .profile-inline li a:hover p,
        .profile-inline li a.active p {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            visibility: visible;
            z-index: 999;
        }

        .profile-inline li a:hover i,
        .profile-inline li a.active i {
            -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
            opacity: 0;
            visibility: hidden;
        }

        .profile-inline li a.active,
        .profile-inline li a:hover {
            border-bottom: 3px solid #f5a623;
        }


.about-me .card-header {
    display: flex;
    align-items: center;
}

    .about-me .card-header h4 {
        margin: 0px;
    }

    .about-me .card-header i {
        cursor: pointer;
        margin-left: auto;
        background: #fd4d4d21;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 9px;
        color: #fd4d4d;
    }

.about-me .card-body b {
    color: #f5a623
}

.about-me .card-body table tr td {
    width: 50%;
    padding: 10px 0;
    color: #606060;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.interest ul {
    padding: 0px;
}

    .interest ul li {
        list-style: none;
        display: inline-block;
        background: #2cace226;
        padding: 7px 13px 7px 5px;
        border-radius: 9px;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 10px;
    }


        .interest ul li i {
            background: #31aee2;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            border-radius: 7px;
            color: #FFF;
        }

        .interest ul li.info {
            color: #31aee2;
            background: #2cace226;
        }

            .interest ul li.info i {
                background: #31aee2;
                color: #FFF;
            }

        .interest ul li.success {
            color: rgb(76 175 80);
            background: rgb(76 175 80 / 15%);
        }

            .interest ul li.success i {
                background: rgb(76 175 80);
                color: #FFF;
            }


        .interest ul li.danger {
            color: #ff3131;
            background: rgb(255 49 49/ 15%);
        }

            .interest ul li.danger i {
                background: rgb(255 49 49);
                color: #FFF;
            }

        .interest ul li.warning {
            color: rgb(245 166 35);
            background: rgb(245 166 35/ 15%);
        }

            .interest ul li.warning i {
                background: rgb(245 166 35);
                color: #FFF;
            }

.friend-card {
    border-radius: 15px;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
}

.profile-cover-img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.card-info {
    text-align: center;
    padding-bottom: 15px;
}

    .card-info .profile-photo-lg {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 12px;
        margin-top: -25px;
        margin-bottom: 10px;
        border: 3px solid #FFF;
        box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.06);
    }

.friend-info .user-stats {
    margin-top: 15px;
}

.friend-info .user-stat-title i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #35b0e31a;
    border-radius: 12px;
    color: #27aae1;
}

.friend-info .big {
    padding: 0 15px;
}

.friend-info .user-stats {
    display: flex
}

.friend-info .user-stat-text {
    color: #000;
}

.search-friend {
    background: #FFF;
    padding: 10px 15px;
    border-radius: 12px;
    margin: 20px 0 30px;
    display: block;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.01);
}

    .search-friend .input-group {
        display: flex;
        align-items: center;
    }

        .search-friend .input-group input {
            background: transparent;
            border: 0;
            box-shadow: none;
            border-radius: 10px;
            height: 40px;
            padding: 0 10px;
            letter-spacing: 1px;
            font-weight: 500;
            font-size: 13px;
        }

    .search-friend .input-group-btn {
        width: auto;
    }

        .search-friend .input-group-btn i {
            font-size: 17px;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            background: #27aae1;
            border-radius: 11px;
            color: #FFF;
            box-shadow: 4px 7px 12px 0 rgba(35, 210, 226, .2);
        }

.friends-list h3 {
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

    .friends-list h3 span {
        color: #27aae1;
        font-weight: 700
    }

.friend-card #iframeyoutube {
    min-height: 200px
}

.video-info h5 {
    margin: 0;
}

.video-info {
    margin: auto;
    padding: 20px;
    background: #FFF;
    width: 100%;
    border-radius: 0px 0px 14px 14px;
    margin-bottom: 35px;
}

    .video-info p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .video-info .common-friends {
        margin-top: 5px;
    }

.video-card {
    margin-bottom: 0px;
    border-radius: 14px 14px 0px 0px;
}

.friend-card .cover {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.account .form-group {
    margin: 15px 0;
}

.account label {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

.account .form-control {
    height: 45px;
    border-radius: 4px;
    background: #FFF;
    border: 0px;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.01);
}

.account {
    margin-bottom: 50px;
}

.interests-box {
    position: relative;
    border-radius: 15px;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #bcebff;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.add-interest {
    transition: 0.3s;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #8bc34a;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 4px 7px 12px 0 rgba(35, 210, 226, .2);
}

.interests-title {
    display: flex;
    align-items: center;
    padding: 10px;
}

    .interests-title i {
        background: #35b0e3;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        border-radius: 10px;
        color: #FFF;
        box-shadow: 4px 7px 12px 0 rgba(35, 210, 226, .2);
    }

    .interests-title h4 {
        margin: 0px;
        margin-left: 8px;
        font-size: 13px;
        letter-spacing: 0.5px;
        font-weight: 500;
    }

.remove {
    background: #fd4d4d;
    transition: 0.3s;
}

#divaddedIntrest {
    margin-top: 20px;
}

.timeline .card-header {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
}

    .timeline .card-header .icon {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #28aae1;
        border-radius: 11px;
        color: #FFF;
        font-size: 16px;
        margin-right: 10px;
    }

.language {
    font-size: 20px;
    line-height: 41px;
}

.timeline .card-header .text-box h3 {
    margin: 0px;
    line-height: normal;
}

.timeline .card-header .text-box p {
    margin-bottom: 0px;
    color: #707070;
    font-size: 13px;
    letter-spacing: 1px;
}

.timeline .form-control {
    border: 1px solid #e7e7e7;
    display: block !important
}

.timeline .card-body {
    padding: 10px 0;
}

.timeline .textarea-box {
    resize: none;
    height: 150px;
}

.btn-custume {
    padding: 5px 10px 5px 20px;
    border-radius: 7px;
    border: 0px;
    letter-spacing: 1px;
    font-weight: 600;
    background: #35b0e3;
    text-transform: uppercase;
}

    .btn-custume i {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: hsl(0deg 0% 100% / 18%);
        border-radius: 8px;
        margin-left: 10px;
        transition: transform 0.3s ease-out;
    }

    .btn-custume:hover {
        box-shadow: 4px 7px 12px 0 rgba(35, 210, 226, .2);
    }

        .btn-custume:hover i {
            transform: translateX(4px);
        }

.remove:hover {
    box-shadow: none;
    background: #fd4d4d29 !important;
    color: #fd4d4d !important;
}

.add-interest:hover {
    box-shadow: none;
    background: rgb(139 195 74 / 16%);
    color: #8bc34a;
}

.travel-experience {
    position: relative;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
    width: 96%;
    padding: 10px;
}

.travel-img {
    position: relative;
    border-radius: 15px;
    background: #FFF;
    overflow: hidden;
}

.card-transparent {
    padding: 0px;
    background: transparent
}

.city-name {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

    .city-name i {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #f5a623;
        border-radius: 8px;
        margin-right: 10px;
        color: #3c2704;
        font-size: 16px;
    }

.travel-experience p {
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #818181;
}

.delete-travel {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fd4d4d;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    box-shadow: 4px 7px 12px 0 rgba(253, 77, 77, 0.2);
    cursor: pointer;
}

.add-travel-experience .form-control {
    height: 40px;
    padding: 0px 13px;
    line-height: 40px;
}

.add-travel-experience textarea.form-control {
    resize: none;
    height: 100px;
    line-height: normal;
}

.timeline .card-header .text-box h3.lh-15 {
    line-height: 15px;
}

.language-box {
    overflow: hidden;
    margin-bottom: 20px;
}

.language-show ul {
    padding: 0px;
}

    .language-show ul li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
        margin-top: 15px;
        border-radius: 10px;
        background: #FFF;
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
        padding: 5px 5px 5px 10px;
    }

.delete-language i {
    background: #fd4d4d;
    margin-left: 10px;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 4px 7px 12px 0 rgb(253 77 77 / 20%);
    transition: 0.3s;
}

    .delete-language i:hover {
        box-shadow: none;
        background: #fd4d4d29 !important;
        color: #fd4d4d !important;
    }

[class~=bootstrap-select][class~=open]:before {
    display: none;
}

.bootstrap-select .dropdown-menu > li > a {
    color: #5d5d5d;
    font-size: 13px;
    letter-spacing: 1px;
}

.bs-searchbox .form-control {
    border: 1px px solid #cdcdcd;
    box-shadow: none !important;
}

.dropdown-menu {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

.dropdown {
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

    .dropdown .dropdown-item:hover > .dropdown-menu {
        /*display: block;*/
        -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
        transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
        transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
        transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    }

.map {
    border-radius: 15px;
    overflow: hidden;
    margin: 15px 0 25px;
}

.flag-img {
    width: 30px;
}

.dashboard-box .card {
    background-image: url('../assets/images/card-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    min-height: 100px;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.card-1 {
    background: #1EAAE7;
    box-shadow: 4px 7px 12px 0 rgba(30, 170, 231, 0.2);
}

.card-2 {
    background: #fcbb23;
    box-shadow: 4px 7px 12px 0 rgba(245, 166, 35, 0.2);
}

.card-3 {
    background: #fd4d4d;
    box-shadow: 4px 7px 12px 0 rgba(253, 77, 77, 0.2);
}

.card-4 {
    background: #87c83b;
    box-shadow: 4px 7px 12px 0 rgba(135, 200, 59, 0.2);
}

.card-5 {
    background: #00bcd4;
    box-shadow: 4px 7px 12px 0 rgba(0, 188, 212, 0.2);
}

.card-6 {
    background: #00d3bf;
    box-shadow: 4px 7px 12px 0 rgba(0, 211, 191, 0.2);
}

.card-7 {
    background: #b055f6;
    box-shadow: 4px 7px 12px 0 rgba(176, 85, 246, 0.2);
}

.dashboard-box .card.card-1 i {
    background: rgb(15 152 211 / 0.8);
}

.dashboard-box .card.card-2 i {
    background: rgb(231 164 7 / 0.8);
}

.dashboard-box .card.card-3 i {
    background: rgb(223 44 44 / 0.7);
}

.dashboard-box .card.card-4 i {
    background: rgb(97 159 25 / 0.5);
}

.dashboard-box .card.card-5 i {
    background: rgb(0 176 199 / 0.8);
}

.dashboard-box .card.card-6 i {
    background: rgb(0 197 178 / 0.8);
}

.dashboard-box .card.card-7 i {
    background: rgb(144 0 255 / 0.5);
}

.dashboard-box .card i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 5px;
}

.dashboard-box .card h4 {
    margin: 0px;
    font-size: 30px;
    color: #FFF;
    letter-spacing: 1px;
}

.dashboard-box .card p {
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
}

.card-img {
    height: 90%;
    position: absolute;
    top: 5%;
    right: -45px;
}

.travelers-nearby {
    border-radius: 15px;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%) !important;
}

    .travelers-nearby .avatar img {
        object-fit: cover;
        height: 100%;
        object-position: center
    }

.mb-50 {
    margin-bottom: 50px;
}


.notification-detail .notification-box {
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    .notification-detail .notification-box .col-md-8,
    .notification-detail .notification-box .col-md-4 {
        width: 100%;
        float: none
    }

        .notification-detail .notification-box .col-md-8 .noti-fication {
            display: block !important;
            padding: 0px;
            border-radius: 0px;
        }

            .notification-detail .notification-box .col-md-8 .noti-fication p.published {
                margin: 0px;
            }

        .notification-detail .notification-box .col-md-4.fix-height {
            max-height: 100% !important;
            overflow-y: hidden !important;
            overflow-x: hidden;
            padding: 15px 0 0;
        }

        .notification-detail .notification-box .col-md-8 .popup-picture-image-wrap {
            display: block !important;
            background: transparent !important;
        }

            .notification-detail .notification-box .col-md-8 .popup-picture-image-wrap .popup-picture-image {
                border-radius: 15px;
                width: 100%;
                height: 350px;
                object-fit: cover;
            }

        .notification-detail .notification-box .col-md-4 .trip-details {
            margin-bottom: 0px
        }

.noti-fication {
    display: none;
}

.notification-detail .notification-box .col-md-4 .post-heading,
.notification-detail .notification-box .col-md-4 .published,
.notification-detail .notification-box .col-md-4 .post-description {
    display: none !important;
}

.noti-box {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin: 15px 0;
    padding: 12px 10px;
    cursor: pointer;
}

    .noti-box .post-detail {
        margin-left: 5px;
    }

    .noti-box:hover {
        border: 1px solid #bfecff;
        box-shadow: 0 6px 20px rgba(40, 170, 225, 0.2);
    }

    .noti-box:last-child {
        margin-bottom: 0px;
    }

    .noti-box h4 {
        margin-bottom: 0px;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .noti-box p {
        margin-bottom: 0px;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 500;
        color: #737272;
    }

    .noti-box .rounded-circle {
        width: 40px;
        height: 40px;
        object-fit: cover;
        margin-right: 15px;
    }

    .noti-box .icon-box i {
        font-size: 16px;
    }

.btn-width {
    width: 100%;
    position: relative;
    padding: 12px 0px;
}

    .btn-width i {
        position: absolute;
        right: 10px;
        top: 7px;
    }

.comment-click {
    color: #b7b7b7;
    cursor: pointer;
    position: relative;
    top: -3px;
}



.modalCustom {
    display: none;
    top: 0;
    width: 100%;
}

.modal-contentcustom {
    margin: auto;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal {
    background: rgb(0 0 0 / 37%);
}

.modal-dialog.feedpage .bg-white-p {
    padding: 0px;
    background: #FFF;
}

.modal-dialog.feedpage .modal-header {
    display: none
}


.modal-empty:empty {
    margin: auto;
    width: 100%;
    height: 250px;
    /* change height to see repeat-y behavior */
    background-image: radial-gradient(circle 10px at 50px 50px, lightgray 99%, transparent 0), linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);
    background-repeat: repeat-y;
    background-size: 100px 200px,
    /* circle */
    50px 200px,
    /* highlight */
    150px 200px, 350px 200px, 300px 200px, 250px 200px;
    background-position: 0 0,
    /* circle */
    0 0,
    /* highlight */
    120px 0, 120px 40px, 120px 80px, 120px 120px;
    animation: shine 1s infinite;
}

@keyframes shine {
    to {
        background-position: 0 0, 100% 0,
        /* move highlight to right */
        120px 0, 120px 40px, 120px 80px, 120px 120px;
    }
}


.article-post {
    box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 5%);
    padding: 15px;
    background: #FFF;
    z-index: 11;
    position: relative;
    width: 96%;
    margin: auto;
    margin-top: -50px;
    border-radius: 15px;
}

.feedpage .close-btn {
    display: block !important;
}

.travelguide {
    padding: 20px 20px 10px;
    border-radius: 25px;
    background: #FFF;
    margin-bottom: 50px;
}

    .travelguide h1.title {
        font-size: 30px;
        letter-spacing: 0.5px;
        color: #000;
        line-height: 40px;
    }

    .travelguide .content p,
    .travelguide .content span {
        font-family: 'Poppins', sans-serif !important;
        line-height: 30px;
        letter-spacing: 0.05px;
        font-size: 16px !important;
        color: #626a7f;
    }

.meta,
.meta-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 1px;
    color: #51535a;
}

.meta {
    flex-wrap: nowrap;
    background: #f1f2f6;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.author-avatar {
    flex-shrink: 0;
}

.meta-details {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 1px;
    color: #51535a;
}

.author-name {
    flex-shrink: 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

    .author-name a {
        font-weight: 600;
        color: #27aae1;
    }

.meta-details .meta-item {
    position: relative;
}

.author-avatar img {
    width: 45px;
    border-radius: 11px;
    margin-right: 10px;
}

.meta-details .meta-item:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin: 0 6px;
}

.single-author-box-container {
    padding: 20px 0;
    border-top: 1px solid #dfe1ea;
    border-bottom: 1px solid #dfe1ea;
}

.single-author-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.single-author-box-avatar {
    flex-shrink: 0;
    margin-right: 40px;
}

.single-author-box-desc {
    flex-grow: 1;
}

    .single-author-box-desc .more-articles {
        float: right;
        font-size: .8rem;
        display: inline-block;
        padding: 6px 15px;
        border-radius: 5px;
        background-color: #28abe2;
        color: #FFF;
    }

    .single-author-box-desc .written-by {
        display: block;
        margin-bottom: 3px;
        text-transform: uppercase;
        font-size: .8rem;
        letter-spacing: 1px;
    }

.single-author-box-avatar img {
    border-radius: 15px;
    box-shadow: 0 6px 20px #38394457;
    width: 120px;
    height: 120px;
}

.single-author-box-container .author-name {
    flex-shrink: 0;
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #28abe2;
    margin-bottom: 5px;
    font-weight: 600;
}

a.read-more {
    color: #27aae1;
}


.post-state {
    border: 0px !important;
    background: #f9f9f9;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.edit-cover-photo em {
    font-style: normal !important;
    color: #000;
}

.modal-overflow {
    overflow: hidden;
}

    .modal-overflow .modalCustom {
        overflow: auto;
        padding: 0px 15px;
    }


.uk-grid-small,
.uk-grid-column-small {
    margin-left: 0;
}

[class~=post] [class~=post-description] [class~=uk-grid-small] > * {
    padding-left: 0 !important;
}

.uk-width-1-2\@m.uk-width-1-2.uk-grid-margin.uk-first-column {
    padding-right: 7.5px !important;
}

.uk-width-1-2\@m.uk-width-1-2.uk-position-relative.uk-grid-margin {
    padding-left: 7.5px !important;
}

.uk-position-center.uk-light h3 {
    margin-bottom: 0px;
}

#divnewsfeed .post:last-child {
    margin-bottom: 0px;
}

.follow-btn {
    display: none;
}

#divpeoplelist p {
    margin-bottom: 0;
}

.user-map-popup .profile-photo {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 5px;
}

.user-map-popup .firstHeading {
    font-size: 14px;
    letter-spacing: 1px;
}

.map-btn {
    border: 0px;
    background: #27aae1;
    color: #FFF;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0px;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
}

    .map-btn:hover {
        color: #FFF;
    }

.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 15px !important;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.about-me {
    margin-bottom: 20px;
}

.video-info p.globe {
    min-height: 40px;
}


.mobile-menu-box {
    display: none;
}

/*chat and search ui changes*/

.friend-search {
    margin-bottom: 20px;
    border: 0px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 0px 20px;
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 4%);
}

#divsearchresult .people-list {
    border-radius: 15px;
    box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
    background-color: #fff;
    padding: 15px;
}


.chart-user-info {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

    .chart-user-info .user-img {
        min-width: 40px;
        height: 40px;
        object-fit: cover;
        width: 40px;
        margin-right: 10px;
    }

    .chart-user-info .text {
        margin: 0px;
    }

        .chart-user-info .text h4 {
            margin: 0;
        }

.messages-box {
    height: calc(100vh - 120px);
    display: flex;
   /* justify-content: end;*/
    flex-flow: column;
    padding: 20px;
    overflow-y: auto;
}

.sent-message input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 0px 20px;
    outline: none
}

.sent-message {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

    .sent-message button {
        min-width: 40px;
        height: 40px;
        border-radius: 50px;
        border: 0px;
        margin-left: 5px;
    }

.message-info {
    display: flex;
    align-items: start;
}

    .message-info img {
        min-width: 40px;
        height: 40px;
        object-fit: cover;
        width: 40px;
        margin-right: 10px;
    }

    .message-info .text-mess span {
        font-size: 12px;
        font-weight: 500;
        color: #999;
    }

    .message-info .text-mess p {
        padding: 10px 15px;
        background: #f3f3f3;
        border-radius: 50px;
        border-top-left-radius: 0;
        font-size: 13px;
        letter-spacing: 0.2px;
        font-weight: 500;
    }

    .message-info .text-mess {
        margin-top: 10px;
    }

.right-side-message-box {
    margin-left: auto;
    text-align: right;
}

.left-side-message-box {
    width: 90%;
    margin-right: auto;
    text-align: left;
}

#sidebar-chat .sidebar-chat-head {
    padding: 0px;
}

#sidebar-chat .uk-offcanvas-bar {
    padding: 0px !important
}

.right-side-message-box .text-mess p {
    border-radius: 50px;
    border-top-right-radius: 0;
    background: #0eb9ff;
    color: #FFF;
}


.fullsizeimg {
    min-height: 50px;
}

.travelguide .content p {
    word-break: break-all;
    line-height: 20px;
}


.chat-body {
    padding: 15px 0;
    max-height: 70vh;
    overflow-y: auto;
}

    .chat-body .dropdown-list-image img, .chat-body .dropdown-list-image {
        min-width: 40px;
        height: 40px;
    }
    .chat-body .people-list .font-weight-bold div {
        text-transform: capitalize;
        color: #000;
    }
    .chat-body .people-list .font-weight-bold span {
        font-size: 13px;
        font-weight: 400;
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

.chat-list .dropdown-menu {
    width: 300px;
    padding: 20px;
}

.write-story .control-label{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}
.write-story .form-group {
    margin-top: 10px;
}
.write-story .form-control {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin: 5px 0 10px;
    box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 3%);
    min-height: 50px;
    margin-top: 0px;
}

.write-story form {
    display: inline-block;
    width: 100%;
}
.write-story .language-show {
margin-bottom:20px;
}
.write-story .language-show ul li {
    margin-top: 10px;
}
.btn-footer {
text-align: right
}
    .btn-footer .btn {
        padding: 7px 10px 7px 20px
}

.upload-images-popup {
    width: 1000px;
    max-width: 90%;
}
.img-details {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.images-box {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
}
.editor-media-modal-detail__file-info tbody {
    display: flex;
    flex-wrap: wrap;
}
.editor-media-modal-detail__file-info tr {
    display: block;
    flex-basis: 50%;
    width: 100%;
    margin-bottom: 10px;
}
.editor-media-modal-detail__file-info th {
    color: var(--color-neutral-light);
    display: block;
    font-size: .75rem;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.editor-media-modal-detail__file-info td {
    overflow: hidden;
    position: relative;
    font-size: 13px;
}
    .editor-media-modal-detail__file-info td abbr {
        border: 0px;
        text-decoration: none;
    }
.chat-scrollbar{
    max-height: calc(100vh - 175px);
    overflow-y: auto
}

.chat-messages{
    max-height: calc(100vh - 240px);
    overflow-y: auto
}

.all-message {
    padding: 0px;
}
.chat-message-left, .chat-message-right {
    display: flex;
    flex-shrink: 0;
    margin-bottom: 40px
}
    .chat-message-left:last-child, .chat-message-right:last-child {
        margin-bottom: 0px
    }
    .chat-message-left {
        margin-right: auto;
    }
.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto;
    text-align: right;
}
.chat-messages .chat-message-left .bg-light {
    border-radius: 15px !important;
    border-top-left-radius: 0px !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 20px 20px !important;
    background: #f5f7fb !important;
    max-width: 80%;
}
.chat-messages .chat-message-right .bg-light {
    border-radius: 15px !important;
    border-top-right-radius: 0px !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 20px 20px !important;
    background: #f5f7fb !important;
    max-width: 80%;
}
.me-3 {
    margin-right: 1rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}


.chat-scrollbar a {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.2px;
}

    .chat-scrollbar a .small {
       color: #999
    }
        .chat-scrollbar a .small .chat-online {
            color: #00c9a7;
        }

        .chat-scrollbar a .small .chat-offline {
            color: #F00;
        }
.chat-messages .bg-light {
    color: #6c6c6c;
    font-size: 13px !important;
}
    .chat-messages .bg-light .font-weight-bold {
        font-weight: 500 !important;
        color: #000;
        font-size: 12px;
        letter-spacing: 0.3px;
    }
.bg-default {
    background: #000;
}




.delete-account {
    text-align: center;
    width: 50%;
    margin: auto;
    max-width: 100%;
}

    .delete-account .red-icon {
        font-size: 45px;
        color: #ff3a3a;
        margin-bottom: 20px;
    }

    .delete-account h1 {
        text-transform: uppercase;
        color: #000;
    }

    .delete-account p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }



.post-title h4{
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-form {
    margin: 4px 0;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #f5a623;
}

.wp-caption {
    width: auto !important;
}

.img-dialog {
    width: auto;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.img-dialog .modal-title {
    display: none;
}

.img-dialog .modal-header {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
}
.img-dialog .modal-body {
    padding: 0px;
    text-align: center;
}
.img-dialog .modal-body img {
    border-radius: 10px;
}

input[type="text"] {
    outline: none !important;
}

.chart-user-info .user-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.position {
    position: relative;
    overflow: hidden
}
.ui-menu {
    list-style: none;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 5%);
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-height: 350px;
    max-width:350px
}


.about-me .card-body p {
    word-break: break-all;
}

input[type="submit"] {
    padding: 10px 20px;
    outline: none !important
}

.section-card {
    background: #FFF;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 3%);
}

.accordion-ui .panel-heading {
    background: #FFF;
    padding: 15px;
}

.accordion-ui .panel-default {
    border: 0px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 5%);
    border-radius: 5px !important;
    overflow: hidden;
    margin-bottom: 15px !important;
}

.accordion-ui .form-control {
    border: 1px solid #999;
    border-radius: 4px 10px 10px 10px;
    font-weight: 500;
    font-size: 14px;
}

.info-icon {
    display: inline-flex;
    margin: 10px 0 20px;
    border: 1px solid #a7a7a7;
    padding: 4px 15px 4px 5px;
    border-radius: 50px;
    color: #a7a7a7 !important;
    align-items: center;
    font-weight: 600;
}
    .info-icon i {
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #27aae1;
        color: #FFF;
        border-radius: 30px;
        margin-right: 5px;
    }
    .img-dialog .bg-white-p {
        background: #FFF;
    }
.modal-dialog-centered.img-dialog {
    height:100vh
}

.img-upload .fileUpload {
    border: 2px dashed #cbcbcb;
}
    .img-upload .fileUpload p i{
        font-size: 13px !important;
    }