.my-header-text {
  font-size: 14px !important;
  font-weight: bold;
}

.mytablink {
  background-color: #404e67;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: auto;
  border: 1px solid #404e67;
}

.mytablinkRoom {
  background-color: #404e67;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: auto;
  border: 1px solid #404e67;
}

.mytablinkroomamenity {
  background-color: #404e67;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 15px;
  width: auto;
  border: 1px solid #404e67;
}

@media (max-width:575px) {
  .mytablink {
    display: block;
    width: 100% !important;
  }

  .mytablinkRoom {
    display: block;
    width: 100% !important;
  }

  .mytablinkroomamenity {
    display: block;
    width: 100% !important;
  }
}

.mytablink:hover {
  background-color: #f1f7f6;
  color: #000;
}

.mytablink:focus {
  outline: none !important;
}

.mytablinkRoom:hover {
  background-color: #f1f7f6;
  color: #000;
}

.mytablinkRoom:focus {
  outline: none !important;
}

.mytablinkroomamenity:hover {
  background-color: #f1f7f6;
  color: #000;
}

.mytablinkroomamenity:focus {
  outline: none !important;
}

.myactive {
  background-color: #f1f7f6;
  color: #000;
  border-bottom: none;
}

/* Style the tab content */
.mytabcontent {
  color: white;
  display: none;
  padding: 50px;
  text-align: center;
}

.mytabpage {
  background-color: #f1f7f6;
  padding: 20px;
}

.img-preview {
  background: #fff;
}

.img-preview img {
  width: 24%;
  height: auto;
  border: 1px groove #ececec;
  margin-right: 9px;
  padding: 5px;
}

.img-preview-category {
  background: #fff;
}

.img-preview-category img {
  width: 24%;
  height: auto;
  border: 1px groove #ececec;
  margin-right: 9px;
  padding: 5px;
}

.img-preview-brand {
  background: #fff;
}

.img-preview-brand img {
  width: 24%;
  height: auto;
  border: 1px groove #ececec;
  margin-right: 9px;
  padding: 5px;
}

.img-preview-subcategory {
  background: #fff;
}

.img-preview-subcategory img {
  width: 24%;
  height: auto;
  border: 1px groove #ececec;
  margin-right: 9px;
  padding: 5px;
}

.img-preview-all {
  background: #fff;
}

.img-preview-all img {
  width: 24%;
  height: auto;
  border: 1px groove #ececec;
  margin-right: 9px;
  padding: 5px;
}

.image-loader {
  display: grid;
  position: absolute;
  width: 96%;
  z-index: 100;
  height: 100%;
  background: #d2d2d270;
}

.loader-img {
  width: 188px;
  display: block;
  margin: auto;
}

.bg-warning1 {
  background-color: #fd966a42 !important;
}

.bg-success1 {
  background-color: #29e82b5c !important;
}

.bg-info1 {
  background-color: #2dcee338 !important;
}

.bg-danger1 {
  background-color: #eb342266 !important;
}

.bg-primary1 {
  background-color: #01a9ac66 !important;
}

#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}


.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative
}

.track .step.active:before {
  background: #7ed856;
}

.track .step.active-danger:before {
  background: #b80101;
}

.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px
}

.track .step.active .icon {
  background: #7ed856;
  color: #fff
}

.track .step.active-danger .icon {
  background: #d85656;
  color: #fff
}

.track .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  position: relative;
  border-radius: 100%;
  background: #ddd
}

.track .step.active .text {
  font-weight: 900;
  color: #000;
  font-size: 9px;
}

.track .text {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  font-weight: 400;
}

.btn-self {
  background: #ff0000;
  color: #fff;
}

.loading-gif {
  position: inherit;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

.loading-gif-img {
  z-index: 100;
  width: 100px;
}