@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ================================================================================== 
Reset Css
===================================================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #ff7555;
}

::selection {
    /* color: #fff; */
    /* background: #ff7555; */
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
    font-weight: 400 !important;
    background-color: #f0f0f0;
    color: #000000;
    margin: 0 auto;
}

body::-webkit-scrollbar {
    scrollbar-width: thin;
    background-color: #555;
}

ol,
ul {
    list-style: none;
    padding-left: 0 !important;
}

a {
    color: inherit;
    text-decoration: none !important;
}

a:hover {
    color: #567bf5 !important;
    text-decoration: none !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0px;
    padding: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}


textarea {
    outline: none;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}

h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}

blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }

    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }

    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }

    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height
	and something more appropriate for display headings */
    }

    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd>span i,
.view-more>a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts>a,
.bk-links li a,
.like-com li a,
.user-profy>a,
.slick-previous:before,
.slick-nexti:before,
.comment>a,
.sign_link>a,
.post-popup,
.post-project>a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec>a,
.star-descp>a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt>a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev>a,
nav ul li:hover>ul,
.user-pro-img>a i {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

body::-webkit-scrollbar-corner {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

/* === menu Scrollbar Chrome === */

.mobileMenu::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.mobileMenu::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.mobileMenu::-webkit-scrollbar-corner {
    background-color: transparent;
}

.mobileMenu::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

/* === Input Text Placeholder Color === */


/* === Input Text Placeholder Color === */


/* === Input Email Placeholder Color === */

/* --- Night Mode Btn --- */


.night_mode_switch__btn .btn-night-mode {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 10px;
    color: #313131;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.night_mode_switch__btn .btn-night-mode i {
    font-size: 120%;
    height: 30px;
    Width: 30px;
    background: #ffecec;
    border-radius: 100%;
    margin-right: 10px;
    padding: 7px;
    display: inline-block;
}


/* === 01 Main Homepage === */

/* === Main Header === */

header {
    background-color: #313131 !important;
    padding: 0 !important;
    display: block;
    width: 100%;
}

.bg-dark1 {
    background-color: #313131 !important;
}

.main-logo {
    margin-top: 6px;
}

.navbar-toggler {
    font-size: 14px !important;
}

.navbar {
    padding: 0px !important;

}

.custom-navbar .navbar-nav .nav-item {
    padding: 0 6px;
}

.custom-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

.custom-navbar .navbar-nav .active>.nav-link,
.custom-navbar .navbar-nav .nav-link.active,
.custom-navbar .navbar-nav .nav-link.show,
.custom-navbar .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255);
}

.custom-navbar .navbar-toggler {
    padding: 0 !important;
    color: rgb(142, 142, 142) !important;
    border: 0 !important;
    border-radius: 2px !important;
    font-size: 20px !important;
    line-height: 42px;
    margin-right: 15px;
}

.custom-navbar .navbar-toggler:hover {
    color: rgb(255, 255, 255, 0.9) !important;
    background: none !important;
    border: 0 !important;
    border-radius: 2px !important;
}

.custom-navbar .navbar-toggler:focus {
    color: #fff !important;
    background: none !important;
    border-color: 0 !important;
    border-radius: 2px !important;
    outline: none;
    box-shadow: none;
}

.custom-navbar .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255, 0.9) !important;
}

.mt1-5 {
    margin-top: 104px !important;
}

.page-links {
    cursor: pointer;
}

.add-event {
    display: inline-block;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #fff !important;
    background: #ff7555;
    margin-left: 30px;
    text-align: center;
    line-height: 37px;
}

.add-event:hover {
    color: #fff !important;
    background: rgb(255, 117, 85, 0.9) !important
}

.add-event-btn {
    display: block;
    color: #fff !important;
    background: #ff7555;
    height: 50px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.btn-hover:hover {
    color: #fff !important;
    background: rgb(255, 117, 85, 0.9) ! important
}

.group-icons {
    margin-bottom: 0;
    margin-left: 35px;
}

.group-icons li {
    display: inline-block;
    padding: 13px 15px;
}

.group-icons li .icon-set {
    color: rgb(255, 255, 255, .5) !important;
    font-size: 20px;
    position: relative;
}

.group-icons li .icon-set:hover {
    color: #fff !important;
}

.group-icons li .icon-set:focus {
    color: #fff !important;
}

.account {
    margin-left: 35px;
    padding: 12px 0;
}

.account .user-dp img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #e5e5e5;
}

.account .account-link {
    font-size: 14px;
    display: flex;
    color: rgb(255, 255, 255, .5) !important;
}

.account .account-link:hover {
    color: rgb(255, 255, 255) !important;
}

.account .account-link:focus {
    color: rgb(255, 255, 255) !important;
}

.account i {
    padding: 12px 0 0;
}

.pages-dropdown {
    display: block;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.18);
}

.dropdown .pages-dropdown:after {
    border: 8px solid transparent;
    border-bottom-color: white;
    content: "";
    height: 0;
    left: 15px;
    opacity: 1;
    -webkit-transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
    position: absolute;
    top: -15px;
    width: 1px;
}

.link-item {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.link-item:hover {
    color: #ff7555 !important;
}

.account-dropdown {
    display: block;
    margin-top: 5px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.18);
}

.dropdown .account-dropdown:after {
    border: 8px solid transparent;
    border-bottom-color: white;
    content: "";
    height: 0;
    right: 15px;
    opacity: 1;
    -webkit-transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
    position: absolute;
    top: -15px;
    width: 1px;
}

span.right-cm {
    float: right;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #313131;
}

.group-icons .user-request-dropdown {
    display: block;
    width: 277px;
    right: -13px;
    margin-top: 5px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.18);
}

.dropdown .user-request-dropdown:after {
    border: 8px solid transparent;
    border-bottom-color: white;
    content: "";
    height: 0;
    right: 15px;
    opacity: 1;
    -webkit-transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
    position: absolute;
    top: -15px;
    width: 1px;
}

.user-request-list {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.user-request-list:last-child {
    border-bottom: 0;
}

.user-request-list {
    display: block;
    width: 100%;
}

.request-users {
    display: block;
    width: 100%;
    padding: 20px;
}

.user-request-dt {
    display: block;
    display: flex;
}


.user-request-dt .user-title {
    color: #313131;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 8px !important;
    margin-left: 10px !important;
}

.user-request-dt .user-title:hover {
    color: #ff7555 !important;
}

.user-request-dt img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 100%;
    background: #e5e5e5;
    display: block;
}

.accept-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 12px;
    background: #ff7555;
    border: 0;
    border-radius: 3px;
    float: right;
    color: #fff;
    margin-top: 2px;
}

.accept-btn:hover {
    color: #fff !important;
    background: #f55f3d ! important
}

.view-all {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    text-align: center;
    background: #ff7555;
    border: 0;
    border-radius: 0px;
    width: 100%;
    display: block;
    color: #fff;
}

.view-all:hover {
    color: #fff !important;
    background: #f55f3d ! important
}

.group-icons .notification-dropdown {
    display: block;
    width: 277px;
    right: -17px;
    margin-top: 5px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.18);
}

.dropdown .notification-dropdown:after {
    border: 8px solid transparent;
    border-bottom-color: white;
    content: "";
    height: 0;
    right: 15px;
    opacity: 1;
    -webkit-transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
    position: absolute;
    top: -15px;
    width: 1px;
}

.user-request-dt .user-title1:hover {
    color: #ff7555 !important;
}

.user-request-dt .user-title1 {
    color: #313131;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 0px !important;
    margin-left: 10px !important;
    display: block;
}

.user-request-dt span {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    color: #847577;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}

.time5 {
    font-size: 11px;
    font-weight: 500;
    color: #a7a8aa;
    float: right;
    position: absolute;
    right: 20px;
}

.dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
    width: 20rem !important;
}

.dropdown-account {
    padding: 0;
    border: none;
    overflow: hidden;
    width: 13rem !important;
}

.dropdown-menu {
    border-radius: 5px !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
}

.custom-navbar .dropdown .icon-set .notify-count {
    display: block;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #ff7555;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -9px;
    right: -8px;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 30%);
}

.dropdown-list .item-header {
    background-color: #313131;
    border: 1px solid #313131;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0.8rem 1rem;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-list .item-header h6 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.dropdown-list .item-header .heading-btns a {
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 20px;
}

.dropdown-list .item-body {
    background-color: #ffffff;
}

.dropdown-list .item-header .heading-btns a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.dropdown-list .item-body .media {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dropdown-list .item-body .media .item-img {
    margin-top: 0;
    position: relative;
    margin-right: 15px;
}

.dropdown-list .item-body .media .item-img img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
}

.dropdown-list .item-body .media .item-img .chat-status {
    display: block;
    height: 12px;
    width: 12px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 30%);
    position: absolute;
    top: 0px;
    left: -3px;
    z-index: 2;
}

.dropdown-list .item-body .media .media-body {
    position: relative;
}

.dropdown-list .item-body .media .item-img .chat-status.offline {
    background-color: #b0bacb;
}

.dropdown-list .item-body .media .item-img .chat-status.online {
    background-color: #ff7555;
}

.dropdown-list .item-body .media .media-body .item-title {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
    display: block;
}

.dropdown-list .item-body .media .media-body .item-title:hover {
    color: #f55f3d !important;
}

.dropdown-list .item-body .media .media-body p {
    font-size: 13px;
    color: #847577;
    line-height: 20px;
    margin-bottom: 0;
}

.dropdown-list .item-body .media .media-body .item-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #847577;
}

.dropdown-list .item-body .media .btn-area .item-btn {
    float: right;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    color: #847577;
    line-height: 35px;
    margin-left: 5px;
}

.dropdown-list .item-body .media .btn-area .item-btn:hover {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #313131 !important;
}

.offcanvas-header {
    border-bottom: 1px solid #313131;
    background: #313131;
}

.close-btn {
    padding: 0;
    font-size: 24px;
    color: rgb(255, 255, 255, .5);
    border-radius: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0;
}

.close-btn:hover,
.close-btn:focus {
    color: rgb(255, 255, 255, 1);
}

.offcanvas-search {
    margin-left: 370px;
    padding: 10px 0;
}

.custom-navbar .navbar-search .btn {
    background: #272525;
    color: #847577;
    height: 40px;
    width: 40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

.custom-navbar .navbar-search .btn:hover {
    color: #fff;
}

.custom-navbar .navbar-search .form-control {
    font-size: 13px;
    background: #272525;
    width: 210px;
    height: 40px;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dsearch-box {
    font-size: 14px !important;
    padding: 0.375rem 0.75rem 0.375rem 2rem !important;
}

.search-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #313131;
}

/* === Left Side Homepage === */

main {
    display: block;
    width: 100%;
    padding: 0rem 0 !important;
    /* padding: 8rem 0; */
}

.main-section {
    display: block;
    width: 100%;
}

.main-left-sidebar {
    display: block;
    width: 100%;
    margin-top: 0px;
}

.user-data {
    text-align: center;
}

.full-width {
    border-radius: 5px;
    display: block;
    width: 100%;
    /* background-color: #fff;*/
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
}

.user-profile {
    display: block;
    width: 100%;
}

.username-dt {
    display: block;
    width: 100%;
    padding-top: 40px;
}

.usr-pic {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: -48px;
    display: inline-block;
}

.usr-pic>img {
    float: none;
    border: 4px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    width: 100%;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.user-main-details {
    display: block;
    width: 100%;
    padding: 60px 0 22px 0;
}

.user-main-details h4 {
    color: #313131;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-main-details span {
    color: #a7a8aa;
    font-size: 14px;
    font-weight: 400;
}

.user-main-details span i {
    color: #ff7555;
    font-size: 14px;
    margin-right: 5px;
}

.followers-dts {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 27px;
    display: flex;
}

.followers-dts li {
    Width: 50%;
    text-align: center;
}

.followers-dts li:nth-child(1) {
    border-right: 1px solid #e6e6e6;
}

.followers-dt-sm h4 {
    color: #313131;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
}

.followers-dt-sm span {
    color: #847577;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}


.profile-link a:hover {
    color: #ff7555 !important;
}

.profile-link a:focus {
    color: #ff7555 !important;
}

.categories-left-heading {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
}

.categories-left-heading h3 {
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    line-height: 24px;
    margin-bottom: 0px;
}

.categories-items {
    height: 330px;
    display: block;
    overflow: hidden;
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
}

.categories-items::-webkit-scrollbar {}

.categories-items::-webkit-scrollbar {
    width: 3px;
    height: 15px;
}

.categories-items::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.categories-items::-webkit-scrollbar-corner {
    background-color: transparent;
}

.categories-items::-webkit-scrollbar-thumb {
    height: 6px;
    border: 0 solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

.categories-container {
    display: block;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.category-item {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}

.category-item img {
    width: 24px;
    margin-right: 15px;
}

.category-item:hover {
    color: #ff7555 !important;
}

.sugguest-user {
    display: flex;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.sugguest-user-dt {
    display: block;
    display: flex;
}

.sugguest-user-dt img {
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.sugguest-user-dt a h4 {
    color: #313131 !important;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.sugguest-user-dt a h4:hover {
    color: #ff7555;
}

.request-btn {
    float: right;
    border: 0;
    background: #e4e6eb;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    font-size: 18px;
    text-align: center;
    color: #313131;
    line-height: 36px;
    padding: 2px 0;
}

.request-btn:hover {
    border: 0;
    background: #e6e6e6;
    color: #313131;
}

.request-btn:focus {
    outline: none;
}

/* === Center Part Homepage === */

.loading-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.process-btn {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    border: 0;
    background: #ff7555;
}

.process-btn i {
    padding: 5px;
}

.loading-btn .spinner-border {
    margin-right: 5px !important;
    vertical-align: middle !important;
}

.center-section {
    display: block;
    width: 100%;
}

.main-search-bar {
    border-radius: 5px;
    padding: 30px 20px;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 47px;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
}

.main-search-bar h2 {
    font-size: 18px;
    color: #313131;
    font-weight: 600;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 21px;
}


.bootstrap-select .dropdown-menu.inner {
    padding: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block;
}

.btn-light {
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #847577 !important;
    background-color: #fff !important;
    border: 1px solid #e6e6e6 !important;
    padding: 5px 20px !important;
    min-height: 40px !important;
    border-radius: 5px !important;
    transition: none !important;
}


.bootstrap-select .dropdown-menu.inner {
    padding: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block;
}

.main-form .bootstrap-select .dropdown-toggle:focus,
.main-form .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
    border-color: #ff7555 !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff !important;
    border-radius: 0 !important;
    background-color: #ff7555 !important;
}

.bootstrap-select.dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ff7555 !important;
}


.bootstrap-select .dropdown-item {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-left: -10px !important;
}

.main-form .bootstrap-select .dropdown-toggle:focus,
.main-form .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
    border-color: #ff7555 !important;
    box-shadow: none !important;
}

.clock-icon .bootstrap-select>.dropdown-toggle:after {
    content: '\f017';
    font-family: 'Font Awesome 6 free';
    border: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 37%;
}

.select-icon .bootstrap-select .dropdown-toggle .filter-option-inner-inner i {
    margin-right: 7px !important;
}

.select-icon .bootstrap-select .dropdown-menu li a span.text {
    margin-left: 7px !important;
}

.search-btn {
    width: 100%;
    height: 40px;
    border: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ff7555;
    border-radius: 5px;
}

.search-btn i {
    font-size: 16px;
}

.search-btn:focus {
    outline: none;
}

.search-btn:hover {
    background: #f55f3d;
}

.search-btn span {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: none;
}

.border-lr {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.main-tabs {
    display: block;
    width: 100%;
}

.main-tabs .nav-tabs {
    border-top: 0;
    border-bottom: 0;
    margin: 0 0 1.5rem;
    border-bottom: 0;
}

.main-tabs .nav-tabs .nav-item .nav-link {
    background: #fff;
    color: #313131;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 5px;
}

.main-tabs .nav-tabs .nav-item .nav-link.active,
.main-tabs .nav-tabs .nav-item .nav-link.active:hover {
    color: #ffffff !important;
    background-color: #ff7555 !important;
    border: 0 !important;
}

.main-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #313131 !important;
    background-color: #f9f9f9 !important;
    border: 0 !important;
}

.main-posts {
    display: block;
    width: 100%;
}

.event-main-post {
    border-radius: 5px;
    display: block;
    width: 100%;
    /* height: 100%; */
    background-color: #fff;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
}

.event-top {
    display: block;
    width: 100%;
    padding: 18px 20px;
}

.event-top-left {
    display: block;
}

.event-time {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #847577;
}

.event-title {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
    margin-bottom: 7px;
    display: block;
}

.event-title:hover {
    color: #ff7555 !important;
}

.event-type {
    color: #847577;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.ingo-counter {
    font-size: 14px;
    margin-bottom: 0;
    /* margin-top: 7px; */
    color: #847577;
}

.ingo-counter span:first-child:after {
    content: "\e937";
    font-family: 'Feather';
    font-size: 6px;
    padding: 0 7px 0 10px;
}

.group-btns {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: stretch;
    margin-top: -23px;
}

.interest-btn {
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: #e5e5e5;
    color: #313131;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 0;
    margin-left: 10px;
    color: #313131;
    background: #e5e5e5;
}

.post-dt-dropdown span {
    font-size: 14px;
    color: #a7a8aa;
    cursor: pointer;
}

.no-events {
    text-align: center;
    padding: 50px 20px;
}

.no-events span {
    font-size: 16px;
    font-weight: 400;
    /*   color: #313131;*/
    margin-top: 1rem;
    display: block;
}

/* Event radio buttons */
.section {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto;
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.checkbox:checked~.background-color {
    background-color: var(--white);
}

.z-bigger [type="radio"]:checked+label:after,
.z-bigger [type="radio"]:not(:checked)+label:after {
    background: transparent;
    visibility: hidden;
}

.z-bigger [type="checkbox"]:checked,
.z-bigger [type="checkbox"]:not(:checked),
.z-bigger [type="radio"]:checked,
.z-bigger [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 8px;
    background: #ff7555;
    z-index: 100 !important;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
    position: absolute;
    font-family: 'unicons';
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.checkbox:not(:checked)+label:before {
    content: '\eac1';
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
}

.checkbox:checked+label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
}

.checkbox:checked~.section .container .row .col-12 p {
    color: var(--dark-blue);
}

.checkbox-tools:checked+label,
.checkbox-tools:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 7px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    color: #fff;
}

.checkbox-tools:not(:checked)+label {
    color: #313131;
    background-color: #f7f7f7;
}

.checkbox-tools:checked+label {
    background-color: transparent;
}

.checkbox-tools:not(:checked)+label:hover {
    color: #ff7555;
    background-color: #f7f7f7;
}

.checkbox-tools:checked+label::before,
.checkbox-tools:not(:checked)+label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #ff7555;
    z-index: -1;
    border: 0;
}

.checkbox-tools:checked+label .uil,
.checkbox-tools:not(:checked)+label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked~.section .container .row .col-12 .checkbox-tools:not(:checked)+label {
    background-color: var(--light);
    color: var(--dark-blue);
}


/* checkbox aspect nochecked */
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checkbox aspect checked */
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ff7555;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: .13em;
    left: 0.22em;
    font-size: .84em;
    line-height: 1.3;
    color: #ff7555;
    transition: all .2s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #ff7555 !important;
}


.rptbttmtext {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 13px 15px;
}

.rptbttmicon i {
    color: #f0284a;
    font-size: 20px;
    margin-right: 15px;
}

.rptbrttext p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    color: #313131;
}

.report-box {
    padding: 0;
    display: none;
    margin-top: 0;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
    padding-top: 16px;
}

.reprtile10 {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}

.report-textarea {
    margin-bottom: 20px;
}

.report_textarea_1 {
    border: 1px solid #e6e6e6;
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    border-radius: 8px;
    width: 100%;
    min-height: 80px;
    color: #313131;
    box-shadow: none;
    letter-spacing: .009375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    background: #fff;
}

.main-btn {
    height: 40px;
    padding: 0 20px;
    display: inline-block;
    border: 0;
    border-radius: 5px;
}

.color {
    background: #ff7555;
    color: #fff;
}

.cancel {
    background: #e4e6eb;
    color: #313131;
}

.cancel:hover {
    background: #e6e6e6;
    color: #313131;
}

.post-link-item {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 15px;
    clear: both;
    font-weight: 400;
    color: #847577;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
}

.post-link-item:hover {
    color: #ff7555 !important;
}

.main-photo {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-photo a {
    display: block;
}

.main-photo img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.photo-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* bottom: 0; */
    opacity: 0.3;
    /* border-top-left-radius: 3px; */
    /* border-top-right-radius: 5px; */
    background-image: -moz-linear-gradient(transparent, black 85%);
    background-image: -webkit-linear-gradient(transparent, black 85%);
    background-image: -ms-linear-gradient(transparent, black 85%);
    background-image: linear-gradient(transparent, black 85%);
}

.option-ellipsis {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ellipsis-btn {
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    background: rgba(49, 49, 49, 0.1);
    border-radius: 5px;
}

.ellipsis-btn:hover {
    color: #fff !important;
    background: rgba(49, 49, 49, 0.2);
}

.icon-mr1 {
    margin-right: 10px;
    font-size: 14px;
}

.main-btns {
    margin-bottom: 0;
}

.event-body {
    /* display: block; */
    width: 100%;
    padding: 15px;
}

.main-btn-link {
    border: 1px solid #fff;
    padding: 10px 20px;
    width: 100px !important;
    font-size: 12px;
    margin: 0 2px 10px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: rgba(49, 49, 49, 0.3);
}

.main-btn-link:hover {
    border: 1px solid #ff7555;
    background: #ff7555;
    color: #fff !important;
}

.main-btn-link:focus {
    outline: none;
}

.it-items {
    display: inline-flex;
    text-align: center;
}

.event-city-dt {
    display: block;
    width: 100%;
    padding: 15px 0;
}

.city-dt-list {
    margin-bottom: 0;
}

.city-dt-list li {
    width: 24.4%;
    text-align: center;
    display: inline-block;
}

.list-text-dt {
    text-align: left;
    margin-left: 10px;
}

.it-items i {
    margin-top: -7px;
    font-size: 14px;
    color: #ff7555;
}

.list-text-dt span {
    font-size: 13px;
    font-weight: 600;
    color: #313131;
    line-height: 0;
    display: block;
    margin-bottom: 7px;
}

.list-text-dt ins {
    font-weight: 400;
    font-size: 13px;
    line-height: 0;
    color: #847577;
    text-decoration: none;
}

.event-go-dt {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.go-dt-list {
    margin-bottom: 0;
}

.go-dt-list li {
    width: 33%;
    text-align: center;
    display: inline-block;
    margin-left: -5px;
}

.like-comments {
    display: block;
    width: 100%;
    padding: 16px 20px;
}

.left-comments {}

.right-comments {
    margin-left: auto;
}

.lc-left {
    margin-left: 30px;
}

.like-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    color: #847577;
    cursor: pointer;
}

.like-item span {
    margin-left: 5px;
    margin-bottom: 0;
}

.like-item ins {
    text-decoration: none;
}

.like-item:hover {
    color: #ff7555 !important;
}

.treading {
    position: absolute;
    top: 0;
    left: 0;
}

.main-loader {
    display: block;
    width: 100%;
}

/* === Animation Loader === */

.spinner {
    margin: 0 auto 0;
    width: 50px;
    text-align: center;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    line-height: 20px;
    border: 1px solid rgb(230, 230, 230);
    cursor: pointer;
}

.spinner>div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #313131;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #313131;
    opacity: 0.702;
}

.spinner .bounce3 {
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
    background-color: #313131;
    opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* === Homepage Right Side === */

.post-event {
    text-align: center;
    padding: 27px 20px 39px;
    border-radius: 5px;
    position: relative;
    background-image: url(../images/homepage/right-side/top-img.jpg);
}


.post-event h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}

.post-event p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 30px;
}

