﻿@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 768px) {
    .chatContent {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
    }
    .partnerView {
        padding: 8px;
    }
    .vCol {
        display: block;
    }
    .tableContent {
        overflow-x: auto;
    }
    .tbl {
        min-width: 1200px;
    }
    .rowBtn {
        padding-bottom: 20px;
    }
    .rowBtn .btn {
        width: 100%;
    }
    .vColItemConst {
        max-width: 1000px;
    }
    .formWithImage,
    .formWithMap {
        display: block;
    }
    .formWithImage > .card,
    .cardsCol {
        width: auto;
        margin-bottom: 20px;
    }
    .imagePreview {
        width: auto;
    }
    .breadCrumb {
        display: none;
    }
    .formRow {
        display: block;
        margin: 0;
    }
    .formRow .formItem {
        margin-bottom: 20px;
    }
    .radioChecks {
        margin-bottom: 20px !important;
    }

    .statsList {
        display: block;
    }
    .statsList > li {
        width: auto;
        margin-bottom: 15px;
    }
    .parallelChart {
        display: block !important;
    }
    .parallelChart .flex1 {
        margin-bottom: 30px;
    }
    .dashBoxStats {
        flex-direction: column;
        gap: 12px;
    }
    .dashPie {
        flex-direction: column;
    }
    .dashchartContent {
        height: auto;
    }
    .dashPieLegend {
        width: auto;
    }
    .dashPieChart {
        width: auto;
    }
    .cardStat h2 {
        margin-bottom: 15px;
    }
    .settingUl {
        display: none;
    }
    .pieRow {
        flex-direction: column;
    }
    .dashBoxStats li {
        width: auto;
    }
    .authCard {
        box-sizing: border-box;
        width: 92%;
    }
    .authCard::before {
        left: 10px;
    }
    .authCard::after {
        right: 10px;
    }
    .dashboardRow {
        flex-direction: column;
    }
    .pieChartCard {
        width: auto;
        flex: 1;
    }
}

@media only screen and (min-width: 501px) and (max-width: 760px) {
}

@media only screen and (min-width: 760px) and (max-width: 1080px) {
}

@media only screen and (max-width: 1080px) {
    .sideChat {
        transform: translateX(350px);
        transition: 0.3s;
        z-index: 100000;
        top: 60px;
        position: fixed;
        right: 0;
        bottom: 0;
        height: auto;
    }
    .userList > li a,
    .myView {
        padding: 8px;
    }
    .mainContent {
        width: auto;
        margin: 0;
    }
    .dashIcons {
        display: block;
    }
    .dashIcons > li {
        width: auto;
        margin-bottom: 10px;
    }
    .fixedNav {
        right: 0;
    }
    .statsCard {
        width: auto;
        height: auto;
    }
    .adminCard {
        width: auto;
        margin-bottom: 20px;
    }
    .dashTop {
        display: block;
    }
    .navExSep {
        max-width: 10px 5px 0;
    }
    .fixedNav .nvRol {
        display: none;
    }
    .imgCol {
        width: auto;
    }
    .tgmenu {
        line-height: 40px;
        font-size: 30px;
        color: #780ddb;
    }
    .sideChat.active {
        transform: translateX(0px);
    }
    .chatContentBox {
        width: 100% !important;
        float: none;
        height: calc(100vh - 62px);
    }
    .chatPanel {
        height: calc(100vh - 62px);
    }
    .chatBox {
        height: auto !important;
        position: fixed;
        top: 117px;
        bottom: 51px;
        right: 0;
        left: 0;
        z-index: 100;
    }
    .userListBox {
        height: 100%;
    }
    .sendMsgBox {
        position: fixed;
        left: 0;
        bottom: 0px;
        right: 0;
        z-index: 1000;
    }
    .typingIndicator {
        position: fixed;
        bottom: 55px;
        right: 5px;
    }
    .conversation {
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 1080px) {
    .tgmenu {
        display: none;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1240px) {
}

@media only screen and (min-width: 1240px) {
}
