
/**styling main body containers */
.main-body {
  display: flex;
  /*margin-top: 50px;*/
}
.main-body.overlay-open {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
.main-side-bar {
  /*! flex-grow: 1; */
  /*! margin: 0px 1%; */
  /*! flex-basis: 280px; */
  /*! min-width: 280px; */
  /*! flex-shrink: 1; */
  /*! box-shadow: 0px 0px 5px 0px grey; */
  /*! padding: 0px 5px; */
  /*! padding-top: 5px; */
}
/*styling the experience media upload html*/
#video-upload-form {
  font-size: 14px !important;
  background-color: #fbfbfb;
  padding: 5px 10px;
  border: 1px dotted grey;
}
.required-aterisk-marking {
  color: #ff0030;
  padding: 0px 5px;
}
.required-fields-message {
  font-size: 14px !important;
  color: #7b7b7b !important;
}
.new-edit-experience  .upload-main-heading,
.new-edit-experience .heading-container {
  border: none;
  display: flex;
  justify-content: space-between;
}
.experience-input-label {
  /*! width: 100%; */
  /*! display: block; */
}
.browse-experience-input-label {
  width: fit-content;
  display: block;
  padding: 8px 10px;
  border: 1px solid #f4f4f4;
  background-color: #e6e6e6;
  border-radius: 5px;
  /*! color: white; */
  border: 1px solid #cacaca;
}
.tax-icon-holder svg {
  width: 14px;
  height: 14px;
}

#video-input {
  padding: 5px 0px;
  width: 0px;
  height: 0px;
  display: none;
}
.upload-experience-wrap {
  padding: 10px 5px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  /*! display: none; */
}

.form-input-wrap {
  padding: 1px 0px;
}
.loading-container {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.loading-busy-message {
  width: 100%;
  text-align: center;
  color: #00b568;
  padding: 10px;
  background-color: #e3f4e3;
  margin: 5px auto;
  font-size: 15px !important;
}
.form-input-inner-wrap {
  margin: 5px auto;
  flex-grow: 1;
}
.load-file-input-wrap {
  text-align: left;
}
.load-file-input-wrap div {
  max-width: fit-content;
  display: inline-block;
}
.form-busy-wrap{
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  width: inherit;
  flex-wrap: wrap;
}
.form-input-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.video-holder-box {
  max-height: 400px;
  overflow: clip;
  text-align: center;
  background-color: black;
  border-radius: 4px;
  width: 100%;
}
#video-player-box {
  width: auto;
  height: auto;
  object-fit: cover;
  background-color: black;
  border-radius: 4px;
  max-height: inherit;
  max-width: inherit;
}
#experience-video-wrap {
  min-width: 210px;
  margin: 5px auto;
  border-radius: 4px;
  padding: 0px 4px;
  flex-basis: 210px;
  flex-grow: 1;
  height: fit-content;
  margin: 10px auto;
}
#video-thumbnail-container {
  min-width: 210px;
  margin: 10px auto;
  flex-wrap: wrap;
  padding: 0px 4px;
  border-radius: 4px;
  flex-basis: 210px;
  flex-grow: 1;
  align-items: start;
}
.video-thumbnail-preview {
  padding: 0px 0px;
  flex-grow: 1;
  height: fit-content;
}
.thumbnail-heading {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  padding: 5px;
}
#custom-thumbnail-input {
  height: 0px;
  width:0px;
  display: none;
}
#video-title {
  margin: 2px auto;
  background-color: black;
  background-color: #d6eaee;
  width: 100%;
  border-radius: 4px;
  border: none;
  height: 40px;
  padding: 0px 10px;
  font-size: 16px;
}
#video-content {
  min-height: 80px;
  margin: 2px auto;
  background-color: black;
  background-color: #d6eaee;
  width: 100%;
  border-radius: 4px;
  border: none;
  height: 40px;
  padding: 0px 10px;
  font-size: 16px;
  resize: vertical;
}