.add-nw-event {
    font-size: 14px;
    color: #fff;
    background: #ff7555;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
}

.add-nw-event:hover {
    color: #fff !important;
    background: #f55f3d;

}

.add-posts-event {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    background: #ff7555;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
}

.add-posts-event:hover {
    color: #000000 !important;
    background: #f55f3d;

}

.add-reels-event {
    font-size: 14px;
    color: #fff;
    background: #ff7555;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
}

.add-reels-event:hover {
    color: #fff !important;
    background: #f55f3d;

}

.add-tagged-event {
    font-size: 14px;
    color: #fff;
    background: #ff7555;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
}

.add-tagged-event:hover {
    color: #fff !important;
    background: #f55f3d;

}

.explore-events h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #313131;
    margin-bottom: 1rem;
    margin-top: 2rem;
}


.explore-events-dt {
    margin-bottom: 0;
}

.explore-events-dt li {
    display: inline-block;
    width: 49.2%;
}

.explore-card {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    position: relative;
    margin-top: 0px;
}

.light-blue {
    background: linear-gradient(135deg, #168fe8 0, #3aa8fb 100%) !important;
    color: #fff;
    border-radius: 5px;
}

.light-yellow {
    background: linear-gradient(135deg, #f1a72c 0, #fdd05b 100%) !important;
    color: #fff;
}

.dark-blue {
    background: linear-gradient(135deg, #6859f2 0, #915cf4 100%) !important;
    color: #fff;
    border-radius: 5px;
}

.light-green {
    background: linear-gradient(135deg, #c7cbd4 0, #c3c7d2 100%) !important;
    color: #fff;
    border-radius: 5px;
}

.explore-card .explore-item-1 {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.explore-card .explore-item-1 .explore-icon-bg {
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: -20px;
    top: 35px;
    opacity: 0.1;
}

.explore-card .explore-item-1 .icon-large-1 {
    font-size: 90px;
    width: 110px;
    height: 50px;
    text-shadow: 3px 7px rgba(0, 0, 0, 0.3);
}

.explore-content {
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}

.explore-content span {
    display: block;
}

.explore-content i {
    font-size: 18px !important;
    margin-bottom: 10px;
}

.exp-left {
    margin-left: 3px;
}

.exp-right {
    margin-right: 3px;
}

.w-weather {
    background-image: url(../images/homepage/right-side/weather.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #ff7555;
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
}

.weather-top {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.weather-left {
    text-align: left;
}

.w-weather .weather-city {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-bottom: 19px;
}

.w-weather .week-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}

.w-weather .week-text i {
    margin-right: 5px;
}

.weather-left ul {
    margin-bottom: 0;
}

.weather-left ul li {
    margin-bottom: 0;
    display: inline-block;
}

.weather-left .up-down {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-top: 30px;
}

.weather-left .up-down i {
    margin-right: 5px;
}

.weather-right {
    margin-left: auto;
}

.weather-right span {
    display: block;
    margin-top: 35px;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.weather-right i {
    margin-top: 30px;
    font-size: 50px;
    color: #fff;
}

.weekly-weather {
    margin-bottom: 0;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.weekly-weather li {
    display: inline-block;
    width: 15%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.news-item {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    clear: both;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    display: block;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}

.news-item i {
    margin-right: 10px;
    font-size: 14px;
    color: #ff7555;
}

.news-item-heading {
    display: flex;
}

.news-item-heading img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.news-item-heading h6 {
    font-size: 14px;
    font-weight: 500;
    color: #313131;
}

.news-description {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-top: 0px;
    color: #847577;
}

.news-description a {
    margin-left: 2px;
}

.news-data {
    text-align: left;
    margin-bottom: 0 !important;
}

/* === Footer ===*/

footer {
    background: #1F1F1F;
    display: block;
    width: 100%;
    padding: 23px 0;
    margin-top: auto;
}

.footer-left {
    text-align: left;
}

.copyright-text {
    text-align: right;
    margin-bottom: 0;
}

.copyright-text li {
    display: inline-block;
}

.copyright-text img {
    margin-right: 15px;
}

.ftr-1 {
    font-size: 15px;
    font-weight: 400;
    padding-top: 3px;
    color: #fff;
}

.ftr-1 a {
    color: #ff7555;
}

.ftr-1 a:hover {
    color: #f55f3d !important;
}

.footer-right {
    text-align: right;
}

.footer-left ul {
    margin-bottom: 0;
}

.footer-left ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer-left a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.footer-left a:hover {
    color: #ff7555 !important;
}

/* === Title Bar ===*/

.title-bar {
    text-align: left;
    width: 100%;
    padding: 30px 0;
    background: #272525;
    position: relative;
}

.title-bar:before {
    content: "";
    background: url(../images/space.jpg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.title-bar-text {
    margin: 0;
    padding: 20px 0;
}

.title-bar-text li {
    display: inline-block;
}

.title-bar-text .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
}

.title-bar-text .breadcrumb-item a:hover {
    color: #ff7555 !important;
}

.title-bar-text .breadcrumb-item.active {
    color: #ff7555;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem !important;
    padding-left: .3rem !important;
    color: #ffffff !important;
    content: "/";
}

.discussion-mp {
    padding: 30px 0 !important;
}

.add-topic {
    border-radius: 5px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 40px;
    border: 0;
}

.add-topic:hover {
    background: #f55f3d;
}

.add-topic:focus {
    outline: none;
}

.topic-categories-bg {
    border-radius: 5px;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.category-topics {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}

.category-topics:hover,
.category-topics.active {
    color: #313131 !important;
}

.tag-card {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 15px 20px !important;
    display: block;
    width: 100%;
}

.tag-card li {
    display: inline-block;
    padding: 0 5px 10px 0;
}

.tag-item1 {
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #313131;
    padding: 5px 8px;
    background: #fff;
}

.tag-item1:hover {
    border: 1px solid #ff7555;
    color: #fff !important;
    background: #ff7555;
}

.category-card {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 15px 20px !important;
    display: block;
    width: 100%;
}


.category-card li {
    display: block;
    padding: 5px;
}

.category-item1 {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
}

.category-item1:hover {
    color: #ff7555 !important;
}

.cate-right:after {
    content: "\e996";
    font-size: 14px;
    font-family: "feather";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.cate-right.collapsed:after {
    content: "\e9b1";
}

.google-ads-left {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.google-ads-left img {
    width: 100%;
    border-radius: 5px;
}

.discussion-heading h2 {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 30px;
}

.all-discussions-items {
    border-radius: 5px;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0px;
    padding: 20px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.dis-item {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 20px;
}

.dis-item:first-child {
    margin-top: 0;
}

.dis-img-text {
    padding: 5px;
    border-right: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.dis-img-text img {
    margin-right: 13px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.dis-img-text h4 {
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 20px;
}

.dis-reviews {
    margin-bottom: 0;
    padding: 13px 0;
}

.dis-reviews li {
    display: inline-block;
    text-align: center;
    width: 32%;
}

.dis-reviews a {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 20px;
}

.dis-reviews a:hover {
    color: #ff7555 !important;
}

.blog-pagination {
    margin-top: 30px;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.blog-pagination .pagination {
    margin-bottom: 0 !important;
    float: right;
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 7px 0;
    margin-left: 10px;
    line-height: 15px;
    color: #313131;
    background-color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e6e6e6;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 3px;
}

.blog-pagination .page-link:hover {
    z-index: 2;
    color: #fff !important;
    text-decoration: none;
    background-color: #ff7555;
    border-color: #ff7555;
    outline: none;
}

.blog-pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}

.blog-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff7555;
    border-color: #ff7555;
}

/* === Single Discussion View Page ===*/

.single-discussions-item {
    border-radius: 3px;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0px;
    padding: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.dis-item-view {
    border-radius: 3px;
    padding: 0;
}

.dis-img-text-view {
    padding: 30px 20px 0;
}

.dis-img-text-view img {
    margin-right: 13px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.dis-img-text-view h4 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    display: initial;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 24px;
}

.dis-title {
    padding: 0 20px;
}

.dis-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 1.5;
    margin: 28px 0 15px;
}

.dis-title span {
    font-size: 14px;
    font-weight: 400;
    color: #ff7555;
    line-height: 24px;
    margin: 0;
}

.dis-title p {
    margin-top: 13px;
    padding: 20px 0 27px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0;
    line-height: 2;
    color: #847577;
}

.dis-like-comments {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.main-reply-comment {
    padding: 30px 20px;
    display: block;
    width: 100%;
}

.main-reply-comment h4 {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    line-height: 1.2;
    margin-bottom: 15px;
}

.replt-comnt {
    width: 100%;
    padding: 10px;
    height: 120px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}

.reply-buttons {
    margin-top: 10px;
    width: 100%;
    display: flex;
}

.add-photo-button {
    width: 85%;
}

.post-reply-btn {
    width: 15%;
    margin-left: 10px;
}


.screnshot [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    display: block;
}

.screnshot [type="file"]+label i {
    margin-right: 6px;
}

.screnshot [type="file"]+label {
    background: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #313131;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 9px 30px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 0px;
}

.screnshot [type="file"]+label:hover {
    background: #f55f3d;
    border: 1px solid #f55f3d;
    color: #fff;
}

.btn-add-reply {
    font-size: 14px;
    color: #fff;
    border: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    background: #ff7555;
    font-weight: 400;
}

.btn-add-reply:hover {
    background: #f55f3d;
}

.main-replies {
    padding: 30px 20px;
    display: block;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

.main-replies h4 {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    line-height: 1.2;
    margin-bottom: 26px;
}

.reply-user-dt {
    padding: 0;
}

.reply-user-dt h4 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    display: initial;
    margin-left: 17px;
    margin-bottom: 0;
    line-height: 24px;
}

.reply-user-dt img {
    border-radius: 3px;
}

.reply-user-dt p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #847577;
}

.help-people-title {
    text-align: center;
    width: 100%;
}

.help-people-title h2 {
    font-size: 24px;
    color: #313131;
    font-weight: 600;
    line-height: 26px;
    margin: 50px 0;
}

.people-dts {
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 20px 20px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.people-dts img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.people-dts .reply-day {
    margin: 20px 0 17px;
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    display: block;
}

.people-dts h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #313131;
    margin-bottom: 27px;
}

.rply-share {
    display: flex;
    width: 100%;
}

.modal-header {
    border-bottom: 1px solid #e6e6e6 !important;
}

.modal-footer {
    border-top: 1px solid #e6e6e6 !important;
}

.modal-title {
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    color: #231f20;
}

.model-title-icon {
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
}

.btn-color {
    color: #847577;
    background: #f7f7f7;
}

.btn-model-close {
    box-sizing: content-box;
    color: #847577;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
}

.btn-model-close:hover {
    color: #313131;
}

.share-copy-link {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 1.5rem;
}

.contact-search-area .control-input {
    width: 100%;
    height: 40px;
    padding: 0 40px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.contact-search-area i {
    position: absolute;
    left: 11px;
    top: 10px;
    font-size: 18px;
}

.share-copy-icon {
    font-size: 24px;
    color: #313131;
}

.share-copy-text h6 {
    margin-bottom: 5px;
    color: #313131;
}

.share-copy-text p {
    margin-bottom: 0;
}

.contact-list {
    height: 330px;
    display: block;
    overflow: hidden;
    width: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
}

.contact-list::-webkit-scrollbar {}

.contact-list::-webkit-scrollbar {
    width: 3px;
    height: 15px;
}

.contact-list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.contact-list::-webkit-scrollbar-corner {
    background-color: transparent;
}

.contact-list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 0 solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

.share-copy-link ul {
    display: inline-block;
    margin-bottom: 0;
}

.share-copy-link ul li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
}

.share-copy-link ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    line-height: 39px;
    text-align: center;
    border-radius: 5px;
}


.share-copy-link ul li a img {
    width: 25px;
}

.main-discussion-model .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    outline: 0;
}

.main-discussion-model .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main-discussion-model .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 0;
    line-height: 24px;
}

.main-discussion-model .modal-header .close {
    padding: 5px 15px;
    margin: -1rem -1rem -1rem auto;
}

.main-discussion-model .close {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #313131 !important;
    opacity: .5;
    background: transparent;
    border: 0;
}

.main-discussion-model .close:focus {
    outline: none;
}

.main-discussion-model .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 12px 25px;
}

.main-discussion-model .modal-footer {
    padding: 20px;
    border-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-end;
}

.create-topic {
    font-size: 14px;
    color: #fff;
    border: 0;
    width: 130px;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    background: #ff7555;
    font-weight: 400;
}

.errror-404 {
    text-align: center;
    padding: 50px 0;
}

.create-topic:hover {
    background: #f55f3d;
}

.create-topic:focus {
    outline: none;
}

.create-topic-cancel {
    font-size: 14px;
    color: #313131;
    border: 0;
    width: 90px;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    font-weight: 400;
    border: 1px solid #313131;
}

.create-topic-cancel:hover {
    background: #f55f3d;
    color: #fff;
    border: 1px solid #f55f3d;
}

.create-topic-cancel:focus {
    outline: none;
}

.form-group {
    margin-bottom: 0 !important;
    margin-top: 1.5rem;
    display: block;
    width: 100%;
}

.mc-top {
    margin-top: 20px !important;
}

.title-discussion-input {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    min-height: 40px;
    display: block;
    font-size: 13px;
    width: 100%;
    color: #313131;
    padding-left: 15px;
}

.select-bg {
    display: block;
    width: 100%;
}

.select-bg .nice-select {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    line-height: 26px !important;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #e6e6e6 !important;
    transition: 0.2s;
    outline: none;
    position: relative;
}

.multiselect:hover {
    border: 1px solid #e6e6e6;
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect>.title {
    cursor: pointer;
    height: 40px;
    padding: 0px 15px;
    font-size: 13px;
    color: #847577;
}

.multiselect>.title>.text {
    max-width: 50%;
    max-height: 40px;
    display: block;
    padding: 11px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3em;
}

.multiselect>.title>.expand-icon,
.multiselect>.title>.close-icon {
    float: right;
    border-radius: 50%;
    padding: 6px 0px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.2s;
    display: none;
    color: #afafaf;
}

.multiselect.selection>.title>.expand-icon {
    display: none;
}

.multiselect>.title>.expand-icon,
.multiselect.selection>.title>.close-icon {
    display: block;
}

.multiselect>.title>.close-icon:hover {
    color: #313131;
}

.multiselect>.skills-container {
    max-height: 200px;
    overflow: auto;
    margin-top: 0;
    width: 100%;
    transition: 0.2s;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid transparent;
}

.multiselect.active>.skills-container {
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
    height: 20vh;
}

.multiselect.active:hover>.skills-container {
    border-color: #e6e6e6;
}

.multiselect>.skills-container>option {
    display: none;
    padding: 8px 10px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 13px;
    font-weight: 400;
    color: #8e8e8e;
}

.multiselect>.skills-container>option.selected {
    background: #ff7555;
    color: #fff;
}

.multiselect>.skills-container>option:hover {
    background: #f1f1f1;
    color: #313131;
}

.multiselect>.skills-container>option:focus {
    background: #ff7555;
    color: #fff;
}

.multiselect.active>.skills-container>option {
    display: block;
}

.multiselect>.skills-container::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

.multiselect>.skills-container::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.multiselect>.skills-container::-webkit-scrollbar-corner {
    background-color: transparent;
}

.multiselect>.skills-container::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}


/* === Weather Page === */

.weather-mp {
    width: 100%;
    display: block;
    padding: 0;
}

.main-weather-section {
    background-position: 0 0;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-animation: slide 50s linear infinite;
    animation: slide 50s linear infinite;
    will-change: background-position;
    background-size: auto;
}

.bg-weather {
    background-image: url(../images/weather-bg.jpg);
}

.weather-date-time {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.weather-date-left {
    display: block;
    text-align: left;
}

.weather-time-right {
    float: right;
    text-align: right;
}

.w-date {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}

.w-location {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}

.refresh {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-left: 5px;
}

.refresh:hover {
    color: #fff !important;
}

.main-big-icon {
    font-size: 100px;
    color: #fff;
}

.weather-list-1 {
    margin-bottom: 0;
    margin-top: 33px;
}

.weather-list-1 li {
    display: inline-block;
}

.low {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}

.low i {
    margin: 0 10px;
}

.digree {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 80px;
    margin-right: 80px;
}

.suny-day {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 9px;
}

.weather-list-2 {
    margin-bottom: 50px;
    margin-top: 24px;
}

.weather-list-2 li {
    display: inline-block;
}

.weather-process {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.weather-process i {
    margin-right: 10px;
}

.wthr-right {
    margin-right: 50px;
}

.widget-left-heading {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.widget-left-heading h3 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    line-height: 24px;
    margin-bottom: 0px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    display: block;
}

.weather-main-widget {
    padding: 50px 0 20px;
}

.widget-inputs {
    padding: 0 30px 30px;
    display: block;
    width: 100%;
}

.widget-lft {
    text-align: left !important;
}

.widget-btn-save {
    display: block;
    margin-top: 28px;
}

.widget-inputs ul {
    margin-bottom: 0;
    padding-top: 30px;
    width: 100%;
}

.widget-inputs ul li {
    display: block;
    width: 13.9%;
}

.widget-day {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    color: #313131;
}

.widget-icon {
    font-size: 50px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #ff7555;
}

.widget-cf {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: #313131;
}

.wt-m {
    padding-top: 30px;

}

.owl-carousel .owl-nav {
    display: block;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}


@media (max-width: 600px) {
    .owl-carousel .owl-nav {
        display: none;
    }
}

.icon_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    color: #fff;
    font-size: 2.4rem;
    width: 70px;
    height: 70px;
    line-height: 64px;
    border: 3px solid #fff;
    opacity: .75;
    background-color: #000;
    text-align: center;
    border-radius: 100%
}

/* === Search Result Page === */
.explore-filters {
    border-top: 1px solid #e6e6e6;
}

.search-explore {
    padding: 20px;
}

.filter-step {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    clear: both;
    font-weight: 500;
    color: #313131;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    text-align: left;
    border-bottom: 0;
}

.filter-step:hover,
.filter-step.active {
    color: #313131 !important;
}

.filter-step.collapsed {
    border-bottom: 1px solid #eeeeee;
}

.cate-group {
    border-bottom: 1px solid #e6e6e6;
}

.Search-results {
    padding: 37px 0 20px;
}

.search-bar-main {
    position: relative;
}

.search-bar-main .search-1 {
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding-left: 45px;
    position: relative;
    color: #313131;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    border-radius: 5px;
}

.search-bar-main .srch-ic {
    position: absolute;
    left: 14px;
    top: 29%;
    font-size: 20px;
    color: #c8c8c8;
}

.search-1:focus+.srch-ic {
    color: #ff7555;
    cursor: pointer;
}

.all-search-filters {
    margin-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: block;
}

.search-filters {
    width: 100%;
    display: block;
}

.search-filters-left {
    display: block;
    display: flex;
}

.search-filters-right {
    float: right;
}

.filter-location {
    padding: 0 20px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.date-group {
    padding: 0 20px 20px;
}

.form-check {
    margin-bottom: 5px !important;
}

.form-check:last-child {
    margin-bottom: 0 !important;
}

.form-check-label {
    font-size: 14px;
    color: #313131;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #ff7555 !important;
    border-color: #ff7555 !important;
}

.filter-d {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
}

.filter-d i {
    margin-left: 10px;
}

.filter-d:hover {
    color: #ff7555 !important;
}

.filter-d:focus {
    color: #ff7555 !important;
}

.wt-mp {
    margin-right: 50px;

}

.search-filters .dropdown .cate-dropdown {
    display: block;
    margin-top: 30px;
    left: 0px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.05);
}

.search-filters .dropdown .date-dropdown {
    display: block;
    margin-top: 30px;
    right: 45px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}

.search-filters .worldwide-dropdown {
    display: block;
    width: 270px;
    left: 0;
    margin-top: 29px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    border: none !important;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}

.worldwide-form {
    padding: 30px 20px;
    display: block;
    width: 100%;
}

.worldwide-form h6 {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-bottom: 0;
    display: block;
}

.dropdown:hover .worldwide-dropdown {
    display: block;
    margin: 0;
    padding: 0;
    z-index: 11;
}

.worldwide-inputs {
    display: block;
    width: 100%;
}

.all-search-events {
    margin-top: 30px;
    display: block;
    width: 100%;
}

.search-loader {
    margin-bottom: 30px;
}


/* === Event Detail View === */

.event-mp {
    padding: 0px;
}

.evnt-px {
    padding: 40px 0 !important;
}

.event-main-img {
    position: relative;
}

.event-main-img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.event-date {
    padding: 10px 0;
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 3px;
    border-top: 4px solid #ff7555;
}

.emnth {
    color: #313131;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
}

.edate {
    color: #313131;
    display: block;
    font-size: 28px;
    font-weight: 600;
}

.event-title-dts {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.txtbold {
    font-weight: 500;
}

.evnt_time {
    text-align: left;
    color: #ff7555;
    margin-bottom: 2px;
    display: block;
    font-size: 14px;
}

.event-heading-title {
    font-size: 22px;
    font-weight: 600;
    color: #313131;
    text-align: left;
    margin-bottom: 14px;
    display: block;
    padding-top: 3px;
}

.event-cate-dt {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #847577;
}

.mid-space {
    margin: 0 8px;
}

.invtbyuser {
    display: flex;
    align-items: center;
}

.invited_avtar_ee {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.invited_avtar_ee img {
    color: #fff;
    padding: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.evntcunt {
    color: #847577;
    text-align: left;
    font-size: 13px;
}

.p-20 {
    padding: 20px;
}

.egroup-btns {
    margin-bottom: 0 !important;
}

.egroup-btns li {
    display: inline-block;
    margin-right: 5px;
}

.egroup-btns li:last-child {
    margin-right: 0;
}

.view-ellipsis .ellipsis-btn {
    color: #313131;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.m-share-btn {
    color: #313131;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.main--btn {
    color: #313131;
    padding: 0 20px;
    height: 34px;
    display: block;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.view-hover:hover {
    color: #313131 !important;
    background: #e8f7f7 !important;
    Border: 1px solid #e6e6e6;
}

.alrspndpple {
    cursor: pointer;
}

.mndtlist {
    padding: 7px 0;
}

.flxcntr {
    align-items: center !important;
}

.evntflldt4 {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    align-items: flex-start;
}

.hhttd14s {
    font-size: 16px;
    margin-right: 15px;
    color: #847577;
}

.ttlpple {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
}

.ttlpple a {
    font-size: 14px;
    font-weight: 500;
    color: #313131;
}

.ttlpple a:hover {
    text-decoration: underline !important;
    color: #313131 !important;
}

.wthrsml4 {
    color: #847577;
    display: block;
}

.taglst17 {
    margin-top: 10px;
    margin-bottom: 0;
}

.taglst17 li {
    display: inline-block;
}

.tagbite {
    background-color: rgba(102, 103, 107, 0.07);
    color: #313131;
    display: inline-block;
    padding: 0 12px;
    border-radius: 8px;
    cursor: default;
    margin: 0 7px 7px 0;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    animation: KeywordIn 0.3s ease-in-out;
    animation-fill-mode: both;
    transition: 0.4s;
    overflow: hidden;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

.tagbite:hover {
    text-decoration: underline !important;
    color: #ff7555 !important;
}

.evntdthdt9 {
    padding: 10px;
}

.hostprfle {
    padding: 10px;
    border-radius: 3px;
}

.hostprfle:hover {
    background: #f7f7f7;
    border-radius: 10px;
}

.moretext {
    display: none;
}

.moreless-btn {
    border: 0;
    background: transparent;
    margin-top: 10px;
    font-weight: 500;
    color: #313131;
}

.moreless-btn:hover {
    text-decoration: underline !important;
    color: #313131;
}

.gofrnd15s {
    display: flex;
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    cursor: pointer;
}

.gofrnd15s:hover {
    background: #f7f7f7;
}

.gowthfrnd {
    width: 50%;
    text-align: center;
}

.gofndcunt {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #313131;
}

.headttl5e {
    display: block;
    font-size: 14px;
    color: #847577;
    text-transform: uppercase;
    font-weight: 500;
}

.intrsdfrnd {
    width: 50%;
    text-align: center;
}

.scroll1452 {
    overflow-y: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overscroll-behavior-y: contain;
    pointer-events: all;
    height: 255px;
}

.cancel-btn {
    padding: 0 20px;
    height: 40px;
}

.my-profile-dt {
    text-align: left;
    display: inline-flex;
    width: 100%;
}

.my-dp-dt img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.my-text-dt {
    margin-left: 30px;
}

.my-text-dt h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    line-height: 24px;
}

.my-text-dt span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    line-height: 24px;
}

.profile-fw-btn {
    margin-top: 16px;
}

.fw-btn {
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 8px 30px;
    border-radius: 3px;
    text-align: center;
}

.fw-btn:hover {
    color: #fff !important;
    background: #ff7555;
    border: 1px solid #ff7555;
    padding: 8px 30px;
    border-radius: 3px;
    text-align: center;
}

.comment-likes {
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    padding-top: 75px;
}

.comment-likes li {
    display: inline-block;
    margin-left: 30px;
}

.profile-likes {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.profile-likes i {
    margin-right: 5px;
}

.profile-likes ins {
    text-decoration: none;
}

.profile-likes:hover {
    color: #fff !important;
    opacity: 0.9;
}

.event-dts {
    padding: 25px 0;
    background: #fff;
}

.event-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #313131;
    padding-top: 5px;
}

.event-buttons {
    margin-bottom: 0;
    text-align: right;
    width: 100%;
}

.event-buttons li {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 0;
}

.event-btn-1 {
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    clear: both;
    font-weight: 400;
    color: #313131;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #313131;
    border-radius: 3px;
}

.event-btn-1:hover {
    color: #fff !important;
    background-color: #ff7555;
    border: 1px solid #ff7555;
}

.event-sections {
    padding: 50px 0 20px;
}

.event-item-heading {
    padding: 20px;
    display: flex;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
}

.event-item-heading i {
    margin-right: 10px;
    line-height: 24px;
    color: #ff7555;
}

.event-item-description p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 2;
    margin-bottom: 0;
}

.event-item-description {
    padding: 0 20px 20px;
}

.event-itm2 {
    padding: 5px 0;
}

.event-itm4 {
    padding: 3px 0;
}

.border-tb {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.ogr-bg {
    background: #fff;
    width: 100%;
    text-align: center;
}

.org-img img {
    width: 100%;
}

.ogr-bg h4 {
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    margin-top: 20px;
    margin-bottom: 2px;
    line-height: 24px;
}

.ogr-bg span {
    font-size: 14px;
    font-weight: 400;
    color: #ff7555;
    margin-bottom: 0px;
}

.organizer-butn {
    margin-top: 20px;
    margin-bottom: 6px;
}

.org-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #313131;
    border: 1px solid #313131;
    border-radius: 3px;
    background: #fff;
    padding: 8px 20px;
}

.org-btn:hover {
    color: #fff !important;
    border: 1px solid #ff7555;
    background: #ff7555;
}

.org-btn1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    border: 1px solid #ff7555;
    border-radius: 3px;
    background: #ff7555;
    padding: 8px 20px;
}

.org-btn1:hover {
    color: #fff !important;
    border: 1px solid #313131;
    background: #313131;
}

.widget-owl .owl-nav div {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 50px !important;
    box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
    color: #3f345f !important;
    height: 60px !important;
    line-height: 54px;
    opacity: 0.8;
    width: 60px;
}

.widget-owl .owl-nav .owl-prev {
    left: -50px;
    font-size: 14px !important;
    position: absolute;
    top: 40%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 5px 0 !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.widget-owl .owl-nav .owl-next {
    font-size: 14px !important;
    position: absolute;
    right: -50px;
    top: 40%;
    padding: 5px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.organizer-owl .owl-nav div {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 50px !important;
    box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
    color: #3f345f !important;
    height: 60px !important;
    line-height: 54px;
    opacity: 0.8;
    width: 60px;
}

.owl-nav .owl-prev {
    left: -40px;
    font-size: 14px !important;
    position: absolute;
    top: 40%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 5px 0 !important;
    background: #1F1F1F !important;
    border-radius: 100% !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}


.owl-nav .owl-next {
    font-size: 14px !important;
    position: absolute;
    right: -40px;
    top: 40%;
    padding: 5px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    background: #1F1F1F !important;
    border-radius: 100% !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-prev:hover {
    color: #fff;
    background: #ff7555 !important;
    border: 1px solid #ff7555 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-nav .owl-next:hover {
    color: #fff;
    border: 1px solid #ff7555 !important;
    background: #ff7555 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.timer-dt {
    margin-bottom: 0;
}

.timer-dt li {
    width: 25%;
    margin-left: -5px;
    text-align: center;
    display: inline-block;
}

#map {
    width: 100%;
    height: 221px;
}

#map svg g {
    fill: #ff7555 !important;
}

.event-post-comment {
    margin-top: 0px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: block;
}

.event-post-bg {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    width: 100%;
}

.commntr-dp {
    margin-right: 20px;
    display: block;
}

.commntr-dp img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.event-cmt-left {
    padding: 0 20px 20px;
    display: block;
    width: 100%;
}

.ecomment-post {
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-weight: 400;
    color: #313131;
    font-size: 14px;
    border-radius: 3px;
    width: 78%;
    height: 50px;
    display: block;
}

.event-post-btn {
    background: #ff7555;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 140px;
    margin-left: 20px;
    height: 50px;
    display: block;
}

.event-post-btn:hover {
    background: #f55f3d;
}

.event-comnt-bg {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    padding: 0;
    display: block;
    width: 100%;
}

.ecmnt-dt {
    padding: 17px 20px 20px;
    display: block;
}

.event-usr-dt img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.event-usr-dt h4 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    display: initial;
    margin-left: 17px;
    margin-bottom: 0;
    line-height: 24px;
}

.ecmnt-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 2;
    margin-top: 20px;
}

.ereply-dt {
    padding: 17px 20px 20px 30px;
    border-top: 1px solid #e6e6e6;
    display: block;
    width: 100%;
}

.event-usr-dt2 img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.event-usr-dt2 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    display: initial;
    margin-left: 17px;
    margin-bottom: 0;
    line-height: 24px;
}

.ereply-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-top: 20px;
}

.event-post-reply {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
    padding: 20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    width: 100%;
}

.reply-dp1 {
    margin-right: 20px;
    display: block;
}

.reply-dp1 img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.ereply-post {
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-weight: 400;
    color: #313131;
    font-size: 14px;
    border-radius: 3px;
    width: 83.8%;
    height: 40px;
    display: block;
}

.reply-post-btn {
    background: #ff7555;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 90px;
    margin-left: 20px;
    height: 40px;
    display: block;
}

.reply-post-btn:hover {
    background: #f55f3d;
}

.no-more {
    font-size: 14px;
    font-weight: 500;
    color: #a7a8aa;
    margin: 45px 0 25px;
    display: block;
    text-align: center;
    width: 100%;
}

/* === Select Seats Page === */

.evnt-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 15px;
}

.evnt-heading span {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-bottom: 0;
}

.evnt-img img {
    width: 100%;
    margin-top: 20px;
}

.select-seats {
    display: block;
    width: 100%;
}

.vip-seats {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e6e6e6;
}

.text-seats-left {
    display: block;
}

.select-sts-right {
    float: right;
}

.text-seats-left h4 {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
    margin-bottom: 5px;
}

.text-seats-left span {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-bottom: 0;
}

.evnt-price {
    font-size: 18px;
    font-weight: 500;
    color: #ff7555;
    line-height: 24px;
    margin-top: 5px;
}

.faqs-select-seats {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.faqs-seats-heading h2 {
    font-size: 24px;
    color: #313131;
    font-weight: 600;
    line-height: 26px;
    margin: 50px 0 40px;
}

.sfaqs-1 h6 {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 11px;
    margin-top: 20px;
}

.sfaqs-1 p {
    font-size: 14px;
    color: #847577;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0px;
}

.order-summary {
    display: block;
    width: 100%;
    position: sticky;
    top: 20px;
}

.order-summary h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #313131;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 31px;
}

.summary-dts {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.summary-dts li {
    padding: 15px 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.summary-left {
    display: block;
}

.summary-right {
    float: right;
}

.select-ticket-dt {
    font-size: 14px;
    color: #847577;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.select-ticket-dt span {
    color: #313131;
    margin-bottom: 0;
}

.tickt-price {
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
}

.purchase-btn {
    border-radius: 3px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 40px;
    border: 0;
}

.purchase-btn:hover {
    background: #f55f3d;
}

.purchase-btn:focus {
    outline: none;
}

.purchase-link {
    display: block;
    width: 100%;
    margin-top: 30px;
}

/* === Checkout Page === */

.checkout-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 45px;
}

.table-brder {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
    text-align: center;
}

.table td,
.table th {
    padding: 15px !important;
    vertical-align: top;
    border-top: 1px solid #e6e6e6 !important;
    border-left: 1px solid #e6e6e6 !important;
}

.table {
    width: 100%;
    margin-bottom: 0 !important;
    color: #313131 !important;
    background: #fff;
    border-radius: 5px;
}

.table th:first-child {
    border-left: 0 !important;
    text-align: left !important;
    padding-left: 30px !important;
}

.table td {
    text-align: center;
    font-size: 14px;
    color: #847577;
    font-weight: 400;
    vertical-align: middle !important;
}

.check-img img {
    border-radius: 5px;
    width: 80px;
    height: 80px;
}

.checkout-dt {
    padding: 12px 0;
    width: 100%;
    display: flex;
}

.evnt-dt-ckot {
    margin-left: 20px;
}

.evnt-dt-ckot .chk-heading {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
    margin-bottom: 5px;
}

.ctgory {
    font-size: 12px;
    font-weight: 400;
    color: #847577;
}

.date-tme {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    line-height: 24px;
    margin: 3px 0;
}

.lctn-dt {
    font-size: 14px;
    color: #847577;
    font-weight: 400;
}

.lctn-dt i {
    color: #ff7555;
    margin-right: 3px;
}

.checkout-tabs {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.checkout-tabs .nav-tabs {
    border-top: 0;
    border-bottom: 0;
    margin: 0 0 17px;
    border-bottom: 0s;
    justify-content: center;
}

.checkout-tabs .nav-tabs .nav-item.show .nav-link,
.checkout-tabs .nav-tabs .nav-link.active {
    color: #ff7555 !important;
    background-color: none !important;
    border: 2px solid #ff7555 !important;
}

.checkout-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #ff7555 !important;
    background: none !important;
    border: 2px solid #ff7555 !important;
}

.checkout-tabs .nav-tabs .nav-item .nav-link {
    background: transparent;
    padding: 15px !important;
    margin: 10px 5px 0;
    width: 170px;
    height: 60px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
}

.payment-input {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    min-height: 40px;
    display: block;
    font-size: 13px;
    width: 100%;
    color: #313131;
    padding-left: 15px;
}

.year-inpt {
    opacity: 0;
}

.datepicker--cell.-current- {
    color: #ff7555 !important;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #ff7555 !important;
}

.datepicker--day-name {
    color: #ff7555 !important;
}

.datepicker {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 3px !important;
    box-sizing: content-box;
    font-family: "Roboto" !important;
    font-size: 14px;
    font-weight: 400;
    color: #313131 !important;
}

.confirm-odr-btn {
    border-radius: 5px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.confirm-odr-btn:hover {
    background: #f55f3d;
}

.confirm-odr-btn:focus {
    outline: none;
}

.all-inputs p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #847577;
    margin-top: 27px;
}

/* === Confirm Order Page === */

.confirm-order {
    background: #fff;
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.checkout-dt1 {
    padding: 30px;
    width: 100%;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.evnt-dt-ckot1 {
    margin-left: 20px;
}

.evnt-dt-ckot1 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
    margin-bottom: 5px;
}

.ctgory1 {
    font-size: 12px;
    font-weight: 400;
    color: #847577;
}

.date-tme1 {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    line-height: 24px;
    margin: 3px 0;
}

.lctn-dt1 {
    font-size: 14px;
    color: #847577;
    font-weight: 400;
}

.lctn-dt1 i {
    color: #ff7555;
    margin-right: 3px;
}

.confirm-tickets {
    display: flex;
    width: 100%;
    padding: 15px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.vip-left1 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    line-height: 24px;
    margin-right: 5px;
}

.vip-left {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    line-height: 24px;
    margin-right: 5px;
}

.general-left {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    line-height: 24px;
}

.congrats {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.congrats h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ff7555;
    margin-bottom: 10px;
}

.congrats span {
    font-size: 14px;
    color: #847577;
    font-weight: 400;
    line-height: 24px;
}

.congrats p {
    font-size: 14px;
    color: #847577;
    font-weight: 400;
    line-height: 24px;
    margin-top: 17px;
}

.congrats img {
    width: 100px;
}

.sms {
    margin-top: 47px !important;
    padding: 0;
    margin-bottom: 0;
}

.css-dot {
    border: 0 solid #313131;
    box-sizing: border-box;
    color: #313131;
    display: inline;
    margin: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: block;
    padding: 0px 5px;
}

/* === login Page === */

.register-mp {
    padding: 100px 0 30px;
}

.footer-bg {
    background: transparent !important;
}

.body-bg {
    background-image: url(../images/login-register/main-bg.jpg) !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

.login-register-bg {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.lg-left {
    background-image: url(../images/login-register/bg.jpg);
    height: 646px;
    width: 100%;
    padding: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.lr-text {
    margin-top: 50px;
}

.lr-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    line-height: 24px;
}

.lr-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.lr-right {
    padding: 50px;
}

.lr-right {
    padding: 50px;
    height: 100%;
    text-align: center;
    display: block;
    width: 100%;
}

.social-logins {
    margin-top: 30px;
}

.social-f-btn {
    border-radius: 5px;
    background: #3b5998;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    margin-bottom: 20px;
}

.social-f-btn i {
    margin-right: 20px;
}

.social-f-btn:hover {
    background: #334e88;
}

.social-f-btn:focus {
    outline: none;
}

.social-g-btn {
    border-radius: 5px;
    background: #dd4b39;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    margin-bottom: 20px;
}

.social-g-btn i {
    margin-right: 20px;
}

.social-g-btn:hover {
    background: #c4402f;
}

.social-g-btn:focus {
    outline: none;
}

.or {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-top: 7px;
}

.login-btn {
    border-radius: 5px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.login-btn:hover {
    background: #f55f3d;
}

.login-btn:focus {
    outline: none;
}

.forgot-link {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
}

.forgot-link:hover {
    color: #313131 !important;
}

.regstr-link {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-top: 40px;
}

.regstr-link a {
    color: #ff7555;
}

.regstr-link a:hover {
    color: #f55f3d !important;
}

.lr-right h4 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    line-height: 24px;
    margin-top: 26px;
    margin-bottom: 13px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ff7555 !important;
    background-color: #ff7555 !important;
}

.custom-control-label::before {
    background-color: #f3f3f3 !important;
    border: #e6e6e6 solid 1px !important;
}

.rgstr-dt-txt {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #847577;
    margin-top: 27px;
    display: block;
    width: 100%;
}

.rgstr-dt-txt a {
    color: #313131;
}

.rgstr-dt-txt a:hover {
    color: #ff7555 !important;
}

.login-link {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-top: 25px;
}

.login-link a {
    color: #ff7555;
}

.login-link a:hover {
    color: #f55f3d !important;
}


/* === Add New Event Page === */

.main-card {
    border-radius: 5px;
    width: 100%;
    /* background-color: #fff; */
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
}

.add-event-bg {
    background: #fff;
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 30px 30px;
}

.add-event-cover-image {
    text-align: center;
    background: #e6e6e6;
    border-radius: 5px;
    padding: 70px 0;
}

.upload-cover {
    display: inline-block;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0;
    width: 100%;
}

.upload-cover .cover-img-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    display: block;
}

.upload-cover .cover-img-btn [type="file"]+label {
    color: #313131;
    background: #fff;
    Border: 1px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px 20px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
}

.upload-cover .cover-img-btn [type="file"]+label:hover {
    background: #ff7555;
    color: #fff;
}

.upload-cover p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.goeveni-mp {
    padding: 50px 0 30px !important;
}

.goeveni-tab {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #fff;
}

.goeveni-tab .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    position: relative;
    padding: 10px !important;
    border-radius: 3px;
}

.goeveni-tab .nav-link.active,
.goeveni-tab .nav-link.active:hover {
    color: #fff !important;
    background-color: #ff7555 !important;
}

.goeveni-tab .nav-link:hover {
    color: #ff7555 !important;
}

.goeveni-tab .nav-link i {
    font-size: 14px;
    margin-right: 8px;
}

.event-type-tab {
    display: flex;
    width: 100%;
}

.event-type-tab .nav-item {
    width: 50%;
}

.event-type-tab .nav-item .nav-link {
    background: #fff;
    color: #313131;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 20px !important;
    margin-right: 0;
    margin-bottom: 10px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    height: 200px;
}

.event-type-tab .nav-item .nav-link.active,
.event-type-tab .nav-item .nav-link.active:hover {
    color: #ffffff !important;
    background-color: #ff7555 !important;
    border: 0 !important;
}

.event-type-tab .nav-item .nav-link:hover {
    color: #313131 !important;
    background-color: #f9f9f9 !important;
    border: 0 !important;
}

.etab-icon {
    font-size: 24px;
}

.etab-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 7px;
}

.title-b {
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 15px;
}

.form-input {
    border: 1px solid #e6e6e6;
    min-height: 40px;
    display: block;
    margin-left: 0;
    padding: 5px 20px;
    font-size: 14px;
    width: 100%;
    color: #313131;
    border-radius: 5px;
}

.form-textarea {
    border: 1px solid #e6e6e6;
    min-height: 40px;
    display: block;
    margin-left: 0;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    color: #313131;
    border-radius: 5px;
    height: 100px;
}

.form-control:focus {
    color: #717171 !important;
    background-color: #fff !important;
    border-color: #ff7555 !important;
    box-shadow: none !important;
}

.form-textarea:focus {
    color: #717171 !important;
    background-color: #fff !important;
    border-color: #ff7555 !important;
    box-shadow: none !important;
}

.btn-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    min-width: 40px;
    height: 22px;
    margin: 14px 5px;
}

.btn-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.btn-switch input:checked+.checkbox-slider {
    background: #ff7555;
}

.btn-switch .checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    width: 44px;
    border-radius: 16px;
    background-color: #dcdcdc;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-switch .checkbox-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    top: calc(50% - 18px / 2);
    border-radius: 50%;
    background-color: white;
    filter: drop-shadow(0px 2px 4px rgba(0, 35, 11, 0.2));
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-switch input:checked+.checkbox-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.location-content {
    display: block;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6e6;
}

.location-text {
    width: 80%;
    margin-left: 17px;
}

.location-icon {
    background: #dcdcdc;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    padding: 2px 0;
}

.location-text h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #313131;
}

.location-text span {
    font-size: 13px;
    color: #847577;
}

.h_50 {
    height: 50px;
    line-height: 50px;
}

.small-des {
    font-size: 12px;
    display: block;
    color: #847577;
    margin-top: 7px;
    display: block;
    width: 100%;
}

.pending-list {
    background: #fff;
    margin-top: 27px;
    border-radius: 5px;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
}

.pending-list .list-members .media {
    align-items: center !important;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pending-list .list-members .media .item-img {
    margin-top: 0;
    position: relative;
    margin-right: 15px;
}

.pending-list .list-members .media .item-img img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
}

.pending-list .list-members .media .media-body {
    position: relative;
}

.pending-list .list-members .media .item-img .chat-status.offline {
    background-color: #b0bacb;
}

.pending-list .list-members .media .item-img .chat-status.online {
    background-color: #ff7555;
}

.pending-list .list-members .media .media-body .item-title {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    display: block;
}

.pending-list .list-members .media .media-body .item-title:hover {
    color: #f55f3d !important;
}

.pending-list .list-members .media .media-body p {
    font-size: 13px;
    color: #847577;
    line-height: 20px;
    margin-bottom: 0;
}

.pending-list .list-members .media .btn-area .item-btn {
    float: right;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    color: #847577;
    line-height: 35px;
    margin-left: 5px;
}

.pending-list .list-members .media .btn-area .item-btn:hover {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #313131 !important;
}

.border_bottom {
    border-bottom: 1px solid #e6e6e6;
}

.main-btn {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: #ff7555;
    border: 1px solid #ff7555;
    border-radius: 5px;
    display: block;
    color: #fff;
}

.mt-37 {
    margin-top: 37px !important;
}

.mb-37 {
    margin-bottom: 37px !important;
}

.icon-158 {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    padding: 4px 5px;
    cursor: pointer;
    color: #313131;
}

/* === Categories Page === */

.categories-mp {
    padding: 30px 0 60px !important;
}

.categories-heading h2 {
    font-size: 24px;
    font-weight: 600;
    /* color: #313131; */
    line-height: 26px;
    margin-bottom: 0px;
}

.categories-heading h1 {
    font-size: 24px;
    font-weight: 600;
    /*	color: #313131; */
    line-height: 26px;
    margin-bottom: 0px;
}

.categry-item1 {
    text-align: center;
    border-radius: 5px;
    display: block;
    padding: 1.5rem;
    border-radius: 10px;
    width: 100%;
    background-color: #1F1F1F;
    margin-top: 1.5rem;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
    height: 200px;
}

.categry-item2 {
    text-align: center;
    border-radius: 5px;
    display: block;
    padding: 0.5rem;
    width: 100%;
    background-color: #fff;
    margin-top: 0.5rem;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%) !important;
}

.cate-icon i {
    background: transparent;
    padding: 25px 0;
    border: 2px solid #ff7555;
    color: #ff7555;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    width: 70px;
    height: 70px;
}

.cate-icon i:hover {
    background: #ff7555;
    border: 2px solid #ff7555;
    color: #fff;
}

.cate-icon {
    margin-bottom: 18px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.2);
}

.cate-icon img {
    width: 80px;
    height: 80px;
    border: 2px solid #ff7555;
    border-radius: 100%;
}


.hidden {
    display: none;
}

.categry-item1 h4 {
    font-size: 15px;
    color: #313131;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categry-item1 h3 {
    font-size: 15px;
    color: #FFF;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categry-item1 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.categry-item1 p {
    font-size: 13px;
    color: #FFF;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 0;
}

.categry-item2 h4 {
    font-size: 15px;
    color: #313131;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categry-item2 h3 {
    font-size: 15px;
    color: #313131;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.categry-item2 p {
    font-size: 14px;
    color: #847577;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0;
}

.soon-cate-card {
    margin-top: 1.5rem;
    border: 2px dashed #dbdbdb;
    border-radius: 8px;
    height: 150px;
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #f5f5f5;
}

.soon-cate-card span {
    margin: auto;
    color: #847577;
    font-size: 16px;
}

/* === Contact Us Page === */

.contact-mp {
    padding: 30px 0 50px !important;
}

.contact-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 25px;
}

.contact-heading h1 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 25px;
}

.contact-heading p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-bottom: 0px;
}

.send-m-btn {
    border-radius: 5px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    margin-top: 1.5rem;
}

.send-m-btn:hover {
    background: #f55f3d;
}

.send-m-btn:focus {
    outline: none;
}

/* === Find Peoples Page === */

.follow-msg-dt {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 27px;
    display: flex;
}

.follow-msg-dt li {
    Width: 50%;
    text-align: center;
}

.msg-dt-sm {
    text-align: right;
    margin-right: 5px;
}

.follow-dt-sm {
    text-align: left;
    margin-left: 5px;
}

.msg-btn1 {
    width: 100px;
    height: 35px;
    border: 0;
    background: #ff7555;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.msg-btn1:hover {
    background: #f55f3d;
}

.follow-btn1 {
    width: 100px;
    height: 35px;
    border: 1px solid #ff7555;
    background: #fff;
    color: #ff7555;
    border-radius: 5px;
    font-size: 14px;
}

.follow-btn1:hover {
    color: #fff;
    background: #f55f3d;
    border: 1px solid #f55f3d;
}

.userbg-dt {
    display: block;
    width: 100%;
    padding-top: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dpbg-1 {
    background-image: url(../images/find-peoples/bg-1.jpg) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dpbg-2 {
    background-image: url(../images/find-peoples/bg-2.jpg) !important;
}

.dpbg-3 {
    background-image: url(../images/find-peoples/bg-3.jpg) !important;
}

.dpbg-4 {
    background-image: url(../images/find-peoples/bg-4.jpg) !important;
}

.dpbg-5 {
    background-image: url(../images/find-peoples/bg-5.jpg) !important;
}

.dpbg-6 {
    background-image: url(../images/find-peoples/bg-6.jpg) !important;
}

.dpbg-7 {
    background-image: url(../images/find-peoples/bg-7.jpg) !important;
}

.dpbg-8 {
    background-image: url(../images/find-peoples/bg-8.jpg) !important;
}

.dpbg-9 {
    background-image: url(../images/find-peoples/bg-9.jpg) !important;
}

.dpbg-10 {
    background-image: url(../images/find-peoples/bg-10.jpg) !important;
}

.dpbg-11 {
    background-image: url(../images/find-peoples/bg-11.jpg) !important;
}

.dpbg-12 {
    background-image: url(../images/find-peoples/bg-12.jpg) !important;
}

/* === About Us Page === */

.about-icon i {
    font-size: 24px;
    color: #ff7555;
}

.about-steps {
    text-align: center;
    margin-top: 30px;
}

.about-text p {
    text-align: center;
    font-size: 14px;
    color: #847577;
    line-height: 2;
    margin-bottom: 17px;
}

.about-icon {
    margin-bottom: 21px;
}

.about-item1 h4 {
    font-size: 18px;
    color: #313131;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about-item1 p {
    font-size: 14px;
    color: #847577;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0;
}

.about-btn-center {
    width: 100%;
    text-align: center;
    margin: 47px 0 50px;
}

.post-evnt-btn {
    border-radius: 3px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 22px;
    height: 50px;
    border: 0;
}

.post-evnt-btn:hover {
    border-radius: 3px;
    background: #f55f3d;
}

.expert-team {
    background: #fff;
    padding: 50px 0;
}

.team-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 20px;
}

.team-bg {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 5px;
    margin-top: 30px;
    border-radius: 10px;
}

.team-img {
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.team-img img {
    width: 100%;
    border-radius: 8px;
}

.team-bg .team-img .team-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 8px;
    background-color: rgba(255, 117, 85, .85);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.team-bg .team-img:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

.team-overlay-text {
    text-align: left;
    bottom: 20px;
    position: absolute;
    left: 30px;
}

.team-overlay-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-bottom: 8px;
}

.team-overlay-text span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0;
}

.experts-social-links {
    margin-bottom: 0;
    margin-top: 8px;
    width: 100%;
}

.experts-social-links li {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
}

.experts-social-links li a {
    font-size: 14px;
    color: #fff;
}

.experts-social-links li a:hover {
    color: #fff !important;
}

.testimonials {
    padding: 50px 0 10px;
}

.testi-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 41px;
}

.owl-testimonials .testi-owl .item {
    width: 100%;
    padding: 0 220px;
}

.testi-text {
    text-align: center;
}

.testi-text h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff7555;
    margin-bottom: 21px;
}

.testi-text p {
    font-size: 16px;
    color: #847577;
    line-height: 2;
    font-weight: 400;
}

.testi-owl .owl-nav .owl-prev {
    display: none !important;
}

.testi-owl .owl-nav .owl-next {
    display: none !important;
}

.testi-user-dt {
    width: 100%;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 9px;
}

.testi-user-dt h4 {
    font-size: 18px;
    color: #313131;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 24px;
}

.testi-user-dt span {
    font-size: 14px;
    color: #847577;
    font-weight: 400;
}

.owl-testimonials .owl-carousel .owl-dots {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px !important;
    border: 1px solid #e6e6e6;
    background: #fff !important;
    transition: opacity 1 ease !important;
    border-radius: 100% !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 2px solid #ff7555;
}

/* === Our Blog Page === */

.blog-mp {
    padding: 30px 0 50px !important;
}

.blog-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 20px;
}

