/* top margin */
.swr-appointment-widget {
    margin-top:40px !important;
}

.swr-stepper[_ngcontent-dtw-c203] {
    height: 100% !important;
}

.mat-stepper-horizontal {
    height: 100% !important;
}


/* button */
.mat-flat-button.sw-bg-primary {
    background-color:#b22943 !important;
    border-radius: 20px !important;
    box-shadow: none !important;
}    


/* padding fix */
.swr-appointment-widget div.container[class^='ng-tns-c203'], .swr-appointment-widget div.container[class*=' ng-tns-c203'] {
    padding: 0 !important;
}

/* fix padding */
.swr-appointment-widget .mat-horizontal-content-container.ng-tns-c173-1 {
    padding: 0 16px!important;
}

/* remove padding causing too much space */
/*
.fields-class .header-class2 {
    padding: 1px 0 30px !important;
}
*/

/* hide fastening buttons */
.fastening-buttons {
    visibility: hidden;
}

 


/* border top color */
.widget-card-line >.mat-card {
    border-top: 4px solid #b22943 !important;
}



.swr-appointment-widget h3 {
    font-weight: 700 !important;  
    color: #003883 !important;  
    font-size: 1.5rem !important;  
}


.swr-appointment-widget h3.intro-header {
    color: red !important;    
    font-size: 1.3rem !important; 
    font-weight: normal !important;  
}


.swr-appointment-widget h3.info-header, .swr-appointment-widget h3.appointment-info-header {
    font-weight: 700 !important;  
    color: #003883 !important;  
    line-height: 1 !important;  
    font-size: 1.3rem !important;  
    margin-top: 2rem !important;  
    margin-bottom: 0.6rem !important;    
}

.fastening-title-hidden {
   display: none !important;
}


body, html :host {
        font-family: Hind,Arial,Helvetica,sans-serif !important;
}