<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div {

    font-family: 'Manrope', sans-serif!important;

}

@media(max-width:768px){
 .repeating-header {
      position: unset !important;
  }
}
@media(max-width:576px){
    #app\ companyadmin\.webapp-page\.publish &gt; div:nth-child(10) &gt; div &gt; div &gt; div &gt; div:nth-child(2) &gt; div:nth-child(2) &gt; img, #app\ companyadmin\.webapp-page\.publish &gt; div:nth-child(10) &gt; div &gt; div &gt; div &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; img{
        left:-20px !important;
    }
}
.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus .caret, .nav &gt; li &gt; a:hover .caret, .dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover, .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus{
    text-decoration:solid underline 1px #182F59;
}

/*
.navbar {
    padding-bottom: 25px;
    padding-top: 25px;
}
*/

.hidden-xs.nav.nav-pills.navbar-center{
    float:right !important;
}
.is-pills-btn
{
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing:0 !important;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 71.25% !important;
}
.form-control{
    border-bottom: 1px solid #272727!important;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background:transparent !important;
}
.rendered-form .form-group&gt;label {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 20px !important;
	color: #000000 !important;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border-bottom: 1px solid #272727 !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.send-btn {
    padding: 19px 18px !important;
	background: #272727;
	border-radius:0 !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px;
    line-height: 16px;
    color: #F5F7F9;
    letter-spacing:0 !important;
    border:0 !important;
}


.is-btn-ghost1, .is-btn-ghost2{
    padding: 25px 22px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing:0 !important;
}
.is-btn-ghost2:hover{
    background: linear-gradient(345.1deg, #EE6F05 10.51%, #FAB743 87.73%) !important;
}
.navbar-nav&gt;li&gt;a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}

.footer-text,.footer-text&gt;a{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000;
}
.image{
    max-width:180px!important;
    border-radius: 5px !important;
}

/*
a.is-btn.is-btn-ghost2, .is-btn.is-btn-primary, .btn.is-btn-primary, .btn-primary, .btn-rengine{
    background-color:#EABA66!important;
    border:1px solid #EABA66!important;
    color:#000!important;
}
.send-btn:hover, .service-book a:hover, .caution-container a:hover, .button:hover, .action-container a:hover, .success-container, .btn-rengine:hover{
     background-color:#EABA66!important;
    border:1px solid #000!important;
    color:#000!important;
}
*/


.day-cell{
    color:#3a3a3a!important;
}
.service .gray-back{
    background-color:#f5e2bf!important;
}
.weekend{
    color:#182f59!important;
}
.calendar .day-cell a, .calendar-single .day-cell a{
    background-color: #ffffff54!important;
}
.calendar .day-cell a:hover, .calendar-single .day-cell a:hover{
    color:#000!important;
    background-color:#fff!important;
}
.timeCell:hover{
    background-color: #000;
}
#slots .ui-selected, #slots .selectable-selected{
    background: #182f59 !important;
}
.secondary-button{
    border-color:#000!important;
    color:#000!important;
}
.secondary-button:hover{
    background-color:#eaba66!important;
    border-color:#eaba66!important;
    color:#000!important;
}
@media(max-width:768px){#is-boxes {
display:flex;
flex-direction: column;
}
#last {
order: 2;
}
#first {
order: 1;
}
#last2{
order:3;
}
}


.navbar-brand{
    padding: 0 !important;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex &gt; [class*='col-'] {
  display: flex;
  flex-direction: column;
}


</pre></body></html>