



/*========================== card editor post ================================*/


ol, ul {
  list-style: none;
  margin: 0;
    margin-right: 0px;
    margin-left: 0px;
  padding: 0;
}
.editor-post{
 margin: 2em auto;
}

.container {
  width: 100%;
}

.blog_head {
  font-weight: 700;
  color: white;
  font-size: 30px;
  line-height: 1;
  margin: 20px 0;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 0;
}
/*.post-ads {
  display: none;
}*/

.post-ads {
  width: 100%;
  margin: 17px 31px;
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: block !important;
  padding: 17px;
}

.ml-2.text-xs {
  font-size: 13px;
  padding: 1px 1px 0 5px;
}

  @media (min-width: 640px){
.container {
  max-width: 640px;
}
}
  @media (min-width: 768px){
.container {
  max-width: 768px;
}
}
  @media (min-width: 1024px){
.container {
  max-width: 1024px;
}
}

  @media (min-width: 1280px){
.container {
  max-width: 1280px;
}
}

.editor-landscape{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  /*place-content: center;*/
}

.editor-card {
  border-radius: 7px;
  width: 100%;
  padding: 16px 8px;
}

.editor-text-d {
  --text-opacity: 1;
  color: #fff;
  margin-left: 6px;
  font-size: 11px;
  margin-top: 3px;
}


.editor-post-top{
  display: flex;
  width: 100%;
}
.editor-user-profile {
  width: 17px;
  height: 17px;
  border-radius: 24px;
  max-width: 15%;
}
.editor-user {
  display: grid;
  width: 100%;
  margin-top: 9px;
}
.editor-user-content {
  display: flex;
  margin-left: 5px;
  margin-top: 3px;
}
.editor-user-name {
  color: white;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
}
.editor-button {
  float: right;
  width: 50%;
  margin-left: auto;
}


.editor-post-title {
  margin-left: 6px;
  font-weight: 400px;
  font-size: 14px;
  line-height: 16px;
  color: white;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}
.pro-badge_editor {
  padding: 1px 2px;
  background: #6248ff;
  color: white;
  font-size: 5px;
  height: fit-content;
  border: 1px solid #a597ff;
  margin-left: 3px;
  border-radius: 2px;
}
.editor-button{
  float: right;
  width: 10%;
}
.editor-post-bottom.post-edit-layout a {
  height: 100%;
  display: block;
}
.editor-card-button {
  color: white;
  float: right;
  margin: 9px;
}

.editor-post-bottom{
  overflow: hidden;
  border-radius: 10px;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}
.editor-post-img{
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: -10px;
}
/*.editor-post-frame{
  display: block;
  height: auto;
  width: 100%;
  pointer-events: none;
  cursor: not-allowed;
  min-height: 100%;
width: 100%;
transform: scale(1);
}*/

.editor-post-frame{
min-height: 100%;
width: 260%;
  pointer-events: none;
  cursor: not-allowed;
height: 40em !important;
transform: scale(0.4);
top: 0.9em;
bottom: 0;
right: 0;
padding: 0;
margin: -13em -6em;
position: relative;
left: -10.8em;
}


@media only screen and (min-width: 470px) {
    .editor-post-frame{
      /* left: -11.8em;*/
      left: -56%;
    }
    .editor-card {
      width: 100%;
    margin: 3px 30px;
    }
}

@media only screen and (min-width: 510px) {
    .editor-post-frame{
      left: -61%;
    }
}


@media only screen and (min-width: 593px) {
    .editor-post-frame{
      left: -62%;
    }
}

@media only screen and (min-width: 640px) {
    .editor-post-frame{
       left: -63%;
    }

}
@media only screen and (min-width: 768px) {
    .editor-post-frame{
       left: -54% ;
    }

}

@media only screen and (min-width: 1024px) {
    .editor-post-frame{
      left: -13em ;
    }
}