.our-blogs {
    background: #fff;
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-top: 30px;
}

.blog-item1 {
    padding: 20px;
    display: block;
    width: 100%;
}

.blog-item1 span {
    font-size: 12px;
    color: #847577;
    font-weight: 400;
}

.blog-item1 h4 {
    font-size: 18px;
    color: #313131;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 6px;
}

.blog-item1 p {
    font-size: 14px;
    color: #847577;
    line-height: 2;
    font-weight: 400;
    margin-top: 17px;
    margin-bottom: 0;
}

.blog-img img {
    height: 170px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
}

.by-cmmnt {
    display: flex;
    width: 100%;
    margin-top: 19px;
    align-items: flex-start;
}

.comnt-rght {
    margin-left: auto;
}

.comnt-left {
    margin-right: auto;
}

.by-user {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-bottom: 7px;
}

.by-user a {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    margin-right: 5px;
}

.by-user a:hover {
    color: #ff7555 !important;
}

.comnt-rght a {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
}

.comnt-rght a i {
    margin-right: 5px;
}

.comnt-rght a:hover {
    color: #ff7555 !important;
}

.mp-30 {
    margin-top: 30px;
}

/* === Blog Detail View === */

.search-blog-dt {
    display: block;
    width: 100%;
}

.search-blog {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    min-height: 40px;
    display: block;
    font-size: 13px;
    width: 100%;
    color: #313131;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.left-blog-items {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.left-blog-items li {
    border-top: 1px solid #e6e6e6;
}