.video-thumnail-display-image {
  width: 100%;
  display: flex;
  text-align: center;
  background-color: #e3e3e3;
  margin: 0px auto;
  border-radius: 4px;
  margin-bottom: 5px;
  overflow: hidden;
  height: fit-content;
}
#video-thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 400px;
}
.destination-filter-input {
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  background-color: #EDEDED;
  color: #2f2f2f;
  cursor: pointer;
  margin: 5px auto;
}
/* ctyling the body section */
.experience-breadcrumb {
/*! width: 100%; */
  /*! display: flex; */
  /*! flex-grow: 1; */
  /*! overflow: hidden; */
}
.experience-gadget svg {
  stroke: #44b570;
  fill: #44b570;
}
.heading-container {
  /*! padding: 4px 0px; */
  /*! display: flex; */
  /*! justify-content: space-between; */
  /*! align-items: center; */
}
.upload-videos {
  background: #44b570;
  border-radius: 4px;
  justify-content: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: white;
  height: 26px;
  width: 37px;
}
.cancel-upload{
  background-color:red;
  margin-right: 5px;
}
.upload-videos:hover {
  background: #53e66a;
}
.tax-text-wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.text-holder {
  font-size: 13px !important;
}
.text-holder.text-holder-trash {
  padding-left: 5px;
}
li .tax-icon-holder {
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 17px;
}
.tax-item.upload-item-wrap .tax-icon-holder {
  height: 16px !important;
  overflow: hidden;
}
.tax-item.upload-item-wrap .tax-text {
  padding-left: 0px;
}
.tax-item.upload-item-wrap .text-holder {
  padding-left: 6px;
}
.video-taxonomies {
  /*! background-color: #dbdbdb1a; */
  /*! border: 1px solid #cecece; */
  /*! padding: 0px 5px; */
  /*! border-radius: 4px; */
}
.tax-item {
  list-style: none;
  margin: 10px 0px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.tax-item .tax-text {
  /*! color: #282828; */
  /*! font-size: 14px; */
  /*! padding-left: 10px; */
}
.tax-text a {
  text-decoration: none;
  color: #282828;
}
.tax-item a {
  text-decoration: none;
  color: #282828;
  flex-grow: 1;
  justify-content: space-between;
  /*! display: flex; */
}
.notification-count {
  background-color: #ff006a;
  color: white;
  font-size: 12px;
  border-radius: 4px;
  padding: 3px;
  width: fit-content;
  height: 19px;
  display: inline-flex;
  margin: auto 10px;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  font-style: italic;
  font-weight: bold;
}
.upload-item-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  /**styling the left sidebar */
.upload-main-heading {
  padding: 10px 0px;
  padding-top: 0px;
  border-bottom: 1px solid #d2d2d2;
  color: #3c3c3c;
}
.side-heading {
  /*! color: #f9f9f9; */
  /*! background-color: #888; */
  /*! padding: 4px 5px; */
  /*! font-weight: bold; */
  /*! font-size: 14px !important; */
  /*! border-radius: 2px; */
  /*! height: 33px; */
  /*! border-bottom: 1px solid #a6a6a6; */
  /*! display: flex; */
  /*! align-items: center; */
  /*! color: white; */
  /*! text-transform: uppercase; */
  /*! font-size: 13px !important; */
  /*! font-weight: normal; */
}
.my-experiences-text {
  background-color: #ff468cd9;
  overflow: hidden;
  border-radius: 4px;
  color: white;
  display: flex;
  align-items: center;
}
.my-experience-count-indicator {
  display: inline-block;
  background-color: white;
  color: red;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  font-size: 12px;
  margin: 2px 5px;
}
.experience-text {
  flex-grow: 1;
}
.empty-bin {
  background: rgb(255, 0, 106);
  border-radius: 4px;
  justify-content: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  color: white;
  height: 26px;
  width: 37px;
}
  
.add-experience {
  background-color: mediumpurple;
  display: inline-block;
  font-size: 14px;
  padding: 4px 10px;
  align-self: flex-end;
}
.experience-gadget svg {
  fill: #44b570 !important;
}
.upload-videos svg {
  fill: white !important;
}
.experience-gadget svg .heart-black-st0 {
  fill: #44b570 !important;
}

.create-experience-item {
  margin: 10px 5px;
  display:none;
}
.experience-gadget {
  /*! border: 1px solid #d2d2d2; */
  /*! box-shadow: 0px 0px 5px 0px #c8c8c8; */
  /*! padding: 5px; */
  /*! margin: 10px 0px; */
  /*! margin-bottom: 4px; */
  /*! border-radius: 4px; */
  /*! background-color: #e8e8e880; */
}
.archive-destination-category {
  /*! text-decoration: none; */
  /*! font-size: 14px; */
  /*! color: #393939; */
  /*! padding: 7px 0px; */
  /*! display: block; */
}
.archive-widget-list-item {
  list-style: none;
}
.left-archive-widget-content {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
  /*! background-color: #dbdbdb1a; */
  /*! border: 1px solid #cecece; */
  /*! padding: 0px 5px; */
  /*! border-radius: 4px; */
}
/**styling the trending experiances and contents */
.experience-island{
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align:center;
  height: 0px;
}
.island-pad {
  display: inline-flex;
  background-color: #ffffffa3;
  border-radius: 15px;
  align-items: center;
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff85;
}
.island-pad span {
  font-size: 11px !important;
}
.love_experience svg .heart-black-st0 {
  fill: rgb(0,183,255);
}
.island-pad svg {
  height: 10px;
  width: 10px;
}
.island-pad-item {
  padding: 4px 5px;
  display: flex;
}
.island-pad-icon-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
}
.main-author-profile-pic-wrap .viewer-action-block-wrap {
  margin: 0px !important;
}
.author-title {
  font-weight: bold;
  font-style: normal !important;
  font-size: 20px !important;
}
.account-info {
  padding: 20px;
  border-top: 1px solid #e1e1e1;
  border-left: 5px solid #2fa9ff;
  border-right: 5px solid #2fa9ff;
}
.user-data-statistics {
  display: flex;
  background-color: #eaeaea;
  border-radius: 4px;
}
.user-data-statistics p {
  padding: 5px 10px;
}
.cropped-temp-photo {
  border-radius: 50%;
  /*! overflow: hidden; */
  object-fit: cover;
  height: auto;
  width: 100%;
  /*! border: 1px solid #fdfdfd; */
  /*! margin: 10px 20px; */
  /*! box-shadow: 0px 0px 10px 0px #9f9f9f; */
}
.acc-description-info {
  padding: 20px 10px;
  border-top: 1px solid #ffffff2e;
}
.author-details-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*! border-top: 1px solid #d5d5d5; */
  margin: 0px 5px;
}
.user-data-statistics p {
  font-size: 13px !important;
  padding: 0px 10px;
  font-style: italic;
}
.viewer-action-block-wrap {
  display: flex;
  padding: 5px 10px;
  border-radius: 4px;
  align-items: center;
  background-color: #2fa9ff;
  color: white;
}
.viewer-action-block-wrap svg {
  height: 15px;
  width: 15px;
}
.viewer-action-block-wrap .svg-icon-holder {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  fill: white !important;
  stroke: white;
}
.video-thunmbnail {
  width: 100%;
  border-radius: 4px;
  height: auto;
  object-fit: cover;
  background-color: grey;
  /*! max-width: 280px; */
}
.trending-experience-title {
  /*! padding: 4px 20px; */
  /*! font-size: 14px !important; */
  /*! color: #5b5b5b; */ 
  /*! font-weight: normal; */
  /*! text-decoration: none; */
}
.search-results-button{
  background-color: #000000;
}
.trending-experience-title:hover{
  /*! background-color: rgb(255, 0, 106); */
}
.query-string {
  font-size: 14px;
  color: #282828;
}
.breadcrumb-selected{
  /*! background-color: rgb(255, 0, 106); */
  /*! color: white; */
}
.svg-holder-submenu {
  /*! padding: 5px; */
  /*! width: 40px; */
  /*! height: 36px; */
  /*! display: flex; */
  /*! justify-content: center; */
  /*! align-items: center; */
  /*! border-radius: 4px; */
  /*! cursor: pointer; */
}

