﻿/* desktop devices  */
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    /* ============================================================================
                                Extra Part Start
  ============================================================================ */
    /* ============================================================================
                                Extra Part End
  ============================================================================ */
}

/* desktop devices  */
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    /* ============================================================================
                                Extra Part Start
  ============================================================================ */
    /* ============================================================================
                                Extra Part End
  ============================================================================ */
}

/* laptop devices   */
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* Tab devices   */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* ============================================================================
                                Tabs Part Start
  ============================================================================ */
    #partner-hub-tabs {
        padding: 20px !important;
    }
    .nav-link {
        font-size: 18px !important;
    }
    /* ============================================================================
                                Tabs Part End
  ============================================================================ */
}

/* Tab lower only  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* ============================================================================
                                   Banner Part Start
  ============================================================================ */
    #partner-hub-banner {
        padding: 50px 0 !important;
    }

    .partner-hub-banner-title {
        font-size: 30px !important;
    }

    .partner-hub-banner-description {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    /* ============================================================================
                                   Banner Part End
  ============================================================================ */



    /* ============================================================================
                                    Tabs Part Start
  ============================================================================ */
    #partner-hub-tabs {
        padding: 0 !important;
    }

    .nav-link {
        padding: 10px 10px !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                                    Tabs Part End
  ============================================================================ */



    /* ============================================================================
                                Report Box Part Start
  ============================================================================ */
    .analysis-reports-boxs {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .analysis-reports-box {
        padding: 15px !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .analysis-report-box-title {
        font-size: 12px !important;
    }

    .analysis-report-box-amount {
        font-size: 24px !important;
    }
    /* ============================================================================
                                Report Box Part End
  ============================================================================ */


    /* ============================================================================
                            Analysis By Status Part Start
  ============================================================================ */
    .analysis-reports-table-wrapper {
        padding: 20px !important;
    }

    .table-title {
        font-size: 20px !important;
    }

    #nestedTabContent .tab-pane {
        overflow-x: scroll;
    }
    /* ============================================================================
                            Analysis By Status Part End
  ============================================================================ */


    /* ============================================================================
                        Profile Setting Part Start
  ============================================================================ */
    #profile-setting-content {
        padding: 15px !important;
    }

    .profile-intro {
        gap: 15px !important;
        flex-direction: column !important;
    }

    .profile-name {
        gap: 5px !important;
        text-align: center !important;
    }

    .profile-name-title {
        font-size: 18px !important;
    }

    .profile-name-subtitle {
        font-size: 16px !important;
    }

    .profile-details table tr td:first-child {
        font-size: 12px !important;
    }

    .profile-details table tr td:last-child {
        font-size: 15px !important;
    }

    .upload-now {
        font-size: 14px !important;
    }

    .image-size-limit {
        font-size: 12px !important;
    }

    .profile-details-title {
        font-size: 20px !important;
    }

    .profile-edit-form-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-top: 20px !important;
        padding: 20px !important;
    }

    .profile-edit-label {
        font-size: 14px !important;
        width: 99% !important;
    }

    .profile-edit-input {
        padding: 10px 15px !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                        Profile Setting Part End
  ============================================================================ */



    /* ============================================================================
                        Session Details Part Start
  ============================================================================ */
    .session-details-title {
        font-size: 20px !important;
    }

    .session-details-availability-day {
        font-size: 15px !important;
    }

    .session-details-availability-time {
        font-size: 13px !important;
    }
    /* ============================================================================
                        Session Details Part End
  ============================================================================ */


    /* ============================================================================
                        Chnage Password Part Start
  ============================================================================ */
    #change-password-form {
        width: 100% !important;
    }

    .form-legend {
        font-size: 20px !important;
    }

    .form-label {
        font-size: 15px !important;
    }

    .form-input {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }
    /* ============================================================================
                        Chnage Password Part End
  ============================================================================ */
}