.left-blog-bg {
    padding: 20px;
}

.blog-dt-itm {
    padding-left: 20px;
    border-left: 4px solid #ff7555;
    text-align: left;
}

.blog-dt-itm h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #313131;
    margin-bottom: 5px;
}

.blog-dt-itm span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #847577;
    margin-bottom: 0px;
}

.blog-main-img img {
    width: 100%;
    border-radius: 5px;
}

.by-category-cmnt {
    display: flex;
    padding: 20px 0 17px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
}

.ct-link a {
    margin-right: 3px;
}

.date-user1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 27px;
    margin-bottom: 20px;
}

.date-itm-left {
    font-size: 14px;
    display: block;
    line-height: 24px;
    color: #847577;
    font-weight: 400;
}

.usr-itm-right {
    font-size: 14px;
    margin-left: auto;
    line-height: 24px;
    color: #847577;
    font-weight: 400;
}

.usr-itm-right a {
    color: #313131;
}

.usr-itm-right a:hover {
    color: #ff7555 !important;
}

.blog-main-content {
    display: block;
    width: 100%;
}

.blog-title-des h2 {
    font-size: 24px;
    line-height: 26px;
    color: #313131;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-title-des p {
    font-size: 14px;
    line-height: 2;
    color: #847577;
    font-weight: 400;
    margin-bottom: 15px;
}