@media only screen and (max-width : 470px) {
    .editor-post-frame{
       left: -96%;
       transform: scale(0.38) !important;
       width: 350%;
       top: 0.1em;
    }
    .editor-card {
      /*width: 19em;
      margin-left: auto;
      margin-right: auto;
      height: 16em;*/
      width: 100%;
      margin: 4px 7px;
    }  
    .editor-post-frame {
       height: 40em !important;
    }
    .editor-user-profile {
      width: 30px;
      height: 30px;
    }
    .editor-card-button.dark-2-bg-color {
       font-size: 11px;
       padding: 6px 13px;
    }
    .editor-user-name {
      font-size: 11px;
    }
    .editor-post-title {
       font-size: 11px;
       width: 100%;
    }
    .editor-user-content .pro-badge {
      font-size: 10px;
      padding: 2px 9px;
    }
}

.editor-post-like {
  display: flex;
  padding: 3px 7px;
  border-radius: 7px;
  margin: 4px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.editor-post-like svg {
    margin: 0px 0px;
}

.content-post-data{
  display: none;
  position: absolute;
  margin-top: -40px;
  margin-left: 4px;
}
.post-edit-layout:hover .content-post-data {
display: block;

}
.editor-notfound{
  width: 75%;
  margin-left:auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2em;
}
.not-found-img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 33.333333%;
}
.not-found-text{
  text-align: center;
  font-size: 30px; /* 30px */
  line-height: 36px; /* 36px */
  color:white;
  font-weight: 800;
}



