.ssf-service {
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.ssf-service img {
    height: 100px;
}
.ssf-service p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}
.ssf-service:hover {
    border: 3px solid #ccc;
    margin-top: -2px;
    border-radius: 3px;
}
.ssf-service.selected {
    border: 3px solid #81000c;
    margin-top: -2px;
    border-radius: 3px;
}
.ssf-option-tag {
    display: inline-block;
    border: 1px solid #014974;
    padding: 0 15px;
    border-radius: 20px;
    margin: 5px;
    color: black;
}
.ssf-option-tag:hover, .ssf-option-tag.selected {
    background-color: #014974;
    color: white;
    cursor:pointer;
}

.ssf-calendar-img {
    background-image: url(./imgs/calendar.png);
    width: 150px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    max-width: 100%;
    font-size: 18px;
    color: black;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    height: 160px;
    padding-top: 65px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.ssf-option-calendar-other .ssf-calendar-img {
    background-image: url(./imgs/calendar-other.png);
}

.ssf-option-calendar{
    display:inline-block;
    width:170px;
    vertical-align: top;
}
.ssf-step-3{
    text-align:center;
}
.ssf-option-calendar p {
    color: black;
}
.ssf-option-calendar.inactive p, .ssf-option-calendar.inactive .ssf-calendar-img{
    color: grey;
}
.ssf-option-calendar:hover{
    cursor:pointer;
}
.ssf-option-calendar.inactive:hover{
    cursor: inherit;
}
.ssf-option-calendar {
    border: 3px solid #fff;
}
.ssf-option-calendar:hover {
    border: 3px solid #ccc;
}
.ssf-option-calendar.selected {
    border: 3px solid #81000c;
}
.ssf-steps-title {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.ssf-step-title p {
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}
.ssf-steps-title.ssf-steps-title-active-1 > .ssf-step-title-1 p  {
    color:#81000C;
}
.ssf-steps-title.ssf-steps-title-active-2 > .ssf-step-title-2 p  {
    color:#81000C;
}
.ssf-steps-title.ssf-steps-title-active-2 > .ssf-step-title-1 p  {
    color:black;
}
.ssf-steps-title.ssf-steps-title-active-3 > .ssf-step-title-3 p  {
    color:#81000C;
}
.ssf-steps-title.ssf-steps-title-active-3 > .ssf-step-title-1 p  {
    color:black;
}
.ssf-steps-title.ssf-steps-title-active-3 > .ssf-step-title-2 p  {
    color:black;
}
div#ssf-option-calendar-others-zone {
    border: 3px solid #ccc;
    margin-top: 20px;
    padding: 20px;
}