/* ========= TABLET ========= */
@media (max-width: 991px) {
    .split-wrapper {
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        align-items: stretch;
        
    }

    .pane-image {
        padding: 35px;
    }

    .logo-patch {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        backdrop-filter: blur(10px);
        background: rgb(255 255 255 / 35%);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 28px rgb(0 0 0 / 27%);
    }

    .pane-form {
        flex: 1 1 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 35px;
    }

    
}

/* ========= MOBILE LARGE ========= */
@media (max-width: 800px) {
    .split-wrapper {
        min-height: 100vh;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        align-items: stretch;
        flex-direction: column !important;
    }

    .pane-image {
        padding: 35px;
    }

    .logo-patch {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        backdrop-filter: blur(10px);
        background: rgb(255 255 255 / 35%);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 28px rgb(0 0 0 / 27%);
    }

    .pane-form {
        flex: 1 1 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 30px;
    }

    .right-header-content .header-right-item .notifications.noti.dropdown .dropdown-menu {
        width: 420px;
        transform: translate(80px, 50px) !important;
    }

    .lhs.mobile-view {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .rhs.mobile-view {
        display: flex !important;
        width: 100% !important;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: stretch;
        justify-content: space-between !important;
    }

    .dashboard-card {
        padding: 30px 20px;
        border-radius: 10px;
        background: #DD00A8;
        background: linear-gradient(315deg, rgba(221, 0, 168, 1) 0%, rgba(24, 16, 74, 1) 85%);
    }

    .dropdown.whnrd,
    .dropdown.whnrd a,
    .dropdown.whnrd .dropdown-menu {
        width: 100% !important;
    }

    nav[aria-label="breadcrumb"]{
        display: none !important;
    }

    #leadReportTable {
        width: 100% !important;
    }

}

/* ========= MOBILE MEDIUM ========= */
@media (max-width: 576px) {

    .split-wrapper {
        min-height: 100vh !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0;
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .pane-image {
        padding: 35px;
    }

    .logo-patch {
        width: 120px ;
        height: 120px;
        border-radius: 50%;
        backdrop-filter: blur(10px);
        background: rgb(255 255 255 / 35%);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 28px rgb(0 0 0 / 27%);
    }

    .pane-form {
        flex: 1 1 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 30px;
    }

    .right-header-content .header-right-item .notifications.noti.dropdown .dropdown-menu {
        width: 300px;
        transform: translate(80px, 50px) !important;
    }

    .lhs.mobile-view {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .rhs.mobile-view {
        display: flex !important;
        width: 100% !important;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: stretch;
        justify-content: space-between !important;
    }

    .dashboard-card {
        padding: 30px 20px;
        border-radius: 10px;
        background: #DD00A8;
        background: linear-gradient(315deg, rgba(221, 0, 168, 1) 0%, rgba(24, 16, 74, 1) 85%);
    }

    .dropdown.whnrd,
    .dropdown.whnrd .a,
    .dropdown.whnrd .dropdown-menu {
        width: 100% !important;
    }

    nav[aria-label="breadcrumb"]{
        display: none !important;
    }


    #leadReportTable,
    #userTable {
        width: 100% !important;
    }


    .master-responsive-table {
        border-collapse: separate !important;
        border-spacing: 0 12px !important;
    }

    .master-responsive-table thead {
        display: none !important;
    }

    .master-responsive-table,
    .master-responsive-table tbody,
    .master-responsive-table tr,
    .master-responsive-table td {
        display: block;
        width: 100%;
    }


    .master-responsive-table tr {
        background: #ffffff;
        padding: 0px 14px;
        transition: all .2s ease;
        overflow: hidden;
        position: relative;
        border-bottom: 1px dashed #c0c0c0;
        border-top: 1px dashed #c0c0c0;
    }

    .master-responsive-table tr::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: var(--primaryColor);
    }

    .master-responsive-table td {
        border: none !important;
        position: relative;
        padding: 15px 0 15px 145px !important;
        text-align: left !important;
        font-size: 14px;
        border-bottom: 1px dashed #f1f3f5 !important;
    }

    .default-table-area .table-responsive .master-responsive-table tbody tr td:first-child {
        border-left: 1px solid #ECEEF2;
        padding-left: 145px !important;
    }

    
 

    .master-responsive-table td:last-child {
        border-bottom: none !important;
    }

    .master-responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 15px;
        width: 135px;
        font-weight: 700;
        font-size: 13px;
        color: #7a7f9a;
        letter-spacing: .2px;
        text-transform: uppercase;
    }

    .master-responsive-table .badge {
        font-size: 11px !important;
        padding: 6px 12px !important;
        border-radius: 30px !important;
    }

    .master-responsive-table .d-flex {
        justify-content: flex-start !important;
        gap: 10px !important;
    }

    .master-responsive-table button {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #f8f9fc !important;
        transition: .2s ease;
    }

    .master-responsive-table button:hover {
        background: #eef1f7 !important;
    }

    .master-responsive-table .material-symbols-outlined {
        font-size: 18px !important;
    }

    .master-responsive-table .text-center,
    .master-responsive-table .tac {
        text-align: left !important;
    }

    .default-table-area {
        overflow-x: hidden !important;
    }

    .dataTables_wrapper {
        padding: 0 !important;
    }


    .customefilter {
        display: flex !important;
        flex-wrap: wrap !important; 
    }

    .filter-drp {
        max-width:100% !important;
        width: 100% !important;
        border-radius: 10px 10px 0px 0px !important;
    }

    .filter-inp {
        max-width:100% !important;
        width: 100% !important;
        border-radius: 0px 0px 10px 10px !important;
    }

    .mw100 {
        width: 100%;
    }

    .mw100 select {
        width: 100% !important;
    }

    .setting-tab {
        width: 100% !important;
        background: white !important;
        padding: 15px 25px !important;
        border-radius: 10px !important;
        margin-bottom: 15px;
    }

    .setting-tab-content {
        background: white !important;
        padding: 15px 25px 30px !important;
        border-radius: 10px !important;
        width: 100% !important;
    }

}