﻿#transitFeedback .container {
    width: 100% !important;
    padding: 0;
}

@media (max-width: 767px) {
    #transitFeedback .container > h2,
    #transitFeedback .container > p {
        /*display: none;*/
    }
}

.feedbackTopic-panel {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
    border: none;
    border-top: 1px solid #eee;
}

    .feedbackTopic-panel .panel-heading.panel-heading-style {
        padding: 0;
        margin-bottom: 1.5rem;
        font-size: 1.3333em !important;
        font-weight: 600;
        line-height: normal;
        color: #292929 !important;
        background-color: #fff !important;
        border-bottom: none;
    }

    .feedbackTopic-panel .panel-body.panel-body-style {
        padding: 0;
        background-color: #fff !important;
    }

        .feedbackTopic-panel .panel-body.panel-body-style .col-sm-12 {
            padding: 0;
        }

.feedbackTopic-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .feedbackTopic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .feedbackTopic-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.feedbackTopic-grid button {
    width: 100%;
    padding: 40px 35px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .feedbackTopic-grid button:hover,
    .feedbackTopic-grid button:focus {
        background-color: #edf5fb;
        border-color: #006ec7;
        box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16)
    }

        .feedbackTopic-grid button:hover .feedbackTopic-details ul,
        .feedbackTopic-grid button:focus .feedbackTopic-details ul {
            border-top-color: #006ec7;
        }

.feedbackTopic-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    text-align: left;
}

.feebackTopic-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 44px;
    height: 44px;
}

    .feebackTopic-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.feedbackTopic-title h3 {
    margin: 15px 0 0 0;
    color: #006ec7;
    font-size: 1.4444em;
    font-weight: 600;
    line-height: normal;
}

.feedbackTopic-details {
    width: 100%;
}

.feedbackTopic-details ul {
    width: 100%;
    padding: 15px 0 0 25px !important;
    margin: 20px 0 0 0 !important;
    border-top: 2px solid #ddd;
    transition: border-color 0.3s ease;
}

    .feedbackTopic-details ul li {
        line-height: normal;
    }


.time-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding-right: 15px;
    width: fit-content;
    padding-left: 32px;
    color: #555;
    background: #fff url(https://www.yrt.ca/FeedbackFormTest/Content/Images/time-outline.svg) 10px center / 16px no-repeat;
}

    .time-container select {
        width: 20px;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        outline: none;
        padding: 6px 0;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
    }

        .time-container select.showOutline {
            /*outline: auto;*/
        }

.ui-datepicker-trigger {
    display: none;
}