body {
    color: #222;
    background: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 17px;
} 


fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.mycard {
    height: 270px;
    background-color: white;
}

.strengthsMy {
    height: 250px;
    background-color: #f8f9fa !important;
}

.myshadow {
    box-shadow: 2px 2px 2px #1da1f2;
}

.select1:hover {
    background-color: #ccc6c7 !important;
    color: black;
}

