.hydrated {
    font-weight: 700 !important;
}

h2 {
    font-weight: 700 !important;
    color: #243565;
}

p {

    color: #9FA5B8 !important;
}

.list-md {
    padding-top: 0px !important;
}

.sc-ion-card-md-h {
    border-radius: 2px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.card-content-md {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
}

.miniCard {
    background-color: #f5f5f5;

    /* border-radius: 8px !important; */
}

.shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.shadow1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.bigInput {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 7px;
    display: block;
    padding: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    background-color: #f4f4f4;
    color: #222;
}


.bigInput br {
    padding: 16px;
}

.bigInput span {
    color: #000;
    position: relative;
    top: -8px;
    left: 16px;
}

.bigInput ion-input {
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 10px;
    padding-left: 6px;
    background-color: #E8E8E8;
}