.destination-filter {
  /*! padding: 7px 0px; */
  /*! border: none; */
  /*! border-radius: 4px; */
  /*! color: #3c3c3c; */
  /*! cursor: pointer; */
}
.activate-destination-filter-submenu {
/*   background-color: rgba(216, 216, 216, 0.49);
  padding: 10px 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  backdrop-filter: blur(10px);
  overflow-y: auto;
  bottom: 0px;
  padding-bottom: 150px; */
}
.tagged-destination {
  /*! margin: 4px auto; */
  /*! padding: 5px 5px; */
  /*! border-radius: 4px; */
  /*! color: #282828; */
  /*! font-size: 13px; */
  /*! width: 96%; */
  /*! cursor: pointer; */
  /*! list-style: circle; */
  /*! height: 30px; */
  /*! user-select: none; */
}
.tagged-destination:hover {
  /*! color: #fff; */
  /*! background: #ff006a; */
  /*! transition: all 200ms 0ms ease-in-out; */
}
.experience-container {
  margin: 5px 2px !important;
  flex-basis: 800px;
  flex-grow: 4;
  min-width: 280px;
  flex-shrink: 1;
  padding: 0px 0px;
  margin-top: 5px;
}
.experience-flex .experience-card {
  margin: 5px;
  width: 100%;
  overflow: clip;
  border-radius: 4px;
  padding: 5px;
  /*! max-width: 280px; */
}
.experience-thumbnail {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  /*! border-radius: 4px; */
  position: relative;
  border-radius: 5px;
  
  /*! max-width: fit-content; */
}
.main-author-profile-pic-wrap .author-name {
  padding: 10px 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px !important;
  display: flex;
  /*! background-color: #fbfbfb; */
}
.experience-meta {
  /*! position: relative; */
  /*! background: #eeeeee4f; */
  /*! max-width: 280px; */
}
.experience-thumbnail video {
  width: 200px;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  background-color: black;
}
.experience-flex video {
  width: 200px;
  height: 180px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 200px;
  object-fit: cover;
  height: 180px;
  border-radius: 4px;
}
.experience-header {
  /*margin-bottom: 20px;*/
}
.trending-experience-header{
  
  /*! display: flex; */
  /*! align-items: center; */
  /*! justify-content: space-between; */
  /*! border-radius: 5px; */
  /*! margin: 0px 5px; */
  /*! background-color: #ececec; */
  /*! height: fit-content; */
  /*! overflow: hidden; */
  /*! width: calc( 100% - 10px ); */
}
.experience-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px !important;
  padding: 5px 0px;
  /*! font-weight: bold; */
  color: #2f2f2f;
}
.experience-cpt-title-icon-holder {
  border-radius: 4px;
  padding: 5px 5px;
  display: none;
  position: absolute;
  top: 2px;
  background-color: #ffffff70;
  right: 2px;
}
.post-view-wrap {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff8a;
  backdrop-filter: blur(5px);
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 2px 0px;
  justify-content: center;
  align-items: center;
}

