
.mini-breadcrumb-bar {
  /*! box-shadow: 0px 0px 5px grey; */
  margin: 5px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  overflow: clip;
  background-color: #e6e6e6;
  display:none;
}
.my-restaurant-restaurants {
  height: 40px;
  background-color: grey;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
}
.all {
  height: 40px;
  display: flex;
  background-color: #ff0060;
  width: 50px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}




.restaurants-wrap {
  /*! display: grid; */
  /*! grid-template-columns: repeat(3,1fr); */
}
body.overlay-open {
  overflow-y: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.info-list-item {
  width: 98%;
  padding-bottom: 1px;
  margin: 5px;
  box-shadow: 0px 0px 5px grey;
  overflow: clip;
  display: block;
  border-radius: 4px;
  position: relative;
  top: 0;
}
.image-wrap-box,
.restaurant-image-box {
  width: 100%;
  height: 45vw;
  overflow: clip;
  position: relative;
  border-bottom: 1px solid silver;
  /*! border-radius: 4px; */
  min-height: 45vh;
}
.restaurant-image-box-fullscreen-mode {
  width: 100%;
  height: 100vh;
  overflow: clip;
  position: relative;
  border-bottom: 1px solid silver;
  /*! border-radius: 4px; */
  position: relative;
}
.default-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  }
.slide-photos-wrapper {
display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
min-height: 45vh;
}
slide-photos-wrapper-fullscreen-mode {
  display: flex;
  height: 100vh;
  position: absolute;
}
.restaurant-hotel-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 45vw;
}
.restaurant-hotel-image-fullscreen-mode {
  display: block;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.slide-show-fullscreen {
  position: absolute;
  z-index: 1;
  right: 0px;
  background-color: white;
  padding: 5px;
  cursor: pointer;
  border-bottom-left-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.buttons-holder-box {
  position: absolute;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.view-images-button {
  /*! position: absolute; */
  /*! bottom: 15vw; */
  /*! border: 1px solid; */
  width: 32px;
/*   z-index: 2; */
}
.preview-next-image {
  right: 0px;
}
.preview-previous-image {
  left: 0px;
}
.view-images-button svg {
  fill: white;
  position: relative;
  z-index: 1;
}
.view-images-button:hover svg {
  fill: rgb(0, 0, 0);
}
.image-scroll-position-indicator {
position: absolute;
  bottom: 2px;
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 5px black;
  font-size: 11px;
}
.restaurant-link {
  padding: 10px 5px;
  display: block;
  text-decoration: none;
  /*! color: black; */
  font-size: 18px;
  font-weight: lighter;
  text-transform: capitalize;
  height: fit-content;
  margin-bottom: 10px;
}
.restaurant-title {
  display: block;
  height: fit-content;
  overflow: clip;
  font-size: 16px;
  font-weight: bold;
  color: #717171;
  max-height: 60px;
}
.upload-restaurant-image {
  width: 0px;
  height: 0px;
}
.add-more-images {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #f7f7f7;
  right: 0px;
  border-top-left-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #6c6c6c;
}
.add-more-images:hover {
  color: orange;
}
.wrap-seperator {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-grow: 1;
}
.info-block {
  display: flex;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px !important;
  align-items: center;
  flex-grow: 1;
  /* min-width: 180px; */
  min-width: 130px;
}
.wrapper .svg-location.svg-holder-wrap {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.place-url {
  text-decoration: none;
  color: white;
}
.destination-url {
  text-decoration: none;
  color: #fff;
}
.svg-url svg path, .svg-url svg text {
  fill: white;
  stroke: white;
}
.wrapper {
  /*! padding: 0px 3px; */
  display: grid;
  background-color: #5184a8;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  flex-wrap: wrap;
  grid-template-columns: repeat(2,1fr);
}
.amenities-wrap {
  background-color: #5184a8;
  display: flex;
  /*! height: 75px; */
  /*! margin-bottom: 0px; */
  border-top: 1px solid white;
  /*! border: 1px solid #e3e3e3; */
  /*! border-radius: 4px; */
  padding-top: 10px;
  flex-wrap: wrap;
}
.inline-list-item-info {
  display: inline-flex;
  margin: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #5184a8;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.amenities-header {
  display: none;
  color: #4f4f4f;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid silver;
}

.cuisine-specialties-wrap {
  /*! border-top: 1px solid whitesmoke; */
  color: whitesmoke;
  padding: 0px 0px;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.cuisine-specialties-header {
  font-weight: bold;
  padding: 10px 0px;
  border-top: 1px solid whitesmoke;
  color: whitesmoke;
  font-size: 14px;
  display: block;
}
.cuisine-specialties {
  margin: 0px 10px;
  display: inline list-item;
  list-style: circle;
  padding: 5px 20px 5px 0px;
}
.restaurant-info {
  background-color: #5184a8;
  border-radius: 4px;
  margin: 4px;
  padding: 5px;
  margin-bottom: 5px;
}
.image-scroll-position-indicator {
  color: white;
  text-shadow: 0px 0px 5px black;
}




/*rating indicator styling on archive page*/
.destination-rating-box.restaurant-rating-box {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}
.business-partnership-icon-holder {
/*   background-color: #bbb; */
/*   border-radius: 4px; */
  width: 32px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-self: end;
/*   position: absolute; */
/*   left: 5px; */
}
.star-rating-indicator{
  display: inline-block;
  position: relative;
  width: 100px;
  height: 27px;
}
.star-rate {
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -1px;
  overflow: clip;
  display: flex;
  justify-content: flex-start;
}
.star-rating-indicator-box {
  position: absolute;
  left: -1px;
  top: 0px;
}
.star-rating-action {
  display: none !important;
}
.star-rating-grey{
  width: 101px;
  display: block !important;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0px;
}
.star-rating-gold{
  width: 66px;
  height: 25px;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0px;
  overflow: clip;
  justify-content: flex-start;
}
.star-rating-gold span{
  color: gold;
}
.star-rating-grey span{
  color: #d7d7d7;
}
.star-rating-action span {
  color: rgb(224, 224, 224);
  cursor: pointer;
}
.star-rating-indicator span {
  /*! font-size: 25px; */
  /*! line-height: 25px; */
  /*! display: inline-block; */
  /*! width: 20px; */
  /*! height: 25px; */
  /*! color: #c6c6c6; */
}
.user-rating-statistics {
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 25px !important;
  position: absolute;
  right: 101px;
  width: fit-content !important;
  height: 25px !important;
  top: 1px;
}

/**/

.archive-destination-rating-box .star-rating-grey span {
  display: inline !important;
  font-size: 18px;
  line-height: 25px;
  display: inline;
  width: 20px;
  height: 25px;
  color: #d5d5d5;
}
.archive-destination-rating-box .star-rating-gold {
  width: 140px;
  width: 101px;
  display: block !important;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  color:gold !important;
}
.archive-destination-rating-box .star-rating-grey {
  width: 75px;
  display: block !important;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.archive-destination-rating-box .star-rating-indicator .star-rating-gold {
  font-size: 18px;
  line-height: 25px;
  overflow: clip;
  width: 20px;
  height: 25px;
}
.archive-rating-holder {
  width: 75px;
}
.archive-destination-rating-box .star-rating-indicator .star-rating-gold span{
  color:gold !important;;
  display: inline !important;
  font-size: 18px;
  line-height: 25px;
}
.archive-destination-rating-box .star-rating-indicator .user-rating-statistics {
  font-size: 12px !important;
  line-height: 25px;
  display: inline;
  width: 20px;
  height: 25px;
  color: #282828;
  font-style: italic;
}
.archive-destination-rating-box .star-rating-indicator {
  display: inline-flex !important;
  position: relative;
  width: 140px;
  height: 27px;
  justify-content: space-around;
}

.numerical-rating-score-indicator {
  font-size: 13px;
  font-style: italic;
  color: #515151;
  line-height: 14px;
}
.numerical-rating-score-indicator-wrap {
  display: flex;
  align-items: center;
}












/**styling the main-sidebar*/

.main-body {
  display: flex;
  flex-wrap: wrap;
}
.side-bar {
  flex-basis: 280px;
  flex-grow: 1;
  padding: 5px;
}
.main-content {
  flex-basis: 70%;
  flex-grow: 4;
}
.widget-block {
  box-shadow: 0px 0px 5px 0px grey;
  border-radius: 4px;
  padding: 4px;
}
.badge-block {
  margin-top: 10px;
}
.restaurant-title-button-box.widget-title-box-class {
  background-color: grey;
  display: flex;
  justify-content: space-between;
}
.restaurant-widget-title {
  font-weight: normal;
  padding: 7px 3px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  background-color: #808080;
}
.info-list-item-link-badge-svg {
  background-color: #5184a8;
  padding: 4px;
  margin: 2px;
  display: inline-block;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.restaurant-amenity-category.info-list-item-link-badge {
  display: flex;
}
.info-list-item-link-badge-text {
  color: #404040;
  padding: 5px 10px;
  font-size: 14px;
}

.restaurant-footer-button-wrap {
  position: fixed;
  bottom: 50px;
  right: 32px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px black;
  overflow: clip;
  padding: 5px;
  border: 2px solid white;
  background-color: #00000096;
  backdrop-filter: blur(2px);
  z-index: 3;
}
.restaurant-footer-submenu-button {
  width: 48px;
  height: 48px;
}




/*styling comment section*/

.blog-comment-section {
  width: 98%;
  padding: 5px 4px;
  margin: 5px;
  box-shadow: 0px 0px 5px grey;
  overflow: clip;
  display: block;
  border-radius: 4px;
}
.main-comments-title-holder {
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment-reply-link {
  width: 32px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b6dce4;
  border-radius: 4px;
  margin-right: 5px;
}
.comment-reply-link svg {
}
.inner-list-item-inline-blog-single {
  width: 32px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  border: 1px solid #b6dce4;
  border-radius: 4px;
}
.comment-action-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

/*comment editor plz wait content*/

.please-wait-message {
  width: 100%;
  display: block;
  text-align: center;
}
.create-discussion-msg-text-gif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 5px auto;
  background-color: #d9e2ec7d;
  color: #40c448;
  backdrop-filter: blur(5px);
  padding: 10px;
  display: none;
}
.inner-button {
  position: absolute;
  width: 100px;
  padding: 0px 10px;
  height: 33px;
  left: 57px;
  display: inline-block;
  top: 0px;
  background-color: #fbfbfb;
  border-radius: 10px;
  border: 1px solid #f0f0f066;
  cursor: pointer;
}


/**book now */


.book-now-wrap {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 5px;
  border-top: 1px solid white;
  color: white;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.book-now-text {
  text-align: center;
  padding: 5px;
  color: white;
  font-size: 14px;
  width: 100%;
}
.book-now {
  color: white;
  background-color: #535353;
  padding: 5px 15px;
  border-radius: 4px;
  text-decoration: none;
  /*! font-weight: bold; */
  display: inline-block;
  /*! border: 1px solid white; */
  margin: 5px auto;
}
.book-now:hover {
  text-shadow: 0px 0px 5px #7f7f7f;
  background-color: #fff;
  color: #505050;
}

/*style image display for caption and image uploader*/
.caption-editor-wrap #Layer_1{
  margin:unset !important;
}
.caption-editor-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
span.caption-delete ,
span.caption-editor {
    display: inline-flex;
    padding: 2px;
    border-radius: 4px;
    position: relative; 
    margin: 5px;
    bottom: 0px;
    width: 30px;
    height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #80808073;
    backdrop-filter: blur(1px);
}
span.caption-delete:hover,
span.caption-editor:hover {
    background-color: #a9a9a9;
}
.add-accommodation-image {
  position: absolute;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #80808073;
  backdrop-filter: blur(1px);
  width: 30px;
  height: 25px;
  font-weight: bold;
  color: white;
}
.add-accommodation-image:hover {
  background-color: #a9a9a9;
}
.image-loader-display {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: grey;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.image-loader-display-show {
  display: flex;
}
.back-caption-editor-button {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  color: #cdcdcd;
  width: 38px;
  height: 24px;
  font-size: 23px;
  line-height: 0px;
  padding: 10px;
  /*! background-color: #80808073; */
  /*! backdrop-filter: blur(1px); */
  border-radius: 4px;
  text-shadow: 0px 0px 5px black;
  cursor: pointer;
}
.back-caption-editor-button:hover {
  /*! background-color: #a9a9a9; */
  color: black;
  text-shadow: 0px 0px 5px white;
}
.submit-added-image {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.submit-added-image-activate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.submit-added-image-activate .submit-added-image {
  width: 100%;
  height: 100%;
}
.added-image-caption {
  position: relative;
  width: 100%;
  padding: 10px;
}
.added-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-wrap-box {
  position: relative;
  display: none;
  /*! width: 100%; */
}
.active{
  transition: display 500ms ease-in;
  display: block;
}
.caption-holder {
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 13px;
  font-size: 12px !important;
  z-index: 1;
  font-weight: normal;
}
.details-holder-image-editor {
  position: absolute;
  width: 100%;
  padding: 4px;
  /*! margin: 2%; */
  border-radius: 4px;
  border: none;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.save-caption-and-image-input{
  flex-grow: 1;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff69;
  outline: none;
}
.save-caption-and-image{
  /*! display: flex; */
  /*! border-radius: 4px; */
  /*! border: none; */
  /*! padding: 4px 20px; */
  /*! background-color: #2fa9ff; */
  /*! color: white; */
  /*! font-size: 14px; */
  /*! align-items: center; */
  /*! justify-content: center; */
  /*! margin: auto 2px; */
  /*! height: 37px; */
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #2fa9ff85;
  border: none;
  border-radius: 4px;
  transition: all 200ms ease-in-out 50ms;
  cursor: pointer;
  margin: 0px 2px;
}
.save-caption-and-image:hover {
  background-color: aliceblue;
  color: #2f6dff;
}
/*post rating **/

.destination-rating-box {
  text-align: center;
}
/*rating action*/
.star-rating-action {
display:none !important;
}
.star-rating-action span:hover{
  color: gold;
}
.star-rating-action span:hover~span{
  color: gold;
}
.star-rating-action span{
  color: rgb(224, 224, 224);
  cursor: pointer;
}
.star-rating-action:hover~div{
  display: none;
}
.star-rating-indicator:hover div.star-rating-action{
  height: 25px;
  display: flex !important;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: clip;
  display: flex;
  justify-content: flex-start;
  transform: rotateY(180deg);
  width: 100px;
}
.marked-rating{
  color:gold !important;
}
.unmarked-rating{
  color: rgb(224, 224, 224) !important;
}
.star-rate{
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -1px;
  overflow: clip;
  display: flex;
  justify-content: flex-start;
}
.star-rate span{
  color: rgb(224, 224, 224);
}
.star-rating-indicator-box {
  position: absolute;
  left: -1px;
  top: 0px;
}
.star-rating-indicator:hover div.star-rating-indicator-box{
  display:none;
}
p.not-logged-in-rating-msg {
  color: white;
  background-color: rgb(255, 0, 106);
  width: fit-content;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px !important;
  cursor: pointer;
}

.star-rating-indicator span {
  font-size: 25px;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 25px;
}
.star-rating-gold span {
  color: gold;
}
.user-rating-statistics {
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 20px !important;
  position: absolute;
  right: -40px;
  width: fit-content !important;
  height: 25px !important;
  top: 2px;
  color: #2b2b2b;
}

/*views*/
/*styling place views*/
.destination-main-meta-block {
  position: relative;
}
.views {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #0000005e;
  width: fit-content;
  border-top-left-radius: 4px;
  color: white;
  padding: 5px;
  box-shadow: 0px 0px 5px 2px white;
  border-bottom-right-radius: 4px;
  backdrop-filter: blur(5px);
  z-index: 1;
}
svg#Layer_1 {
  height: 20px !important;
  /*! padding-top: 8px; */
  margin-right: 5px;
}
span.view-count {
  display: flex;
  font-size: 12px !important;
  min-width: 40px;
  justify-content: space-between;
  align-items: center;
  color: #ececec;
  /*! text-shadow: 0px 0px 5px white; */
  font-weight: bold;
  height: 20px;
}
.post-view-icon {
  width: 18px;
  height: 15px;
}



/*restaurant button*/

.restaurant-footer-button-wrap {
  position: fixed;
  bottom: 50px;
  right: 32px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px black;
  overflow: clip;
  padding: 5px;
  border: 2px solid white;
  background-color: #00000096;
  backdrop-filter: blur(2px);
}
.restaurant-footer-submenu-button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.restaurant-footer-submenu-button .dish {
  width: 40px;
  height: 40px;
}

/*umzila we comment kucele elenxele*/

.has_children::before {
  border-left: 2px solid #c8c8c8;

  border-bottom: 2px solid #c8c8c8;

  border-bottom-left-radius: 10px;
  width: 25px;
  position: absolute;
  content: '';
  top: 40px;
  height: calc(100% - 20px);
  left: 16px;
  z-index: 1;
}

/*style image display for caption and image uploader*/
.caption-editor-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
span.caption-delete ,
span.caption-editor {
    display: inline-flex;
    padding: 2px;
    border-radius: 4px;
    position: relative; 
    margin: 5px;
    bottom: 0px;
    width: 30px;
    height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #80808073;
    backdrop-filter: blur(1px);
}
span.caption-delete:hover,
span.caption-editor:hover {
    background-color: #a9a9a9;
}
.add-restaurant-image,
.add-accommodation-image {
  position: absolute;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #80808073;
  backdrop-filter: blur(1px);
  width: 30px;
  height: 25px;
  font-weight: bold;
  color: white;
}
.add-restaurant-image:hover,
.add-accommodation-image:hover {
  background-color: #a9a9a9;
}
.image-loader-display {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: grey;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.image-loader-display-show {
  display: flex;
}
.back-caption-editor-button {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  color: #cdcdcd;
  width: 38px;
  height: 24px;
  font-size: 23px;
  line-height: 0px;
  padding: 10px;
  /*! background-color: #80808073; */
  /*! backdrop-filter: blur(1px); */
  border-radius: 4px;
  text-shadow: 0px 0px 5px black;
  cursor: pointer;
}
.back-caption-editor-button:hover {
  /*! background-color: #a9a9a9; */
  color: black;
  text-shadow: 0px 0px 5px white;
}
.submit-added-image {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.submit-added-image-activate {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.submit-added-image-activate .submit-added-image {
  width: 100%;
  height: 100%;
}
.added-image-caption {
  position: relative;
  width: 100%;
  padding: 10px;
}
.added-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-wrap-box {
  position: relative;
  display: none;
  /*! width: 100%; */
  min-height: 45vh;
}
.active{
  transition: display 500ms ease-in;
  display: block;
}
.caption-display {
  background-color: #80808073; backdrop-filter: blur(1px);
  padding: 10px;
  border-radius: 4px;
  max-width: 250px;
  display: inline-block;
  max-height: 60px;
  overflow: hidden;
  position: relative;
}
.caption-display:hover {
  background-color: #a9a9a9;
}
.details-holder-image-editor {
  position: absolute;
  width: 100%;
  padding: 4px;
  /*! margin: 2%; */
  border-radius: 4px;
  border: none;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.save-caption-and-image-input{
  flex-grow: 1;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff69;
  outline: none;
}
.save-caption-and-image{
  /*! display: flex; */
  /*! border-radius: 4px; */
  /*! border: none; */
  /*! padding: 4px 20px; */
  /*! background-color: #2fa9ff; */
  /*! color: white; */
  /*! font-size: 14px; */
  /*! align-items: center; */
  /*! justify-content: center; */
  /*! margin: auto 2px; */
  /*! height: 37px; */
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #2fa9ff85;
  border: none;
  border-radius: 4px;
  transition: all 200ms ease-in-out 50ms;
  cursor: pointer;
  margin: 0px 2px;
}
.save-caption-and-image:hover {
  background-color: aliceblue;
  color: #2f6dff;
}
/**image added successfully/failed text*/

.response-wrap {
  position: absolute;
  display: none;
  height: 100%;
  bottom: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.response-wrap-active{
  display: flex;
}
.add-image-response-txt {
  display: none;
  font-size: 13px;
}
.add-image-response-txt-show{
  width: fit-content;
  display: inline-block;
  background-color: #3aaa23;
  padding: 5px 20px;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  font-size: 13px !important;
  text-transform: capitalize;
}
.response-wrap-active .add-image-response-txt{
  display: inline-block !important; 
  width: fit-content;
  background-color: #80808073;
  backdrop-filter: blur(1px);
  padding: 5px 20px;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  font-size: 12px !important;
  text-transform: capitalize;
}
/*loading busy image*/
.delete-image-loader,
.loading-image-box-new-entry,
.loading-image-box {
  width: 100%;
  display: none;
}
.response-wrap-show{
  display: flex;
  height: 100%;
  bottom: 0;
  align-items: center;
  flex-wrap:wrap;
  z-index: 1;
  /*! background-color: #808080cf; */
  backdrop-filter: blur(5px);
}
.loading-image-box-new-entry-show,
.loading-image-box-show{
  display: block;
}
.delete-image-loader-show{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rebeccapurple;
  padding: 5px;
  background-color: #80808066;
  border-radius: 4px;
  backdrop-filter: blur(5px);
}
.searching-tour-operator-msg-text-gif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rebeccapurple;
  padding: 5px;
}
.searching-t-op-loading-gif {
  margin: 5px 10px;
  display: inline-block;
  width: 20px;
  height: 15px;
}
.delete-image-loader-show .msg-text-gif {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  flex-wrap: wrap;
}
.delete-image-loader-show .hotel-restaurant-busy-gif {
display: inline-block;
}
.delete-image-loader-show .message-txt {
width: 100%;
}
.please-wait-message {
  display: inline-block;
  width: fit-content;
  color: #fff;
  font-size: 14px !important;
}

/**for editor busy image*/
.loading-image-box-new-entry-show .msg-text-gif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color:purple;
}
.loading-image-box-new-entry-show .message-text {
  width: 100% !important;
  display: block !important;
}
.loading-image-box-new-entry-show .message-txt {
  width: 100%;
}
@media all and (max-width:1000px) {
  .hotels-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .restaurant-hotel-image {
    display: block;
    object-fit: cover;
    width: 100vw;
    height: 45vw;
    min-height: 45vh;
  }
}
.slide-photos-wrapper-fullscreen-mode{
  /*! position: absolute; */
  /*! top: 0 !important; */
  /*! bottom: 0 !important; */
  /*! left: 0 !important; */
  /*! right: 0 !important; */
  /*! height: fit-content !important; */
}
.slide-photos-wrapper-fullscreen-mode .image-wrap-box{
  height: 100%;
}
.slide-photos-wrapper-fullscreen-mode .image-wrap-box .restaurant-hotel-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}
@media all and (max-width:620px) {
  .welcome-message {
    padding: 10px;
    font-size: 16px;
  }
}