
@media (max-width: 1699px) {
    .account-content .custom-column--zigzag1 .single-input:nth-child(1) {
       /* width: 220px;*/
    }

    .account-content .custom-column--zigzag1 .single-input:nth-child(2) {
        /*width: 100px;*/
    }
}


@media (max-width: 1599px) {
    .dashboard-item {
        height: 100px;
        padding: 0 23px 0 10px;
    }

        .dashboard-item .icon {
            height: 73px;
            width: 73px;
        }

        .dashboard-item h3 {
            font-size: 22px;
        }

    .plan-section-main .standard-box {
        max-width: 360px;
    }

    .plan-section {
        padding: 20px;
    }

    .plan-section-main {
        gap: 20px;
    }

    .list-filter-header {
        flex-wrap: wrap;
        align-items: stretch;
    }

        .list-filter-header .filter-right-outer {
            margin: -55px 0 20px;
            order: -1;
            width: 100%;
        }

        .list-filter-header .searchbar {
            flex-grow: 1;
            width: 1px;
        }
}


@media (max-width: 1380 px) {
    .account-section .title h2 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 13px;
    }

    .account-progress-show ul li a {
        width: 100%;
        height: 35px;
        font-size: 13px;
        font-weight: 500;
    }

    .form-model .single-input label {
        font-size: 12px;
        font-weight: 500;
        margin: 0 0 8px;
    }

    .default-input {
        min-height: 36px !important;
        font-size: 13px;
    }

    .tag-container {
        height: initial !important;
    }

    .default-input--big {
        height: 160px !important;
    }

    .checkbox-model {
        height: 18px;
        width: 18px;
    }

        .checkbox-model::after {
            font-size: 16px;
            padding: 0px 0 0;
        }

    .account-content .custom-column {
        grid-gap: 20px;
    }

    .account-content .custom-column {
        grid-gap: 13px;
    }

    .default-button {
        min-height: 36px;
        padding: 4px 17px;
        font-size: 14px;
    }

    .form-model .single-input h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .event-section {
        flex-wrap: wrap;
    }

    .event-sidepart {
        width: 100%;
    }

    .plan-nav ul li a {
        min-width: initial;
    }

    .digital-signature {
        font-size: 59px;
    }


    .letter-checkbox {
        height: 33px;
        width: 33px;
    }
}


@media (max-width: 1399px) {
    .account-content .custom-column--zigzag1 .single-input:nth-child(1) {
        /*width: 180px;*/
    }

    .account-content .custom-column--zigzag1 .single-input:nth-child(2) {
       /* width: 75px;*/
    }

    .account-section {
        padding: 20px 20px 0;
    }

    .dashboard-item-wrap {
        grid-template-columns: repeat(3,1fr);
    }

    .plan-section-main .standard-box {
        max-width: calc(50% - 10px);
    }

    .plan-section-main {
        flex-wrap: wrap;
    }

    .plan-section .left-side-content {
        width: 100%;
        margin-right: 0;
    }

    .plan-section .right-side-content {
        width: 100%;
    }

    .list-filter-header .searchbar {
        margin-bottom: 20px;
        width: 100%;
    }

    .list-filter-header .filter-option {
        margin-left: 0;
        margin-right: 12px;
        width: 140px;
    }

        .list-filter-header .filter-option.big {
            width: 240px;
        }
}


@media (max-width: 1199px) {
    .account-content .custom-column {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0px;
    }

    .account-content .custom-column--zigzag1 {
       /* grid-column-gap: 20px;*/
    }

    .account-content .custom-column--inner {
        grid-column-gap: 20px;
    }

    .input-heading {
        padding: 0 0 20px;
        border-bottom: 1px solid #F5F5F5;
    }

    .account-content .custom-column--5 {
        grid-template-columns: repeat(1,1fr) !important;
    }

    .dashboard-item-wrap {
        grid-template-columns: repeat(2,1fr);
    }

    .edit-info .custom-row-outer {
        flex-direction: column;
        gap: 0px;
    }

    .side-goal {
        margin-top: 30px;
    }
}


@media (max-width: 991px) {
    /*    .account-progress-show ul li {
        display: none;
    }*/
    .account-progress-show ul li.mobile-show {
        display: block;
        width: 50%;
    }

    .account-progress-show ul li a:not(.active) {
        border: none;
    }

        .account-progress-show ul li a:not(.active):after {
            display: none;
        }

    .header-user-button h3 {
        display: none;
    }

    .header-user-button i {
        display: none;
    }

    .header-user-button .image {
        height: 38px;
        width: 38px;
    }

    .page-header-area {
        padding-left: 0;
    }

    .mobile-footer {
        display: block;
    }

    .sidebar-footer {
        display: none;
    }

    .join-room-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

        .join-room-section .content-area {
            padding: 100px 12px;
            max-width: 400px;
            flex-shrink: 1;
        }
}

