@media print {
    .tabs {
        margin: 0;
        padding: 15px;
    }

    .tab-buttons {
        display: none;
        padding: 0;
        margin: 0;
    }

    table tr {
        page-break-inside: avoid;
        page-break-after: avoid;
    }

    /* .inc-edit-wrapper {
        box-shadow: none;
    } */

    html,
    body {
        background: #fff !important;
    }

    .position:not(#content) {
        display: none;
    }

    #content {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        max-height: auto;
        overflow-y: visible;
        padding: 0px;
    }

    .noprint {
        display: none;
    }

    td,
    th {
        padding: 10px !important;
        font-size: 12px !important;
    }

    th i {
        display: none !important;
    }

    .td-wrap div {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding: 0px;
        white-space: normal;
        overflow: unset;
        text-overflow: unset;
        margin: 1px auto;
    }
}

@media (max-width: 1100px) {
    .com-tree {
        width: 50px;
    }

    .module.communicating {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: Calc(100% - 50px);
        margin: 0 !important;
    }

    .wrapper {
        height: unset;
    }

    .module {
        height: auto;
    }

    .pagination {
        display: block;
        height: 50px;
        margin: 10px 0;
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

    /* .pagination li {
        float: none;
        display: inline-block;
    } */

    #content {
        height: calc(100vh - var(--sidebar-top-height));
    }

    #mail_letters {
        position: relative;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        bottom: 0;
        /* overflow-y: hidden; */
        left: 0;
        padding: 0;
        padding-right: 5px;
        padding-bottom: 15px;
        overflow-x: hidden;
        z-index: 5;
    }

    #mail_folders {
        position: absolute;
        top: 100px;
        left: 5px;
        bottom: unset;
        z-index: 15;
        border-radius: 5px;
    }

    .mail__search-mobile {
        /* height: 100%; */
        align-items: center;
        display: flex;
    }

    .mail__search-mobile .open-settings {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
        color: #666;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
        z-index: 20;
    }

    .btn[data-mode="remove_trash"] {
        z-index: 20;
        margin-left: auto;
    }

    /* .mail__search-mobile .mail-move-letters {
        margin-left: auto;
        margin-right: 10px;
        z-index: 20;
    }

    .mail__search-mobile .mail-move-letters span {
        display: none;
    } */

    .mail-search {
        position: absolute;
        height: 30px;
        z-index: 10;
        right: 0;
        top: 0;
        left: 10px;
    }

    .letter__content span {
        width: unset;
    }

    .mail-search .frmSearch {
        display: flex;
        flex-direction: column;
        padding-right: 10px;
        transform: translateX(calc(100% + 100px));
        transition: 0.3s ease;
        z-index: 10;
        top: 50px;
        border-radius: 5px;
    }

    .mail-search .frmSearch.show-form {
        transform: translateX(0);
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
        z-index: 12;
    }

    .mail-search .frmSearch label:not(:last-child) {
        /* float: left; */
        width: auto;
        margin-right: auto;
        margin-bottom: 14px;
    }

    /* .mail-search__form {
        background-color: #fff;
        padding: 10px;
    } */

    #mail_folders .folder-open {
        display: block;
        z-index: 12;
    }

    .add-letter {
        display: none;
    }

    .add-letter-mobile {
        display: flex;
        height: 30px;
        width: 30px;
        color: #666;
        background: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border: none;
        text-decoration: none;
        padding: 5px 10px;
        margin-left: 10px;
        position: relative;
        z-index: 50;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
    }

    .add-letter-mobile>span {
        text-align: center;
    }

    #mail_folders {
        background: #fff;
        transform: translateX(-150%);
        transition: 0.3s ease;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
    }

    .open-folder {
        display: flex;
        font-size: 15px;
        width: 30px;
        height: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        position: relative;
        z-index: 20;
        color: #666;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
    }

    .letter__content {
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

    .letter__attach-mobile,
    .letter__flagged-mobile {
        display: block;
    }

    .letter__attach,
    .letter__flagged,
    .letters__header-attach,
    .letters__header-flagged {
        display: none;
    }

    .letters__header .letters__title {
        min-width: auto;
    }

    .letter__content .letter__subject {
        align-self: unset;
    }

    /*.contact-list{    
    padding: 50px 0;
  }
  */
}

