/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0

*/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.font-custom {
  font-family: normal Georgia, serif !important ;
}
.bg-orange {
  background-color: #f7941d !important;
}
.text-orange {
  color: #f7941d !important;
}
.horizontal-line {
  width: 70%;
}

.card-fix-img-container {
  height: 250px !important;
  width: 100%;
  overflow: hidden;
}
.card-image-custom-size {
  width: 50rem;
}

.card-search-list {
  border: 2px solid #626262;
}
.modal-style {
  text-decoration: none;
  cursor: pointer;
  color: gray;
}
.modal-style:hover {
  text-decoration: none;
  color: gray;
}
.no-gutters {
  margin-right: -10px;
  margin-left: 50px;
}
.modal {
  z-index: 10000;
}

.modal-closer {
  cursor: pointer;
  padding: 0 10px 0 10px;
  font-size: large;
}

.modal-closer:hover {
  color: #ff9933;
}

.hd-content {
  display: none;
}

.main-shot {
  border: 3px solid #ff9933;
}

.full-width-img {
  width: 100%;
}
.container-fluid {
  font-family: normal Georgia, serif;
}
.custom-input-as {
  width: 100% !important;
  margin-bottom: 5px !important;
}
.custom-input-as::placeholder {
  color: #626262 !important;
}
.blue-color {
  background-color: #4f6d91 !important;
}
.text-blue {
  color: #4f6d91 !important;
}
.btn-text-lg {
  font-size: larger;
}
.map-container {
  max-width: 100%;
  height: 40rem !important;
}
.info-content {
  width: 200px;
  height: 200px;
}
@media (min-width: 768px) {
  .carousel-multi-item-2 .col-md-3 {
    float: left;
    width: 25%;
    max-width: 100%;
  }
}

.carousel-multi-item-2 .card img {
  border-radius: 2px;
}
.img-content-gallery {
  height: 100px !important;
}
.img-gallery-img {
  height: 200px !important;
}
.blue-horizontal-line {
  border: rgb(212, 231, 236) dashed 0.2px;
}
.player-info-container {
  max-height: 42vmax;
  overflow-y: scroll;
  overflow-x: hidden;
}

.inline {
  display: inline;
}

.post-button {
  background: none !important;
  border: none !important;
  color: rgb(145, 145, 152) !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  font-size: 1em !important;
  /* font-family: serif !important; */
}
.post-button:focus {
  outline: none !important;
}
.post-button:active {
  color: red !important;
}

.post-button:inactive {
  color: #626262 !important;
}

/* Custom CSS for the progress bar */
.progress {
  height: 20px;
}

.progress-bar {
  background-color: #007bff; /* Change the progress bar color */
}

/* Video JS custom control hiding */
.video-js .vjs-current-time {
  display: block;
}
.video-js .vjs-time-divider {
  display: block;
}
.video-js .vjs-duration {
  display: block;
}
.vjs-time-control {
  display: none !important;
}
.vjs-time-tooltip {
  white-space: nowrap;
}

#debugTable {
  display: none;
}

.btnfps {
  border: 1px solid #2d3339;
  width: 2rem; /* Adjust this value as needed */
  height: 1rem; /* Adjust this value as needed */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* Remove padding to make the buttons truly square */
  font-size: 1rem; /* Adjust font size to ensure the text fits well */
}

.video-js {
  max-width: 640px; /* Set the maximum width for the player */
}

.vjs-control-bar {
  position: relative !important;
  top: auto;
  bottom: 0;
  z-index: 100;
}

.vjs-progress-control {
  position: relative !important;
  top: auto;
  bottom: 0;
}

.seven-segment {
  font-family: "Seven Segment" !important;
}

.small-image-div {
  /* Some styling to position the small image */
  width: 100px;
  height: 100px;
}

.large-image-div {
  /* Some styling to position and size the large image */
  position: absolute;
  top: 50px;
  left: 150px;
  width: 400px;
  height: 400px;
  z-index: 100; /* Ensure the div appears above other content */
}

.image-player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
}

.img-overlay {
  /* width: 100% !important; */
  height: 100% !important;
  opacity: 50%;
}

.img-overlay-container {
}


.bg-controls{
  background-color: #454545;
}