
/**styling main body containers */
.main-body {
  display: flex;
}
.main-body.overlay-open {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
/* ctyling the body section */
.experience-breadcrumb {
/*! width: 100%; */
  /*! display: flex; */
  /*! flex-grow: 1; */
  /*! overflow: hidden; */
}
.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;
}
/**styling the trending experiances and contents */
.experience-island{
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align:center;
  height: fit-content;
}
.island-pad {
  display: inline-flex;
  background-color: #ffffffa3;
  border-radius: 50%;
  align-items: center;
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff85;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.island-pad span {
  font-size: 11px !important;
}
.author-option-information-actions .love_experience {
  background-color:rgb(0,183,255);
}
.island-pad-icon-holder.love_experience svg .heart-black-st0 {
  fill: rgb(0,183,255);
}
.author-option-information-actions .love_experience svg .heart-black-st0 {
  fill: rgb(255, 255, 255);
}
.love_experience:hover svg .heart-black-st0 {
  fill: rgb(230, 230, 230);
}
.island-pad svg {
  height: 10px;
  width: 10px;
  /*! border-radius: 50%; */
}
.island-pad-item {
  padding: 4px 5px;
  display: flex;
  align-content: center;
}

.experience-basic-user-fdbk-info-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
.island-pad-icon-holder .heart-black {
  width: 20px;
  height: 13px;
  padding-top: 2px;
}
.island-pad-text {
  color: #fff;
  font-size: 13px !important;
  text-shadow: 0px 0px 3px black;
}
.island-pad-icon-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
}
.island-pad-icon-holder  .heart-black-st0,
.island-pad-icon-holder .views-st0 {
  stroke: black;
  fill: white;
}
.main-author-profile-pic-wrap .viewer-action-block-wrap {
  margin: 0px 5px !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;
  /*! background-color: #fff9; */
  /*! backdrop-filter: blur(5px); */
}
.account-info-active {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
}
.user-data-statistics {
  display: flex;
  background-color: #000000ab;
  padding: 20px 0px;
  font-weight: bold;
  color: white;
}
.user-data-statistics p {
  padding: 5px 10px;
}
.cropped-temp-photo {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  height: 128px;
  width: 128px;
  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;
  width: 100%;
}
.author-details-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*! border-top: 1px solid #d5d5d5; */
  margin: 0px 10px;
}
.user-data-statistics p {
  font-size: 13px !important;
  padding: 0px 10px;
  font-style: italic;
}
.author-name {
}
.author-action-icons-wrap {
  cursor: pointer;
}
.viewer-action-block-wrap {
  display: flex;
  padding: 10px 10px;
  border-radius: 4px;
  align-items: center;
  background-color: #2fa9ff;
  color: white;
}
.follow-active,
.follow_active {
  background-color: #ff0078 !important;
}
.follow_inactive,
.follow-inactive {
  background-color: #2fa9ff !important;
}
.viewer-action-block-wrap:hover {
  background-color: #8d8d8d;
}
.viewer-action-block-wrap svg {
  height: 15px;
  width: 15px;
}
.follow-st0 {
  stroke:white !important;
  stroke-miterlimit: 10;
}
.viewer-action-block-wrap .svg-icon-holder {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  fill: white !important;
  stroke: white;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.video-thunmbnail {
  width: 100%;
  height: 100%;
  /*! border-radius: 4px; */
  display: block;
}
.trending-experience-title {
  /*! padding: 4px 20px; */
  /*! font-size: 14px !important; */
  /*! color: white; */ 
  /*! font-weight: normal; */
  /*! text-decoration: none; */
}
.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); */
}
.svg-holder-submenu {
  /*! border: 1px solid #cacaca; */
  /*! padding: 5px; */
  /*! width: 40px; */
  /*! height: 36px; */
  /*! display: flex; */
  /*! justify-content: center; */
  /*! align-items: center; */
  /*! border-radius: 4px; */
  /*! display: none; */
}
.svg-holder-submenu.destination-filter-submenu:hover {
  border: 1px solid #cacaca;
}
.experience-container {
  margin: 5px 2px !important;
  flex-basis: 800px;
  flex-grow: 4;
  min-width: 280px;
  flex-shrink: 1;
  /*! box-shadow: 0px 0px 5px 0px gray; */
  padding: 0px 0px;
}
.experience-flex .experience-card{
  overflow: clip;
  margin: 10px;
  width: 320px;
  height: fit-content;
}
.experience-thumbnail {
  height: 240px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eeefed;
  border-radius: 4px;
  min-height: 180px;
}
.main-author-profile-pic-wrap .author-name {
  padding: 10px 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px !important;
  display: flex;
  background-color: #ffffff36;
  padding-left: 5px;
  /*! color: white !important; */
}
.experience-meta {
  /*! position: relative; */
  /*! background: #eeeeee4f; */
}
.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: 100%;
  object-fit: cover;
  height: 180px;
  /*! border-radius: 4px; */
  margin: 0px;
  padding: 0px;
  display: block;
}
.experience-header {
  /*margin-bottom: 20px;*/
}
.trending-experience-header{
/*! display: flex; */
  /*! align-items: center; */
  /*! justify-content: space-between; */
  /*! border-radius: 5px; */
  /*! margin: 5px 0px; */
  /*! background-color: #ececec; */
  /*! height: fit-content; */
  /*! overflow: hidden; */
/*! margin-top: 9px; */
}
.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: block;
  /*! position: absolute; */
  /*! top: 2px; */
  /*! background-color: #f00; */
  /*! right: 2px; */
  /*! display: none !important; */
  /*! margin: 0px 10px; */
  /*! padding-bottom: 5px; */
  /*! border-radius: 50%; */
  /*! width: 12px; */
  /*! height: 12px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-black {
  
  /*! fill: black !important; */
}
.experience-filter {
/*! display: flex; */
  /*! align-items: center; */
  /*! flex-wrap: wrap; */
  /*! width: 100%; */
  /*! justify-content: flex-end; */
  /*! border-radius: 2px; */
  /*! color: black !important; */
}