.by-tags-social {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0 17px;
    margin-top: 6px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.shre-txt {
    font-size: 14px;
    line-height: 24px;
    color: #847577;
    font-weight: 400;
}

.share-social-links {
    margin-bottom: 0;
    width: 100%;
}

.share-social-links li {
    display: inline-block;
    text-align: left;
    margin-right: 7px;
}

.share-social-links li:last-child {
    margin-right: 0;
}

.share-social-links li a {
    font-size: 14px;
    color: #847577;
}

.share-social-links li a:hover {
    color: #ff7555 !important;
}

.related-posts {
    display: block;
    width: 100%;
    margin-top: 47px;
}

.related-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
}

.related-owl .owl-nav .owl-prev {
    left: -22px;
    font-size: 14px !important;
    position: absolute;
    top: 40%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 5px 0 !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.related-owl .owl-nav .owl-next {
    font-size: 14px !important;
    position: absolute;
    right: -22px;
    top: 40%;
    padding: 5px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.related-owl .owl-nav .owl-prev:hover {
    color: #fff;
    background: #ff7555 !important;
    border: 1px solid #ff7555 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.related-owl .owl-nav .owl-next:hover {
    color: #fff;
    border: 1px solid #ff7555 !important;
    background: #ff7555 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.blog-comments {
    margin-top: 35px;
    display: block;
    width: 100%;
}

.blog-comment-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 24px;
}

.blog-post-comment {
    margin-top: 0px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    display: block;
}

.blog-post-bg {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    border-radius: 5px;
    align-items: center;
}

.blog-post-bg form {
    display: flex;
    width: auto;
    flex: 1 0;
}

.commntr-dp {
    margin-right: 12px;
    display: block;
}

.commntr-dp img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.blog-cmt-left {
    padding: 0 20px 20px;
    display: block;
    width: 100%;
}

.bcomment-post {
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-weight: 400;
    color: #313131;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    display: block;
}

.blog-post-btn {
    background: #ff7555;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100px;
    margin-left: 10px;
    height: 50px;
    display: block;
}

.blog-post-btn:hover {
    background: #f55f3d;
}

.blog-comnt-bg {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    padding: 0;
    display: block;
    width: 100%;
}

.blog-comntd-bg {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
    padding: 0;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

.bcmnt-dt {
    padding: 17px 20px 20px;
    display: block;
}

.blog-usr-dt img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.blog-usr-dt h4 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    display: initial;
    margin-left: 17px;
    margin-bottom: 0;
    line-height: 24px;
}

.bcmnt-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 0;
}

.breply-dt {
    padding: 17px 20px 20px;
    border-top: 1px solid #e6e6e6;
    display: block;
    width: 100%;
}

.blog-usr-dt2 img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.blog-usr-dt2 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    display: initial;
    margin-left: 17px;
    margin-bottom: 0;
    line-height: 24px;
}

.breply-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.blog-post-reply {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
    padding: 20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.breply-dp1 {
    margin-right: 12px;
    display: block;
}

.breply-dp1 img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.blog-post-reply form {
    display: flex;
    width: auto;
    flex: 1 0;
}

.breply-post {
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-weight: 400;
    color: #313131;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: block;
}

.breply-post-btn {
    background: #ff7555;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 70px;
    margin-left: 10px;
    height: 40px;
    display: block;
}

.breply-post-btn:hover {
    background: #f55f3d;
}

.bno-more {
    font-size: 14px;
    font-weight: 500;
    color: #a7a8aa;
    margin: 30px 0 0;
    display: block;
    text-align: center;
    width: 100%;
}

/* === My Dashbaord Activity === */

.hero-cover-block {
    height: 260px;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    /* Gradient overlay ekle */
    border-radius: 10px 10px 0 0;
    /* Üst köşeleri yuvarla */
    overflow: hidden;
}

.hero-cover {
    position: absolute;
    inset: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    background-color: rgba(80, 101, 246, 0.2);
}

.hero-cover-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    inset: 0px;
    filter: none;
    transition: all 0.12s ease-in-out 0s;
    opacity: 1;
}

.hero-img-1 {
    background-image: url(../images/event-view/my-bg.jpg);
}

.hero-img-2 {
    background-image: url(../images/event-view/other-bg.jpg);
}

.user-left-dt {
    text-align: center;
    padding: 20px;
    margin-top: -70px;
    position: relative;
    background: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.upload-profile-cover {
    display: inline-block;
    color: #e44d3a;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 0;
    font-weight: 600;
    margin-right: 0;
    width: 100%;
}

.upload-profile-cover .cover-img-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.upload-profile-cover .cover-img-btn [type="file"]+label {
    color: #313131;
    background: #fff;
    Border: 1px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px 20px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    float: right;
}

.upload-profile-cover .cover-img-btn [type="file"]+label:hover {
    background: #ff7555;
    Border: 1px solid #ff7555;
    color: #fff;
}

.user-dt-block {
    padding-bottom: 40px;
}

.user-avatar-img {
    position: relative;
    margin: -65px auto 0;
    width: 130px;
    height: 130px;
    z-index: 2;
}

.user-avatar-img img {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 100%;
    border: 4px solid #fff;
    /* Border kalınlığını artır */
    padding: 0;
    /* Padding'i kaldır */
    object-fit: cover;
}

.avatar-img-btn {
    display: inline-block;
    color: #e44d3a;
    font-size: 16px;
    position: absolute;
    bottom: 4px;
    left: 64%;
    transform: translateX(-50%);
    margin-right: 0;
}

.avatar-img-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.avatar-img-btn [type="file"]+label {
    color: #313131;
    background: #fff;
    Border: 1px solid #bbb;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    float: right;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.avatar-img-btn [type="file"]+label:hover {
    background: #ff7555;
    color: #fff;
}

.user-dts .user-name {
    font-size: 18px;
    font-weight: 600;
    /*  color: #313131; */
    margin-top: 23px;
}

.user-dts .user-p {
    margin-top: 15px;
    font-size: 16px;
    white-space: pre-wrap;
    /*color: #313131;*/
}

.user-dts .user-p a {
    color: #005ede;
}


.user-dts .user-loc {
    font-size: 14px;
    font-weight: 500;
    /* margin-right: 21px; */
}

.ff-block {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 30px;
}

.ff-block a {
    font-size: 14px;
    color: #313131;
    display: inline-block;
    width: 50%;
    pointer-events: none;
    cursor: default;
}

.ff-block a:hover {
    color: #ff7555 !important;
}

.ff-block a span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}


.verify-badge {
    margin-left: 4px;
    font-size: 15px;
    color: #0091ff !important;
}

.privacy-badge {
    margin-left: 8px;
    font-size: 15px;
}

.user-description {
    margin-top: 30px;
}

.user-btns {
    margin-top: 30px;
}

.user-email {
    font-size: 16px !important;
    margin-top: 15px;
    display: block;
}

.profile-social-link {
    margin-top: 37px;
}

.profile-social-link h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
    color: #313131;
    margin-bottom: 20px;
}

.social-links>.social-link {
    font-size: 16px;
    width: 36px;
    height: 36px;
    border: 2px solid #ff7555;
    border-radius: 100%;
    text-align: center;
    color: #ff7555;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 9px;
    justify-content: center;
}

.social-links>.social-link:hover {
    color: #fff !important;
    border: 2px solid #ff7555;
    background-color: #ff7555;
}

.min-width {
    min-width: 130px;
    min-height: 40px;
    line-height: 39px;
    padding: 0 !important;
}

.h_40 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.co-btn-width {
    width: 100%;
}

.co-main-btn {
    color: #313131;
    font-weight: 400;
    background: #fff !important;
    border-radius: 5px;
    Border: 1px solid #e6e6e6;
}

.co-main-btn:hover {
    color: #313131 !important;
    background: #e8f7f7 !important;
    border-radius: 5px;
    Border: 1px solid #e6e6e6;
}

