/* Big Screen Device */
@media only screen and (min-width: 1625px) {
    .container {
        max-width: 1601px;
    }
}


/* XXL+ Device. */
@media only screen and (max-width: 1625px) {
    .container {
        max-width: 1320px;
    }
}
/* XXL+ Device. */

@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1320px;
    }
    /* Team-login-veiw-1.html Page Responsive Start */
    .stf-wrapper {
        padding-left: 0;
    }
    .stf-heading {
        font-size: 60px;
    }
    /* Team-login-veiw-1.html Page Responsive End */
}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
    .container {
        width: 1140px;
    }

    /* team-login-veiw-1.html Page Responsive Start */
    .stf-text {
        max-width: 100%;
        margin-top: 20px;
    }
    .stf-input-wrapper {
        margin-right: 0;
        padding: 35px 0 22px;
    }
    .stf-wrapper {
        padding: 20px 0 10px;
    }
    /* team-login-veiw-1.html Page Responsive End */

}


/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .dashboard-body-area {
        width: 100%;
    }
    .dashboard-mobile-head {
        background-color: #3E3D3D;
        height: 100%;
        padding: 20px 25px;
    }
    .mobile-sidebar-btn img {
        max-width: 26px;
    }
    .mobile-sidebar-btn {
        padding: 5px 10px;
        border: 1px solid var(--primary);
        border-radius: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-sidebar-btn:focus {
        border: 1px solid var(--primary);
    }
    .dashboard-mobile-logo {
        max-width: 186px;
    }
    .mobile-sidebar .offcanvas {
        background-color: #3E3D3D;
    }
    .mobile-sidebar .offcanvas-header {
        padding: 20px 25px;
    }
    .offcanvas-title {
        margin-left: -25px;
    }
    .mobile-sidebar .offcanvas-body {
        padding: 30px 0;
    }

    /* fundraiser-coach-dashboard.html Page Responsive Start */
    .fundraiser-coach-dashboard-page .dashboard-table tbody td {
        font-size: 13px;
    }
    /* fundraiser-coach-dashboard.html Page Responsive End */


}


/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
    .container {
        width: 720px;
    }

    /* form page css start */
    .form-page-box {
        padding: 60px 60px 80px;
    }
    /* form page css end */



    .dashboard-content {
        padding: 40px 25px;
        padding-top: 0;
    }
    .dashboard-table th {
        padding: 11px 16px;
    }
    .dashboard-table tbody td {
        padding: 16px;
    }

    /* fundraiser-coach-dashboard.html Page Responsive Start */
    .dashboard-back {
        margin-left: 0;
    }
    .public-link {
        margin-bottom: 30px;
    }
    .dbh-search-input {
        width: auto;
    }
    .dbh-search-input button {
        width: 45px;
        height: 31px;
        border: 1px solid #707070;
        border-radius: 20px;
    }
    .search-modal-close {
        padding: 7px 16px;
        border: 1px solid var(--primary);
        border-radius: 20px;
        background-color: transparent;
    }
    .search-modal-close:hover {
        background-color: var(--primary);
        color: #fff;
    }
    .dbh-mobile-search-modal .modal-body {
        padding: 20px 20px;
    }
    .participant-activity-table-content .dashboard-table-content {
        min-width: 780px;
    }
    .participant-activity-table-content .dashboard-table-wrapper {
        overflow: auto;
    }
    /* fundraiser-coach-dashboard.html Page Responsive End */

}


/* Small Device :550px. */
@media only screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    /* form page css start */
    .form-page-bg-bolt {
        height: 305px;
        width: 630px;
    }
    .form-page-content {
        padding: 20px;
    }
    /* form page css end */


    .admin-coach-page .dashboard-table-content, .fundraisers-page .dashboard-table-content, .donation-table-content .dashboard-table-content {
        width: 670px;
    }
    .admin-coach-page .dashboard-table-wrapper, .fundraisers-page .dashboard-table-wrapper, .donation-table-content .dashboard-table-wrapper {
        overflow: auto;
    }
    .dashboard-title-content {
        padding: 50px 0;
    }

    .pagination-inner-items {
        margin-left: 50px;
    }

    /* Team-login-veiw-1.html Page Responsive Start */
    .stf-input-wrapper {
        max-width: 325px;
    }
    .stf-heading {
        font-size: 40px;
    }
    /* Team-login-veiw-1.html Page Responsive End */

}


/* Extra small Device. */
@media only screen and (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* form page css start */
    .form-page-box {
        padding: 25px 20px 35px;
    }
    .form-page-logo {
        max-width: 220px;
    }
    .form-page-para {
        font-size: 11px;
    }
    .single-form-input {
        padding-bottom: 30px;
    }
    .form-btn {
        max-width: 217px;
        width: 100%;
    }
    .form-checkbox label {
        gap: 10px;
    }
    .form-checkbox label .checkbox {
        width: 13px;
        height: 13px;
        font-size: 9px;
    }
    .form-checkbox label, .form-link {
        font-size: 13px;
    }
    .btn {
        height: 35px;
        font-size: 12px;
        padding: 5px 35px 7px;
    }
    /* form page css end */


    .dashboard-mobile-head {
        padding: 20px 15px;
    }
    .dashboard-content {
        padding: 40px 15px;
    }
    .dashboard-title-content {
        padding: 25px 0 10px;
    }
    .admin-coach-page .dashboard-title-content {
        padding: 50px 0 10px;
    }
    .dashboard-back {
        margin-left: 0;
    }


    /* fundraiser-coach-dashboard.html Page Responsive Start */
    .public-link-text {
        width: 340px;
    }
    .mdb-col .dashboard-box {
        margin-bottom: 20px;
    }
    .dmc-text p {
        font-size: 15px;
    }
    .dmc-text {
        gap: 8px;
    }
    /* fundraiser-coach-dashboard.html Page Responsive End */

    /* Team-login-veiw-1.html Page Responsive Start */
    .share-the-fundraiser-section {
        margin-bottom: 60px;
    }
    .stf-heading {
        font-size: 30px;
    }
    /* Team-login-veiw-1.html Page Responsive End */
}

@media only screen and (max-width: 430px) {
    .mobile-sidebar .offcanvas-start {
        width: 100%;
    }
    .dashboard-right-title {
        font-size: 14px;
    }

    /* Team-login-veiw-1.html Page Responsive Start */
    .stf-input-btn {
        width: 100%;
        border-radius: 15px;
        height: 37px;
    }
    /* Team-login-veiw-1.html Page Responsive End */
}