.destination-filter {
  /*! padding: 7px 0px; */
  /*! border: none; */
  /*! border-radius: 4px; */
  /*! color: #3c3c3c; */
  /*! cursor: pointer; */
}
.activate-destination-filter-submenu {
  /*! background-color: rgba(240, 240, 240, 0.79); */
  /*! padding: 10px 20px; */
  /*! display: grid; */
  /*! grid-template-columns: repeat(3,1fr); */
  /*! position: fixed; */
  /*! top: 47px; */
  /*! left: 0px; */
  /*! right: 0px; */
  /*! z-index: 1; */
  /*! backdrop-filter: blur(10px); */
  /*! overflow-y: auto; */
  /*! bottom: 0px; */
  /*! padding-bottom: 150px; */
}
.tagged-destination {
/*   margin: 4px auto;
  padding: 5px 5px;
  border-radius: 4px;
  color: #515151;
  font-size: 15px;
  width: 96%;
  cursor: pointer;
  list-style: circle;
  height: 30px;
  font-weight: bold; */
}
.tagged-destination:hover {
  /*! color: #fff; */
  /*! background: #ff006a; */
  transition: all 150ms 0ms ease-in-out;
  color: #ff006a;
}
.sort-by {
  display:none;
  width: 70px;
  margin-left: 30px;
  color: grey;
  font-size: 14px;
  color: #f0f0f0;
  color: black !important;
}
.experience-flex {
  display: grid;
  grid-template-columns:auto auto;
  position: relative;
  width: 100%;
}
.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;
  /*! background-color: #fff9; */
  /*! backdrop-filter: blur(5px); */
  border-radius: 4px;
}
.user-account-details-wrap-active {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  overflow: clip;
}
#profile_description_id {
  background-color: #fff9;
  backdrop-filter: blur(5px);
  width: 100%;
  border: none;
  padding: 20px 10px;
  border-radius: 4px;
  display: none;
  border: 1px solid #2fa9ff;
}
#profile-bkgnd-browse-id {
  width: 0px;
  height: 0px;
}
div.update-changes-wrap {
  text-align: right;
  display: block;
  width: 100%;
  display: none;
}
button.update-changes {
  text-align: center;
  display: inline-block;
  width: fit-content;
  padding: 5px 10px;
  margin: 5px 10px;
  background-color: #44b570;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  color: white;
  font-weight: bold;
}
button.update-changes:hover{
  background-color: #00cf55;
}
.further-details-wrap {
  display: flex;
  font-style: normal;
  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; */
}

.no-post-text,
.issue-msg {
  padding: 5px 15px;
  display: block;
  background-color: #ececec;
  border-radius: 4px;
  color: green;
  width: fit-content;
  margin: auto 5px;
}
.no-posts-in-history,
.logged-out-post-load-msg {
  padding: 5px 15px;
  display: block;
  background-color: #ececec;
  border-radius: 4px;
  color: green;
  margin: 5px;
}
.issue-msg {
  padding: 5px 15px;
  display: block;
  background-color: #ececec;
  border-radius: 4px;
  color: green;
  margin: 5px;
}
.logged-out-post-load-msg {
  margin: 10px 5px;
}
.location-wrap {
  display: flex;
  align-items: center;
  /*! font-size: 16px; */
  /*! color:#222; */
  /*! justify-content: end; */
  bottom: 30px;
  width: 100%;
  /*! border-radius: 16px; */
  /*! background-color: #ffffff7d; */
  /*! padding: 4px 5px; */
  /*! margin: 2%; */
}

