@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
        visibility: hidden !important;
    }

    .mobile {
        display: block !important;
        visibility: visible !important;
    }

    .content-table-half {
        float: initial;
        width: 100%;
    }

    #modal_form {
        width: 100%;
        margin-left: -50%;
    }

    .student-menu-item-1, .student-menu-item-2 {
        height: 155px;
        width: 155px;
    }

    .content-padding-2 {
        padding-left: 15px;
    }

    .student-menu-line {
        height: initial;
        width: 340px;
    }

    .fc-toolbar {
        width: 208px;
        margin: auto;
    }

    .fc-center {
        position: relative;
        top: -127px;
        width: 206px;
        float: left;
        margin-bottom: -29px;
    }

    .fc-center > h2 {
        width: 100%;
    }

    .fc-left {
        margin-top: 35px;
    }

    .fc-right {
        margin-top: 12px;
        float: left !important;
    }

    .fc-right .fc-month-button {
        margin-left: 0 !important;
    }

    .fc-scroller {
        height: initial !important;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }





    .left-sidebar {
        z-index: 1000;
        display: none;
        float: left;
        min-width: 120px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .admin-panel {
        padding-left: 0;
    }

    .button-panel .search-text, .button-panel .search-js-text {
        width: 100%;
    }

    .button-panel button, .button-panel div button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .link-breadcrumbs {
        overflow-y: auto;
    }

    .link-breadcrumbs ul {
        width: max-content;
        padding-right: 20px;
        padding-left: 30px;
    }

    .description-padding-2 {
        padding-left: 15px;
    }

    .description-value {
        overflow-wrap: break-word;
    }

    .markPopup {
        right: 250px !important;
        top: 0 !important;
        width: 250px !important;
    }

    .markPopup > div > div:first-child {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .showLeftMenu {
        position: absolute;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        background-color: #f0ead1;
        padding-top: 6px;
        padding-left: 3px;
        margin-top: -5px;
        margin-left: -15px;
        margin-right: 10px;
    }

    .showLeftMenu > img {
        padding-left: 5px;
        padding-top: 5px;
    }

    .showOnMobile {
        display: block !important;
    }

    .button-panel {
        min-height: 40px;
        height: max-content;
    }

    .manage-panel {
        float: inherit;
    }

    .content-table {
        overflow: auto;
    }

}

@media only screen and (max-width: 460px) {
    #modal_form {
        width: 96%;
        margin-left: 2%;
        left: 0;
        padding: 40px 30px;
        /*margin-top: -200px;*/
        max-height: calc(100% - 85px);
        overflow-y: auto;
    }

    .rules {
        width: 100%;
        margin-left: 0;
    }

    .form-row-part-4-2 {
        width: 47%;
    }
}

@media only screen and (max-width: 360px) {
    .user-data-fullname {
        display: none;
    }
}