html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {
 
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1; /* This makes sure it takes up the remaining space */
}

.page-content-box {
  padding: 0; /* Remove any padding */
  margin: 0; /* Remove any margin */
}
#page-topbar{
    background: #840026 !important;
}
.screen-card{
    min-height: 600px;
    margin: 0px !important;
    
}
.center-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-content-details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.btn-brown{
    background: #840026 !important;
    color: #fff;
}
.hidden {
    display: none;
  }
  .p-FieldLabel{
    color:#ffffff;
  }
#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
  }
  
  #payment-element {
    margin-bottom: 24px;
  }
  
  
  button:disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  /* spinner/processing state, errors */
  .spinner,
  .spinner:before,
  .spinner:after {
    border-radius: 50%;
  }
  .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .spinner:before,
  .spinner:after {
    position: absolute;
    content: "";
  }
  .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #ffffff;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
  }
  .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #ffffff;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
  }
  .btn:hover{
    color: #ffffff !important;
    background-color: #840026 !important;
    border-color: #840026 !important;

  }

  .btn-outline-brown {
    --vz-btn-color: #840026;
    --vz-btn-border-color: #840026;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #840026;
    --vz-btn-hover-border-color: #840026;
    --vz-btn-focus-shadow-rgb: 53, 119, 241;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #840026;
    --vz-btn-active-border-color: #840026;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #840026;
    --vz-btn-disabled-bg: transparent;
    --vz-btn-disabled-border-color: #840026;
    --vz-gradient: none;
}
  .commonmodal{
    position: sticky !important;
    bottom: 0 !important;
  }
  .commonmodal > .modal-dialog{
    margin-bottom: 0px !important;
  }
  @-webkit-keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
@media (max-width: 1024.1px){
[data-layout=horizontal] .page-content {
    /* padding: calc(31px + 1.5rem* 1.8) calc(1.5rem* .5) 60px calc(1.5rem* .5); */
    /* padding: 0px !important; */
    /* padding: calc(63px + 1.5rem* 1.8) calc(0rem* .5) 60px calc(0rem* .5); */
}
}

.text-success-bold{
  color: rgb(12 143 74) !important;

}
.google-rating {
  background-color: #ffffff;
  border-radius: 10px;
  /* padding: 15px; */
  display: inline-block;
  /* box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1); */
  margin-top: 30px;
}

.google-rating-content {
  display: flex;
  align-items: center;
}

.google-icon {
  margin-right: 15px;
}

.google-rating-text {
  width: calc(100% - 34px);
}

.google-rating-text span {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 10px;
}

.google-star-rating {
  display: flex;
  align-items: center;
}

.google-star-rating p {
  margin-bottom: 0;
  color: #febc1c;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-right: 8px;
}

.google-star-rating ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.google-star-rating ul li {
  margin-right: 2px;
}

.google-star-rating ul li:last-child {
  margin-right: 0;
}

.google-star-rating ul li i {
  color: #febc1c;
  font-size: 14px;
}
.bg-brown{
  background-color: #840026;
}
.custom-footer{
  color: #ffffff !important;
}
body {
  background-image: url('../images/pho-seven-banner-aboutus.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  /* Set opacity */
  /* opacity: 1.5;  */
  /* Adjust the opacity value as needed */
  /* background-image: inherit; */
  /* backdrop-filter: blur(6px); */
   /* Adjust the blur radius as needed */
  z-index: -1;
}
.logo-position{
  
  position: absolute;
  z-index: 1;
  top: -56px;
  text-align: center;

}
.payment-content-display-top{
  margin-top: 80px;
}
.tripadvisorreview{
  margin-left: 28px !important;
    margin-top: 9px !important;
}
.googlereview{
  margin-left: 20px !important;
    margin-top: 14px !important;
}
.text-color-pho{
  color:#840026;
}

.border-div { 
  /* border-color: #840026;
  border-style: double; */
  border: 5px double #840026;
  border-radius: 10px; 
  /* Rounded corners */
}
/* Media Query for 375x667 screen size */
@media (max-width: 375px) {

.margin-top-60{
  margin-top: 60px;
}
}