.dash-tabs-block {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.dash-tabs {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #1e1e1e;
}

.dash-tabs .nav-link {
    font-size: 15px;
    font-weight: 550;
    color: #ffffff;
    position: relative;
    padding: 10px !important;
    border-radius: 5px;
}

.dash-tabs .nav-link.active,
.dash-tabs .nav-link.active:hover {
    background-color: #ff7555 !important;
}

.dash-tabs .nav-link:hover {
    color: #FFFFFF !important;
}

.dash-tabs .nav-link i {
    font-size: 14px;
    margin-right: 8px;
}

.dash-step {
    background-color: #e8f7f7;
    border-radius: 5px;
    padding: 1rem;
}

.dash-step i {
    color: #a7a8aa;
    font-size: 20px;
}

.dash-step-title {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    margin: 10px 0;
}

.count-1 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #313131;
}

.count-2 {
    display: block;
    font-size: 14px;
    color: #847577;
}

.dash-todo-thumbnail-area1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    min-height: 350px;
    position: relative;
}

.dash-todo-thumbnail-area1 .todo-thumb1 {
    min-height: 350px;
}

.dash-bg-overlay {
    position: relative;
}

.dash-bg-image1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dash-bg-overlay:before {
    opacity: 0.5;
    background-image: -moz-linear-gradient(transparent, black 85%);
    background-image: -webkit-linear-gradient(transparent, black 85%);
    background-image: -ms-linear-gradient(transparent, black 85%);
    background-image: linear-gradient(transparent, black 85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.dash-todo-thumbnail-area1 .dash-todo-header1 {
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: -100px;
}

.my-profile-dash {
    text-align: left;
    display: inline-flex;
    width: 100%;
}

.my-dp-dash img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 9%);
    background-color: #e6e6e6;
    object-fit: cover;
}

.my-dash-dt {
    margin-left: 170px;
}

.my-dash-dt h3 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 5px;
    line-height: 24px;
}

.my-dash-dt span {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    margin-bottom: 5px;
    line-height: 24px;
    display: block;
}

.my-dash-dt span:last-child {
    margin-bottom: 0;
}

.my-dash-dt span i {
    color: #ff7555;
    font-size: 14px;
    margin-right: 5px;
}

.dash-dts {
    padding: 20px 0;
    background: #fff;
}

.right-details {
    text-align: right;
    margin-bottom: 0;
    width: 100%;
}

.right-details li {
    display: inline-block;
    margin-right: 44px;
    vertical-align: middle;
}


.right-details li:last-child {
    margin-right: 0 !important;
}

.dscun-txt {
    font-size: 16px;
    font-weight: 400;
    color: #847577;
    line-height: 24px;
    margin-bottom: 5px;
}

.all-dis-evnt {
    text-align: center;
}

.dscun-numbr {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 24px;
    margin-bottom: 0;
}

.my-all-evnts a {
    background: #ff7555;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.my-all-evnts a:hover {
    background: #f55f3d;
    color: #fff !important;
}

.dash-tab-links {
    margin-top: 50px;
}

.dash-tab-links .nav-tabs {
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 50px;
}

.dash-tab-links .nav-tabs .nav-item.show .nav-link,
.dash-tab-links .nav-tabs .nav-link.active {
    color: #313131 !important;
    background-color: #f1f1f1 !important;
    border-color: #e6e6e6 #e6e6e6 #f1f1f1 !important;
}

.dash-tab-links .nav-tabs .nav-link:focus,
.dash-tab-links .nav-tabs .nav-link:hover {
    border-color: #e6e6e6 #e6e6e6 #f1f1f1 !important;
    color: #313131 !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 14px;
    font-weight: 400;
    /* color: #847577; */
    cursor: pointer;
}

.badge-alrts {
    color: #fff;
    background-color: #313131;
}

.dash-tab-links .badge {
    padding: 0px 6px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    border-radius: 3px !important;
    margin-left: 3px;
    margin-bottom: -2px;
}