.tagged-destination-link {
  text-decoration: none;
  padding: 5px 0px;
  text-align: end;
  /*! border-bottom: 1px solid #ffffff00; */
  padding-bottom: 4px;
  display: block;
  height: 30px;
  /*! border: 1px solid #e2e2e2; */
  border-radius: 15px;
  /*! background-color: #ececec; */
  width: fit-content;
  color: #e61b8d;
}
.tagged-destination-link:hover {
  color: #00cf00;
}
.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: 14px;
  /*! /*! font-weight: bold; */ */
  padding: 5px 0px;
  /*! border: 1px solid #e2e2e2; */
  /*! border-radius: 15px; */
  /*! background-color: #ececec; */
  /*! color: #efefef; */
  font-weight: bold;
}
.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: 16px;
  font-weight: bold;
  color:#535353;
  overflow: hidden;
  height: 35px;
}
.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: 0px;
  background-color: #fbfbfb;
  padding-top: 56px;
  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;
  padding: 20px 0px;
  margin: 5px;
  align-content: center;
}
.details-wrap {
}
.experience-meta .author-profile-pic-wrap {
  padding: 5px 0px;
  margin: 0px;
}
.author-option-information-actions {
  justify-content: space-evenly;
  margin: 0px !important;
  padding: 0px !important;
  display: none;
  height: 40px;
}
.author-option-information-actions-show {
  display: flex;
  justify-content: space-evenly;
  margin: 0px !important;
  padding: 0px !important;
  transition: all 900ms  ease-in-out 200ms;
}
.author-option-information-actions span {
  font-size: 13px !important;
}
.play-later-js-active svg {
/*   background-color: #2fa9ff; */
  fill: #2fa9ff;
  stroke: #2fa9ff;
}
.action-button:hover {
  background-color: #2fa9ff;
}
.play-later-js-active.action-button:hover svg {
  fill: white;
  stroke: white;
}
.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;
}
.experience-meta .author-name {
  color: gray !important;
}
.details-wrap {
  width: 100%;
  position: absolute;
  background-color: #ffffffdb;
  backdrop-filter: blur(10px);
  overflow: clip;
  top: -1px;
  /*! border-top-right-radius: 0px; */
  /*! border-top-left-radius: 0px; */
}
.post-link {
  display: block;
  height: fit-content;
  /*! width: inherit; */
  /*! border-bottom-right-radius: 4px; */
  /*! border-bottom-left-radius: 4px; */
  /*! overflow: clip; */
}
.author-name {
  font-size: 13px !important;
  display: inline-block;
  justify-content: space-between;
  align-content: center;
  line-height: 13px !important;
  width: 100%;
  color: #242424 !important;
}
.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;
}

