#pacific-public {
    width: 100%;
    min-height: 100%;
    position: absolute;
}
#topMenuNav, #topMenuMobileNav {
    position: fixed !important;
    z-index: 120;
}
.pacific-public-panel{
    margin:100px;
}

.pacific-public-panel, .pacific-public-home-panel {
    border-radius: 2.25rem;
    background-color: #ffffff;
    z-index: 100;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

.public-logo {
  text-align: center;
  margin-bottom: unset;
}

  .public-logo .img-responsive {
    width: 38% !important;
    padding-bottom: 25px;
    padding-top: 25px;
  }

.public-home-logo .img-responsive {
  max-width: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  margin: auto;
}

.public-title h1 {
  color: black;
  font-size: 20px;
}

.pacific-public-body .pacific-public-home-panel h1 {
  font-size: 1.6rem;
}

#btnLogin {
  width: 100%;
}

.pacific-public-body .bg-logo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 100%;
  z-index: 0;
}

/* ############### Login Page **/

#loginTabs {
  display: none;
}

.login__wrap .card .card-header {
  display: none;
}

.login__wrap .login__visual {
  display: none;
}

.login__wrap .card {
}

.pacific-public-body .card .card-body p {
  text-align: center;
}




.pacific-public-body h1 {
  color: #43475b;
  font-size: 25px;
  text-align: center;
}



.xxx.col-lg-3 {
  flex: 0 0 32.5%;
  max-width: 32.5%;
}

.xxx.col-lg-6 {
  flex: 0 0 35%;
  max-width: 35%;
}

.pacific-public-body .btn {
  border-radius: 2.25rem;
  font-size: 12px;
  border: 0px solid transparent;
  background: linear-gradient(90deg, rgba(143,236,217,1) 0%, rgba(124,228,213,1) 22%, rgba(85,174,225,1) 46%, rgba(83,168,230,1) 65%, rgba(80,158,240,1) 80%, rgba(88,121,228,1) 100%);
}

small {
  font-weight: 600;
  color: #4f70e1;
}

  small a {
    text-decoration: underline;
    margin-right: 20px;
  }

.cardtittle {
    font-size: 1.3rem;
    font-weight: 700;
    margin:10px
}
.guestcard-header {
    background-color: transparent;
    border: none;
    padding: 1.25rem 1.05rem;
    margin-bottom: 0;
}
hr {
    background:#757575;
    width:100%;
    margin:0;
}
.guestcard-body {
    flex: 1 1 auto;
    padding: 0rem 1rem 1rem 1rem;
}
#guestpayBalance{
    font-weight:700!important;
}
.guestamount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #558aea;
}
.fs-12{
    font-size:12px;
}
#btnGuestPayment{
    font-size: 18px;
    width: 100%;
    color: #fff;
    left: 40%;
    top: 77%;
}
#btnGuestLogin {
    width: 100%;
  
}

.paidamount {
    font-weight: bold;
    font-size: 1.8rem;
}

.paymentsuccessmessage {
    font-size: 1.25rem;
    font-weight: 700;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}
#guestPaymentpaymentMethod ul li.payment-methods, .payment-methods-digital {
    border-radius: 5px;
    background-color: #fff !important;
    box-shadow: 0px 0px 2px #ddd;
}
p img {
    width:50%;
    height:auto;
    margin-top:35px;
}

p.fs-7.signInSubTitle {
    font-size: 14px;
    font-weight: 100;
}



h3#signInTitle, #guestTitle {
    font-weight: bold;
}

.signInSubTitle {
    font-weight: bold;
}

.m-bottom-30 {
    margin-bottom: 30px !important;
}

.mainTitle {
    font-size: 36px;
    font-weight: 600;
}

.pacific-products-home-panel {
    background-color: transparent;
}

#pacific-products .toolbar a {
    color: #000000;
}

#form-search {
    flex-wrap: wrap;
    background-color: transparent;
}

    #form-search #input-address {
        border: 1px solid #ccc;
    }

#btnGuestLogin {
    min-width: 100%;
}

#btnLogin {
    min-width: 100%;
}

a {
    color: #1488CA;
    text-decoration: none;
}

.fw-500 {
    font-weight: 500 !important;
}

.fs-14 {
    font-size: 14px !important;
}

.text-gray {
    color: rgba(40, 53, 51, 0.6);
}
.mainImg {
    height: 95%;
    max-width:99% !important;
}
.mt-90{
    margin-top:90px!important;
}


#form-container {
    position: relative;
    height: calc(100vh);
    overflow: hidden;
}

.form-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    display: flex;
    padding:4px;
}


.header_toolbar {
    display: grid;
    grid-template-columns: calc(100% / 2 - 1350px / 2) 1fr auto 1fr calc(100% / 2 - 1350px / 2);
    box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 10%);
    position: relative;
    width: 100%;
    background-color: white;
}

.toolbar_logo_div {
    align-self: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 2;
    grid-row: 2;
}

.toolbar_breadcrumb_div {
    align-self: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 3;
    grid-row: 2;
}

#progress-line {
    width: 100px;
    height: 2px;
}

.breadcrumb-dot {
    color: grey;
}

.breadcrumb-dot-highlighted {
    color: cornflowerblue;
}

.breadcrumb-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: grey !important;
}

.breadcrumb-line-highlighted {
    background-color: cornflowerblue;
}

.logo_image {
    height: 50px;
}

.header_toolbar .toolbar {
    justify-content: flex-end;
    padding: 10px 0;
    display: flex;
    grid-column: 4;
    grid-row: 2;
}

@media (max-width: 767.98px) {
    .bg-default {
        min-height: auto;
    }
    
}

@media (min-width: 834.98px) {

    #siteLogo {
        display: none;
    }
}

@media (max-width: 834.98px) {
    
    div#accountLogin {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    #loginForm {
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}
