.serviceDetails,
.registrySelection {
    width: 60%;
    max-width: 60% !important;
}


#contactDescription {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #dc3545;
}

    #contactDescription p {
        margin-bottom: 0;
    }

.stepDescription {
    margin-bottom: 30px;
}

/*#sitesAvailability {
    margin-top: 30px;
}*/

.map {
    height: 500px;
    width: 100%;
}

#sitesList {
    width: 100%;
    height: 500px;
    padding-right: 10px;
    overflow-y: scroll;
}

.list-group-item {
    outline: none;
}

.custom-header {
    content: "" !important;
}

.alignMiddle {
    display: flex;
    align-items: center;
}

.accordion {
    margin: 30px 0 20px 0;
}

/*.dayItem {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
}*/

.flex-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    grid-gap: 1em;
    margin: 1em 0 3em;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 5px;
}

.timeItem {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*.monthName {
    text-transform: capitalize !important;
}*/

/*.openSlot {
    color: #a50d26 !important;
    background-color: transparent;
    background-image: none;
    border-color: #a50d26;
    font-weight: 600;
    margin-bottom: 10px;
}*/

.availableTimes {
    width: 100%;
    margin: 1em 0 3em;
    display: grid;
    grid-template-columns: repeat(1, minmax(140px, 1fr));
    grid-gap: 5px;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 5px;
}

    .availableTimes .btn:disabled,
    .availableTimes .btn:disabled {
        cursor: not-allowed;
        border: none;
    }

.activeTime {
    background: #dc3545;
    color: #fff !important;
}

.closedSlot,
.closedSlot:focus {
    background-color: #c1c1c1 !important;
    border-color: #a8a7a7;
    color: #fff !important;
}

.flexSlot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.timeslot {
    margin-top: 5px;
    padding-bottom: 12px;
    flex-basis: 50%;
}

.iconLetter {
    display: inline-table;
    vertical-align: middle;
    line-height: 20px;
    height: 150px;
    margin-top: 7px;
    color: white;
    font-size: 20px;
}

.btn-outline-danger:focus,
.btn-outline-danger:active {
    box-shadow: none !important;
    outline: 0px !important;
}

.fa-number {
    font-family: titillium-bold !important;
}

.siteListItem {
    display: flex;
    padding: 12px;
    cursor: pointer;
}

.siteLetter {
    color: #dc3545;
}


#countdown {
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    overflow: hidden;
    color: #a50d26;
    background: #fff;
    border: 2px solid #a50d26;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5rem;
    margin: 5px;
}

.timer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#changeInfo {
    margin-left: 20px;
}

.fullWidth {
    width: 100%;
    max-width: 100% !important;
}

.summaryCard {
    background: #e8e8e8;
    border: 1px black solid;
    padding: 15px 20px;
}

.modal {
    overflow-y: auto;
    z-index: 99999;
}


@media (max-width: 768px) {
    .serviceDetails, .registrySelection {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .flex-container {
        grid-template-columns: repeat(2, minmax(70px, 1fr));
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card {
        display: block !important;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .dayItem {
        flex: 1 0 21%;
        margin: 5px;
        height: auto;
    }

    .slot {
        margin: 5px 0;
    }

    @media (max-width: 480px) {
        .dayItem {
            flex: 1 0 40%;
        }
    }
}

.cf-validator {
    text-transform: uppercase;
}