@media (max-width: 768px) {
    .account-content .custom-column--zigzag1 {
        flex-wrap: wrap;
    }

        .account-content .custom-column--zigzag1 .single-input:nth-child(1) {
            width: 180px;
            flex-grow: 1;
            width: 55%;
        }

        .account-content .custom-column--zigzag1 .single-input:nth-child(3) {
            padding: 0;
            margin-top: -36px;
        }

    .account-content .custom-column--zigzag1 {
        grid-column-gap: 13px;
    }

    .account-content .custom-column--inner {
        grid-column-gap: 13px;
    }


    .phone-number-input input[type="text"] {
        padding-left: 45px !important;
    }

    .phone-number-input .flag {
        display: block;
        position: absolute;
        bottom: 6px;
        left: 10px;
    }

    .submit-form {
        padding: 30px;
    }

        .submit-form .single-input input[type="text"],
        .submit-form .single-input input[type="password"] {
            height: 50px;
        }

        .submit-form .submit-button {
            height: 45px;
        }

    .dashboard-section {
        padding: 20px;
    }

    .plan-section-main .standard-box {
        max-width: 100%;
    }

    .three-column-input-popup .form-inner {
        grid-template-columns: repeat(2,1fr);
    }

    .access-roles .nav-side-content {
        width: 100%;
    }

    .access-roles .tab-side-content {
        width: 100%;
        border-top: 1px solid #DEE2E6;
    }

    .list-filter-header .filter-option {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .pagination-outer .result-p {
        display: none;
    }

    .update-therapist-popup .custom-row {
        grid-template-columns: 100%;
        display: grid;
        grid-gap: 20px;
    }

    .list-filter-table table .large td {
        height: 400px;
    }
}


@media (max-width: 575px) {
    .account-content {
        margin: 25px 0 0;
        padding: 13px 13px 5px;
    }

    .hr-line {
        margin: 0px 0 15px;
    }

    .existing-note .head {
        margin: -15px 0 0;
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .single-note {
        position: relative;
        flex-wrap: wrap;
    }

        .single-note .sn-content .top .buttons {
            gap: 15px;
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .single-note .date {
            padding: 15px 0px 22px 20px;
            width: 100%;
            justify-content: flex-start
        }

            .single-note .date::after {
                top: initial;
                transform: translate(-50%,0);
                right: initial;
                left: 50%;
                height: 1px;
                width: calc(100% - 40px);
                bottom: 0;
                border-bottom: 1px dashed rgba(0, 0, 0, 0.788);
                /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23333' stroke-width='1' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        clip-path: polygon(0 0, 100% 0, 100% 1px, 0% 1px);
        height: 4px; */
            }

    .form-submit-section {
        padding: 40px 0 40px;
    }

    .dashboard-item-wrap {
        grid-template-columns: repeat(1,1fr);
    }

    .info-show-only .table td {
        padding: 11px 15px;
        font-size: 15px;
    }

    .info-show-only h3 {
        padding: 15px 15px;
        font-size: 16px;
    }

    .info-show-only .table td:first-child {
        width: 180px;
    }

    .edit-info .custom-input-row {
        flex-direction: column;
        gap: 0;
    }

    .edit-info h3 {
        padding: 15px 15px;
        font-size: 16px;
    }

    .edit-info-inner {
        padding: 15px 15px;
    }

    .plan-section h4, .plan-section .h4 {
        font-size: 16px;
    }

    .three-column-input-popup .form-inner {
        grid-template-columns: repeat(1,1fr);
    }

    .form-model .single-input.linear-single-input label {
        width: 180px;
    }

    .mobile-text-center {
        text-align: center;
    }

    .access-roles .nav-side-content .nav {
        padding: 15px 15px;
    }

    .access-roles .tab-side-content .single-tab .tab-content-inner {
        padding: 15px 15px;
    }

    .digital-signature {
        font-size: 32px !important;
        height: 120px !important;
    }

    .pagination ul li.side {
        width: 80px;
    }

    .pagination ul li {
        height: 36px;
        width: 36px
    }

    .add-client-popup .custom-row {
        grid-template-columns: repeat(1,1fr);
        display: grid;
        grid-gap: 0px;
    }

    .plan-nav-tab ul li {
        flex-grow: 1;
    }

        .plan-nav-tab ul li a {
            padding: 0 15px;
            flex-grow: 1;
        }

    .calendar-modal .single-input.linear-single-input > label {
        width: 140px;
    }

    .submit-form .head .head-text p.green-box {
        padding: 20px 40px;
    }
}

@media (max-width: 450px) {
    .submit-form {
        padding: 30px 15px;
    }

    .dashboard-item-wrap {
        grid-gap: 20px;
    }

    .plan-section {
        padding: 20px 12px;
    }

    .form-model .single-input.linear-single-input label {
        width: 140px;
    }

    .form-model .single-input.linear-single-input label {
        width: 120px !important;
    }


    .calendar-modal .single-input.linear-single-input > label {
        width: 80px !important;
    }
}

@media (max-width: 390px) {
    .account-section {
        padding: 15px 10px 0;
    }

    .page-header-area {
        gap: 20px;
    }

    .three-column-input-popup .form-inner {
        padding: 30px 12px;
    }

    .form-model .single-input.linear-single-input label {
        width: 110px;
    }
}


@media (min-width: 576px) {
    .position-sm-absolute {
        position: absolute;
    }
}

@media (max-width: 576px) {
    .mobile-hide {
        display: none;
    }
}