.post-view-wrap .tax-icon-holder {
  margin-left: 5px;
}
.experience-card .tax-text {
  font-size: 11px;
  padding: 0px 10px;
  color: #1d1d1d;
  font-style: italic;
  height: fit-content;
  display: inline-block;
}

.likes-floating-display-wrap {
  position: absolute;
  right: 0px;
  display: flex;
  z-index: 1;
  background-color: #ffffff8a;
  backdrop-filter: blur(5px);
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 2px 0px;
  justify-content: center;
  align-items: center;
}
.svg-icon-holder-box.love_experience {
  margin: 0px 5px;
}
.svg-icon-holder-box svg {
  width: 11px;
  height: 11px;
}
.likes-count {
  font-size: 11px;
  padding: 0px 10px;
  color: #1d1d1d;
  font-style: italic;
  height: fit-content;
  display: inline-block;
}
.experience-filter {
  /*! display: flex; */
  /*! align-items: center; */
  /*! flex-wrap: wrap; */
  /*! width: 100%; */
  /*! justify-content: flex-end; */
  /*! border-radius: 2px; */
  /*! color: black !important; */
}
.clear-notifications {
  padding: 2px 2px;
  font-size: 11px;
  color: #fff;
  font-style: italic;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  width: 42px;
  background-color: #9b9b9b;
  border-radius: 4px;
  border: 1px solid #dddddd57;
}
.clear-notifications:hover {
  background-color: #ff010126;
  border: 1px solid red;
}
.clear-notifications svg {
  height: 16px !important;
  fill: #000;
}
.clear-notifications:hover svg{
    fill: #ff0000b0;
}
.destination-filter {
  /*! padding: 8px 20px; */
  /*! border: none; */
  /*! border-radius: 4px; */
  /*! cursor: pointer; */
}
.sort-by {
  display:none;
  width: 70px;
  margin-left: 30px;
  color: grey;
  font-size: 14px;
  color: #f0f0f0;
  color: black !important;
}
.experience-flex {
  display: block !important;
  /*! grid-template-columns:auto auto auto; */
  position: relative;
  width: 100%;
  /*! border-top: 1px solid #cecece; */
  /*! justify-items: center; */
}
.notification {
  height: fit-content;
  background-color: #e8e8e8;
  width: 99%;
  margin: 5px auto;
  border-radius: 10px;
  padding: 10px;
  list-style: none;
  position: relative;
}
.mark-as-read {
  border-radius: 50%;
  border: 1px solid #84c5e5;
  width: 20px;
  height: 20px;
  font-size: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0499e2;
  font-weight: bolder;
  position: absolute;
  top: 10px;
  right: 10px;
}
.mark-as-unread {
  border-radius: 50%;
  border: 1px solid #ff006a87;
  width: 20px;
  height: 20px;
  font-size: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff006a;
  font-weight: bolder;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.notification-wrap {
  height: fit-content;
  text-decoration: none;
  color: #323232;
  display: block;
}
.notification-msg-header {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.message-author {
  /*! background-color: #abf7b7; */
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 4px;
  color: #0499e2;
  font-size: 14px;
}
.reply-date {
  padding: 0px 5px;
  font-size: 13px;
  font-style: italic;
  color: grey;
}
.helper-text {
  margin: auto 5px;
  font-size: 13px;
}
.notification-msg-content {
  background-color: #d1d1d1;
  border-radius: 4px;
  padding: 1px 5px;
}
.message-content {
  font-size: 13px;
}
.further-details-wrap {
  display: flex;
  font-style: italic;
  color: grey;
  font-size: 14px !important;
  justify-content: space-between;
  /*! border-top: 1px solid #42c7d5; */
  line-height: 14px !important;
  padding: 0px 5px;
}
.further-details-wrap {
  display: flex;
  font-style: italic;
  color: grey;
  font-size: 14px !important;
  justify-content: space-between;
  /*! border-top: 1px solid #42c7d5; */
  line-height: 14px !important;
  /*! padding: 0px 5px; */
  flex-wrap: wrap;
}
.experience-wrap {
  overflow: clip;
  min-width: 250px;
  /*! padding: 10px 0px; */
  width: 100%;
}



.tagged-destination-link:hover {
  background-color: #010101b5;
}
.views.svg-icon-holder svg {
  height: 16px !important;
  width: 16px !important;
  display: inline-block;
}
.svg-icon-holder {
  padding: 0px 3px;
}
.further-details-wrap {
  display: flex;
  font-style: italic;
  color: grey;
  font-size: 14px !important;
  justify-content: space-between;
  /*! border-top: 1px solid #42c7d5; */
  line-height: 14px !important;
  /*! padding: 0px 5px; */
}
.user-account-details-wrap {
  flex-grow: 1;
}
.further-details-wrap {
  display: flex;
  font-style: italic;
  color: grey;
  font-size: 14px !important;
  justify-content: space-between;
  /*! border-top: 1px solid #42c7d5; */
  line-height: 14px !important;
  /*! padding: 0px 5px; */
  flex-wrap: wrap;
}
.experience-wrap {
  overflow: clip;
  min-width: 250px;
  padding: 10px 2px;
}
.issue-msg {
  padding: 5px 15px;
  display: block;
  background-color: #ececec;
  border-radius: 4px;
  color: green;
}
.logged-out-post-load-msg {
  margin:10px 5px;
  /*! width: 100%; */
}
.location-wrap {
  display: flex;
  height: 0px;
  position: relative;
  display:block;
  text-align: center;
  bottom: 50px;
  width: 100%;
}
.tagged-destination-link {
  text-decoration: none;
  display: inline-block;
  /*! box-shadow: 0px 0px 5px 0px black; */
  background-color: #0101014d;
  backdrop-filter: blur(5px);
  border-radius: 4px;
  /*! border: 1px solid #09090987; */
}
.tagged-destination-link:hover {
  color: #ff31f2;
}
.views.svg-icon-holder svg {
  height: 16px !important;
  width: 16px !important;
  display: inline-block;
}
.svg-icon-holder {
  padding: 0px 3px;
}
.location-name-holder {
  font-size: 13px;
  padding: 8px 10px;
  color: #fff;
  font-style: italic !important;
  height: 100%;
  display: block;
  width: 100%;
}
.tax-icon-holder svg.trash {
  width: 18px !important;
  height: 18px !important;
}
/*styling the experience media upload html*/
.tax-icon-holder svg {
  width: 14px;
  height: 14px;
}
.title-holder {
  font-size: 13px;
  padding: 5px 2px;
  width: 100%;
}
#video-input {
  padding: 5px 0px;
}
.upload-experience-wrap {
  padding: 10px 5px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  display: none;
}

.form-input-wrap {
  padding: 1px 0px;
}

.form-display-elements-wrap {
  display: flex;
  flex-wrap: wrap;
  /*! padding: 5px 0px; */
  /*! border: 1px solid #d5d5d5; */
  margin-top: 5px;
}
.form-input-inner-wrap {
  margin: 5px auto;
  flex-grow: 1;
}
#form-input-inner-wrap {
  padding: 5px 0px;
}
#video-player-box {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: black;
  border-radius: 4px;
}
#experience-video-wrap {
  min-width: 210px;
  margin: 10px auto;
  border-radius: 4px;
  padding: 0px 4px;
  flex-basis: 210px;
  flex-grow: 1;
}
#video-thumbnail-container {
  min-width: 210px;
  margin: 10px auto;
  flex-wrap: wrap;
  padding: 0px 4px;
  border-radius: 4px;
  flex-basis: 210px;
  flex-grow: 1;
  align-items: start;
}
.video-thumbnail-preview {
  padding: 0px 0px;
  flex-grow: 1;
  height: fit-content;
}
.thumbnail-heading {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  padding: 5px;
}
#video-upload-form button {
  padding: 5px 10px;
}
#custom-thumbnail-input {
}
#video-title {
  margin: 2px auto;
  background-color: black;
  background-color: #d6eaee;
  width: 100%;
  border-radius: 4px;
  border: none;
  height: 40px;
  padding: 0px 10px;
  font-size: 16px;
}
#video-content {
  min-height: 80px;
  margin: 1% auto;
  background-color: black;
  background-color: #d6eaee;
  width: 100%;
  border-radius: 4px;
  border: none;
  height: 40px;
  padding: 0px 10px;
  font-size: 16px;
  resize: vertical;
}