/* Mobile devices   */
@media only screen and (min-width: 375px) and (max-width: 575px) {
    /* ============================================================================
                                   Banner Part Start
  ============================================================================ */
    #partner-hub-banner {
        padding: 50px 0 !important;
    }

    .partner-hub-banner-title {
        font-size: 30px !important;
    }

    .partner-hub-banner-description {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    /* ============================================================================
                                   Banner Part End
  ============================================================================ */



    /* ============================================================================
                                    Tabs Part Start
  ============================================================================ */
    #partner-hub-tabs {
        padding: 0 !important;
    }

    .nav-link {
        padding: 10px 10px !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                                    Tabs Part End
  ============================================================================ */



    /* ============================================================================
                                Report Box Part Start
  ============================================================================ */
    .analysis-reports-boxs {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .analysis-reports-box {
        padding: 15px !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .analysis-report-box-title {
        font-size: 12px !important;
    }

    .analysis-report-box-amount {
        font-size: 24px !important;
    }
    /* ============================================================================
                                Report Box Part End
  ============================================================================ */


    /* ============================================================================
                            Analysis By Status Part Start
  ============================================================================ */
    .analysis-reports-table-wrapper {
        padding: 20px !important;
    }

    .table-title {
        font-size: 20px !important;
    }

    #nestedTabContent .tab-pane {
        overflow-x: scroll;
    }
    /* ============================================================================
                            Analysis By Status Part End
  ============================================================================ */


    /* ============================================================================
                        Profile Setting Part Start
  ============================================================================ */
    #profile-setting-content {
        padding: 15px !important;
    }

    .profile-intro {
        gap: 15px !important;
        flex-direction: column !important;
    }

    .profile-name {
        gap: 5px !important;
        text-align: center !important;
    }

    .profile-name-title {
        font-size: 18px !important;
    }

    .profile-name-subtitle {
        font-size: 16px !important;
    }

    .profile-details table tr td:first-child {
        font-size: 12px !important;
    }

    .profile-details table tr td:last-child {
        font-size: 15px !important;
    }

    .upload-now {
        font-size: 14px !important;
    }

    .image-size-limit {
        font-size: 12px !important;
    }

    .profile-details-title {
        font-size: 20px !important;
    }

    .profile-edit-form-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-top: 20px !important;
        padding: 20px !important;
    }

    .profile-edit-label {
        font-size: 14px !important;
        width: 99% !important;
    }

    .profile-edit-input {
        padding: 10px 15px !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                        Profile Setting Part End
  ============================================================================ */



    /* ============================================================================
                        Session Details Part Start
  ============================================================================ */
    .session-details-title {
        font-size: 20px !important;
    }

    .session-details-availability-day {
        font-size: 15px !important;
    }

    .session-details-availability-time {
        font-size: 13px !important;
    }
    /* ============================================================================
                        Session Details Part End
  ============================================================================ */


    /* ============================================================================
                        Chnage Password Part Start
  ============================================================================ */
    #change-password-form {
        width: 100% !important;
    }

    .form-legend {
        font-size: 20px !important;
    }

    .form-label {
        font-size: 15px !important;
    }

    .form-input {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }
    /* ============================================================================
                        Chnage Password Part End
  ============================================================================ */
}

/* Extra Small Mobile devices   */
@media only screen and (max-width: 374px) {
    /* ============================================================================
                                   Banner Part Start
  ============================================================================ */
    #partner-hub-banner {
        padding: 50px 0 !important;
    }
    .partner-hub-banner-title {
        font-size: 30px !important;
    }
    .partner-hub-banner-description {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    /* ============================================================================
                                   Banner Part End
  ============================================================================ */



    /* ============================================================================
                                    Tabs Part Start
  ============================================================================ */
    #partner-hub-tabs {
         padding: 0 !important;
    }
    .nav-link {
        padding: 10px 10px !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                                    Tabs Part End
  ============================================================================ */



    /* ============================================================================
                                Report Box Part Start
  ============================================================================ */
    .analysis-reports-boxs {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    .analysis-reports-box {
        padding: 15px !important;
        text-align: center !important;
        gap: 10px !important;
    }
    .analysis-report-box-title {
        font-size: 12px !important;
    }
    .analysis-report-box-amount {
        font-size: 24px !important;
    }
    /* ============================================================================
                                Report Box Part End
  ============================================================================ */


    /* ============================================================================
                            Analysis By Status Part Start
  ============================================================================ */
    .analysis-reports-table-wrapper {
        padding: 20px !important;
    }
    .table-title {
        font-size: 20px !important;
    }
    #nestedTabContent .tab-pane {
        overflow-x: scroll;
    }
    /* ============================================================================
                            Analysis By Status Part End
  ============================================================================ */


    /* ============================================================================
                        Profile Setting Part Start
  ============================================================================ */
    #profile-setting-content{
        padding: 15px !important;
    }
    .profile-intro {
        gap: 15px !important;
        flex-direction: column !important;
    }
    .profile-name {
        gap: 5px !important;
        text-align: center !important;
    }
    .profile-name-title {
        font-size: 18px !important;
    }
    .profile-name-subtitle {
        font-size: 16px !important;
    }
    .profile-details table tr td:first-child {
        font-size: 12px !important;
    }
    .profile-details table tr td:last-child {
        font-size: 15px !important;
    }
    .upload-now {
        font-size: 14px !important;
    }
    .image-size-limit {
        font-size: 12px !important;
    }
    .profile-details-title {
        font-size: 20px !important;
    }
    .profile-edit-form-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-top: 20px !important;
        padding: 20px !important;
    }
    .profile-edit-label {
        font-size: 14px !important;
        width: 99% !important;
    }
    .profile-edit-input {
        padding: 10px 15px !important;
        font-size: 12px !important;
    }
    /* ============================================================================
                        Profile Setting Part End
  ============================================================================ */



    /* ============================================================================
                        Session Details Part Start
  ============================================================================ */
    .session-details-title {
        font-size: 20px !important;
    }
    .session-details-availability-day {
        font-size: 15px !important;
    }
    .session-details-availability-time {
        font-size: 13px !important;
    }
    /* ============================================================================
                        Session Details Part End
  ============================================================================ */


    /* ============================================================================
                        Chnage Password Part Start
  ============================================================================ */
    #change-password-form {
        width: 100% !important;
    }
    .form-legend {
        font-size: 20px !important;
    }
    .form-label {
        font-size: 15px !important;
    }
    .form-input {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }
    /* ============================================================================
                        Chnage Password Part End
  ============================================================================ */
}