@media (max-width: 1000px) {
    .birth-calendar-day__content {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .today-birth {
        bottom: 5px;
        left: 0px;
        top: auto;
    }

    .not-short-wrapper {
        width: Calc(100% - 30px);
        float: none;
        margin: 0 15px;
        margin-bottom: 15px;
        height: auto;
    }

    .b-video video {
        width: auto;
        height: 100%;
    }

    .not-short-wrapper h1 {
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 50px;
    }

    .not-short-wrapper.birthday-man {
        margin-left: 15px;
    }

    .btn-incident {
        width: auto;
    }

    #short-search {
        width: 150px;
    }

    .user-short {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .user-short i {
        margin-top: 0;
        font-size: 22px;
    }

    .letter__content .letter__subject {
        max-width: 200px;
    }

    .mail-body .wrapper table td {
        min-width: none;
    }

    .service-list {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .doc-content {
        flex-wrap: wrap;
    }

    /* .doc-waiting a {
        margin-left: unset;
        display: block;
    }

    .doc-waiting a:not(:last-child) {
        margin-bottom: 15px;
    } */

    .position .module:nth-child(odd):not(.main-user-menu) {
        margin-right: 0;
    }

    .one-not-in-list .one-not__body {
        flex-direction: column;
    }

    .one-not-in-list .not-img {
        width: 100%;
    }

    .create-not-wrapper .new-btn i {
        display: block;
    }

    .create-not-wrapper .new-btn span {
        display: none;
    }

    .not-short-wrapper {
        background: #e5e5e5;
        box-shadow: none;
        padding: 15px;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        /* max-height: 300px; */
        overflow-y: auto;
    }

    .service__body {
        margin-left: 0;
        /* padding: 0; */
    }

    .not-short-wrapper.module-as-service {
        background: #FFF;
        box-shadow: 1px 0 4px #ccc;
        margin: 0;
        border-radius: 10px;
        margin-left: 15px;
        margin-bottom: 15px;
        max-height: 400px;
    }

    .not-short-wrapper .news-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
        color: #838383;
        height: auto;
        padding: 20px 0 23px;
        background: transparent;
        border: none;
        margin: 0;
    }

    /*.not-short-wrapper .bg-white {
    background: #fff;
  }*/
    .not-short-wrapper .news-title i {
        display: none;
    }

    .nots-slider .one-not {
        background: #bdbfc7;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
        border-radius: 10px;
        min-height: 200px;
        width: 90%;
        position: relative;
        background-size: cover;
        background-position: center;
    }

    .nots-slider .one-not a {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 19px 20px;
        text-decoration: none;
        z-index: 50;
        border-radius: 10px;
        background: #00000057;
    }

    .nots-slider a.not-full,
    .one-not a.more {
        border: none;
    }

    .nots-slider .one-not h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #f4f3f5;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
        background-color: transparent;
        padding: 0;
    }

    .one-not .badge {
        font-size: 12px;
    }

    .one-not .badge:last-child {
        margin-right: 0;
    }

    .nots-slider .like_btns {
        color: #f6eeff;
    }

    .one-not h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #727272;
    }

    .nots-slider .one-not span.not-author {
        position: unset;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 10px;
        color: #f4f3f5;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    }

    .nots-slider.owl-theme .owl-dots {
        display: block;
        position: absolute;
        bottom: 0;
        left: 45%;
    }

    .owl-theme .owl-dots .owl-dot span {
        background: #4a4c4a;
        width: 6px;
        height: 6px;
        margin: 5px 0;
        margin-right: 6px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #ffa644;
    }

    .contact-editor-item {
        display: block;
    }

    .contact-editor-item * {
        display: block;
        width: 100%;
    }

    #content {
        /* padding: 10px; */
        min-height: calc(100vh - var(--sidebar-top-height));
        height: 100%;
    }

    #short-search {
        width: 100px;
    }

    .user-short i {
        margin-right: 15px;
    }

    /*.logo {
    display: none;
  }
  */
    .one-not a h4 {
        margin: 5px 0 10px;
    }

    .group-item {
        font-size: 15px;
    }

    .list-item {
        font-size: 14px;
    }

    .group-contact-list {
        margin-top: 0;
    }

    .contact__card-name {
        font-size: 16px;
    }

    .contact__card-more,
    .contact__card-item {
        font-size: 12px;
    }

    .start-chat {
        margin-bottom: 5px;
        width: 100%;
    }

    /*.start-chat span {
    display: none;
  }
  */
    .letter-row span.letter__subject {
        max-width: 200px;
        align-self: unset;
        display: block;
        text-align: left;
    }

    .letter-row .letter__date {
        margin: 0;
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 10px;
    }

    .frmEdit {
        padding: 15px;
        padding-bottom: 30px;
    }

    /* .tab-buttons {
        width: 100%;
        overflow-x: auto;
        gap: 4px;
    }

    .tab-buttons__wrapper .tab-buttons {
        width: max-content;
    } */

    .md-d-none {
        display: none;
    }

    /* .tab-buttons .tab {
        float: left;
        padding: 8px 10px;
    } */

    /* .profile-form .tab-buttons .tab {
        width: 80px;
        border: 1px solid #a7a9a8;
    }

    .tab-buttons__wrapper::-webkit-scrollbar,
    .tab-buttons::-webkit-scrollbar {
        height: 1px;
    } */

    .contact__card-online .user-avatar {
        width: 20px;
        height: 20px;
    }

    /* .bus-schedule-item {
        display: block;
        margin-bottom: 15px;
        position: relative;
    }

    .bus-schedule-end {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .bus-schedule-capacity {
        text-align: center;
    } */

    .mail-info {
        flex-direction: column;
    }

    .create-not-wrapper {
        display: block;
    }

    .doc-search__wrapper form {
        flex-direction: column;
        gap: 5px;
        padding: 5px;
    }

    .doc-breads {
        padding: 15px 5px;
        margin: 0;
        flex-wrap: wrap;
    }

    .doc-content__wrapper {
        margin: 0;
    }

    .doc-content__wrapper H1 {
        display: block;
        font-size: 18px;
    }

    .doc-directory__actions {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* .doc-directory__actions a {
        margin-left: 0;
        margin-right: 10px;
    } */

    .doc-content {
        flex-direction: column;
        gap: 15px;
        /* padding: 15px; */
    }

    .doc-directory {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

    .doc-directory img {
        max-width: 70px;
        width: 100%;
        margin: unset;
    }

    .doc-directory .doc-directory__name {
        display: block;
        text-align: left;
    }

    .doc-directory .doc-directory__code {
        width: auto;
        top: Calc(50% - 5px);
        left: 30px;
    }

    .doc-content {
        padding: 15px 0;
    }

    .doc-content .frmEdit {
        overflow: hidden;
        width: 100%;
    }

    .doc-content .frmEdit fieldset {
        display: contents;
    }

    .doc-content .frmEdit fieldset table {
        margin: 10px 0;
    }

    .report-body h1 {
        font-size: 22px;
    }

    .report-body h2 {
        font-size: 19px;
    }

    .report-body h3 {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 1545px) {
    .user-notifications-search__wrapper {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    :root {
        --sidebar-left-width: 48px;
        --sidebar-top-height: 50px;
        --main-bg-color: #f0f0f0;
        --banner-height: 0px;
    }

    /*.updated-link.preview-link{
  
  }*/
    .com-back-button {
        display: block;
        float: left;
        background: aliceblue;
        padding: 12px;
        cursor: pointer;
        color: #8f7ccd;
        margin-top: -10px;
        margin-left: -6px;
        margin-right: 15px;
        border: none;
    }

    .com-tree.active,
    .com-content.active {
        width: 100%;
    }

    .com-tree,
    .com-content {
        width: 0;
    }

    .com-tree__wrapper {
        height: Calc(100% - 35px);
        padding-bottom: 50px;
        overflow-y: auto;
    }

    .com-room__create {
        position: fixed;
        bottom: 57px;
    }

    .com-room__header {
        position: relative;
    }

    .com-room__write {
        padding: 10px;
        padding-top: 0;
    }

    .module.communicating {
        padding-top: var(--sidebar-top-height);
    }

    .com-tree {
        width: 0;
    }

    .com-send__message {
        display: block;
    }

    .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
        font-size: 10px;
    }

    .birth-calendar__info .birth-calendar-info__user {
        width: 100%;
    }

    .tst-quest-wrapper label.flex,
    .limit-answer__help.flex {
        display: block;
    }

    .limit-answer__help.flex u {
        display: block;
    }

    .limit-answer__help.flex span {
        display: inline-block;
        width: 50%;
        text-align: center;
        margin: 0;
    }

    .tst-quest-wrapper label.flex span {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .tst-quest-wrapper label.flex input {
        display: inline-block;
        width: 50%;
        margin: 0;
    }

    .worker-list__full .frmEdit {
        margin: 0;
        padding: 10px;
    }

    .tst-quest-wrapper H5 {
        margin: 0;
        margin-bottom: 25px;
        font-size: 20px;
        display: block;
        padding-right: 0px;
        line-height: 100%;
        margin-top: 15px;
    }

    table.list {
        display: block;
        overflow-x: auto;
    }

    /* .tst-quest-wrapper label {
        display: block;
        margin-bottom: 25px;
        cursor: pointer;
        padding: 10px;
        background: #e1e1e1;
    } */

    td.min,
    th.min {
        white-space: normal;
    }

    .user-profile-submit-buttons {
        width: auto;
        left: unset;
        top: unset;
        bottom: 55px;
        padding: 0px;
        /* bottom: unset; */
        right: 0;
    }

    .user-profile-submit-buttons .new-btn {
        margin: 5px;
    }

    .user-profile-submit-buttons .new-btn span {
        display: none;
    }

    .tabs.profile-tabs {
        padding-bottom: unset;
    }

    .img-container {
        max-width: 100%;
    }

    .new-btn.orange {
        float: right;
        background: orange;
    }

    .user-notifications-search__wrapper H4 {
        font-size: 20px;
        margin: 0;
    }

    .user-notifications-search__wrapper .ajax.not-add {
        position: fixed;
        bottom: 70px;
        right: 15px;
    }

    .user-notifications-search__wrapper {
        right: 0;
        left: 0;
        width: 100%;
        top: var(--sidebar-top-height);
        padding: 15px;
        z-index: 100;
        position: fixed;
        margin: 0;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-only {
        display: unset;
    }

    .one-not-in-list .one-not__body .header {
        font-size: 24px;
        padding-top: 15px;
        line-height: 125%;
        border-top: 1px solid #e5e5e5;
    }

    .one-not-in-list {
        max-width: 100%;
        margin-top: 25px;
    }

    .one-not-in-list .one-not__body {
        display: block;
    }

    .one-not-in-list .one-not__body .not-img {
        width: 100%;
        margin-right: 0;
    }

    .birth-today,
    .project-update {
        width: 100%;
        margin-left: 0;
    }

    #content {
        margin-top: var(--sidebar-top-height);
    }

    #content .modal {
        left: 0;
        top: 0;
        background-size: 80%;
    }

    .user-notifications {
        display: flex;
        flex-direction: column;
    }

    .user-notifications.list-notifications {
        display: block;
        margin-top: 25px;
    }



    .user-notifications .one-not:not(.one-not.single-not) {
        height: 100px;
    }

    .user-notifications .one-not:not(.one-not.single-not) .one-not__body h4 {
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }

    .user-notifications .one-not:not(.one-not.single-not) .not-img {
        max-width: 30%;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .user-notifications .one-not:not(.one-not.single-not) .not-img img {
        width: auto;
        height: 100%;
    }

    .user-notifications .one-not:not(.one-not.single-not) .one-not__body span.not-author,
    .user-notifications .one-not:not(.one-not.single-not) .one-not__body span.not-date {
        font-size: 10px;
    }

    .user-notifications .one-not.single-not {
        padding: 0;
    }

    .user-notifications .one-not.single-not .not-info,
    .user-notifications .one-not.single-not .not-body {
        padding: 0 10px;
    }

    .user-notifications .one-not.single-not .img-wrapper {
        width: 100%;
        object-fit: contain;
    }

    .user-notifications .one-not.single-not .img-wrapper .not-img img {
        width: auto;
        transform: translate3d(0px, 0px, 1px);
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        flex-shrink: 0; 
    }

    .user-notifications .one-not.single-not .like_btns {
        position: unset;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        margin-top: 10px;
        color: #9d9f9e;
    }

    .user-notifications .one-not.single-not .like_btns>span:not(:last-child) {
        margin-right: 10px;
    }

    .user-notifications .one-not.single-not .not-info {
        border-bottom: none;
    }

    .user-notifications .one-not.single-not h4 {
        margin-top: 14px;
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 23px;
        color: #727272;
        padding: 0;
    }

    /* .user-notifications .one-not.single-not .not-info__top{
    margin-top: 0;
  } */
    .user-notifications .one-not.single-not .not-info__bottom {
        margin-top: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #c5c6c6;
    }

    .one-not.single-not .not-info__bottom span.not-author,
    .one-not.single-not .not-info__bottom span.not-date {
        position: unset;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: #a3a5a4;
    }

    .user-notifications .one-not.single-not .not-body {
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #727272;
    }

    .dining-link {
        float: right;
        color: #fff;
        font-weight: normal;
        margin-top: 15px;
        margin-right: 15px;
    }

    .mob {
        display: block;
    }

    .frmEdit {
        padding: 0;
        padding-bottom: 50px;
    }

    .auth input,
    .auth label,
    .auth button {
        width: 100%;
    }

    .auth label {
        font-size: 14px;
        color: #826fc0;
    }

    .auth label input[type="checkbox"] {
        /*display: inline-block; */
        width: auto;
        float: left;
        /* margin-right: 10px; */
        margin: 0px;
        margin-right: 5px;
    }

    .not-com-date,
    .not-com-author {
        display: block;
    }

    .not-author,
    .not-date {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .not-date {
        width: 100px;
        /* text-align: right; */
    }

    .one-not .btn {
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }

    .one-not a.btn {
        float: right;
    }

    .currency-rate {
        float: none;
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    .one-new {
        padding-left: 15px;
    }

    .one-new span {
        display: block;
        position: relative;
        top: -10px;
    }

    /* .bus-schedule h1 {
        font-size: 22px;
    }

    .bus-schedule H1 input {
        float: none !important;
    }

    .bus-schedule-start,
    .bus-schedule-route,
    .bus-schedule-capacity,
    .bus-write,
    .bus-cancel,
    .bus-schedule-end,
    .bus-button {
        padding-right: 0;
    }

    .bus-schedule-capacity span {
        position: relative;
        left: 0;
    }

    .bus-schedule .btn {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .bus-schedule-item {
        position: relative;
    } */

    #content {
        padding: 10px;
        padding-bottom: 50px;
        width: 100%;
        margin-left: 0;
    }

    .top-banner {
        height: 50px;
        padding: 10px;
    }

    .top-banner h2 {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
        color: #fff;
    }

    .btn-incident {
        float: right;
        border-radius: 4px;
        background: transparent;
        font-size: 20px;
        padding: 0;
        color: #eec768;
        margin-top: 15px;
        margin-right: 15px;
        display: flex;
        cursor: pointer;
        text-decoration: none;
        /* text-overflow: clip; */
        word-break: break-word;
        text-align: center;
    }

    .btn-incident span {
        display: none;
    }

    .short-search-wrapper {
        display: block;
        margin-right: 0;
        position: relative;
        height: 100%;
    }

    .short-search-wrapper>#short-search {
        position: absolute;
        left: 0;
        display: none;
        z-index: -10;
        opacity: 0;
        margin-left: 40px;
        transition: 0.4s ease-in-out;
    }

    .short-search-wrapper:hover #short-search {
        display: block;
        opacity: 1;
        z-index: 50;
    }

    .user-short i {
        font-size: 18px;
        margin-right: 25px;
    }

    #left-menu,
    #admin-menu {
        width: max-content;
    }

    /* #admin-menu {
        transform: translateX(-100%);
        transition: 0.4s ease;
    } */

    /* #admin-menu.show {
        transform: translateX(0);
    } */

    #admin-menu::after {
        /* content: "menu";
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: #fff;
        padding: 10px 20px;
        border: 1px solid #222;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: none; */
    }

    /* #admin-menu.show::after {
        content: "X";
        transform: translateX(0);
        border: 1px solid #222;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
    } */

    .dash-blocks {
        flex-direction: column;
    }
    
    .dash-block {
        width: 100%;
    }

    .main-user-menu {
        position: fixed;
        /* bottom: 0; */
        top: 0;
        width: 100%;
        border-right: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.14);
    }

    .main-user-menu .menu {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .main-user-menu .menu li {
        width: 50px;
        height: 50px;
        margin: 0 10px;
        border-bottom: none;
    }

    /* .main-user-menu .menu li a {
        font-size: 12px;
        width: 100%;
        height: 100%;
        display: flex;
        color: #c5c6c6;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .main-user-menu .menu li a i {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 3px;
        color: #c5c6c6;
    } */

    #chat.opened {
        top: 0 !important;
        border-radius: 0;
        left: 0;
    }

    .mail-info-from-to-span {
        display: block;
    }

    .mail-info-from-to-span:last-child {
        margin-top: 10px;
    }

    .mail-info-from-to-span i {
        margin-right: 10px;
    }

    .mail-buttons .btn:last-child {
        margin: 0;
    }

    .letters__header span,
    .letter-row span {
        font-size: 10px;
    }

    .mail-search .frmSearch label {
        float: none;
        display: block;
        width: 100% !important;
    }

    .mail-search .frmSearch label.flex-free-width {
        display: flex;
    }

    .mail-search .frmSearch input,
    .mail-search .frmSearch select,
    .mail-search .frmSearch button {
        width: 100%;
        margin: 0;
    }

    .letter-row span.letter__from-name {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .mail-date__wrapper {
        width: 100%;
    }

    .mail-info .mail-buttons {
        width: 100%;
    }

    .mail-info .mail-buttons a,
    .mail-info .mail-buttons span {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 25%;
        padding: 8px 0;
        margin: 0;
    }

    .user-short {
        display: none;
    }

    .gallery-album__header {
        flex-direction: column-reverse;
    }

    .gallery-album__header>a {
        width: max-content;
        margin-left: 10px;
    }

    .gallery-album__header>h1 {
        font-size: 1.3em;
    }

    .service__body .gallery_list .album-wrapper:not(:last-child) {
        margin-right: 20px;
        width: auto;
    }

    #jci-service .jci-service__content {
        flex-direction: column;
    }

    #jci-service .jci-service__content>div {
        flex-direction: row;
        flex-wrap: wrap;
    }

    
    .not-short-wrapper .service__body .jci-link {
        width: 100%;
    }

    .gallery_list .album-wrapper {
        width: 100%;
    }

    .gallery_list .album-wrapper .album-cover {
        background-position: center;
    }

    .gallery_list .gallery-preview {
        width: auto;
        height: max-content;
        margin: 0;
    }

    .gallery_list .gallery-preview img {
        width: inherit;
        height: auto;
    }

    .guide-wrapper>h1 {
        font-size: 20px;
    }

    .guide-wrapper__content {
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }

    /* .guide-content-view__header {
        font-size: 16px;
    } */

    /* .guide-content-view__general {
        max-height: Calc(100% - 40px);
        overflow-y: auto;
        margin-top: 40px;
        padding: 0;
    } */

    .guide-tree {
        width: 100%;
        max-width: 100%;
        padding-bottom: 100px;
        z-index: 1;
    }

    .guide-list-item {
        padding: 15px;
        border: 1px solid #e5e5e5;
        color: black;
        /* font-weight: bold; */
        background: snow;
        /* box-shadow: 1px 0 4px #d1d1d1; */
        margin-top: 15px;
        border-radius: 3px;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .guide-article-buttons {
        float: none;
        margin-top: 0;
        padding-top: 5px;
    }

    .not-com-add-frm {
        top: 60px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        width: Calc(100% - 30px);
        height: Calc(100% - 30px);
        max-width: Calc(100% - 30px);
        max-height: Calc(100% - 30px);
    }

    .guide-content {
        position: absolute;
        transform: translate(100%);
        height: auto;
        min-height: 100%;
        width: 100%;
        padding-bottom: 100px;
        z-index: -1;
        transition: 0.4s ease;
    }

    .guide-content.show {
        transform: translate(0);
        z-index: 2;
    }

    .guide-content__hide {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 2px 0px #000000b8;
        justify-content: center;
        align-items: center;
        transform: translateX(-500px);
        transition: 0.4s ease;
    }

    .guide-content__hide>i {
        font-size: 20px;
    }

    .guide-content__hide.show {
        display: flex;
        transform: translateX(0);
        z-index: 5;
    }

    .ads-fast-search__wrapper {
        flex-wrap: wrap;
    }

    .ads-fast-search__wrapper .btn {
        display: flex;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ads-fast-search__wrapper .btn:not(:last-child) {
        margin-right: 10px;
    }

    .frmSearch .ads-fast-search__wrapper label .btn {
        padding: 5px;
    }

    .frmSearch .ads-fast-search__wrapper label .btn span {
        font-size: 12px;
        margin: 0;
    }

    .diner-menu__top {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }

    .diner-menu__top h3 {
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        color: #a799e0;
        margin: 0;
    }

    .diner-menu__top .back {
        position: absolute;
        left: 5px;
        top: calc(50% - 11px);
        cursor: pointer;
    }

    .diner-menu__top .back svg {
        height: 22px;
    }

    .diner-menu__month {
        display: flex;
        width: unset;
        justify-content: center;
        background: #a799e0;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.27);
        border-radius: 8px;
        padding: 5px;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        text-transform: capitalize;
    }

    .tabs.diner-menu .tab-buttons {
        justify-content: center;
    }

    .tabs.diner-menu .tab-buttons .tab {
        margin-right: 0;
    }

    .tabs.diner-menu .tab-buttons .tab.active {
        border-bottom: none;
    }

    .tabs.diner-menu .tab-buttons .tab.active .dining-date__tab {
        background: #a799e0;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.27);
    }

    .tabs.diner-menu .tab-buttons .tab.active .dining-date__tab>span {
        color: #fff;
    }

    .tab-buttons .tab .dining-date__tab {
        width: 46px;
        height: 46px;
        background: #e7e7e7;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.27);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 4px;
    }

    .tab-buttons .tab .dining-date__tab .date-num {
        font-weight: 600;
        font-size: 18px;
        line-height: 23px;
        color: #595959;
    }

    .tab-buttons .tab .dining-date__tab .date-str {
        font-weight: 600;
        font-size: 9px;
        line-height: 9px;
        color: #a7a9a8;
    }

    .module.dining .tab-content h5 {
        text-align: center;
    }

    .tabs.diner-menu .dining-block.tab-content textarea {
        background: #e7e7e7;
        border: 1px solid #a7a9a8;
        box-sizing: border-box;
        border-radius: 10px;
        min-height: unset;
    }

    /* .inc-edit-wrapper {
        padding: 10px;
        width: 100%;
    } */

    /* .inc-part {
        width: 100%;
    } */

    .inc-part__selects-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .inc-part__selects-grid > label {
        width: 100%;
    }

    .md-flex-wrap {
        flex-wrap: wrap;
    }
    .md-w-full {
        width: 100%;
    }
    .btn-big {
        font-size: 18px;
        padding: 8px 20px;
    }

    fieldset.more-search-settings>legend {
        background-color: #fff;
        left: 0;
    }

    .more-search-settings__content {
        width: 100%;
        flex-wrap: wrap;
    }

    .owl-carousel .owl-item .popular-photo__item {
        background: #0000002e;
        border-radius: 10px;
        padding: 0;
        width: auto;
    }

    .owl-carousel .owl-item .popular-photo__item img {
        width: auto;
        margin: 0 auto;
        height: 100%;
        max-height: 300px;
    }

    /* .incs-settings button,
    .incs-settings a,
    .incs-settings .set-incs-type {
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    .incs-settings button,
    .incs-settings .set-incs-type {
        float: none;
    } */

    /* .set-incs-type {
        align-items: center;
    }

    .set-incs-type>button {
        margin-bottom: 0 !important;
    } */

    /* .inc-edit-wrapper .inc-info-block__content {
        width: 100%;
    } */

    .jci-desktop {
        display: none;
    }

    .jci-mobile {
        display: flex;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

}

@media (max-width: 400px) {
    .dining-schedule span {
        display: none;
    }

    .letters__header,
    .letter-row {
        max-width: 100%;
    }

    .add-to-room {
        width: 100%;
    }

    .start-chat {
        text-align: left;
    }

    .contact-report {
        width: 100%;
    }

    .contact__card a.ajax {
        width: 100%;
        margin-top: 15px;
        display: block;
    }

    .mail-info-from-to {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .main-user-menu .menu li {
        width: auto;
    }

    /* .main-user-menu .menu li a {
        padding: 0;
        font-size: 10px;
    } */

    .profile__info .profile__info-blc .profile__info-btn {
        font-size: 12px;
    }

    .profile__info .profile__info-blc .indicator__wrapper {
        width: auto;
        padding: 5px;
    }
}

@media (max-width: 310px) {
    .profile__main {
        flex-direction: column;
    }

    .frmEdit .profile__main .profile__wrapper {
        padding: 0;
    }
}


@media (max-height: 400px) {

    #left-menu,
    #admin-menu {
        width: max-content;
    }

    .main-user-menu {
        position: fixed;
        /* bottom: 0; */
        width: 100%;
        border-right: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.14);
    }

    .main-user-menu .menu {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    #content {
        padding: 10px;
        padding-bottom: 50px;
        width: 100%;
        margin-left: 0;
    }
}



/* @media only screen and (orientation : portrait) {
    .landscape {
        display: none;
    }

    .landscape-alert {
        display: block;
    }
}

@media only screen and (orientation : landscape) {
    .landscape {
        display: block;
    }

    .landscape-alert {
        display: none;
    }
} */