.video-thumnail-display-image {
  width: 100%;
  display: flex;
  flex-grow: 1;
  text-align: center;
  background-color: #e3e3e3;
  margin: 0px auto;
  border-radius: 4px;
  /*! border: 1px solid #e3e3e3; */
  margin-bottom: 5px;
  overflow: hidden;
}
#video-thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
  /*! padding-bottom: 0px; */
}
.bottom-form-upload-wrap {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.destination-filter-input {
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  background-color: #EDEDED;
  color: #2f2f2f;
  cursor: pointer;
  margin: 5px auto;
}
.photo-wrap svg {
  width: 32px !important;
  height: 32px !important;
  border: none !important;
}
.photo-wrap {
  border-radius: 50%;
  border: 1px solid #dbd7d7;
  width: 32px !important;
  height: 32px !important;
  overflow: hidden;
}
.main-author-profile-pic-wrap {
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
  width: 100%;
  color: #222 !important;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #666;
  margin-bottom: 10px;
  background-color: #fbfbfb;
  padding-top: 80px;
  justify-content: center;
}
.main-author-profile-pic-wrap .prof-photo-frame #guest_user_svg {
  height: 128px !important;
  width: 128px !important;
  border: 1px solid #fdfdfd;
  margin: 10px 20px;
  box-shadow: 0px 0px 10px 0px #9f9f9f;
  border-radius: 50% !important;
}
.author-profile-pic-wrap {
  display: flex;
  width: 100%;
}
.author-option-information-actions {
  display: flex;
  justify-content: space-evenly;
  margin: 0px !important;
  padding: 0px !important;
}
.author-option-information-actions span {
  font-size: 13px !important;
}
.action-button:hover {
  background-color: #2fa9ff;
}
.action-button {
  margin: 0px 0px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  padding: 5px !important;
}
.author-option-information-actions svg {
  height: 14px !important;
  width: 14px !important;
}
.author-name {
  font-size: 13px !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
  line-height: 13px !important;
  width: 100%;
  padding-left: 5px;
}
.blog-single-post-author-url {
  color: #2fa9ff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding: 5px;
  font-style: normal !important;
}
.details-wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  /*! justify-content: space-between; */
}
.author-name .tax-text {
  line-height: 13px !important;
  font-size: 13px !important;
  color: grey !important;
  margin-left: 5px;
}
.author-name .tax-item {
  height: 13px !important;
  margin: auto 0px !important;
}
.experience-create-gadget {
  /*! border-bottom: 1px solid #ddd; */
}