.category-social-item {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #51a5fb;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}

.category-social-item i {
    margin-right: 10px;
    font-size: 14px;
}

.news-data-dash {
    text-align: left;
    margin-bottom: 50px;
}

.add-activity {
    border-radius: 3px;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.activity-group {
    display: flex;
    width: 100%;
}

.maine-activity-img img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.add-activity-des {
    width: 100%;
    padding: 10px;
    height: 100px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    margin-top: 0px;
}

.add-activity-des:focus {
    border: none;
}

.activity-button {
    margin-top: 20px;
    width: 100%;
    text-align: right;
}

.act-btn-post {
    border-radius: 3px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 18px;
    height: 40px;
    border: 0;
}

.act-btn-post:hover {
    background: #f55f3d;
}

.activity-posts {
    border-radius: 3px;
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.activity-group1 {
    width: 100%;
    padding: 20px 20px 15px;
    display: block;
}

.main-user-dts1 {
    display: flex;
    display: block;
}

.main-user-dts1 img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

.user-text3 h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #313131;
    margin-bottom: 0px;
}

.user-text3 span {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #847577;
    margin-bottom: 0px;
}

.dot-option {
    float: right;
}

.dot-option span:hover {
    color: #ff7555;
}

.dot-option span {
    font-size: 14px;
    color: #a7a8aa;
    cursor: pointer;
}

.activity-descp {
    padding: 0 17px 20px;
}

.activity-descp p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #847577;
    margin-bottom: 0px;
}

.dropdown-menu {
    z-index: 998 !important;
}

.like-comment-view {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border-top: 1px solid #e6e6e6;
}

.activity-reply {
    display: block;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

.activity-descp ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

.activity-descp ul li {
    padding: 0 7px;
    display: inline-block;
}

.activity-descp ul li:first-child {
    padding: 0 7px 0 0;
    display: inline-block;
}

.activity-descp ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #847577;
    line-height: 14px;
}

.activity-descp ul li a:hover {
    color: #313131 !important;
}

.activity-post-reply {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
    padding: 20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
    width: 100%;
}

.areply-dp1 {
    margin-right: 20px;
    display: block;
}

.areply-dp1 img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.areply-post {
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-weight: 400;
    color: #313131;
    font-size: 14px;
    border-radius: 3px;
    width: 66.9%;
    height: 40px;
    display: block;
}

.areply-post-btn {
    background: #ff7555;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 90px;
    margin-left: 20px;
    height: 40px;
    display: block;
}

.areply-post-btn:hover {
    background: #f55f3d;
}

.mb-50 {
    margin-bottom: 50px;
}

.events-dash-heading h4 {
    font-size: 18px;
    color: #313131;
    font-weight: 600;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 0;
}

.events-dash-options {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
}

.all-dash-events {
    padding: 20px;
}

.h-color {
    color: #313131;
}

.dash-counter-block {
    margin-top: 12px;
    margin-bottom: 15px;
}

.dash-event-counter {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 7px;
    color: #847577;
    display: flex;
    align-items: center;
}

.my-all-discussions {
    padding: 20px;
}

.about-details {
    padding: 20px;
}

.about-step {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    padding-top: 25px;
}

.about-step:first-child {
    padding-top: 0;
}

.about-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.about-step h5 {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    margin-bottom: 13px;
}

.about-step span {
    font-size: 18px;
    color: #847577;
    font-weight: 500;
    margin-bottom: 0;
}

.address-title {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    padding-bottom: 13px;
    margin-top: 30px;
    color: #313131;
}

.ff-tablist {
    border-bottom: 1px solid #efefef;
    margin-top: 27px;
}

.ff-tablist .nav-item .nav-link.active,
.ff-tablist .nav-item .show>.nav-link {
    color: #ff7555 !important;
    border-color: #ff7555;
    background-color: transparent;
}

.ff-tablist .nav-item .nav-link:hover {
    color: #ff7555 !important;
}

.ff-tablist .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: -1px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.min-height-430 {
    min-height: 430px;
}

.min-height-370 {
    min-height: 370px;
}

.min-height-180 {
    min-height: 180px;
}

.user-follow-card {
    display: flex;
    align-items: center;
    width: 100%;
}

.follow-card-left {
    display: flex;
    align-items: center;
}

.follow-avatar {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.follow-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.follow-name {
    margin-left: 15px;
}

.follow-name a {
    font-weight: 500;
    font-size: 16px;
    color: #313131;
    margin-bottom: 0;
    display: block;
}

.follow-name a:hover,
.follow-name a:focus {
    color: #313131 !important;
}

.follow-name span {
    font-size: 14px;
    color: #847577;
}

.follow-card-btn {
    margin-left: auto;
}

.follow-btn {
    color: #313131;
    background: #fff !important;
    border-radius: 3px;
    Border: 1px solid #e6e6e6;
    padding: 5px 15px;
    font-size: 13px;
    min-width: 87px;
}

.follow-btn:hover {
    color: #313131 !important;
    background: #e8f7f7 !important;
    border-radius: 3px;
    Border: 1px solid #e6e6e6;
}


/* === My Dashbaord Message === */

.pd-right-none {
    padding-right: 0;
}

.main-conversation-box {
    display: block;
    width: 100%;
    background-color: #fff;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-bottom: 0;
}

.message-bar-head {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.message-bar-head .usr-msg-details {
    display: block;
    width: auto;
}

.usr-msg-details {
    display: block;
    position: relative;
    width: 100%;
}

.usr-ms-img {
    display: block;
    width: 50px;
    position: relative;
}

.usr-ms-img img {
    width: 40px;
}

.usr-mg-info {
    display: block;
    padding-left: 13px;
}

.usr-mg-info h3 {
    color: #434f74;
    font-size: 16px;
    font-weight: 500;
}

.usr-mg-info p {
    color: #fa2276;
    font-size: 13px;
    font-weight: 500;
}

.message-bar-head>a {
    float: right;
    color: #b2b2b2;
    font-size: 20px;
    padding-top: 15px;
}

.messages-line {
    display: block;
    width: 100%;
    height: 604px;
}

.messg-usr-img {
    position: absolute;
    bottom: 20px;
    width: 50px;

}

.main-message-box {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15.5px;
}

.main-message-box.ta-right .messg-usr-img {
    left: auto;
    right: 20px;
    bottom: 25px;
}

.main-message-box.ta-right .message-dt {
    padding-left: 0;
    padding-right: 0;
}

.message-dt {
    display: block;
    width: auto;
    padding-left: 60px;
}

.message-inner-dt {
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    width: 100%;
}

.main-message-box {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-left: 20px;
}

.img-bx {
    background-color: #f3f3f3;
    padding: 20px;
}

.message-send-area {
    display: block;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #e6e6e6;
}

.message-send-area form {
    display: block;
    width: 100%;
}

.mf-field {
    display: block;
    width: 100%;
}

.mf-field input {
    display: block;
    width: 84%;
    background-color: #ffffff;
    color: #313131;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    height: 40px;
    border-radius: 3px;
}

.mf-field input:focus {
    border: 1px solid #ff7555;
}

.mf-field button {
    display: block;
    width: 13%;
    background-color: #ff7555;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border: 0;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 15px;
    cursor: pointer;
}

.mf-field button:hover {
    background-color: #f55f3d;
    color: #fff;
}

.msg .rightbox {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #fff;
}

.rightside {
    position: relative;
    left: 0px;
    right: 0px;
}

.rightside input[type='text'] {
    padding: 20px 55px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    border-top: 0px;
    border-right: 0px;
    border-left: 0;
    font-size: 14px;
}

.rightside input[type='text']+i:focus {
    color: #ff7555 !important;
}

.rightside i {
    position: absolute;
    top: 35%;
    left: 20px;
    cursor: pointer;
    font-size: 18px;
    color: #847577;
}

.usr-msg-details .fa {
    margin: 0px;

}

.message-inner-dt>p {
    float: right;
    width: 58%;
    background-color: #f3f3f3;
    font-size: 14px;
    line-height: 24px;
    padding: 18px 26px 17px 25px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #847577;
    box-shadow: 0px 2px 8px 4px #e6edf5;
}

.message-dt.st3 .message-inner-dt>p {
    background-color: #313131;
    color: #ffffff;
    width: auto;
    padding: 20px 25px;
    display: block;
    box-shadow: 0px 2px 8px 4px #e6edf5;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    width: 60%;
}

.message-dt>span {
    color: #847577;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-top: 7px;
}

.ta-right {
    float: right;
}

.main-message-box.ta-right .message-dt>span {
    float: right;
    width: auto;
}

.messages-line {
    display: block;
    width: 100%;
    height: 400px;
}

.message-dt.st3 .message-inner-dt>p {
    position: relative;
}

.message-inner-dt>p {}

.midemail1 {
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 0px 20px;
    font-size: 14px;
    color: #34333c;
    font-weight: 600;
}

.rightmsg {
    padding: 20px 15px;
    border-bottom: 1px solid #e6e6e6;
}

.message-radius {
    margin-top: 0px;
    display: block;
}

.message-radius img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.message-heading1 {
    float: right;
}

.message-heading1 span {
    font-size: 12px;
    color: #847577;
    font-weight: 400;
}

.message-heading {
    display: block;
}

.message-heading h4 {
    font-size: 14px;
    color: #313131;
    padding: 6px 5px;
    font-weight: 500;
    margin-bottom: 0;
}

.message-heading p {
    font-size: 14px;
    padding-top: 0px;
    font-weight: 400;
    color: #847577;
    margin-bottom: 0;
    padding-left: 6px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px !important;
}

.message-bar-head {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.message-bar-head .usr-msg-details {
    display: block;
    width: auto;
}

.usr-ms-img {
    display: block;
    position: relative;
}

.usr-ms-img img {
    width: 40px;
}

.usr-mg-info {
    display: block;
    padding-left: 13px;
}

.usr-mg-info h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.usr-mg-info p {
    color: #847577;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.message-heading2 {
    margin-top: 5px;
    font-size: 18px;
    float: right;
}

.message-heading2 i {
    font-size: 14px;
    margin-top: 14px;
    color: #847577;
    cursor: pointer;
}

.mCustomScrollbar {
    padding-top: 100px;
}

.credit-counter-block {
    padding: 20px;
}

.credit-counter {
    display: flex;
    width: 100%;
    font-size: 1rem;
    color: #847577;
    margin-bottom: 15px;
}

.credit-counter:last-child {
    margin-bottom: 0;
}

.credit-dt-items {
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.credit-dt-items li {
    border-top: 1px solid #e6e6e6;
    display: block;
    width: 100%;
}

.Credit-dt-inputs {
    display: block;
    padding: 0 20px 20px;
    border-top: 1px solid #e6e6e6;
    text-align: left;
    width: 100%;
}

.credit-form {
    display: block;
    width: 100%;
    padding: 0 20px 20px;
}

.exp-cvv {
    display: block;
    width: 100%;
}

.add-credit-btn {
    border-radius: 3px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

.add-credit-btn:hover {
    background: #f55f3d;
}

.table td a {
    color: #313131;
}

.table td a:hover {
    color: #ff7555 !important;
}

.tab-item-1 {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    color: #847577;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    display: block;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    border-right: 2px solid transparent;
}

.tab-item-1 i {
    margin-right: 10px;
    font-size: 14px;
    color: #a7a8aa;
}

.tab-item-1:hover,
.tab-item-1.active {
    color: #ff7555 !important;
    border-right: 2px solid #ff7555;
}

.prsnl-info {
    display: block;
    padding: 0 30px 30px;
    border-top: 1px solid #e6e6e6;
    text-align: left;
    width: 100%;
}

.setting-save-btn {
    border-radius: 5px;
    background: #ff7555;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.setting-save-btn:hover {
    background: #f55f3d;
    color: #fff;
}

/* === Setting Page === */

.setting-tab {
    display: block !important;
    width: 100%;
}

.setting-tab .nav-link {
    display: block;
    text-align: left !important;
    font-size: 14px;
    color: #313131 !important;
    border-radius: 4px !important;
    padding: 15px !important;
}

.setting-tab.nav-pills .nav-link.active,
.setting-tab.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ff7555 !important;
}

.setting-area {
    padding: 0 20px 20px;
}


.setting-dp {
    display: block;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.setting-dp img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-position: center;
}

.setting-upload {
    display: block;
    width: 100%;
}

.setting-upload span {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
}

.setting-bg {
    display: block;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.setting-bg img {
    width: 100%;
    height: 270px;
    border-radius: 3px;
    background-position: center;
}

.add-profile-btn {
    margin-top: 10px;
    display: block;
    width: 100%;
}


.scl-icn {
    position: relative;
}

.scl-icn1 {
    position: absolute;
    width: 40px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding: 9px 0;
    font-size: 16px;
    color: #fff;
    top: 0;
}

.scl-bg-1 {
    background: #3b5998;
}

.scl-bg-2 {
    background: #1da1f2;
}

.scl-bg-3 {
    background: #dd4b39;
}

.scl-bg-4 {
    background: #405de6;
}

.scl-bg-5 {
    background: #bd081c;
}

.scl-bg-6 {
    background: #0077b5;
}

.scl-bg-7 {
    background: #ff3131;
}

.noti-all-st {
    width: 100%;
    display: block;
}

.noti-all-st {
    width: 100%;
    display: block;
}

.noti-sting1 {
    display: block;
    width: 100%;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}

.noti-all-st ul li {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px;
    margin-bottom: -3px;
    display: block;
}

.noti-st {
    display: block;
    width: 100%;
}

.noti-left-t {
    display: block;
    color: #313131;
    font-size: 16px;
    font-weight: 400;
}

.noti-right-b {
    float: right;
}

.noti-right-b .custom-control-label {
    position: initial;
    margin-bottom: 0;
    vertical-align: top;
}

.noti-right-b .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 70px;
    pointer-events: all;
    border-radius: 100px;
    height: 30px;
    top: -1px;
    box-shadow: none;
}

.noti-right-b .custom-switch .custom-control-label::after {
    top: calc(-1px + 2px);
    left: calc(-36px + 2px);
    width: calc(30px - 4px);
    height: calc(30px - 4px);
    background-color: #e6e6e6;
    border-radius: 100%;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.noti-right-b .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 0;
    height: 0;
    content: "";
    background: no-repeat 50%/50% 50%;
}


.user-buttons {
    display: flex;
}

.user-follow a {
    background: #fff;
    border: 1px solid #ff7555;
    padding: 10px 20px;
    border-radius: 3px;
    color: #ff7555;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.user-follow a:hover {
    background: #f55f3d;
    color: #fff !important;
}

/* === Invite Friends Page === */

.invite-main {
    text-align: center;
}


.invite-img {
    text-align: center;
    width: 100%;

}


.invite-img img {
    width: 150px;
    margin-bottom: -40px;
}

.invite-heading h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 47px;
    margin-bottom: 19px;
    color: #313131;
}


.invite-heading h1 {
    /* font-size: 24px; */
    font-weight: 500;
    margin-top: 47px;
    margin-bottom: 19px;
    /* color: #313131; */
}

.invite-heading p {
    font-size: 18px;
    font-weight: 400;
    /* color: #313131; */
    margin-bottom: 20px;
    line-height: 40px;
}

.Share-today {
    margin-top: 14px;
    margin-left: 4%;
}

.Share-today h4 {
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
}

.signup-scl-scc {
    max-width: 100%;
    display: block;
}

.social-acc1 a {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    color: #847577;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 24px;
    margin-right: 20px;
}

.social-acc1 a:hover {
    color: #ff7555 !important;
}

.social-acc1 .facebook {
    background-color: #3b5998;
}

.social-acc1 .twitter {
    background-color: #000000;
}

.social-acc1 .google {
    background-color: #ea4335;
}

.social-acc1 .reddit {
    background-color: #ff5700;
}

.social-acc1 .linkedin {
    background-color: #0077b5;
}

.social-acc1 .whatsapp {
    background-color: #25d366;
}


.copylink {
    margin: 0;
    margin-left: 37px;
    width: 100%;
    display: flex;
}

@media all and (max-width: 576px) {
    .copylink {
        margin: 0;
        margin-left: 10px;
        width: 100%;
        display: flex;
    }
}

.home-link-input {
    border: 1px solid #e6e6e6 !important;
    color: #313131;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    padding: 0px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.home-link-btn i {
    margin-right: 5px;
}

.home-link-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #ff7555;
    border: 0;
    margin: 0;
    width: 50px;
    text-transform: uppercase;
    padding: 10px 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.copy-link-input {
    border: 1px solid #e6e6e6 !important;
    color: #313131;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    padding: 0px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.copy-link-btn i {
    margin-right: 5px;
}

.copy-link-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #ff7555;
    border: 0;
    margin: 0;
    width: 50px;
    text-transform: uppercase;
    padding: 10px 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.copy-link-btn:hover {
    background: #f55f3d;
}

.Share--links {
    display: block;
    width: 100%;
}

.Share--links .signup-scl-scc {
    float: none !important;
}

.social-acc1 a i {
    margin-right: 5px;
    font-size: 14px;
    padding: 14px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}

.link-block {
    display: block;
}

.how-its-work {
    margin-top: 63px;
    margin-bottom: 35px;
}

.work-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 24px;
    margin-bottom: 18px;
}

.works-1 {
    margin-top: 30px;
}

.work-icon {
    margin-bottom: 23px;
}

.works-1 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    line-height: 24px;
    margin-bottom: 12px;
}

.works-1 p {
    font-size: 14px;
    font-weight: 400;
    color: #847577;
    line-height: 2;
    margin-bottom: 0;
}


.all-rqusts1 {
    display: block;
    border-top: 1px solid #e6e6e6;
    text-align: left;
    width: 100%;
}

.timelt5 {
    right: 35px !important;
}

/* --- Messages Page --- */

.message-sidebar {
    padding: 20px;
    display: block;
    width: 100%;
}


.msg-top-left-items {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.msg-create-btns {
    width: 110px;
}

.msg-search {
    position: relative;
    width: 100%;
}

.msg-search i {
    position: absolute;
    color: #00b2a9;
    font-size: 16px;
    left: 13px;
    top: 11px;
}

.msg-create-btns {
    background: #ff7555;
    color: #fff;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 4%);
    border-radius: 3px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    margin-left: 15px;
}

.btn-main {
    min-width: 50%;
    width: 50%;
    height: 40px;
    margin: 0;
    background: #ff7555 !important;
    transition: all .3s;
    box-shadow: none;
    border: none;
    color: #fff;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.msg-tabs {
    display: block;
    width: 100%;
}

.pl-left {
    padding-left: 38px;
}

.msg-tabs .nav-pills .nav-link.active,
.msg-tabs .nav-pills .show>.nav-link {
    color: #ff7555 !important;
    background-color: #f7f7f7 !important;
}

.msg-tabs .nav-link {
    display: block;
    padding: .75rem 20px !important;
    color: #231f20 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
}

.msg-tabs .item-body .media {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.msg-tabs .item-body .media:last-child {
    border-bottom: 0;
}

.msg-tabs .item-body .media .item-img {
    margin-top: 0;
    position: relative;
    margin-right: 15px;
}

.msg-tabs .item-body .media .item-img img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.msg-tabs .item-body .media .item-img .chat-status {
    display: block;
    height: 12px;
    width: 12px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 30%);
    position: absolute;
    top: 0px;
    left: -3px;
    z-index: 2;
}

.msg-tabs .item-body .media .media-body {
    position: relative;
}

.msg-tabs .item-body .media .item-img .chat-status.offline {
    background-color: #b0bacb;
}

.msg-tabs .item-body .media .item-img .chat-status.online {
    background-color: #ff7555;
}

.msg-tabs .item-body .media .media-body .item-title {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
    display: block;
}

.msg-tabs .item-body .media .media-body .item-title:hover {
    color: #f55f3d !important;
}

.msg-tabs .item-body .media .media-body p {
    font-size: 13px;
    color: #847577;
    line-height: 20px;
    margin-bottom: 0;
}

.msg-tabs .item-body .media .media-body .item-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #847577;
}

.msg-tabs .item-body .media .btn-area .item-btn {
    float: right;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    color: #847577;
    line-height: 35px;
    margin-left: 5px;
}

.msg-tabs .item-body .media .btn-area .item-btn:hover {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #313131 !important;
}

.offcanvas-header {
    border-bottom: 1px solid #313131;
    background: #313131;
}


.msg-last-sent {
    font-size: 12px;
    font-weight: 400;
    color: #91699c;
    float: right;
}

.empty_state {
    margin: 85px 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #231f20;
    text-align: center;
    float: left;
    width: 100%;
}

.empty_state i {
    display: block;
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
    color: #91699c;
    background-color: #f7f7f7;
    border-radius: 50%;
    padding: 20px 15px;
    font-size: 20px;
}

.recipients-top-dt {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #eeeeee;
}

.msg-usr-dt {
    display: flex;
    align-items: flex-start;
}

.recipient-user-dt {
    margin-top: 5px;
    margin-left: 10px;
}

.recipient-user-dt a {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 0;
    display: inline-block;
}

.user-last-seen {
    font-size: 12px;
    margin-bottom: 0;
}

.usr-cht-opts-btns {
    margin-left: auto;
}

.usr-cht-opts-btns>span {
    margin-right: 20px;
    color: #00b2a9;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 16px;
}

.usr-cht-opts-btns>span:hover {
    color: #ff7555;
}

.usr-cht-opts-btns>span:last-child {
    margin-right: 10px;
}

.chat-container {
    padding: 20px 30px 0;
    height: calc(100vh - 314px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.chat-content {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
}

.chat-content>ul {
    margin: 0;
    padding-left: 0;
    position: relative;
    padding-right: 8px;
}

.chat-content>ul>li {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.chat-content .chat-thumb {
    display: inline-block;
    vertical-align: top;
    width: 28px;
}

.chat-content .notifi-event {
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
    width: auto;
}

.chat-content .chat-msg-item {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 7px;
    display: block;
    font-size: 14px;
    padding: 12px;
    color: #231f20;
    flex-wrap: nowrap;
}

.chat-content .notifi-date {
    color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
}

.recipient-avatar img {
    width: 55px;
    height: 55px;
}

.nt-view-attr__img--centered {
    background-position: 50%;
    background-size: cover;
}

.presence-entity__image {
    object-position: center;
    object-fit: cover;
    width: 56px;
    height: 56px;
    float: left;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.recipient-avatar {
    position: relative;
}

.recipient-avatar .chat-status {
    display: block;
    height: 15px;
    width: 15px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 30%);
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 2;
}

.recipient-avatar .chat-status.offline {
    background-color: #b0bacb;
}

.recipient-avatar .chat-status.online {
    background-color: #ff7555;
}

.chat-thumb>img {
    border-radius: 100%;
    width: 100%;
}

.chat-content>ul li.me .chat-thumb {
    float: right;
}

.chat-content>ul li.me .notifi-event {
    float: right;
    margin-left: 0;
    margin-right: 8px;
}

.chat-content>ul li.me .chat-msg-item {
    background: rgba(124, 255, 155, 0.55) none repeat scroll 0 0;
}


.add_files {
    margin-left: 10px;
}

.mic-record {
    font-size: 18px;
    border: 0;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: -2px;
    color: #91699c;
    background: transparent;
}

.mic-record:hover {
    color: #ff7555;
}

.send-button {
    background-color: #ff7555;
    height: 50px;
    margin-left: 20px;
    width: 50px;
    border-radius: 8px;
    font-size: 18px;
}

.group-chat-form {
    padding: 13px 20px 20px;
}

.group-chat-form .mic_design_button {
    width: 100%;
    min-height: 180px;
}

.group-image {
    position: relative;
}

.emoji-combo {
    font-size: 18px;
    border: 0;
    margin-right: 10px;
    margin-bottom: -2px;
    color: #91699c;
    background: transparent;
}

.emoji-combo:hover {
    color: #ff7555;
}

.img-add [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: right;
    display: none;
}

.img-add [type="file"]+label {
    cursor: pointer;
    float: right;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0 15px -2px 7px;
    color: #91699c;
    border-radius: 100%;
    border: 0;
    font-size: 18px;
    padding: 0;
}

.img-add [type="file"]+label:hover {
    color: #ff7555 !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/* === Notification Page === */

.all-noti-group .item-body .media {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.all-noti-group .item-body .media .item-img {
    margin-top: 0;
    position: relative;
    margin-right: 15px;
}

.all-noti-group.item-body .media .item-img img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
}

.all-noti-group .item-body .media .item-img .chat-status {
    display: block;
    height: 12px;
    width: 12px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 30%);
    position: absolute;
    top: 0px;
    left: -3px;
    z-index: 2;
}

.all-noti-group .item-body .media .media-body {
    position: relative;
}

.all-noti-group .item-body .media .item-img .chat-status.offline {
    background-color: #b0bacb;
}

.all-noti-group .item-body .media .item-img .chat-status.online {
    background-color: #ff7555;
}

.all-noti-group .item-body .media .media-body .item-title {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
    display: block;
}

.all-noti-group .item-body .media .media-body .item-title:hover {
    color: #f55f3d !important;
}

.all-noti-group .item-body .media .media-body p {
    font-size: 13px;
    color: #847577;
    line-height: 20px;
    margin-bottom: 0;
}

.all-noti-group .item-body .media .media-body .item-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #847577;
}

.all-noti-group .item-body .media .btn-area .item-btn {
    float: right;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    color: #847577;
    line-height: 35px;
    margin-left: 5px;
}

.all-noti-group .item-body .media .btn-area .item-btn:hover {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #313131 !important;
}

.all-noti-group .item-body .media .item-img img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
}

.noti-setting {
    padding: 20px;
}

.noti-step {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.noti-step:last-child {
    margin-bottom: 0;
}

.noti-step span {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
}

.find-link {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
    color: #313131;
}

.find-link:hover {
    color: #ff7555 !important;
}

/* === Privacy Policy === */

.all-policies {
    margin-bottom: 15px;
}

.policy-heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 45px;
}

.policy-heading h1 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    line-height: 26px;
    margin-bottom: 45px;
}

.policy-text {
    text-align: left;
}

.policy-text p {
    font-size: 14px;
    color: #847577;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0px;
}

.policy-text-1 {
    margin-top: 35px;
}

.policy-text-1 h4 {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.policy-text-1 p {
    font-size: 14px;
    color: #847577;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0px;
}

.policy-text-1 ul {
    list-style-type: disc;
}

.policy-text-1 ul li {
    list-style-type: disc;
    margin-left: 20px;
    width: 98%;
    margin-bottom: 10px;
}

.policy-text-1 ul li:last-child {
    margin-bottom: 0;
}

.policy-text-1 h6 {
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.blog-owl .owl-item img {
    display: inline !important;
    width: auto !important;
}

.blog-owl .owl-nav .owl-prev {
    left: -20px;
    font-size: 14px !important;
    position: absolute;
    top: 40%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 5px 0 !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.blog-owl .owl-nav .owl-next {
    font-size: 14px !important;
    position: absolute;
    right: -20px;
    top: 40%;
    padding: 5px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.blog-owl .owl-nav .owl-prev:hover {
    color: #fff;
    background: #ff7555 !important;
    border: 1px solid #ff7555 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.blog-owl .owl-nav .owl-next:hover {
    color: #fff;
    border: 1px solid #ff7555 !important;
    background: #ff7555 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    width: 83% !important;
    text-overflow: ellipsis !important;
}

.srh_home {
    margin: 9px auto;
    width: 45%
}

.srh_home form {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px
}

.srh_home .ipt {
    margin-right: 50px
}

.srh_home .ipt .keyipt {
    width: 100%;
    height: 50px;
    padding: 0 10px
}

.srh_home .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.srh_home .btn .srhbtn {
    display: block;
    cursor: pointer;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #005ede
}

.srh_home .btn .srhbtn .icon {
    color: #fff;
    font-size: 22px;
    height: 60px
}

@media all and (max-width: 576px) {
    .srh_home {
        width: 90%;
        margin: 0 auto
    }

    .srh_home form {
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 10px
    }

    .srh_home .ipt {
        margin-right: 3.4rem
    }

    .srh_home .ipt .keyipt {
        width: 100%;
        height: 3.4rem;
        padding: 0;
        padding-left: .6rem;
        font-size: 16px
    }

    .srh_home .btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }

    .srh_home .btn .srhbtn {
        display: block;
        cursor: pointer;
        text-align: center;
        width: 3.4rem;
        height: 3.4rem;
        line-height: 3.4rem;
        background: #005ede
    }

    .srh_home .btn .srhbtn .icon {
        color: #fff;
        font-size: 22px;
        height: 40px
    }
}

.slogan {
    padding: 30px 0
}

.slogan .main_slogan {
    font-size: 32px;
    text-align: center;
    font-weight: 600
}

.slogan .sub_slogan {
    font-size: 18px;
    text-align: center;
    margin-top: 2rem
}

@media all and (max-width: 576px) {
    .slogan {
        padding: 30px 0
    }

    .slogan .main_slogan {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 600
    }

    .slogan .sub_slogan {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 2rem
    }
}

.header {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .04);
    background-color: #1F1F1F;
}

.header .logo {
    float: left;
    width: 25%;
}

.header .logo .logo_w {
    float: left;
}

.header .logo .link {
    display: block;
    /* color: #666; */
    padding: 14px 0;
}


.header .logo .img {
    height: 32px;
    width: 32px;
    float: left
}


.header .logo .txt {
    float: left;
    font-weight: 700;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    margin-left: 10px
}

.header .srh {
    float: left;
    margin: 9px 0;
    width: 50%;
}

.header .srh form {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.header .srh .ipt {
    margin-right: 40px
}

.header .srh .ipt .keyipt {
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

.header .srh .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.header .srh .btn .srhbtn {
    display: block;
    cursor: pointer;
    text-align: center;
    /* width: 40px; */
    /* height: 40px; */
    line-height: 32px;
    background-color: #fff;
}

.header .srh .btn .srhbtn .icon {
    color: #666;
    font-size: 22px;
    height: 40px;
}

.header .nav {
    float: right
}

.header .nav a {
    float: left;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    padding: 0 10px
}

.header .lang {
    float: left;
    width: 15%;
}

.header .lang_w {
    float: right
}

.header .lang .cur {
    display: block;
    height: 60px;
    line-height: 60px;
    cursor: pointer
}

.header .lang .cur .icon {
    font-size: 20px;
    /* color: #444; */
}

.header .lang .cur .txt {
    margin-left: 4px
}


.header .lang .menu {
    display: none
}

.header .lang .menu .list {
    position: absolute;
    border-radius: 4px;
    z-index: 6;
    background-color: #1F1F1F;
    padding: 12px 20px;
    border: 1px solid #1F1F1F;
}

.card {
    background-color: #f8f9fa;
    /* Light mode card background color */
    border: 1px solid #dee2e6;
}

body.dark-mode .card {
    background-color: #1e1e1e;
    /* Dark mode card background color */
    border-color: #323232;
}

.card .card-header {
    background-color: #ffffff;
    /* Light mode header background color */
}

body.dark-mode .card .card-header {
    background-color: #1e1e1e;
    /* Dark mode header background color */
}

.card .list-group-item {
    background-color: #ffffff;
    /* Light mode list item background color */
    border-color: #dee2e6;
    color: #000000;
    /* Light mode list item text color */
}

body.dark-mode .card .list-group-item {
    background-color: #1e1e1e;
    /* Dark mode list item background color */
    border-color: #323232;
    color: #ffffff;
    /* Dark mode list item text color */
}

.card .btn-primary {
    background-color: #1da1f2;
    /* Light mode primary button color */
    border-color: #1da1f2;
}

body.dark-mode .card .btn-primary {
    background-color: #0d95e8;
    /* Dark mode primary button color */
    border-color: #0d95e8;
}

.card .btn-secondary {
    background-color: #6c757d;
    /* Light mode secondary button color */
    border-color: #6c757d;
}

body.dark-mode .card .btn-secondary {
    background-color: #495057;
    /* Dark mode secondary button color */
    border-color: #495057;
}

.card-title {
    color: #ffffff !important;
    font-size: 1.25rem !important;
}

.bootstrap-select .dropdown-toggle {
    background-color: #ffffff;
    /* Light mode dropdown background color */
    color: #000000;
    /* Light mode dropdown text color */
}

body.dark-mode .bootstrap-select .dropdown-toggle {
    background-color: #1e1e1e !important;
    /* Dark mode dropdown background color */
    color: #e0e0e0 !important;
    /* Dark mode dropdown text color */
}

.bootstrap-select .dropdown-menu .no-results {
    background: #1F1F1F;
}

.bootstrap-select .dropdown-menu {
    background-color: #ffffff;
    /* Light mode dropdown menu background color */
    color: #000000;
    /* Light mode dropdown menu text color */
}

body.dark-mode .bootstrap-select .dropdown-menu {
    background-color: #1e1e1e;
    /* Dark mode dropdown menu background color */
    color: #e0e0e0;
    /* Dark mode dropdown menu text color */
}

.bootstrap-select .dropdown-menu .bs-searchbox input {
    background-color: #ffffff;
    /* Light mode search box background color */
    color: #000000;
    /* Light mode search box text color */
}

body.dark-mode .bootstrap-select .dropdown-menu .bs-searchbox input {
    background-color: #2e2e2e;
    /* Dark mode search box background color */
    color: #e0e0e0;
    /* Dark mode search box text color */
}

.header .lang .menu .list a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    padding-right: 1rem;
    border-bottom: 1px dashed #eee
}

.header .lang .mask {
    position: fixed
}

@media all and (max-width: 576px) {
    .header_w {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        height: 60px
    }

    .header .logo {
        width: auto;
    }

    .header .logo .link {
        display: block;
        /* height: 1.8rem; */
        padding: .4rem 0;
        margin: 1px 0;
        /* color: #666; */
    }

    .header .logo .img {
        width: 1.8rem;
        height: 1.8rem;
        float: left
    }

    .header .logo .txt {
        float: left;
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 1.2rem;
        /* color: #222; */
        margin-left: .4rem
    }

    .header .srh {
        flex: 1;
        width: 100%;
        margin: 0 1rem
    }

    .header .srh form {
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #eee
    }

    .header .srh .ipt {
        margin-right: 2.6rem
    }

    .header .srh .ipt .keyipt {
        width: 100%;
        height: 2.6rem;
        padding: 0;
        padding-left: .6rem;
        font-size: 16px
    }

    .header .srh .btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }

    .header .srh .btn .srhbtn {
        display: block;
        cursor: pointer;
        text-align: center;
        width: 2.6rem;
        height: 2.6rem;
        line-height: 2.6rem;
        background: #fff
    }

    .header .srh .btn .srhbtn .icon {
        color: #666;
        font-size: 22px;
        height: 40px
    }

    .header .nav {
        margin: 0;
        width: auto
    }

    .header .nav a {
        float: left;
        height: 2.6rem;
        line-height: 2.6rem;
        font-weight: 700;
        padding: 0
    }

    .header .lang {
        width: auto;
    }

    .header .lang .cur {
        display: block;
        margin: 1px 0;
        width: 2.6rem;
        height: 2.6rem;
        line-height: 2.6rem;
        text-align: center
    }

    .header .lang .cur .icon {
        font-size: 1.6rem;
        /* color: #666; */
    }

    .header .lang .cur .txt {
        display: none
    }

    .header .lang .menu {
        display: none
    }

    .header .lang .menu .mask {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 98;
        background-color: rgba(0, 0, 0, .4)
    }

    .header .lang .menu .list {
        position: fixed;
        overflow-y: auto;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        border-radius: 0;
        background-color: #1F1F1F;
        padding: 1rem 1.5rem
    }


    .header .lang .menu .list a {
        display: block;
        height: 3rem;
        line-height: 3rem;
        border-bottom: 1px solid #eee
    }

    .header .lang .mask {
        position: fixed
    }
}

.cf {
    *zoom: 1;
}

.cf:after {
    content: '\0020';
    display: block;
    clear: both;
    visibility: hidden;
    width: 100%
}

@media all and (max-width: 576px) {
    .bg {
        background-color: #fbfbfb;
        overflow: hidden;
        padding: 1rem 0
    }

    .bg_top {
        background-color: #f6f7fc;
        overflow: hidden;
        padding: 1rem 0
    }
}

.w {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media all and (max-width: 1200px) {
    .w {
        width: 96%
    }
}

@media all and (max-width: 576px) {
    .w {
        width: 100%
    }
}

.w_c {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media all and (max-width: 1200px) {
    .w_c {
        width: 96%
    }
}

@media all and (max-width: 576px) {
    .w_c {
        width: 100%;
        box-sizing: border-box;
        position: relative
    }
}

.lay-w {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

@media all and (max-width: 1200px) {
    .lay-w {
        width: 96%
    }
}

@media all and (max-width: 576px) {
    .lay-w {
        width: auto
    }
}

.lay-wc {
    width: 800px;
    margin-right: auto;
    margin-left: auto
}

@media all and (max-width: 1200px) {
    .lay-wc {
        width: 96%
    }
}

@media all and (max-width: 576px) {
    .lay-wc {
        width: auto
    }
}

@media all and (max-width: 576px) {
    .l_pre {
        padding-right: 8px;
        padding-left: 8px;
        box-sizing: border-box
    }
}

button,
input,
select,
textarea,
datalist {
    font-size: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0
}

.meta_x {
    padding: 16px
}

.meta_x .time {
    font-size: 14px;
    color: #666;
    flex-shrink: 0
}

.meta_x .time .txt {
    height: 20px;
    line-height: 20px
}

.meta_x .sum {
    color: #333;
    height: 78px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden
}

.meta_x .sum a {
    color: #005ede;
    padding: 6px 4px
}

.meta_x .sum a:hover {
    color: #005ede
}

.meta_x .owner .username a {
    font-weight: 700;
    color: #666;
    height: 30px;
    line-height: 30px
}

.meta_x .owner .username a:hover {
    color: #005ede
}

.meta_x .count {
    margin-top: 20px
}

.meta_x .count .count_item {
    display: inline-block
}

.meta_x .count .count_item_like {
    margin-right: 10px
}

.meta_x .count .count_item .icon {
    font-size: 18px;
    color: #999
}

.meta_x .count .count_item .num {
    vertical-align: middle;
    margin-left: 2px;
    color: #666;
    font-size: 14px
}

@media all and (max-width: 576px) {
    .meta_x {
        padding: 1.2rem .6rem
    }
}

.meta {
    padding: 16px;
}

.meta .time {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    flex-shrink: 0
}

.meta .time .txt {
    height: 20px;
    line-height: 20px
}

.meta .sum {
    color: #333;
    height: 78px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.meta .mud {
    color: #333;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-size: 14px;
}

.post-div {
    width: 100%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
}

@media (min-height: 481px) {
    .post-div {
        max-width: 564px;
    }
}

.carousel-indicators {
    margin-bottom: 15%;
}

.meta .sum a {
    color: #005ede;
    padding: 6px 4px
}

.meta .sum a:hover {
    color: #005ede
}

.meta .mud a {
    color: #005ede;
    padding: 4px;
    display: inline-block;
}

.meta .mud a:hover {
    color: #005ede
}

.meta .owner .username a {
    font-weight: 700;
    color: #666;
    height: 30px;
    line-height: 30px
}

.meta .owner .username a:hover {
    color: #005ede
}

.meta .count {
    margin-top: 20px
}

.meta .count .count_item {
    display: inline-block
}

.meta .count .count_item_like {
    margin-right: 10px
}

.meta .count .count_item .icon {
    font-size: 18px;
    color: #999
}

.meta .count .count_item .num {
    vertical-align: middle;
    margin-left: 2px;
    color: #666;
    font-size: 14px
}


.preview {
    width: 100%;
    height: 100%
}

.preview .preview_w {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.preview .img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.preview .img_fit {
    max-width: 100%;
    max-height: 100%
}

.cover {
    position: relative;
    overflow: hidden
}

.cover:before {
    content: '\0020';
    display: block;
    padding-top: 100%;
    background-color: #f7f6f6
}

.cover_w {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.cover .cover_link {
    display: block;
    width: 100%;
    height: 100%
}

.cover_2 {
    position: relative
}

.cover_2:before {
    content: '\0020';
    display: block;
    padding-top: 188%;
    background-size: contain
}

.cover_2 .cover_cont {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.cover_2 img {
    display: block;
    width: 100%
}

.cover_2 video {
    display: block;
    width: 100%
}

.corner {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.corner .icon_multi,
.corner .icon_video,
.corner .icon_tv {
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .6)
}

.container-arw {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    /* padding-right: 5px; */
    /* padding-left: 8px;*/
    padding: 20px;
}

.icon {
    line-height: 1;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icons {
    font-family: FontAwesome;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon_video_play:before {
    content: "\f04b"
}

.icon_video:before {
    content: "\f03d"
}

.icon_tv:before {
    content: "\e621"
}

.icon_multi:before {
    content: "\e178"
}

.icon_arrow_right:before {
    content: "\e743"
}

.icon_arrow_left:before {
    content: "\e744"
}

.icon_arrow_up:before {
    content: "\e745"
}

.icon_arrow_down:before {
    content: "\e7b2"
}

.icon_language:before {
    content: "\f57d"
}

.icon_like:before {
    content: "\e66a"
}

.icon_comment:before {
    content: "\e6ca"
}

.icon_lock:before {
    content: "\e61c"
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.piclur_b {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.popular_n {
    display: flex;
    flex-wrap: wrap
}

.popular_n .item {
    width: 25%;
    padding: 10px;
    box-sizing: border-box
}

.popular_title {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.popular_title .hd {
    height: 30px;
    line-height: 30px;
}

.popular_title .hd h2 {
    font-size: 16px;
    font-weight: 700
}

.popular_title .bd {
    height: 30px;
    line-height: 30px
}

.popular_title .bd .more_page {
    display: block
}

.popular_title .bd .more_page .icon_more {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #666;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px
}

.popular_title .bd .more_page:hover .icon_more {
    background-color: #b6b6b6
}

.home_title {
    margin-top: 10px;
    font-size: 15px;
    color: #313131;
}

.home_title_p {
    /* color: #313131; */
}

.home_title_pd {
    /* color: #313131; */
    margin-right: 3px;
}

body {
    background-color: #f0f0f0;
    color: #000000;
}

body.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

.tweet-container {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.tweet-container:hover {
    background-color: #f0f0f0;
    border-color: #000000;
}

.dark-mode .tweet-container {
    background-color: #1e1e1e;
    color: #e0e0e0;
    border-color: #323232;
}

.dark-mode .tweet-container:hover {
    background-color: #2e2e2e;
    /*   border-color: #ffffff; */
}

.profile-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.profile-link h6,
.profile-link span {
    text-decoration: none;
}

.profile-link h6:hover,
.profile-link span:hover {
    text-decoration: underline;
}

.profile-link .time-stamp {
    color: #6c757d;
    margin-left: auto;
}

.ms-2 span {
    font-size: 0.9em;
    color: #6c757d;
}

.dark-mode .profile-link {
    color: #e0e0e0;
}

.dark-mode .tweet-footer {
    color: #e0e0e0;
}

.dark-mode .tweet-footer {
    color: #e0e0e0 !important;
}

.profile-pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.tweet-body {
    margin-top: 15px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5;
}

.tweet-body p {
    white-space: pre-wrap;
}

.tweet-body a {
    color: #1DA1F2 !important;
    text-decoration: none !important;
}

.tweet-body a:hover {
    text-decoration: underline !important;
}

.loading-spinner {
    display: none;
    justify-content: center;
    align-items: center;
}

.loading-btn {
    display: none;
}


.tweet-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.tweet-footer div {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-block-end: -5px;
}

.tweet-footer div span {
    margin-left: 5px;
}

.tweet-image,
.tweet-video {
    /* margin-top: 10px; */
    width: 100%;
    height: auto;
    max-height: 370px;
    object-fit: contain;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.multi-tweet-images {
    margin-top: 10px;
}

.multi-tweet-image,
.multi-tweet-video {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.single-image .tweet-image {
    width: 100%;
    height: auto;
    max-height: 370px;
    object-fit: contain;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}


.multi-image .tweet-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.download-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.quote-tweet {
    border-radius: 10px;
    background-color: #f8f9fa;
    margin-top: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tweet-container:hover .quote-tweet {
    background-color: #2e2e2e;
    color: #e0e0e0;
}

.dark-mode .quote-tweet {
    background-color: #2e2e2e;
    color: #e0e0e0;
    border-color: #323232;
}

.verified {
    color: #1da1f2;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.dark-mode a {
    color: #ffffff;
}

.dark-mode a:hover {
    color: #ffffff;
}

.retweeted-by {
    font-size: 0.9em;
    color: #6c757d;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.retweeted-by i {
    margin-right: 10px;
}

.source {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 10px;
}

.source a {
    color: inherit;
    text-decoration: none;
}

.source a:hover {
    text-decoration: underline;
}

.overlay-text {
    position: absolute;
    right: 4px;
    left: 4px;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 10px;
    font-size: 0.9em;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.link_text {
    color: #1da1f2 !important;
}

.searchRow {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: -29px;
    /* margin-top: calc(-1 * var(--bs-gutter-y)); */
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    padding: 5px;
}

.col-xl-3,
.col-lg-4,
.col-md-6,
.col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.user-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.user-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.user-card {
    width: 82px;
    height: 100px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}

.similar-user-name {
    display: block;
    max-width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.verify-badge {
    display: inline-block;
    vertical-align: middle;
    color: #1DA1F2;
}

.user-wrapper::-webkit-scrollbar {
    height: 4px;
}

.user-wrapper::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 10px;
}

.user-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #e1e1e1;
}

.user-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.user-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #888 #e1e1e1;
}

.closeBtn {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
    pointer-events: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    pointer-events: all;
    padding: 50px 20px;
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}


.tweet-container.connected::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #444;
}

.containerv {
    position: relative;
    margin: auto;
    margin-left: 10px;
    border-radius: unset;
}

.containerf {
    position: relative;
    margin: auto;
    margin-left: 10px;
    border-radius: unset;
    border-block-end: none;
}

.containerd {
    position: relative;
    margin: auto;
    margin-left: 10px;
    border-radius: unset;
    border-block: none;
    border-block-end: inset;
    margin-block-end: 20px;
}

.tweet-container.connected:first-of-type::before {
    top: 16px;
}

.tweet-container.connected:last-of-type::before {
    height: calc(100% - 16px);
}

.background-btn {
    position: absolute;
    right: 8px;
    z-index: 10;
    font-size: 20px;
    padding: 5px 10px;
    color: white;
}

.background-btn {
    position: absolute;
    right: 8px;
    z-index: 10;
    font-size: 20px;
    padding: 5px 10px;
    color: white;
}

.background-btn {
    position: absolute;
    right: 8px;
    z-index: 10;
    font-size: 20px;
    padding: 5px 10px;
    color: white;
}

.avatar-image {
    pointer-events: auto;
    cursor: pointer;
}

@media (min-width: 992px) {
    .content {
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .col-lg-4 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    #tagCol {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    #tagCol.following-tab {
        flex: 0 0 0% !important;
        max-width: 0% !important;
    }
}

.nav-link.disabled,
.nav-link:disabled {
    color: rgba(189, 189, 189, 0.75) !important;
    pointer-events: none !important;
    cursor: default !important;
}

.ellipsis-menu {
    position: absolute !important;
    top: 10px;
    right: 10px;
}

.report-btn {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #000 !important;
    --bs-btn-border-color: #000 !important;
}

.poll-container {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.poll-option {
    display: flex;
    justify-content: space-between;
    background: #2d2d2d;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 2px solid transparent;
}

.poll-option.selected {
    border-color: #1DA1F2;
}

.poll-percentage {
    color: #ccc;
}

.poll-end {
    font-size: 14px;
    color: #aaa;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0;
}

.user-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    color: #6c757d;
    font-size: 14px;
}

.user-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-item a {
    color: #1d9bf0;
    text-decoration: none;
}

.user-item a:hover {
    text-decoration: underline;
}

.custom-card {
    background-color: #1c1c1e;
    /* Dark background */
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    /* No underline for links */
    transition: background-color 0.2s ease-in-out;
}

.custom-card:hover {
    background-color: #2a2a2e;
    /* Hover effect */
}

.custom-card .icon-container {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 35px;
}

.custom-card .card-body {
    padding-left: 10px;
}

.custom-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.custom-card-text {
    font-size: 14px;
    color: #a1a1a1;
}

.custom-card-subtitle {
    font-size: 12px;
    color: #a1a1a1;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 150px;
}

.image-container img {
    border-radius: 4px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}