
*{
  user-select: none;
}
.new-edit-experience {
  display: flex;
  position: absolute;
  background-color: #00000091;
  backdrop-filter: blur(10px);
  width: 100%;
  justify-content: center;
  z-index: 2;
  user-select: none;
  min-width: 300px;
}

.video-upload-container {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  min-width: 280px;
}
.form-input-wrap {
  padding: 1px 0px;
  min-width: 280px;
}
.new-edit-experience-show {
  display: flex;
}

.new-edit-experience.new-edit-experience-show .experience-gadget {
  position: absolute;
  top: 50px;
  background-color:#fff0;
  /*! backdrop-filter: blur(5px); */
  /*border: 1px solid #0f0c0a;*/
  box-shadow: none !important;
  /*! border: 1px solid #ffffff59; */
  padding: 0px;
  min-width: 290px;
}
.new-edit-experience .heading-container {
  padding: 4px 0px;
  display: flex;
  justify-content: space-between;
  background-color: #000000c9;
  
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.new-edit-experience .side-heading {
  border-bottom: none !important;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
}
.new-edit-experience .cancel-upload {
  background-color: red;
  width: 35px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-right: 5px;
}
.new-edit-experience .upload-videos {
  background-color: rgb(68, 181, 112);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
}

.new-edit-experience .upload-videos:hover{
  background-color:rgb(0, 238, 93);
  font-weight: bold;
  text-shadow: 0px 0px 5px white;
}
.new-edit-experience #video-upload-form {
  font-size: 14px !important;
  background-color: #f7f5f5;
  padding: 5px 10px;
  min-width: 280px;
  box-sizing: border-box;
}
.new-edit-experience .required-fields-message {
  font-size: 15px !important;
  color: #7b7b7b !important;
  text-align: left;
  display: block;
  padding: 5px;
}
.new-edit-experience .load-file-input-wrap {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.new-edit-experience .form-input-wrap.stage-2 {
  display: none;
}
.new-edit-experience .form-input-wrap.stage-3 {
  display: none;
}

.new-edit-experience .experience-input-label {
  padding: 0px 0px;
}

.new-edit-experience .browse-experience-input-label {
  width: fit-content;
  display: block;
  padding: 8px 10px;
  background-color: #e6e6e6;
  border-radius: 5px;
  /*border: 1px solid #cacaca;*/
}
.new-edit-experience .experience-input-label.browse-experience-input-label .required-aterisk-marking {
  position: absolute;
  top: 0px;
  right: 0px;
}
.new-edit-experience .experience-input-label.browse-experience-input-label svg {
  display: block;
  width: 20px;
  height: 20px;
}
.new-edit-experience .browse-experience-input-label svg {
  width: 20px;
  height: 20px;
}
.new-edit-experience .upload-videos svg {
  fill: white !important;
}
.new-edit-experience #custom-thumbnail-input {
  height: 0px;
  width: 0px;
  display: none;
}
.new-edit-experience .load-file-input-wrap div {
  max-width: fit-content;
  display: inline-flex;
  margin: auto 2px;
  width: 100%;
}
.new-edit-experience .text-lbl {
  display: inline-block !important;
  width: fit-content !important;
  font-size: 15px !important;
  padding-left: 10px;
  font-weight: bold;
  color: #717171;
}
.new-edit-experience .browse-experience-input-label svg {
  width: 20px;
  height: 20px;
}
.new-edit-experience .form-input-inner-wrap {
  margin: 5px auto;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.new-edit-experience #video-player-box {
  width: 100%;
  height: 215px;
  object-fit: cover;
  background-color: black;
  border-radius: 4px;
}
.new-edit-experience canvas {
  width: 100%;
  height: 215px;
  position: absolute;
  left: 0px;
  z-index: -1;
}
.new-edit-experience #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;
}
.new-edit-experience .required-aterisk-marking {
  color: #ff0030;
  padding: 0px 5px;
}
.new-edit-experience #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;
  user-select: auto;
}
.new-edit-experience .required-aterisk-marking {
  color: #ff0030;
  padding: 0px 5px;
}
.new-edit-experience #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;
  user-select: auto;
}
.new-edit-experience .browse-experience-input-label {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  border-radius: 5px;
  position: relative;
  border: 1px solid #cacaca;
  height: 35px;
  cursor:pointer;
}
#video-input {
  padding: 5px 0px;
  width: 0px;
  height: 0px;
  display: none;
}
.new-edit-experience .destination-filter-input {
  padding: 10px 5px;
  border: none;
  border-radius: 5px;
  background-color: #EDEDED;
  color: #2f2f2f;
  cursor: pointer;
  margin: 5px auto;
}
.new-edit-experience .form-display-elements-wrap {
  display: block;
  border-top: 1px dotted #6a6a6a;
  /*! margin-bottom: 5px; */
}
.new-edit-experience .stage-1-show {
  width: 100%;
  color: #16b7d2;
  font-size: 15px !important;
  text-align: center;
  padding: 8px 0px;
}
.new-edit-experience .how-to-generate-thumbnail-msg {
  width: 100%;
  color: #16b7d2;
  font-size: 15px !important;
  text-align: center;
  padding: 8px;
}
.new-edit-experience .display-elements-inner-wrap {
  min-width: 290px;
  margin: 5px auto;
  border-radius: 4px;
  padding: 5px 4px;
  flex-basis: 210px;
  flex-grow: 1;
  height: fit-content;
  /*! margin: 5px; */
  /*! background-color: #e2e2e2; */
  display: flex;
  flex-wrap: wrap;
  background-color: #d5d5d5;
}
.new-edit-experience #experience-video-wrap {
  min-width: 280px;
  margin: 5px;
  border-radius: 4px;
  /*! padding: 5px 4px; */
  flex-basis: 280px;
  flex-grow: 1;
  height: fit-content;
  /*! margin: 5px; */
  /*! background-color: #e2e2e2; */
}
.new-edit-experience .loading-image-box.add-experience-loading-image-box {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 100%;
  text-align: center;
  display: none;
}
.new-edit-experience .add-new-experience-msg-text-gif {
  display: inline-block;
  background-color: #8080807a;
  backdrop-filter: blur(5px);
  border-radius: 4px;
  padding: 10px 15px;
  color: white;
}
.new-edit-experience .please-wait-message {
  display: block;
  width: 100%;
}
.new-edit-experience .video-holder-box {
  min-width: 280px;
  position: relative;
  border-radius: 4px;
  flex-grow: 1;
  align-items: start;
  /*! background-color: #e2e2e2; */
  display: flex;
  width: 100%;
}
.new-edit-experience #video-thumbnail-container {
  min-width: 280px;
  margin: 5px;
  flex-wrap: wrap;
  /*! padding: 5px 4px; */
  border-radius: 4px;
  flex-basis: 280px;
  flex-grow: 1;
  align-items: start;
  /*! background-color: #e2e2e2; */
}
.new-edit-experience .video-thumbnail-preview {
  padding: 0px 0px;
  flex-grow: 1;
  height: fit-content;
}
.new-edit-experience .video-thumbnail-display-image {
  width: 100%;
  display: flex;
  text-align: center;
  background-color: #e3e3e3;
  /*! margin: 0px auto; */
  border-radius: 4px;
  overflow: hidden;
  min-width: 280px;
}
.new-edit-experience #video-thumbnail {
  min-width: 280px;
  height: 215px;
  object-fit: cover;
  width: 100%;
  background-color: black;
}
.new-edit-experience .thumbnail-heading {
  font-size: 13px;
  font-weight: normal;
  width: 100%;
  padding: 5px;
  color: #575757;
  text-align: center;
  font-weight: bold !important;
  text-transform: uppercase;
}
.new-edit-experience .next-button {
  display: inline-block;
  text-align: center;
  background-color: #16b7d2;
  padding: 10px 15px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  width: 70px;
  height: 40px;
}
.new-edit-experience .back-button:hover,
.new-edit-experience .next-button:hover{
  text-shadow: 0px 0px 5px white;
  font-weight: bold;
}
.new-edit-experience .back-button {
  margin-right: 10px;
  background-color: #ff0078;
}
.new-edit-experience .next-button-1 {
  display: none;
}
.new-edit-experience .form-input-wrap.stage-4 {
  display: none;
}
.new-edit-experience .loading-container {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.new-edit-experience .loading-busy-message {
  width: 100%;
  text-align: center;
  color: #00b568;
  padding: 10px;
  background-color: #e3f4e3;
  margin: 5px auto;
  font-size: 15px !important;
}
.new-edit-experience .next-holder {
  width: 100%;
  text-align: end;
  display: flex;
  justify-content: end;
}
.js-response-target-1-hide{
  display: none !important;
}
.new-edit-experience #upload-video-btn {
  /*! padding: 0px !important; */
  display: none;
  background-color: #2ab058;
  border: none;
  border-radius: 4px;
  color: white;
  width: 160px;
  height: 40px;
}
.new-edit-experience #upload-video-btn .text-holder{
  width: 120px;
  display: inline-block;
}
.new-edit-experience #upload-video-btn:hover .text-holder{
  text-shadow:0px 0px 5px white;
  font-weight:bold;
}
.new-edit-experience .text-holder {
  font-size: 13px !important;
}
.new-edit-experience .experience-thumbnail.video-pad {
  height: 400px;
  position: relative;
  /*! margin: 5px auto; */
  border-radius: 4px;
  /*! min-height: 200px; */
}
.new-edit-experience .experience-thumbnail.video-pad #video-player-box {
  width: 100%;
  /*! height: 60vw; */
  /*! display: block; */
  object-fit: contain;
  background-color: white;
  border-radius: 4px;
  /*! padding: 0px; */
  margin: 0px;
  min-height: 100%;
}
.new-edit-experience .experience-thumbnail.video-pad #video-player-box #video-player-box_html5_api {
  margin: 0px;
  width: 100%;
  /*! height: 60vw; */
  /*! display: flex; */
  /*! object-fit: contain; */
  background-color: black;
  border-radius: 4px;
  padding: 0px;
  min-height: 200px;
}
.new-edit-experience .experience-thumbnail.video-pad #experience-video-wrap {
  /*! width: 100%; */
  /*! padding: 0px; */
  /*! margin: 5px auto; */
  /*! height: 60vw; */
  /*! min-height: 200px; */
}

/*
styling the loading success message text after response text
*/
.success_sign {
  font-size: 14px !important;
  padding: 10px 0px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #c1c1c1; */
}
.view-new-post-text-msg {
  padding: 0px 10px;
}
.view-new-post-text-msg a {
  text-decoration: none;
  font-style: italic;
}
@media (max-width: 600px) {
  .new-edit-experience #video-upload-form  {
    border: none !important;
    padding: 0px !important;
  }
}