@media all and (min-width:1200px) {
  .experience-flex {
    /*! grid-template-columns: auto auto auto; */
    /*! justify-items: center; */
  }
}
@media all and (min-width:1001px) {
  .main-body{
    flex-direction:row;
  }
  .experience-flex {
    /*! grid-template-columns: repeat(3,1fr); */
    /*! justify-items: center; */
  }
  .side-heading{
    /*! border-bottom: 1px solid #d8d8d8; */
    width: 100%;
  }
  .video-thunmbnail {
    height: 180px;
    width: 100%;
    max-width: 100%;
  }
  .dropdown-toggle-button {
    display: none !important;
  }
}

@media all and (max-width:1000px) {
  .main-body{
    flex-direction:column;
  }
    .experience-container {
    margin: 8px 2px;
    flex-basis: 800px;
    flex-grow: 4;
    min-width: 280px;
    flex-shrink: 1;
    padding: 0px 0px;
    margin-top: 2px !important;
  }
  .experience-flex {
    /*! grid-template-columns: repeat(3,1fr); */
    justify-items: center;
  }
  .video-thunmbnail {
    height: 20vw;
    width: 100%;
    max-width: 100%;
  }
  .left-archive-widget-content{
    grid-template-columns: repeat(5,1fr);
    display: none;
    border-top: 1px solid #d1d1d1;
  }
  .tax-item {
    width: 98%;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 4px;
  }
  .video-taxonomies {
    grid-template-columns: repeat(2,1fr);
    justify-items: left;
    display: none;
    border-top: 1px solid #d0d0d0;
  }
  .main-side-bar {
    /*! flex-basis: 0px */
  }
  .activate-destination-filter-submenu {
/*     grid-template-columns: repeat(4,1fr); */
  }
  @media all and (max-width:800px) {
    .activate-destination-filter-submenu {
      /*! grid-template-columns: repeat(3,1fr); */
    }
    .experience-flex {
      /*! grid-template-columns: repeat(2,1fr); */
      justify-items: center;
    }
    .video-thunmbnail{
      height: 30vw;
      width: 100%;
      max-width: 100%;
    }
    .left-archive-widget-content{
      grid-template-columns: repeat(4,1fr);
      border-top: 1px solid #d1d1d1;
    }
    .video-taxonomies {
      grid-template-columns: repeat(2,1fr);
    }
    .tax-item {
      width: 90%;
    }
    @media all and (max-width:600px) {
    .activate-destination-filter-submenu {
      /*! grid-template-columns: repeat(2,1fr); */
    }
      .acc-description-info {
        padding: 20px 0px;
      }
      .experience-gadget {
        box-shadow: none;
        padding: 0px;
      }
      .trending-experience-header {
        /*! border-radius: 0px; */
        /*! margin: auto 0px; */
      }
      .heading-container {
        padding: 4px 0px;
        background-color: #dbdbdb;
        border-radius: 4px;
      }
      .main-side-bar,
      .experience-container {
        margin: 0px;
        padding: auto 0px;
      }
      .experience-flex {
        grid-template-columns: auto;
        justify-items: center;
      }
      .video-thunmbnail{
        height: 55vw;
        width: 100%;
        max-width: 100%;
      }
      .left-archive-widget-content{
        grid-template-columns: repeat(3,1fr);
        border: none !important;
      }
      .video-taxonomies {
        grid-template-columns: repeat(2,1fr);
        border: none !important;
      }
      .tax-item {
        width: 90%;
      }
      @media all and (max-width:400px) {
        .left-archive-widget-content{
          grid-template-columns: auto auto;
        }
        .video-taxonomies {
          grid-template-columns: auto;
        }
        .tax-item {
          display: flex;
          background-color: unset;
          margin: 0px auto;
          background-color: unset;
          width:90%;
        }
      }
    }
  }
}
/*toggle button  styling code*/
.enforce-grid-display {
  display: grid;
}

.dropdown-toggle-button {
  width: 25px;
  height: 25px;
  background-color: white;
  box-shadow: 0px 0px 3px 1px #a2a2a2;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 10px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
  display: flex;
}
.my-panel-minimize-button.bt1 {
  display: none;
}
.country-minimize-button.bt1 {
  display: none;
}
.arrow img {
  display: block;
  width: 30px;
  height: 30px;
}