@charset "utf-8";
/*/ OCAS Styling Here /*/


/*/ Links /*/
a { 
color:#46B286!important;
}
/*/ Button Styling - Default Button Color /*/
button {
  background-color: #5E1273;
  }
/*/ Container/Page Styling /*/
div {
  background-color: inherit!important;
    color: #222224
}
/*/ Styling of the Calendar Buttons (.a&.b represent the active date text) /*/
.a {
	color: inherit;
}
.b {
	color: inherit;
}
/*/ Popup Calendar Styling /*/
.bs-datepicker .bs-datepicker-head bs-datepicker-navigation-view{
    background-color: #fff!important;
}
.bs-datepicker-body{
    background-color: #fff!important;
}
.public-header {
  background-color: #ECECF9 !important;
}
.top-no-list{
    background-color: #5e1273!important;
}
.bs-datepicker-body table td span.selected{
    background-color: #5e1273!important;
}
/*/ Individual Button Styling - .submit is used in "party size" and "submit booking", .primary is the first button from the welcome page, .service-list is for the services page, .active is for the selected button on a page with multiple (calendar) /*/
.submit-btn {
    background-color: #5e1273!important;
}
.public-theme-black .signup-btn:hover, .public-theme-black .submit-btn:hover, .public-theme-white .signup-btn:hover, .public-theme-white .submit-btn:hover {
    background-color: #5e1273!important;
}
.public-theme-black .signup-btn:active, .public-theme-black .submit-btn:active, .public-theme-white .signup-btn:active, .public-theme-white .submit-btn:active {
    background-color: #5e1273!important;
}
.public-theme-black .signup-btn:visited, .public-theme-black .submit-btn:visited, .public-theme-white .signup-btn:visited, .public-theme-white .submit-btn:visited {
    background-color: #5e1273!important;
}
.public-theme-black .signup-btn:focus, .public-theme-black .submit-btn:focus, .public-theme-white .signup-btn:focus, .public-theme-white .submit-btn:focus {
    background-color: #5e1273!important;
}
.signup-btn{
    background-color: #5e1273!important;
}
.active{
    background-color: #5e1273!important;
    color: #fff!important;
    text-decoration-color: #fff
}
.btn.submit-btn.mt-4 {
    background-color: #5E1273 !important;
}
.primary-btn {
  background-color: #5E1273 !important;
}
.service-list {
  background-color: #5E1273 !important;
}
.service-description {
    color:#ECECF9!important;
}
.public-theme-white {
  background-color: #ECECF9 !important;
   color: #fff!important;
}
.service-name {
  color: #ECECF9 !important;
}
.service-price {
  color: #ECECF9 !important;
}

/*/ Styling for the confirmation page box that displays the selected options /*/
.confirm-wrapper.mx-auto.mb-0.mb-md-3.pt-0 {
	background-color: #fff !important;
}
.input-group-addon {
    background-color: #46B286!important;
    color: #fff!important;
}
i {
  color: #46B286;
}



/*/ Welcome Page HTML COVID Popup /*/
#borderDemo {
border: 5px solid #5e2173;
border-radius: 15px 15px 15px 15px;
background-color: #ffffff!important;
padding-top: 1em;
padding-right: 1em;
padding-bottom: 1em;
padding-left: 1em;
}
.ng-select-container {
    background-color: #fff !important;
}
bs-datepicker-navigation-view {
	background-color: #fff !important;
}