@media  screen and (max-width: 1024px){
    .no-mob {
        display: none;
    }

    .no-desk {
        display: flex;
    }

    .content-dashboard {
        min-height: unset;
    }

    .ms-content {
        width: 86.51%;
        gap: 40px;
        padding: 4% 0;
    }

    .contant-our-sup h2 {
        font-size: clamp(11px, 4.19vw, 28px);
    }

    .ms-input-name,
    .ms-input-email,
    .ms-input-issue,
    .ms-input-describe
    {
        gap: 15px;
    }

    .ms-input-name > label,
    .ms-input-email > label,
    .ms-input-issue > label,
    .ms-input-describe > label 
    {
        font-size: clamp(10px, 3.72vw, 26px);
    }

    .ms-input-name > input,
    .ms-input-email > input,
    .ms-input-issue > input,
    .ms-input-describe > input 
    {
        font-size: clamp(10px, 3.72vw, 26px);
    }

    .ms-input-name > input::placeholder,
    .ms-input-email > input::placeholder,
    .ms-input-issue > input::placeholder,
    .ms-input-describe > input::placeholder 
    {
        font-size: clamp(10px, 3.72vw, 26px);
    }

    .ms-input-name > input,
    .ms-input-email > input,
    .ms-input-issue > div > select
    {
        height: 70px;
        font-size: clamp(9px, 2.79vw, 24px);
    }

    .ms-input-describe > textarea {
        font-size: clamp(9px, 2.79vw, 24px);
        height: 170px;
    }

    .ms-input-describe > textarea::placeholder {
        font-size: clamp(9px, 2.79vw, 24px);
    }

    .ms-btn-container {
        height: 50px;
    }

    .ms-btn-container .submit {
        font-size: clamp(9px, 2.79vw, 24px);
        width: 32%;
    }
    .ms-btn-container .cancel {
        font-size: clamp(9px, 2.79vw, 24px);
    }

    main {
        width: 100%;
    }

    .navbar {
        margin: 0;
        height: 11.90%;
    }

    .nav-desktop-top {
        position: relative;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .my-account-nav {
        width: 50%;
        height: 50%;
        margin-left: 2.33%;
    }

    .my-account-nav > img {
        width: calc(44 / 430* 100vw);
        height: calc(44 / 430* 100vw);
    }

    .my-account-nav > div {
        flex-direction: column-reverse;
        width: 75%;
    }

    .my-account-nav > div > h4 {
        font-size: clamp(12px, 4.426vw, 28px);
    }

    .my-account-nav > div > h5{
        font-size: clamp(10px, 2.66vw, 20px);
    }

    .theme-btn {
        width: 12%;
        position: absolute;
        right: 20%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .notification-btn {
        width: 5.5%;
        margin-right: 10%;
    }

    .notification-btn > .number {
        width: calc(15 / 430* 100vw);
        height: calc(14 / 430* 100vw);
        border-radius: 50%;
    }

    .number > span {
        font-size: clamp(7px, 2.023vw, 18px);
    }

    .number > span {
        font-size: clamp(7px, 2.023vw, 18px);
    }

    .modal-notification {
        top: 78%;
        right: 2.5%;
        width: 77%;
        height: 540px;
    }

    .bg-modal-notification {
        display: none;
    }

    .bg-modal-notification-mob {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        object-fit: fill;
    }

    .desk-modal {
        display: none !important;
    }

    .mob-modal {
        display: block !important;
    }

    .block-modal {
        display: block !important;
    }

    .none-modal {
        display: none !important;
    }

    .mn-container > img {
        width: calc(45 / 430* 100vw);
        height: calc(45 / 430* 100vw);
    }

    .mn-text > h3 {
        font-size: clamp(10px, 3.49vw, 30px);
    }

    .mn-text > div {
        gap: calc(10 / 430* 100vw);
    }

    .mn-text > div > h4 {
        font-size: clamp(9px, 2.56vw, 28px);
    }

    .mn-text > div > span {
        font-size: clamp(7px, 2.09vw, 23px);
    }

    .mn-container > span {
        width: calc(18 / 430* 100vw);
        height: calc(18 / 430* 100vw);
        font-size: clamp(7px, 2.09vw, 23px);
    }



    .bg-nav-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(114 / 430* 100vw);
        flex-shrink: 0;
        background: linear-gradient(0deg, var(--twenty-seventh-color-theme) -10.53%, var(--twenty-nineth-color-theme) 127.19%);
        border-radius: 5px 5px 0 0;
        z-index: 5;
    } 

    .nav-mob {
        position: relative;
        top: calc(4 / 430* 100vw);
        left: calc(21 / 430* 100vw);
        width: calc(387 / 430* 100vw);
        height: calc(72 / 430* 100vw);
        border-radius: 20px;
        background: #94ACE8;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: calc(47 / 430* 100vw);
    }


    .nm-patients  {
        width: calc(29 / 430* 100vw);
        height: auto;
    }

    .nm-patients svg {
        width: 100%;
        height: auto;
    }

    .nm-myaccount {
        width: calc(34 / 430* 100vw);
        height: auto;
    }

    .nm-myaccount svg {
        width: 100%;
        height: auto;
    }

    .nm-home {
        width: calc(50 / 430* 100vw);
        height: auto;
    }

    .nm-home svg {
        width: 100%;
        height: auto;
    }

    .nm-customer-support {
        width: calc(34 / 430* 100vw);
        height: auto;
    }
    
    .nm-customer-support svg {
        width: 100%;
        height: auto;
    }

    .nm-logout {
        width: calc(28.696 / 430* 100vw);
        height: auto;
    }
    
    .nm-logout svg {
        width: 100%;
        height: auto;
    }

    .title-patients-mob {
        width: 95.81%;
        position: unset !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: center;
        gap: calc(16 / 430* 100vw);
        margin: 3% 0;
    }

    .title-patients-mob h3 {
        color: var(--third-color-theme);
        font-family: Gordita;
        font-size: calc(20 / 430* 100vw);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .tp-line {
        width: calc(245 / 430* 100vw);
        height: 1px;
        background: #CEDFFF;
    }

    .menu-view-btn {
        width: 5%;
    }

    .square-mode-menu {
        left: unset;
        right: 5%;
        top: 20%;
        width: 30%;
        height: 12%;
        padding: 3%;
    }

    .square-icon,
    .view-icon {
        width: 10%;
    }

    .arrow-icon {
        width: 4%;
        height: auto;
    }

    .square-mode p,
    .view-columns p {
        font-size: clamp(7px, 1.9vw, 225px);
        margin: 0 10%;
    }

    /* nav */

    /* patient */
    .patients {
        width: 95.81%;
        align-self: center;
        background-color: transparent;
    }

    .gpl-content {
        padding: 0 0 75% 0;
    }

    .gpl-content::-webkit-scrollbar {
        display: none;
    }

    .group-patient-list {
        width: 100%;
        height: 100%;
    }

    .patient-list {
        background-color: var(--secundary-color);
        border: none;
        border-radius: 5px;
        padding-left: 5%;
        margin: 3% 0;
    }

    .pl-profile {
        width: 50%;
        height: auto;
        gap: 5%;
    }

    .pl-profile > img {
        width: calc(44 / 430* 100vw);
        height: calc(44 / 430* 100vw);
    }

    .pl-profile > div {
        height: auto;
    }

    .pl-profile > div > span {
        font-size: clamp(12px, 3.48vw, 30px);
    }

    .case-status {
        position: unset;
        margin-right: 5%;
    }

    .case-is-ready {
        width: calc(130 / 430* 100vw);
        height: calc( 19 / 430 * 100vw);
    }
    
    .check-img-cont {
        width: calc(19 / 430* 100vw);
        height: calc(19 / 430* 100vw);
    }
    
    .check-img-cont > img {
        width: calc(15 / 430* 100vw);
        height: calc(15 / 430* 100vw);
    }
    
    .case-is-ready > h3 {
        font-size: calc(9 / 430* 100vw);
    }

    .casee-in-progress {
        width: calc(130 / 430* 100vw);
        height: calc( 19 / 430 * 100vw);
    }
    
    .cp-group-img {
        width: calc(19 / 430* 100vw);
        height: calc(19 / 430* 100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .cp-group-img > div {
        width: calc(13 / 430* 100vw);
        height: calc(13 / 430* 100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    
    .cp-group-img > div > img {
        object-fit: contain;
        width: 70%;
        height: 70%;
        background-color: transparent;
    }
    
    .casee-in-progress > h3 {
        font-size: calc(9 / 430* 100vw);
    }

    .evaluating-case {
        width: calc(130 / 430* 100vw);
        height: calc( 19 / 430 * 100vw);
    }
    
    .ec-group-imgs {
        width: calc(19 / 430* 100vw);
        height: calc(19 / 430* 100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ec-group-imgs > div {
        width: calc(13 / 430* 100vw);
        height: calc(13 / 430* 100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    
    .ec-group-imgs > div > img {
        object-fit: contain;
        width: 70%;
        height: 70%;
        background-color: transparent;
    }
    
    .evaluating-case > h3 {
        font-size: calc(9 / 430* 100vw);
    }

    .refinement-requested {
        width: calc(130 / 430* 100vw);
        height: calc( 19 / 430 * 100vw);
    }
    
    .rq-group-imgs {
        width: calc(19 / 430* 100vw);
        height: calc(19 / 430* 100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .rq-group-imgs > div {
        width: calc(13 / 430* 100vw);
        height: calc(13 / 430* 100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    
    .refinement-requested > h3 {
        font-size: calc(9 / 430* 100vw);
        top: calc( 4 / 430 * 100vw);
        left: calc(28 / 430* 100vw);
    }

    .undefined {
        width: calc(130 / 430* 100vw);
        height: calc( 19 / 430 * 100vw);
    }
    
    .undefined > h3 {
        font-size: calc(9 / 430* 100vw);
    }

    .undefined > svg {
        width: 5%;
    }

    .group-patients-square {
        width: 100%;
        padding: 10% 0 40% 0;
        gap: 40px;
        background-color: var(--secundary-color);
    }

    .group-patients-square::-webkit-scrollbar {
        display: none;
    }

    .gps-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 40px;
    }

    .patient-square {
        width: 80%;
        height: auto;
    }

    .ps-content {
        bottom: 10%;
        left: 10%;
    }

    .ps-content span {
        font-size: clamp(12px, 3.48vw, 30px);
    }

}

@media  screen and (max-width: 768px){
    .ms-content {
        gap: 15px;
    }

    .ms-input-name, 
    .ms-input-email, 
    .ms-input-issue, 
    .ms-input-describe 
    {
        gap: 8px;
    }

    .ms-input-name > input, 
    .ms-input-email > input, 
    .ms-input-issue > div > select
    {
        height: 55px;
    }

    .ms-input-describe > textarea {
        height: 120px;
    }

    .ms-btn-container {
        height: 30px;
    }

    .modal-notification {
        height: 330px;
    }
}

@media  screen and (max-width: 480px){
    .ms-content {
        gap: 10px;
    }

    .ms-input-name, 
    .ms-input-email, 
    .ms-input-issue, 
    .ms-input-describe 
    {
        gap: 8px;
    }

    .ms-input-name > input, 
    .ms-input-email > input, 
    .ms-input-issue > div > select
    {
        height: 35px;
    }

    .ms-input-describe > textarea {
        height: 100px;
    }

    .ms-btn-container {
        height: 20px;
    }

    .modal-notification {
        height: 330px;
    }

    .modal-notification {
        height: 280px;
    }
    
    .patient-list {
        height: 22%;
    }

    .square-mode-menu {
        top: 18%;
        max-height: 70px;
    }

    .pl-profile > img {
        width: calc(34 / 430* 100vw);
        height: calc(34 / 430* 100vw);
    }
}