@media(min-width:1400px) {
    .container {
        width: 1320px;
    }

    .w-xxl-1 {
        width: 8.3333%;
    }

    .w-xxl-2 {
        width: 16.6666%;
    }

    .w-xxl-3 {
        width: 25%;
    }

    .w-xxl-4 {
        width: 33.3333%;
    }

    .w-xxl-5 {
        width: 41.6666%;
    }

    .w-xxl-6 {
        width: 50%;
    }

    .w-xxl-7 {
        width: 58.3333%;
    }

    .w-xxl-8 {
        width: 66.6666%;
    }

    .w-xxl-9 {
        width: 75%;
    }

    .w-xxl-10 {
        width: 83.3333%;
    }

    .w-xxl-11 {
        width: 91.6666%;
    }

    .w-xxl-12 {
        width: 100%;
    }

    .w-xxl-1,
    .w-xxl-2,
    .w-xxl-3,
    .w-xxl-4,
    .w-xxl-5,
    .w-xxl-6,
    .w-xxl-7,
    .w-xxl-8,
    .w-xxl-9,
    .w-xxl-10,
    .w-xxl-11,
    .w-xxl-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sign-up-logo {
        width: 60%;
        padding: 100px;
    }

    .sign-up-logo img {
        width: 400px;
    }


}

@media(maX-width:1399px) {

    .flex-direction-column {
        flex-direction: row;
    }

    .w-xl-1 {
        width: 8.3333%;
    }

    .w-xl-2 {
        width: 16.6666%;
    }

    .w-xl-3 {
        width: 25%;
    }

    .w-xl-4 {
        width: 33.3333%;
    }

    .w-xl-5 {
        width: 41.6666%;
    }

    .w-xl-6 {
        width: 50%;
    }

    .w-xl-7 {
        width: 58.3333%;
    }

    .w-xl-8 {
        width: 66.6666%;
    }

    .w-xl-9 {
        width: 75%;
    }

    .w-xl-10 {
        width: 83.3333%;
    }

    .w-xl-11 {
        width: 91.6666%;
    }

    .w-xl-12 {
        width: 100%;
    }

    .w-xl-1,
    .w-xl-2,
    .w-xl-3,
    .w-xl-4,
    .w-xl-5,
    .w-xl-6,
    .w-xl-7,
    .w-xl-8,
    .w-xl-9,
    .w-xl-10,
    .w-xl-11,
    .w-xl-12 {
        padding-left: 12px;
        padding-right: 12px;
    }



}

@media(max-width:1199px) {
    .flex-column-lg{
        flex-direction: column;
    }

    .w-lg-1 {
        width: 8.3333%;
    }

    .w-lg-2 {
        width: 16.6666%;
    }

    .w-lg-3 {
        width: 25%;
    }

    .w-lg-4 {
        width: 33.3333%;
    }

    .w-lg-5 {
        width: 41.6666%;
    }

    .w-lg-6 {
        width: 50%;
    }

    .w-lg-7 {
        width: 58.3333%;
    }

    .w-lg-8 {
        width: 66.6666%;
    }

    .w-lg-9 {
        width: 75%;
    }

    .w-lg-10 {
        width: 83.3333%;
    }

    .w-lg-11 {
        width: 91.6666%;
    }

    .w-lg-12 {
        width: 100%;
    }

    .sign-up-logo {
        width: 80%;
        padding: 60px;
    }

    .sign-up-logo img {
        width: 360px;
    }

    .search-from {
        width: 400px;
    }

    .slidebar {
        width: 100px;
    }

    .logo {
        padding: 16px 0px;
    }

    .logo img {
        width: 100px;
    }

    nav ul li a,
    .logout a {
        padding-left: 26px;
        padding-right: 26px;
        text-align: center;
        justify-content: center;
    }

    nav ul li a p,
    .logout a p {
        display: none;
        position: absolute;
        left: 80%;
        /* transform: translateX(-50%); */
        padding: 10px;
        background-color: #FFF;
        border-radius: 10px;
    }

    li.active a p {
        background-color: #f2f5f7;
    }

    nav ul li a:hover p,
    .logout:hover a p {
        display: block;
    }

    .main {
        margin-left: 100px;
    }

    .search-from {
        width: 400px;
    }

    .from-grid {
        width: 100%;
        padding: 16px;
    }

    .modal {
        width: 80%;
        padding: 12px;
        padding-top: 16px;
    }

    .profile-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 12px 12px;
        grid-auto-flow: row;
        grid-template-areas:
            "personal-information health-information"
            "daily-activity-details work-information"
            "claim-information -"
            "additional-notes additional-notes";
    }

    .personal-information {
        grid-area: personal-information;
    }

    .health-information {
        grid-area: health-information;
    }

    .daily-activity-details {
        grid-area: daily-activity-details;
    }

    .work-information {
        grid-area: work-information;
    }

    .claim-information {
        grid-area: claim-information;
    }

    .additional-notes {
        grid-area: additional-notes;
    }



}

