table.members tbody td {
    cursor: pointer;
}

table.event tbody td:not(:last-child) {
    cursor: pointer;
}

table.timetable tbody td:not(:last-child) {
    cursor: pointer;
}

table.payment_member tbody td:not(:last-child) {
    cursor: pointer;
}

table.event_members {
    width: 100%;
    border-collapse: collapse;
}

table.event_members td {
    width: 50%;
}

.col-nowrap {
    width: 1%;
    white-space: nowrap;
}

.help-block {
    color: #dc3545;
}

.shadow + .select2 {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


@media only screen and (max-width: 1100px) {
    table.event td:nth-child(8),
    table.event td:nth-child(9),
    table.event th:nth-child(8),
    table.event th:nth-child(9) {
        display: none;
    }

    table.timetable td:nth-child(7),
    table.timetable th:nth-child(7) {
        display: none;
    }

    table.payment_member td:nth-child(5),
    table.payment_member th:nth-child(5) {
        display: none;
    }

}

.timer_time:not(:last-child) {
    margin-bottom: 40px;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    max-width: 90%;
    white-space: pre-wrap;
}

.slimScrollBar {
    background-color: white !important;
}

.grid-table {
    display: grid;
    grid-template-columns: 105px 105px 1fr 1fr 1fr 150px 250px auto 99px;
}

.grid-header, .grid-row {
    display: contents;
}

.grid-header > div, .grid-row > div {
    padding: 10px;
}

.grid-header > div {
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}
.mar-b-5{
    margin-bottom: 10px;
}
.modal-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    padding: 10px
}

.grid-row > div {
    font-weight: bold;
    color: black;
    gap: 7px;
    display: flex;
    align-items: center;
}

.collapse-item > div {
    background-color: rgb(255, 255, 255);
    font-weight: normal;
}

.collapse-item > div > a {
    color: #1b1b1b;
}

.collapse-item {
    transition: max-height 0.5s ease-out;
}

.list-view > div {
    width: 100%;
    display: contents;
}

.commentsArea {
    color: black;
    height: 25px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 12px;
    overflow: hidden;
}

.p-10 {
    padding: 10px;
}

.modal {
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 540px;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn-confirm,
.btn-cancel {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    cursor: pointer;
}

.btn-confirm {
    background-color: red;
    color: white;
}

.btn-cancel {
    background-color: grey;
    color: white;
}

.flex-space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}