body {
    background-color: #F6F6F6;
    font-family: 'Montserrat', sans-serif;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
}

main {
    position: relative;
    left: 7.5vw;
    width: 65vw;
    margin: 0 auto;
    transition: 0.5s ease;
    padding-bottom: 30px;
}

section {
    width: 65vw;
    background-color: #fff;
    border-radius: 12px;
    padding-bottom: 20px;
    padding: 3%;
    /* overflow-x: hidden; */
    border: 1px solid lightgray;
}

section a {
    word-break: break-all;
}

.bx-support {
    display: block !important;
    position: absolute;
    margin-left: 92vw;
    text-decoration: none;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    border-radius: 16px;
    width: 760px;
}

#cancel-delete-lecture, #cancel-delete, #cancel-create, #cancel-support{
    background-color: #878787;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 2px 15px;
    font-size: 2vh;
}

.mail-support {
    font-size: 1.7vh;
    display: flex;
    flex-direction: row;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.add {
    background-color: #0071FF;
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 2px 15px;
    float: right;
    font-size: 2vh;
}