@media(max-width:991px) {
    .flex-row-md{
        flex-direction: row;
    }
    .items-center-md{
        align-items: center;
    }
    .w-md-1 {
        width: 8.3333%;
    }

    .w-md-2 {
        width: 16.6666%;
    }

    .w-md-3 {
        width: 25%;
    }

    .w-md-4 {
        width: 33.3333%;
    }

    .w-md-5 {
        width: 41.6666%;
    }

    .w-md-6 {
        width: 50%;
    }

    .w-md-7 {
        width: 58.3333%;
    }

    .w-md-8 {
        width: 66.6666%;
    }

    .w-md-9 {
        width: 75%;
    }

    .w-md-10 {
        width: 83.3333%;
    }

    .w-md-11 {
        width: 91.6666%;
    }

    .w-md-12 {
        width: 100%;
    }

    .w-1,
    .w-2,
    .w-3,
    .w-4,
    .w-5,
    .w-6,
    .w-7,
    .w-8,
    .w-9,
    .w-10,
    .w-11,
    .w-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sign-up {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: center;
        padding-top: 40px;
        background: rgb(255, 255, 255);
        background: linear-gradient(45deg, rgba(255, 255, 255, 1) 71%, rgba(230, 235, 255, 1) 100%);
        row-gap: 36px;

    }

    .sign-up-bg {
        height: unset;
        background-image: unset;
    }

    .sign-up-logo {
        padding: unset;
        background-color: unset;
    }

    .sign-up-logo img {
        width: 100%;
    }

    .sign-up-form {
        gap: 26px;
    }

    .sign-up-form h2 {
        font-size: 26px;
    }

    .slidebar {
        width: 300px;
        position: fixed;
        top: 0;
        left: -320px;
        transition: all 0.3s ease-in;
        box-shadow: unset;
    }

    .slidebar .logo {
        padding: 18px;
    }

    .slidebar .logo img {
        width: 160px;
    }

    nav ul li a,
    .logout a {
        display: flex;
        font-size: 14px;
        gap: 8px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 42px;
        padding-right: 0;
        justify-content: flex-start;
        align-items: center;
        left: 0;
    }

    nav ul li a p,
    .logout a p {
        display: block;
        position: unset;
        padding: unset;
    }

    nav ul li a svg,
    .logout a svg {
        width: 18px;
    }

    .slidebar.active {
        left: -10px;
        transition: all 0.5s;
    }

    .header {
        display: none;
    }

    .main {
        margin-left: 0;
        padding-top: 0;
    }

    .top-bar {
        align-items: start;
        flex-direction: column;
        padding: 16px;
        margin-top: 0;
        background-color: var();
        /* overflow: hidden; */
    }

    .top-bar .heading h2 {
        font-size: 22px;
    }

    .top-bar .heading p {
        font-size: 14px;
    }

    .top-bar .heading~div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 16px
    }

    #toggleSidebar {
        display: block;
    }

    .search-from {
        width: 440px;
        height: 40px;
        padding: 8px;
        padding-left: 12px;
        align-items: center;
        margin-left: auto;
    }

    .search-from button img {
        width: 16px;
    }

    .search-from input::placeholder {
        font-family: var(--primary-font);
        font-size: 14px;
    }

    .page-wrapper {
        flex-direction: column;
        padding: 12px 0px;
        overflow: auto;
    }

    .tab {
        display: flex;
    }

    #partnerTab {
        display: none;
    }

    .card-header {
        padding: 12px;
    }

    .card-body {
        height: 100%;
    }

    .card-header h3 {
        font-size: 16px;
    }

    .card-body table {
        font-size: 14px;
    }

    .card-body table thead {
        font-size: 14px;
    }

    .card-body table tbody tr td {
        padding: 4px;
    }

    .contact-grid {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        line-height: 1.5;
    }

    .from-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    .modal {
        width: 90%;
        padding-top: 16px;
    }

    .from-grid label {
        font-size: 14px;
    }

    .add-client input,
    .add-client textarea,
    .dropdown button {
        margin-bottom: 0px;
        width: 100%;
    }

    .add-client input::placeholder {
        font-size: 12px;
    }

    .profile-wrapper {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
    .card-header{
        position: relative;
    }
    .desktopfilter{
        display: none;
    }
    .filter-icon{
        display:block;
    }
    #filterButton{
        z-index: 1;
    }
    #filterDropdown {
        display: block;
        top: 74px;
        left: 0;
        position: absolute;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
        z-index: 1;
    }
    .date-filter{
        width: 100%;
    }
    #filterDropdown.active {
        height: 250px;
    }
    .date-filter{
        background-color: #FFF;
        flex-direction: column;
        font-size: 14px;
        padding: 12px;

    }
    .date-filter input, .filter select{
        font-size: 14px;
        padding: 8px;
    }
    #nameFilter , #activityFilter{
        width: 100%;
    }
    .filter-button{
        display: flex;
        gap: 12px;
    }
}

@media(max-width:767px) {

    .w-sm-1 {
        width: 8.3333%;
    }

    .w-sm-2 {
        width: 16.6666%;
    }

    .w-sm-3 {
        width: 25%;
    }

    .w-sm-4 {
        width: 33.3333%;
    }

    .w-sm-5 {
        width: 41.6666%;
    }

    .w-sm-6 {
        width: 50%;
    }

    .w-sm-7 {
        width: 58.3333%;
    }

    .w-sm-8 {
        width: 66.6666%;
    }

    .w-sm-9 {
        width: 75%;
    }

    .w-sm-10 {
        width: 83.3333%;
    }

    .w-sm-11 {
        width: 91.6666%;
    }

    .w-sm-12 {
        width: 100%;
    }

    .w-1,
    .w-2,
    .w-3,
    .w-4,
    .w-5,
    .w-6,
    .w-7,
    .w-8,
    .w-9,
    .w-10,
    .w-11,
    .w-12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .search-from {
        width: 220px;
        height: 40px;
        padding: 8px;
        padding-left: 12px;
        align-items: center;
        margin-left: auto;
    }
    .filter-button{
        display: flex;
        gap:6px;
    }
    

}