/*Delete experience loading ui*/
.experience-wrap .loading-image-box{
  display:none;
}
.experience-wrap .response-wrap-active,
.experience-wrap .loading-image-box-show {
  position: absolute;
  background-color: #02020282;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  backdrop-filter: blur(5px);
  width: 100%;
  z-index: 1;
}
.experience-wrap .response-wrap-active .searching-tour-operator-msg-text-gif ,
.experience-wrap .loading-image-box-show .searching-tour-operator-msg-text-gif {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.experience-wrap .loading-image-box-show .searching-tour-operator-msg-text-gif .searching-t-op-loading-gif {
  width: 20px;
  height: 15px;
}
.experience-wrap .response-wrap-active .searching-tour-operator-msg-text-gif .please-wait-message,
.experience-wrap .loading-image-box-show .searching-tour-operator-msg-text-gif .please-wait-message {
  width: 100%;
  color: white;
  font-size: 13px !important;
}

/* responsive ui */

@media all and (min-width:1001px) {
  .main-body{
    flex-direction:row;
  }
  .activate-destination-filter-submenu {
    grid-template-columns: repeat(3,1fr);
  }
  .experience-flex {
    grid-template-columns: repeat(2,1fr);
    justify-items: center;
  }
  .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
  .video-thunmbnail{
    height: 24vw;
    width: 100%;
  }
  .experience-thumbnail{
    height: fit-content;
  }
  
element {
}
.experience-flex .experience-card {
  width: 98%;
  height: fit-content;
}
  .dropdown-toggle-button{
    display: none;
  }
  @media all and (min-width:1280px) {
    .experience-flex {
      grid-template-columns: repeat(3,1fr);
      justify-items: center;
    }
    .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
    .video-thunmbnail{
      height: 15vw;
    }
    .experience-thumbnail{
      height: fit-content;
    }
  }
}

@media all and (max-width:1000px) {
  .main-body{
    flex-direction:column;
  }
  .activate-destination-filter-submenu {
    /*! grid-template-columns: repeat(4,1fr); */
  }
  .experience-flex {
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
  }
  .experience-container {
    margin: 8px 2px;
    flex-basis: 800px;
    flex-grow: 4;
    min-width: 280px;
    flex-shrink: 1;
    padding: 0px 0px;
    margin-top: 2px !important;
  }
  .left-archive-widget-content{
    grid-template-columns: repeat(5,1fr);
  }
  .tax-item {
    width: 98%;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 4px;
  }
  .video-taxonomies {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-items: left;
  }
  .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
  .video-thunmbnail{
    height: 25vw;
  }
  
element {
}
.experience-flex .experience-card {
  margin: 10px;
  width: 98%;
  height: fit-content;
}
  .experience-thumbnail{
    height: fit-content;
  }
  @media all and (max-width:900px) {
    .experience-flex {
      grid-template-columns: repeat(2,1fr);
      justify-items: center;
    }
    .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
    .video-thunmbnail{
      height: 35vw;
      width: 100%;
    }
    .experience-thumbnail{
      height: fit-content;
    }
    
element {
}
.experience-flex .experience-card {
  width: 98%;
  height: fit-content;
  margin: 1%;

}
    @media all and (max-width:800px) {
      .experience-flex {
        grid-template-columns: repeat(2,1fr);
        justify-items: center;
      }
      .left-archive-widget-content{
        grid-template-columns: repeat(4,1fr);
      }
      .video-taxonomies {
        grid-template-columns: repeat(2,1fr);
      }
      .tax-item {
        width: 90%;
      }
      .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
      .video-thunmbnail{
        height: 35vw;
      }
      .experience-thumbnail{
        height: fit-content;
      }
      @media all and (max-width:600px) {
        .experience-flex {
          grid-template-columns: auto;
          justify-items: center;
        }
        .attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
        .video-thunmbnail{
          display: block;
          height: 60vw;
          min-width: 100%;
          min-height: 200px;
        }
        .experience-thumbnail{
          height: fit-content;
          width: 100%;
        }
        
        .experience-flex .experience-card {
          width: 100%;
          height: fit-content;

        }
        .left-archive-widget-content{
          grid-template-columns: repeat(3,1fr);
        }
        .video-taxonomies {
          grid-template-columns: repeat(2,1fr);
        }
        .tax-item {
          width: 90%;
        }
        @media all and (max-width:400px) {
          .experience-flex {
            grid-template-columns: auto;
            justify-items: center;
          }
          .left-archive-widget-content{
            grid-template-columns: repeat(2,1fr);
          }
          .video-taxonomies {
            grid-template-columns: auto;
          }
          .tax-item {
            display: flex;
            background-color: unset;
            margin: 0px auto;
            background-color: unset;
            width:90%;
          }
        }
      }
    }
  }
}

/* responsive main sidebar left*/

@media all and (max-width:1000px) {
  .dropdown-toggle-button{
    display: flex;
  }
  .left-archive-widget-content{
    grid-template-columns: repeat(5,1fr);
    display: none;
    border-top: 1px solid #cecece;
  }
  .tax-item {
    width: 98%;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 4px;
  }
  .action-button{
    border-radius: 0px;
  }
  .video-taxonomies {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-items: left;
    display: none;
    border-top: 1px solid #cecece;
  }
  @media all and (max-width:800px) {
    .activate-destination-filter-submenu {
      /*! grid-template-columns: repeat(2,1fr); */
    }
    .left-archive-widget-content{
      grid-template-columns: arepeat(4,1fr);
    }
    .tax-item {
      width: 90%;
    }
    @media all and (max-width:600px) {
      .activate-destination-filter-submenu {
        /*! grid-template-columns: repeat(1,1fr); */
      }
      .acc-description-info {
        padding: 5px 0px;
      }
      .account-info {
        padding: 10px;
        border-top: 1px solid #e1e1e1;
        border-left: none;
        border-right: none;
      }
      .left-archive-widget-content{
        grid-template-columns: repeat(3,1fr);
        border: none !important;
        display: none;
      }
      .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: repeat(2,1fr);
        }
        .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;
}
.my-panel-minimize-button.bt1 {
  display: none;
}
.country-minimize-button.bt1 {
  display: none;
}
.arrow img {
  display: block;
  width: 30px;
  height: 30px;
}


