/*global-css-start*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
   font-size: 16px;
   font-weight: 500;
   color: #2F2E2E;
   background-color: #fff;
   scroll-behavior: smooth;
   font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   color: #000;
   font-weight: 700;
}

strong {
   font-weight: 800;
   color: #000;
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #000;
   font-weight: 400;
}

a:hover, a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: inherit;
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none;
}

button {
   color: inherit;
   border: none;
}

p {
   margin-bottom: 0.5rem;
   font-size: 16px;
   font-weight: 500;
   color: #6E7673;
   line-height: 22px;
}

ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none !important;
}

ul {
   padding-left: 0 !important;
}

hr {
   background-color: #D0D0D0 !important;
   opacity: 1;
   border-color: #D0D0D0 !important;
}

.form-select:focus, .form-control:focus {
   box-shadow: none !important;
   border-color: #ccc;
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: inherit;
   color: inherit;
}

label {
   margin-bottom: 5px;
}

input:focus, button:focus, textarea:focus {
   outline: none;
   box-shadow: none;
}

img {
   max-width: 100%;
   height: auto;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input[type=number] {
   -moz-appearance: textfield;
}

.fz-12 {
   font-size: 12px !important;
}

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

.fz-16 {
   font-size: 16px !important;
}

.fz-18 {
   font-size: 18px !important;
}

.fz-20 {
   font-size: 20px !important;
}

.fz-22 {
   font-size: 22px !important;
}

.fz-24 {
   font-size: 24px !important;
}

.fz-26 {
   font-size: 26px !important;
}

.fz-28 {
   font-size: 28px !important;
}

.fz-30 {
   font-size: 30px !important;
}

.fw-300 {
   font-weight: 300 !important;
}

.fw-400 {
   font-weight: 400 !important;
}

.fw-500 {
   font-weight: 500 !important;
}

.fw-600 {
   font-weight: 600 !important;
}

.fw-700 {
   font-weight: 700 !important;
}

.fw-800 {
   font-weight: 800 !important;
}

.img-20 {
   height: 20px;
   width: 20px;
}

.img-30 {
   height: 30px;
   width: 30px;
}

.img-40 {
   height: 40px;
   width: 40px;
}

.img-50 {
   height: 50px;
   width: 50px;
}

.img-60 {
   height: 60px;
   width: 60px;
}

.img-70 {
   height: 70px;
   width: 70px;
}

.img-80 {
   height: 80px;
   width: 80px;
}

.theme-header .tp-bar {
   padding: 12px 0;
   background-color: #0D401C;
}

.tp-bar-lft a {
   display: inline-block;
   margin-right: 25px;
   color: #fff;
   font-size: 16px;
   font-weight: 500;
}

.tp-bar-lft a i {
   color: #F8C32C;
}

.header-media li {
   display: inline-block;
   margin-left: 5px;
}

.header-media li a {
   display: inline-block;
   height: 35px;
   width: 35px;
   text-align: center;
   line-height: 35px;
   background-color: #FFFFFF30;
   color: #F8C32C;
   border-radius: 25px;
   font-size: 15px;
}

.header-media li a:hover {
   background-color: #F8C32C;
   color: #0D401C;
}

.theme-header .custom-navbar {
   background-color: #fff;
   position: relative;
}

.theme-header .custom-navbar::after {
   position: absolute;
   content: '';
   left: 0;
   bottom: -7px;
   width: 100%;
   height: 60px;
   background-image: url(../images/navbar-bg.png);
   z-index: -9;
}

.theme-header .custom-navbar .navbar-brand img {
   width: 120px;
}

.theme-header .custom-navbar .nav-item {
   margin-left: 25px;
   margin-right: 25px;
}

.theme-header .custom-navbar .nav-item .nav-link {
   padding: 0;
   color: #0D401C;
   font-size: 16px;
   font-weight: 500;
   position: relative;
}

.theme-header .custom-navbar .nav-item .nav-link::after, .theme-header .custom-navbar .nav-item .nav-link::before {
   position: absolute;
   content: '';
   background-color: #F8C32C;
}

.theme-header .custom-navbar .nav-item .nav-link::after {
   left: -10px;
   top: 7px;
   height: 8px;
   width: 8px;
   border-radius: 25px;
}

.theme-header .custom-navbar .nav-item .nav-link::before {
   top: -28px;
   left: 0;
   height: 5px;
   width: 0%;
   transition: 0.2s;
}

.theme-header .custom-navbar .nav-item .nav-link:hover::before {
   width: 100%;
}

.theme-header .nav-btn {
   display: flex;
   align-items: center;
}

.theme-header .nav-btn .search-btn {
   display: inline-block;
   height: 45px;
   width: 45px;
   line-height: 45px;
   background-color: #F7F8EF;
   border: 1px solid #0D401C0D;
   text-align: center;
   border-radius: 25px;
   font-size: 20px;
   margin-right: 5px;
}

.theme-header .nav-btn .search-btn:hover, .theme-header .nav-btn .search-btn:focus {
   background-color: #0D401C;
   color: #fff;
}

.theme-header .nav-btn .dropdown button {
   background-color: #F7F8EF;
   color: #0D401C;
   padding: 12px 25px;
   border-radius: 25px;
   border: 1px solid #0D401C0D;
   font-size: 16px;
   font-weight: 600;
}

.theme-header .nav-btn .dropdown button:hover {
   background-color: #0D401C;
   color: #F8C32C;
}

.theme-header .nav-btn .dropdown button.dropdown-toggle::after {
   border: 0;
   content: '\f078';
   font-family: "Font Awesome 5 Pro";
   vertical-align: 0;
   transition: 0.3s;
}

.theme-header .nav-btn .dropdown button.dropdown-toggle.show::after {
   transform: rotate(180deg);
}

.theme-header .nav-btn .dropdown .dropdown-menu {
   border: 0;
   background-color: #F8C32C;
}

.theme-header .nav-btn .dropdown .dropdown-menu .dropdown-item {
   background-color: #fff;
   color: #0D401C;
   margin-bottom: 5px;
   font-weight: 600;
}

.theme-header .nav-btn .dropdown .dropdown-menu .dropdown-item:hover, .theme-header .nav-btn .dropdown .dropdown-menu .dropdown-item:focus {
   background-color: #0D401C;
   color: #F8C32C;
}

.price {
   font-size: 14px;
   font-weight: 500;
   color: #0D401C;
   margin-bottom: 10px;
}

.price del {
   color: #6E7673;
}

.left-bar.sticky-top, .right-bar.sticky-top {
   top: 140px;
}

.main-cards {
   padding: 10px;
   background-color: #f7f7f7;
   margin-bottom: 10px;
   border: 1px solid #e1e8ed;
   border-radius: 10px;
}

.social-title {
   font-size: 18px;
   font-weight: 500;
   color: #333;
   margin: 8px 0;
}

.social-space {
   padding-top: 20px;
   padding-bottom: 20px;
}

.profile-title {
   font-size: 18px;
   font-weight: 600;
   color: #333;
}

.thm-btn {
   display: inline-block;
   padding: 10px 35px;
   background-color: #0D401C;
   color: #fff;
   border-radius: 25px;
   font-size: 15px;
   font-weight: 500;
}
.thm-btn:hover,
.thm-btn:focus{
   background-color: #F8C32C;
   color: #0D401C;
}

.profile-complete-card {
   margin-top: 15px;
}

#progress-container {
   width: 80px;
   height: 80px;
   margin: 15px auto;
}

.profile-complete-card p {
   font-size: 14px;
}

.profile-complete-list li {
   display: flex;
   justify-content: space-between;
   align-items: comment-card;
   margin-top: 15px;
}

.profile-complete-list li span {
   font-size: 14px;
   font-weight: 500;
   color: #333;
}

.main-wrapper {
   width: 100%;
   margin: 0 auto;
   min-height: 100vh;
   padding-top: 145px;
   padding-bottom: 30px;
}

.create-post-card {
   padding: 10px;
   background-color: #f7f7f7;
   margin: 15px 0;
   border: 1px solid #e1e8ed;
   border-radius: 10px;
}

.create-post-card h5 {
   font-size: 18px;
   font-weight: 500;
   color: #333;
   margin-bottom: 15px;
}

.create-post-card .create-post-bx,
.user-profile-dtl-frm .create-post-bx{
   position: relative;
   margin-bottom: 20px;
}

.create-post-card .create-post-bx span {
   position: absolute;
   left: 6px;
   top: 16px;
   font-size: 15px;
}

.create-post-card .create-post-bx .form-control,
.user-profile-dtl-frm .create-post-bx .form-control {
   height: 48px;
   border-radius: 50px;
   padding-left: 25px;
   cursor: pointer;
}

.post-btn li {
   display: inline-block;
}

.post-btn li:nth-child(1) a i {
   color: #00d100;
}

.post-btn li:nth-child(2) a i {
   color: #afaf00;
}

.post-btn li:nth-child(3) a i {
   color: #d50000;
}

.post-btn li a {
   display: inline-block;
   padding: 6px 20px;
   color: #333;
   font-size: 15px;
   font-weight: 400;
   border-radius: 25px;
   background-color: #f1f1f1;
}

.post-btn li a:hover {
   background-color: #e7e7e7;
}

.stories-card {
   display: inline-block;
   margin-right: 5px;
   overflow: hidden;
   position: relative;
   cursor: pointer;
   border-radius: 8px;
   border: 1px solid #eaeaea;
}

.stories-card-img {
   width: 100%;
   height: 150px;
}

.stories-card-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 8px;
}

.user-dp img {
   height: 30px;
   width: 30px;
   border-radius: 50px;
   position: absolute;
   top: 5px;
   left: 5px;
   border: 2px solid #fff;
}

.stories-card .stories-name {
   background: rgba(0, 0, 0, 0.7);
   bottom: 0;
   color: #fff;
   font-size: 12px;
   left: 0;
   padding: 5px;
   position: absolute;
   text-align: center;
   width: 100%;
   border-radius: 0 0 8px 8px;
}

.stories-add {
   background: #0D401C;
   border: 1px solid #fff;
   border-radius: 50px;
   bottom: 23px;
   color: #fff;
   height: 30px;
   width: 30px;
   line-height: 30px;
   left: 50%;
   position: absolute;
   text-align: center;
   transform: translate(-50%);
   z-index: 2;
}

.suggestion-user-card {
   display: flex;
   margin-bottom: 10px;
   column-gap: 8px;
   padding: 10px;
   background-color: #fff;
   border-radius: 8px;
}

.suggestion-user-img {
   height: 80px;
   width: 80px;
   border-radius: 8px;
}

.suggestion-user-img img {
   height: 100%;
   width: 100%;
   border-radius: 8px;
   border: 2px solid #e1e8ed;
}

.suggestion-content .thm-btn {
   padding: 4px 20px;
   font-size: 13px;
}

.suggestion-content h4 {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 0;
   color: #0D401C;
}

.suggestion-content p {
   color: #777;
   font-size: 12px;
   margin: 8px 0;
   font-weight: 400;
   line-height: normal;
}
.feed-card{
     background: #fafafa none repeat scroll 0 0;
   border: 1px solid #e1e8ed;
   border-radius: 5px;
   display: block;
   margin-bottom: 30px;
   padding: 15px 20px 20px;
   position: relative;
   width: 100%;
}
aside .widget {
   background: #fafafa none repeat scroll 0 0;
   border: 1px solid #e1e8ed;
   border-radius: 5px;
   display: block;
   margin-bottom: 30px;
   padding: 15px 20px 20px;
   position: relative;
   width: 100%;
   z-index: 9;
}

.friend-info {
   display: inline-block;
   position: relative;
   width: 100%;
}

.friend-info > figure {
   display: inline-block;
   margin-bottom: 0;
   vertical-align: middle;
   width: 40px;
   height:40px;
   margin-top: 0;
   position: relative;
}

.friend-info > figure > em {
   bottom: -3px;
   font-style: normal;
   position: absolute;
   right: -4px;
   color: #088dcd;
}

.friend-info > figure img {
   border-radius: 100%;
   border: 1px solid #cacaca;
   height: 100%;
   width: 100%;
}

.friend-info > figure > i {
   border: 2px solid #fec42d;
   border-radius: 100%;
   color: #fec42d;
   display: inline-block;
   font-size: 20px;
   height: 40px;
   line-height: 38px;
   text-align: center;
   width: 40px;
}

.friend-name {
   display: inline-block;
   padding-left: 10px;
   vertical-align: middle;
   width: 92%;
}

.friend-name > ins em {
   font-style: normal;
   text-decoration: underline;
}

.more {
   float: right;
   position: relative;
}

.more-post-optns::before {
   background: #e1ebf6 none repeat scroll 0 0;
   border-radius: 100%;
   content: "";
   height: 28px;
   left: 50%;
   position: absolute;
   top: 51%;
   transform: translate(-50%, -50%) scale(0);
   transition: all 0.2s linear 0s;
   width: 28px;
   z-index: 1;
}

.more-post-optns {
   cursor: pointer;
   display: inline-block;
   position: relative;
}

.more-post-optns > i {
   position: relative;
   z-index: 2;
   font-size: 18px;
}

.more-post-optns > ul {
   background: #fff none repeat scroll 0 0;
   border-radius: 5px;
   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
   display: inline-block;
   list-style: outside none none;
   margin: 0;
   opacity: 0;
   padding: 15px !important;
   position: absolute;
   right: 0;
   top: 100%;
   transform: translate(5px);
   transition: all 0.09s linear 0s;
   visibility: hidden;
   width: 220px;
   z-index: 9;
}

.more-post-optns > ul > li {
   cursor: pointer;
   display: inline-block;
   font-size: 12px;
   margin-bottom: 7px;
   width: 100%;
   font-weight: 500;
   color: #535165;
}

.more-post-optns > ul > li:last-child {
   margin-bottom: 0;
}

.more-post-optns > ul > li i {
   color: #92929e;
   display: inline-block;
   font-size: 14px;
   margin-right: 8px;
   transition: all 0.1s linear 0s;
   vertical-align: middle;
}

.more-post-optns > ul > li span {
   color: #92929e;
   display: inline-block;
   font-size: 11px;
   font-weight: 400;
   padding-left: 23px;
   width: 100%;
}

.more-post-optns:hover::before {
   transform: translate(-50%, -50%) scale(1);
}

.more-post-optns:hover > ul {
   opacity: 1;
   right: -1px;
   top: 100%;
   transform: translate(0);
   visibility: visible;
}

.friend-name > ins {
   display: inline-block;
   font-size: 12px;
   text-decoration: none;
   width: 90%;
   background: none;
}

.friend-name > ins > a {
   font-size: 14px;
   font-weight: 500;
}

.friend-name > span {
   color: #999;
   float: left;
   font-size: 12px;
   text-transform: capitalize;
   width: 90%;
}

.post-meta {
   margin-top: 15px;
}

.post-meta h5 {
   font-size: 16px;
   font-weight: 500;
}

.post-meta p {
   font-size: 14px;
   font-weight: 400;
}

.we-video-info {
   border-top: 1px solid #ede9e9;
   display: flex;
   justify-content: space-between;
   padding: 18px 0;
}

.we-video-icon li {
   display: inline-block;
}

.we-video-icon li a {
   display: inline-block;
   position: relative;
   font-size: 16px;
   color: #0D401C;
   margin-right: 15px;
}

.we-video-icon li a span {
   position: absolute;
   top: -10px;
   right: -15px;
   font-size: 10px;
}

.we-video-info .reply-btn {
   font-size: 16px;
   font-weight: 500;
   color: #333;
}
.stat-tools{
    display: flex;
}

.stat-tools a {
   display: inline-block;
   padding: 5px 20px;
   color: #82828e;
   background-color: #eae9ee;
   margin-right: 5px;
   border-radius: 4px;
   font-size: 15px;
}

.stat-tools a.select {
   background-color: #0D401C;
   color: #fff;
}

.feed-box {
   height: 350px;
   width: 100%;
   margin: 10px 0;
}

.feed-box img {
   width: 100%;
   width: 100%;
   object-fit: cover;
}

.feed-box video, iframe {
   width: 100%;
   height: 100%;
}

.new-comment {
   margin-top: 10px;
   display: none;
}

.new-comment.show-comment {
   display: block;
}

.new-comment-bx {
   display: flex;
   justify-content: space-between;
   background-color: #fff;
   border-radius: 5px;
   height: 50px;
   border: 1px solid #e1e8ed;
   margin-bottom: 10px;
}

.new-comment-bx .form-control {
   border: 0;
   background-color: transparent;
}

.new-comment-bx button {
   height: 49px;
   width: 50px;
   line-height: 49px;
   text-align: center;
   color: #fff;
   background-color: #0D401C;
   border-radius: 0 5px 5px 0;
}

.comments-list li {
   display: flex;
   column-gap: 10px;
   margin-bottom: 10px;
}

.comments-list li .cmnt-usr {
   display: inline-block;
   height: 30px;
   width: 30px;
   border-radius: 25px;
}

.comments-list li .cmnt-usr img {
   height: 100%;
   width: 100%;
   border-radius: 25px;
}

.comment-card {
   padding: 10px;
   background-color: #fff;
   border-radius: 5px;
   width: 100%;
}

.comment-card h5 {
   font-size: 12px;
   margin-bottom: 10px;
   color: #333;
}

.comment-card h5 a {
   font-weight: 600;
   margin-right: 10px;
   display: inline-block;
}

.comment-card h5 span {
   font-weight: 400;
   color: #000;
}

.comment-card p {
   font-size: 16px;
   font-weight: 400;
}

.comment-card .link {
   color: #11a6ed;
   font-size: 14px;
}

.post-modal .btn-close {
   background-image: none;
   padding: 0 !important;
   box-shadow: none !important;
   opacity: 1 !important;
}

.post-modal .modal-title {
   font-size: 18px;
   font-weight: 500;
   color: #333;
}

.post-modal .modal-body {
   padding: 10px;
}

.post-categoroes {
   display: flex;
   flex-wrap: wrap;
   column-gap: 5px;
   margin-bottom: 10px;
}

.post-categoroes li {
   width: 49%;
   margin-bottom: 15px;
}

.post-categoroes li a {
   width: 100%;
   color: rgb(120, 125, 152);
   background: none 0px 0px repeat scroll rgb(243, 245, 245);
   border-radius: 20px;
   padding: 5px 15px;
   display: inline-block;
   font-size: 14px;
}

.post-categoroes li a:hover {
   background-color: #0D401C;
   color: #fff;
}

.post-lft-upload input[type="file"] {
   display: none;
}

.post-lft-upload label {
   border: 1px dashed rgb(120, 125, 152);
   border-radius: 5px;
   width: 100%;
   height: 100px;
   text-align: center;
   line-height: 100px;
   cursor: pointer;
}

.post-rgt .emojionearea.form-control {
   height: 100px !important;
}

.post-rgt label {
   font-size: 16px;
   font-weight: 500;
}

.post-rgt .form-control, .post-rgt .form-select {
   height: 45px;
}

.product-card {
   background-color: #fff;
   box-shadow: 0px 0px 30px 0px #0D401C0D;
   padding: 5px;
   border-radius: 10px;
   margin-bottom: 10px;
   border: 1px solid #e1e8ed;
   display: flex;
   align-items: center;
}

.product-img {
   height: 70px;
   margin-bottom: 15px;
}

.product-img img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.product-content h4 {
   font-size: 14px;
   font-weight: 500;
   color: #000;
   margin-bottom: 5px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.product-content .thm-btn {
   padding: 5px 20px;
}

.loadmore {
   text-align: center;
}

.sp-bars {
   position: relative;
   width: 7px;
   border: 1px #0D401C solid;
   background-color: rgb(13 64 28 / 50%);
   -webkit-animation: spBars 1s infinite linear;
   animation: spBars 1s infinite linear;
   border-radius: 10px;
   height: 25px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
}

.sp-bars:after, .sp-bars:before {
   content: '';
   position: absolute;
   width: inherit;
   height: inherit;
   border: inherit;
   background-color: inherit;
   top: -1px;
   border-radius: 10px;
}

.sp-bars:before {
   left: -15px;
   -webkit-animation: spBarsBefore 1s infinite linear;
   animation: spBarsBefore 1s infinite linear;
}

.sp-bars:after {
   right: -15px;
   -webkit-animation: spBarsAfter 1s infinite linear;
   animation: spBarsAfter 1s infinite linear;
}

@keyframes spBarsBefore {
   0% {
      transform: scale(1, 1);
   }

   25% {
      transform: scale(1, 1.25);
   }

   50% {
      transform: scale(1, 0.75);
   }

   75% {
      transform: scale(1, 1);
   }

   100% {
      transform: scale(1, 1);
   }

}

@keyframes spBars {
   0% {
      transform: scale(1, 1);
   }

   25% {
      transform: scale(1, 1);
   }

   50% {
      transform: scale(1, 1.25);
   }

   75% {
      transform: scale(1, 1);
   }

   100% {
      transform: scale(1, 1);
   }

}

@keyframes spBarsAfter {
   0% {
      transform: scale(1, 1);
   }

   25% {
      transform: scale(1, 1);
   }

   50% {
      transform: scale(1, 0.75);
   }

   75% {
      transform: scale(1, 1.25);
   }

   100% {
      transform: scale(1, 1);
   }

}


.profile-cover{
   height: 300px;
   width: 100%;
   position: relative;
   border-radius: 30px;
}
.profile-cover img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 30px;
}
.profile-avtar {
   height: 150px;
   width: 150px;
   border-radius: 10px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   padding: 2px;
   border: 1px solid #0D401C;
   margin-top: -80px;
   margin-bottom: 20px;
}
.profile-avtar img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 10px;
}
.profile-avtar input[type="file"]{
   display: none;
}
.profile-avtar label{
   height: 35px;
    width: 35px;
    background-color: #0D401C;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);;
}
.user-profile-dtl{
   text-align: center;
   margin-bottom: 20px;
}
.user-profile-dtl h4{
   font-size: 26px;
   font-weight: 700;
   color: #0D401C;
}
.user-profile-dtl p{
   font-weight: 500;
}
.user-profile-dtl-frm .create-post-bx .form-control{
   border-radius: 8px;
   padding-left: 10px;
}
.create-post-bx textarea.form-control{
   height: 120px!important;
}