.tc-wrapper {
    margin-top: 12em;
}

.tc-wrapper a {
    text-decoration: none;
}

.tc-wrapper table.dataTable th.dt-type-date div.dt-column-header {
    flex-direction: row;
}

.tc-wrapper .elementor-button {
    color: #fff;
    border-radius: 33px;
}

.tc-wrapper .elementor-button:hover {
    text-decoration: none;
    cursor: pointer;
}

.tc-course-details .elementor-button-wrapper {
    text-align: right;
}

.tc-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    overflow-y: auto;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
}

.tc-modal.is-open {
    display: flex;
}

.tc-modal-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 90%;
    position: relative;
}

.tc-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.tc-close-button:hover {
    color: #000;
}

.tc-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tc-table th, .tc-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left !important;
}

.tc-table th {
    background-color: #f0f0f0;
    font-weight: bold;
}

.tc-course-date {
    margin-bottom: 1em;
}

div.dt-container .dt-search input {
    padding: 15px 15px 15px 15px;
    border-radius: 33px 33px 33px 33px;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .tc-wrapper {
        margin-top: 10em;
    }

    div.dt-container .dt-search input {
        min-width: 400px;
    }

    .tc-course-date-mobile {
        display: none;
    }
}

table#courseTable thead th {
    font-size: 1.2em;
}