.main-container {
    padding: 42px 90px 90px 90px;
}

#welcome {
    font-family: Nunito;
    font-weight: 800;
    font-size: 36px;
}

.menu {
    width: 40%;
    table-layout: fixed;
    margin: 0 auto;
}

#invite-icon {
    height: 80px !important;
    width: 80px !important;
    object-fit: contain;
}

#profile-icon {
    height: 80px !important;
    width: 80px !important;
    object-fit: contain;
}

#logout-icon {
    height: 80px !important;
    width: 80px !important;
    object-fit: contain;
}

.container {
    border-radius: 12px;
    border-width: 1px;
    border-color: #F7F7F7;
    padding: 18px;
    box-shadow: 0px 1.5083255767822266px 7.541627407073975px 0px #10523F33;
    margin-bottom: 26px;
}

.subheading-container {
    border-radius: 8px;
    padding: 16px;
    background-color: #ECF7FA;
}

.subheading {
    font-family: "Inter";
    font-weight: 700;
    font-size: 18px;
    color: #0E79B3;
}

#invite-button {
    display: inline-block;
    font-family: Nunito !important;
    font-weight: 800;
    font-size: 15px !important;
    padding: 16px 24px;
    background-color: #27AAE1;
    color: white;
    border-radius: 100px;
}

thead th {
    background-color: transparent !important;
}

th {
    font-family: "Inter" !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #757F87 !important;
    background-color: transparent !important;
}

tr {
    font-family: "Inter";
}

tr.invite-entry {
    border-bottom: 1px solid #E6E6E6;
}

.invite-name {
    margin-right: 10px;
}

.invite-label {
    display: none;
}

table.main-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

table.main-table tr.entry>td {
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
}

table.main-table tr.entry>td:first-child {
    border-left: solid 1px #E6E6E6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

table.main-table tr.entry>td:last-child {
    border-right: solid 1px #E6E6E6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.container tr:not(.header):hover {
    background-color: #ecf7fa;
}

tr.entry td div {
    width: 100%;
    top: 50%
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

td.gray {
    color: #757F87;
}

td.green {
    color: #8DC641;
}

td.bold {
    font-weight: 700;
}

div.active-event {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

#event-image {
    object-fit: cover !important;
    width: 180px !important;
    height: 135px !important;
}

table.event-info {
    border-collapse: collapse;
    border-spacing: 0 20px;
    background-color: inherit;
}

table.event-info th {
    padding: 2px 40px 2px 0px;
    text-align: left;
    font-weight: 400;
}

table.event-info td {
    padding: 2px 0px 2px 0px;
    text-align: left;

}

p.event-name {
    font-family: Inter;
    font-weight: 700;
    color: #333333;
    font-size: 16px;
}

#event-name {
    margin-right: 10px;
}

.status {
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 800;
}

.status.active {
    color: #6B9443;
    background-color: #eff6e7;
}

.status.upcoming {
    color: #E30295;
    background-color: #fbd9ef;
}

.status.completed {
    color: #1993C8;
    background-color: #dff3fb;
}

.status.closed {
    color: #666666;
    background-color: #f2f2f2;
}

.empty-state {
    text-align: left;
    margin: 12px 4px;
}

.empty-state>p {
    font-family: Inter !important;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
}

@media only screen and (max-width: 992px) {
    .main-container {
        padding: 42px 20px 20px 20px;
    }

    #welcome {
        text-align: center;
        font-family: Nunito;
        font-weight: 800;
        font-size: 24px;
    }

    .menu {
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    #invite-icon {
        height: 65px !important;
        width: 65px !important;
        object-fit: contain;
    }

    #profile-icon {
        height: 65px !important;
        width: 65px !important;
        object-fit: contain;
    }

    #logout-icon {
        height: 65px !important;
        width: 65px !important;
        object-fit: contain;
    }

    .subheading {
        font-family: "Inter";
        font-weight: 700;
        font-size: 16px;
        color: #0E79B3;
    }

    thead {
        display: none;
    }


    .invite-table td {
        overflow-wrap: anywhere;
    }

    .main-table td {
        overflow-wrap: break-word;
    }

    tr.invite-entry {
        display: block;
        padding: 20px 0px;
    }

    tr.invite-entry td:first-child {
        font-weight: 700;
    }

    tr.invite-entry>td {
        text-align: left;
        display: block;
        padding: 1px;
    }

    .invite-label {
        display: inline;
    }

    tr.entry {
        display: block;
        padding: 20px 0px;
        border-bottom: 1px solid #E6E6E6;
    }

    tr.entry>td {
        text-align: left;
        display: block;
        padding: 1px;
    }

    tr.entry>td::before {
        content: attr(data-title);
        position: relative;
        margin-right: 5px;
    }

    table.main-table {
        border-collapse: separate;
        border-spacing: 0 15px;
    }

    table.main-table tr.entry>td {
        border: none;
    }

    table.main-table tr.entry>td:first-child {
        border: none;
    }

    table.main-table tr.entry>td:last-child {
        border: none;
    }

    .status {
        display: inline-block;
    }

    #event-image {
        display: none;
    }
}