/*xl*/
@media only screen and (min-width: 1280px) {
.editor-post-title {
  width: 224px;
  font-size: 13px;
} 

}
/*lg*/
@media only screen and (min-width: 1024px) {
  .editor-landscape {
    place-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .editor-card{
    width: 45% !important ;
    margin: 10px;
    max-width: 400px;
  }  
}

@media only screen and (min-width: 1490px) {
  .editor-card{
    width: 100% !important ;
    margin: 2px 3px;
  }  
}


/*md*/
@media only screen and (min-width: 768px) {
    .editor-card {
      /*width: 340px;*/
      width: 50%;
    margin: 3px 0px;
    }
}
/*sm*/
@media only screen and (min-width: 640px) {

}



/*===========================================Blog Post =============================================*/


.blog-section{
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    --text-opacity: 1;
  color: #718096;
    padding: 1rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-set{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.button-blog-l {
  background: none;
  border: none;
}


.article-card{
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: .5rem;
  --bg-opacity: 1;
}

.image-card{
   width: 100%;
   object-fit: cover;
   height: 12rem;
}

.article-card-des {
  background: #161616;
   padding-top: 1.5rem;
  padding-bottom: 1.5rem;
    padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.blog-cardc{
  padding-top: .75rem;
  padding-bottom: .75rem;
}


.blog-card-dd{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
    padding-top: 1rem;
  padding-bottom: 1rem;
   align-items: flex-start;
   display: flex;
   border-bottom-width: 2px;
    border-radius: .375rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}


.blog-desc-ccc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}

.svg-blogc {
  fill: currentColor;
  flex-shrink: 0;
  margin-right: 1.25rem;
}


.blog-cont-d {
  width: 100%;
  margin-bottom: .75rem;
  justify-content: space-between;
   align-items: center;
}


.blog-tith2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
   margin-bottom: .25rem;
   line-height: 1.375;
   font-weight: 800;
   font-size: 1.5rem;
}


.blog-art-co {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.button-blog-l {
  --text-opacity: 1;
  color: #ebf4ff;
   text-align: left;
   font-size: .875rem;
    font-weight: 500;
    align-items: center;
     display: flex;
}


.blog-but-svg {
  width: 1rem;
    --text-opacity: 1;
  color: #e2e8f0;
  fill: currentColor;
  margin-right: .5rem;
    height: 1rem;
  flex-shrink: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}


.blog-meta-b {
  white-space: normal;
  justify-content: space-between;
   align-items: flex-end;
   display: flex;
}

.blog-meta-div {
  --text-opacity: 1;
  color: #ebf4ff;
}

.viewblog-but{
  transition-duration: 150ms;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  width: 2.5rem;
}


.viewblog-but{
  margin-left: .5rem;
  height: 2.5rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: none;
  border-radius: 9999px;
    --bg-opacity: 1;
  background-color: #000;
}

.viewblog-span {
  --text-opacity: 1;
  color: #fff;
   font-weight: 700;
   display: block;
}

.div-blog-sv{
  padding-left: .5rem;
  padding-right: .5rem;
   float: left;
}

.blog-tag-cc{
    padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.ads-loops-blog {
    padding-top: .75rem;
  padding-bottom: .75rem;
}

 


@media (min-width: 640px){
.svg-blogc {
  display: block;
}
.blog-cont-d {
  display: flex;
}
.blog-tith2 {
  margin-bottom: 0;
}
.blog-art-co  {
  margin-left: .5rem;
}
}

@media (min-width: 768px){
  .blog-set{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog-cc{
    width: 60%;
    float: left;
  }
  .blog-right-cc {
    width: 40%;
    float: right;
  }
   .blog-cc {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .viewblog-but{
  display: flex;
}
.ads-loops-blog {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/*  .art-img{
    flex-shrink: 0;
  }*/
  .blog-meta-div {
  max-width: 28rem;
}
  .image-card{
    height: 100%;
  }
  .blog-cardc{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

  @media (min-width: 1024px){
.blog-cc{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.article-card{
  display: flex;
}
.article-card-des {
  width: 60%;
}
}




.container-post-blog {
  padding: 0 6px;
}
.post-description {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding-top: 1em;
    color: #ffffffed !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 69px;
}
.blog-card {
    display: flex;
    height: auto;
    width: 100%;
    padding: 17px;
    background: white;
    margin: 25px 3px;
    box-shadow: 0 1px 2px #00000036;
    border-radius: 15px;
}

.blog-card-blog {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border-bottom: 1px solid #a6a6a6;
}

.post-title-blog {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: white;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
letter-spacing: 0;
}
.card-link-blog {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.card-link-blog:hover .post-title-blog {
  transition: color 0.3s ease;
  color: #8874ff;
}
.card-link-blog:hover .post-image-blog {
  transition: opacity 0.3s ease;
  opacity: 0.9;
}

.post-image-blog {
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  object-fit: cover;
}

.blog-card-blog {
  padding: 1em;
  border-radius: 18px;
  max-width: 760px;
  border-bottom: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #161616;
  background-image: linear-gradient(90deg,#161616,#161616 38%,rgba(22,22,22,0)),url("/public/images/craft/backshade.png"),url("/public/images/craft/backshade.png");
  background-position: 0 0,0 0,50%;
  background-size: auto,50px,100rem;
}

.post-category-blog {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1;
  letter-spacing: 0.0625rem;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.25rem 0;
  border-bottom: 0.125rem solid #ebebeb;
  color: white !important;
}

.post-image-blog {
  transition: color 0.3s ease;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #121212;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.post-author-blog {
  font-size: 0.875rem;
  line-height: 1;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 0.0625rem solid #ebebeb;
}

@media (max-width: 40rem) {


  .blog-card-blog {
    flex-wrap: wrap;
  }
}
@supports (display: grid) {

  .post-image-blog {
    height: 100%;
  }

  .blog-card-blog {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
  }
}



@media only screen and (min-width: 920px) {
  
    .blog-card-blog {
      margin: 40px 57px;
    }
 .article-details-blog {
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0px 13px 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
}


@media (min-width: 560px) and (max-width: 921px) {
    .blog-card-blog {
      margin: 40px 9px;
    }
    .article-details-blog {
      padding: 0.5rem 1.5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 0px 13px 13px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

}
@media only screen and (max-width : 560px) {
      .article-details-blog {
        padding: 0.5rem 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 0px 13px 13px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-right: 1px solid rgba(255, 255, 255, 0.15);
      }
    .blog-card-blog {
      grid-template-columns: auto;
      grid-template-rows: 12rem 1fr;
    }
    .blog-card-blog {
      margin: 40px 4px;
    }
    .post-blog-like-d {
    display: flex;
    }

.article-details-blog {
    padding: 0.5rem 0.5rem;
}

}


/*===========================================Blog Post =============================================*/

.user-name-desi{
font-size: 15px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
display: contents;

}
.photo_profile-blog {
    border-radius: 50%;
    margin-top: -1px;
    border: 3px solid #fff;
    box-shadow: 2px 2px #7d7c7c;
    object-fit: cover;
}

.userpanel_profile_blog {
    border-bottom: 1px solid #e1e1e1;
    padding: 1em;
    width: 100%;
}

.user-show-section {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
    border-bottom: 1px solid #333d50;
    height: max-content;
}

.profile_detail-blog {
    width: -moz-fit-content;
    margin-left: auto;
    margin-right: auto;
}
.profile_detail-blog .profile_slat {
    margin-left: 16px;
}
.profile_detail .profile_slat {
    margin-left: 14px;
}
.blog-profile-dispsh {
    display: flex;
}
.profile-byline {
    display: flex;
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: 0;
    line-height: 15px;
    white-space: nowrap;
}
.user-bio-blog{
  color: white;
}

@media only screen and (min-width: 470px) {
    .photo_profile-blog {
      width: 85px;
      height: 85px;
    }
    .profile_detail-blog {
        display: flex;
        width: max-content;
    }




}

@media only screen and (max-width : 470px) {
    .photo_profile-blog {
    width: 60px;
    height: 60px;
    }
    .profile_detail-blog {
        display: block;
        width: 100%;
    }
    .user-bio-blog {
        font-size: 17px;
        width: 100%;
        margin-top: 7px;
        font-weight: normal;
    }
}

@media only screen and (min-width: 920px) {
    .user-show-section {
      width: 60%;
    }


}

@media only screen and (max-width : 920px) {
      .user-show-section {
        width: 100%;
        height: fit-content;
        max-height: 100%;
    }

}

@media only screen and (min-width: 720px) {

    .user-bio-blog {
        font-size: 14px;
        width: 300px;
        margin-top: 7px;
        line-height: 17px;
        font-weight: normal;
    }

}
@media (min-width: 470px) and (max-width: 720px) {
    .user-bio-blog {
        font-size: 14px;
        width: 143px;
        margin-top: 7px;
        line-height: 17px;
        font-weight: normal;
    }

}



/*===================================== Search System  ================================================*/
/*
.container-fluid {
    padding: 21px 35px;
    box-shadow: 0px 1px 4px #cecccc;
    margin-top: 10px;
}*/

.linkc{
  color: #c8d2e7;
}
.linkc:hover{
  color: #c8d2e7;
}
.search-seach-width {
  margin-top: 6em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding:11px 14px;
  border-radius: 12px;
}

.search-seach-width-2 {
  margin-top: 2em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-radius: 12px;
}

.container-fluid {
    padding: 18px 32px;
    box-shadow: 0px 1px 4px #cecccc;
    margin-top: 10px;
    position: absolute;
    z-index: 9;
    background: white;
    width: 90%;
}
.search-result-list {
    display: ruby;
    text-align: center;
}
.search-result-list li {
    padding-left: 30px;
}
.section-search {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.search-on-input {
  padding: 12px;
  width: 85%;
  background: #0e131b;
  font-size: 16px;
}

.search-service-list button {
  font-size: 13px;
}


.search__button-onflor {
  float: left;
  height: 44px;
  padding: 4px 16px;
}

.search__button-onflor svg {
    width: 16px;
    overflow: inherit;
}
.search-design-2 {
   /* border: 1px solid #7b7b7b;*/
    border-radius: 14px;
    box-shadow: 0px 2px 2px #00000036;
padding:0.4em;
}

/*.search-design {
    background: #f0f0f0;
    border-radius: 7px;
    border: 1px solid #d7d7d7;
    color: black;
    font-size: 20px;
}*/

.search-design {
    border-radius: 8px;
    color: white;
    font-size: 19px;
    border: 1px solid #333d50;
    display: flex;
    height: 44px;
    background: #0e131b;
}
.search-list {
  justify-content: left;
  position: relative;
  text-align: center;
  border-radius: 7px;
  padding: 3px;
  display: flex;
}
.active {
  border-bottom: 4px solid #6248ff;
}

.search-service-list {
  border-radius: 7px;
  color: #c8d2e7;
  padding: 5px 15px;
  background: #333d50;
  margin: 0 3px;
}

.filter-popup {
    margin: 5% auto;
    padding: 1.7%;
    background: #fff;
    border-radius: 15px;
    width: 70%;
    text-align: center;
    transition: all 5s ease-in-out;
}
.filter-categories .category {
    display: inline-block;
}
.category.sets-path {
    display: inline-block;
    color: black;
    padding: 4px 12px;
    background: #eee;
    border-radius: 5px;
    margin: 3px;
    cursor: pointer;
}
.filter-color-tool {
    padding: 2px 20px;
}

ul.color-chips {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*    padding: 15px;*/
    list-style: none;
}
ul.color-chips li {
    width: 6.66666667%;
}
ul.color-chips li {
    float: left;
    width: 6.6%;
}
ul.color-chips li a {
    padding: 0;
    height: 14px;
}
ul.color-chips li a {
    float: left;
    width: 100%;
    height: 17px;
    text-indent: -9999px;
}
.color.option {
    padding: 0 !important;
}


/*xl*/
@media only screen and (min-width: 1280px) {
  
}
/*lg*/
@media only screen and (min-width: 1024px) {

  .search-seach-width {
    width: 83%;
  }
  .search-seach-width-2 {
    width: 83%;
  }
  .search-seach-width {
    padding: 1.2em 2em
  }
  .search__button-onflor {
    padding: 8px 29px;
  }
}

/*md*/
@media only screen and (min-width: 768px) {


}
/*sm*/
@media only screen and (min-width: 640px) {
    .search-service-list {
      padding: 7px 35px;
      margin: 0 16px;
    }
    .search-service-list button {
      font-size: 16px;
    }
    .search-on-input {
      font-size: 16px;
    }

}

/*=====Search Radio Button============*/

.radio-tile-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.radio-tile-group .input-container {
    position: relative;
    height: 2em;
    width: 7rem;
    margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid  #dbdada;
  background:  #dbdada;
  border-radius: 5px;
  padding: 1rem;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 3rem;
  height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
color: #555;
font-weight: 800;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #1e1e1e;
  border: 2px solid #1e1e1e;
  color: white;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #1e1e1e;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
color: #fac537;
font-weight: 800;
}


/*======================Filter Newest Oldest First ==================================*/

.select {
  position: relative;
  margin-bottom: 1px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 95%;
  font-size: 12px;
  color: #c8d2e7;
}

.select .selectBtn {
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #333d50;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.select .selectDropdown .option {
  padding: 6px 14px;
  box-sizing: border-box;
  cursor: pointer;
}
.select .selectDropdown .option:hover {
  background: #2c2c2c;
  color: white;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);

          margin-top: -27px;
box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.16);
border: 1px solid rgba(0, 0, 0, 0.16);
border-radius: 10px;
text-align: left;
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.droptext{
text-align: left;
 width: 100%;
}

.close-search-pop {

    position: absolute;
    width: 90%;
    display: initial;
    margin-top: -16px;
    float: right;

}
.close-search {
    float: right;
    padding: 0px 8px;
    border: none;
    background: #fff;
    color: black;
    font-weight: 800;
    border-radius: 17px;
    font-size: 12px;
}


/*sm*/
@media only screen and (min-width: 640px) {
    .select {
      width: 70%;
      font-size: 16px;
    }


}


/*====================== User search list ==================================*/

.list-user-l {
    padding: 17px;
}

.user-show-section {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    height: max-content;
}
.pro-badge {
  padding: 3px 8px;
  background: #6248ff;
  border-radius: 6px;
  color: white;
  margin-left: 6px;
  margin-top: -7px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 12px;
  height: fit-content;
  border: 2px solid #a597ff;
}

.list-item {
    width: 100%;
    padding: 1rem;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    color: #1e1e1e;
    text-decoration: none;
    border-radius: 5px;
}
.list-item:hover {
  border: 1px solid #cacfd9;
  color: #3384f3;
  background: #f6f7f9;
}
.list-item:hover .list-item__button {
  opacity: 1;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.list-item__avatar {
  margin-right: 1rem;
}
.list-item__avatar img {
  border: 1px solid #cacfd9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #e1e4ea;
}
.list-item__name {
  display: block;
  text-transform: capitalize;
}
.list-item__info {
  font-size: .85em;
  color: #91a1bb;
}
.list-item__button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  font-family: inherit;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  font-weight: 700;
  background: #3384f3;
  color: #ffffff;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  opacity: .6;
  outline: none;
  opacity: .2;
}
.list-item__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recent-search {
  width: 100%;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.search-item {
  font-size: 1.4rem;
  display: inline-block;
  padding: .5rem;
  line-height: 1;
  color: #3384f3;
  border-radius: 5px;
  background: rgba(51, 132, 243, 0.15);
  cursor: pointer;
  margin: 0 .5rem .5rem 0;
}
.search-item:hover, .search-item:focus {
  color: #0e69e6;
  background: rgba(51, 132, 243, 0.2);
}
.search-item__close {
  opacity: .5;
  display: inline-block;
  cursor: pointer;
  margin-left: .5rem;
}
.search-item__close:hover {
  color: #d63031;
}
.search-item:nth-of-type(5n + 2) {
  color: #00b894;
  background: rgba(0, 184, 148, 0.15);
}
.search-item:nth-of-type(5n + 2):hover, .search-item:nth-of-type(5n + 2):focus {
  color: #00856b;
  background: rgba(0, 184, 148, 0.2);
}
.search-item:nth-of-type(5n + 3) {
  color: #D980FA;
  background: rgba(217, 128, 250, 0.15);
}
.search-item:nth-of-type(5n + 3):hover, .search-item:nth-of-type(5n + 3):focus {
  color: #ca4ff8;
  background: rgba(217, 128, 250, 0.2);
}
.search-item:nth-of-type(5n + 4) {
  color: #d63031;
  background: rgba(214, 48, 49, 0.15);
}
.search-item:nth-of-type(5n + 4):hover, .search-item:nth-of-type(5n + 4):focus {
  color: #b02324;
  background: rgba(214, 48, 49, 0.2);
}
.search-item:nth-of-type(5n + 5) {
  color: #fca709;
  background: rgba(253, 203, 110, 0.2);
}
.search-item:nth-of-type(5n + 5):hover, .search-item:nth-of-type(5n + 5):focus {
  color: #e89803;
  background: rgba(253, 203, 110, 0.25);
}


/*=======================================category Post =======================================*/
.userpanel_header_category {
    width: 100%;
    margin-top: 4em;
}
.category-heading-d {
    font-size: 31px;
    letter-spacing: 1px;
    font-weight: 400;
}
.category-cat-heading {
    text-transform: capitalize;
    margin: 14px;
    display: inline;
}

.category-post-design {
    height: 11em;
    background: white;
}

.category-header {
    padding: 3em 1rem 0rem;
    margin: 0;
    text-align: center;
    text-shadow: 1px 0px 0px #1c1c1c;
    height: 100%;
    color: black;
}

.subtitle-category{
    font-weight: 400;
font-size: 31px;
margin: 5px auto;
width: 89%;
line-height: 40px;
letter-spacing: -1px;
text-align: center;
}




.colletion-profile-head {
    padding: 11px;
    background: antiquewhite;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 11px;
}
.colletion-profile-head p {
    margin: 0;
}



