@media screen and (min-width: 992px) {
    .dashboard .main-content-area {
        overflow: auto;
    }
    .menu-header-area, .menu-footer-area {
        background-color: var(--white);
    }
    .dashboard-form .select-wrapper:after {
        right: 24px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1248px;
        padding: 0 24px;
    }
    .data-table td:first-child span {
        display: none;
    }
}
@media screen and (max-width: 1599px) {
    .desktop-action-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }
    .panel-box {
        max-width: calc(calc(100% - 64px) / 3);
    }
}
@media screen and (max-width: 1399px) {
	h1 {
		font-size: 50px;
	}
	.auth-right h1 {
		left: 52px;
		max-width: 380px;
	}
    .data-table td:nth-child(2), .data-table th:nth-child(2) {
        display: none;
    }
    .data-table th:nth-child(3) {
        width: 20%;
    }
    .data-table td {
        padding: 9px 10px 10px;
    }
}
@media screen and (max-width: 1199px) {
	h1 {
		font-size: 42px;
	}
	.auth-right h1 {
		left: 48px;
		max-width: 300px;
	}
    .auth-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }
    .inner-header {
        padding: 26px 25px 0 48px;
    }
    .main-content-body {
        padding-left: 48px;
    }
    .dashboard-youtube-video-container {
        padding: 58px 32px 66px;
        gap: 32px;
        margin: 48px 0;
    }
    .data-table tr td:first-child, .data-table tr th:first-child {
        padding-left: 25px;
    }
    .panel-box {
        max-width: calc(calc(100% - 32px) / 2);
    }
}
@media screen and (max-width: 991px) {
    .container {
        padding: 0 20px;
    }
    .auth-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
    }
    .auth-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 510px;
                flex: 0 1 510px;
        width: 100%;
        padding: 11px 20px 62px;
    }
    .auth-form {
        max-width: 400px;
    }
    .auth-right  {
        width: 100%;
    }
    .divider {
        max-width: 80%;
        margin: 24px auto 16px;
    }
    .divider-or, .external-login-links, .auth-right-image-area {
        display: none;
    }
    .button-group {
        margin-bottom: 24px;
    }
    p.copyright-text {
        padding: 10px 20px 16px;
    }
    header.dashboard-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 16px 20px;
        background-color: white;
        z-index: 999;
    }
    .sidebar {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        padding-bottom: 16px;
        background-color: white;
        border: none;
        top: 74px;
        padding-bottom: 74px;
    }
    .dashboard-logo-area {
        display: none;
    }
    .dashboard {
        margin-left: 0;
    }
    body.open-menu .sidebar {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    .header-intro h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .header-intro p {
        font-size: 14px;
        line-height: 21px;
    }
    .inner-header {
        padding: 40px 18px 0 18px;
    }
    .main-content-body {
        padding: 0 50px;
    }
    .milestones-area > h3 {
        margin-bottom: 24px;
    }
    .menu-header-area {
        padding: 16px 20px 20px;
        background-color: white;
    }
    .menu-main-navigation-area {
        padding: 0 20px;
    }
    .menu-footer-area {
        padding: 20px 20px 16px;
    }
    .menu-main-navigation-area .divider {
        max-width: 100%;
        margin: 20px auto 0;
    }
    .mobile-footer-menu .user-info {
        cursor: initial;
    }
    .user-info p {
        font-weight: 600;
    }
    .filter-form .divider {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 1.25;
    }
    .auth-form-header {
        max-width: 300px;
        margin: 0 auto 28px;
    }
    .auth-form-header.margin-b {
        margin-bottom: 36px;
    }
    .dashboard-youtube-video-container {
        padding: 57px 23px 77px;
        gap: 18px;
        margin: 17px 0 53px;
    }
    .header-button-area {
        gap: 24px;
    }
    .data-table td:nth-child(n+3):not(:last-child),
    .data-table th:nth-child(n+3):not(:last-child) {
        display: none;
    }
    .action-bar {
        max-width: 500px;
        margin: 10px auto 12px;
        gap: 12px;
    }
    .desktop-action-bar {
        gap: 12px;
    }
    .mobile-search-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-search-action .search-box {
        display: block;
        max-width: 600px;
    }
    .mobile-search-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-search-action .search-box {
        display: block;
        max-width: 600px;
    }
    .search-box {
        display: none;
    }
    .action-btn-group .primary-solid {
        display: none;
    }
    .search-filter-group, .action-btn-group  {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }
    .filter-form, .checkbox-container {
        width: 100%;
    }
    .modal-content-area {
        padding: 32px 26px 29px 24px;
    }
}
@media screen and (max-width: 575px) {
    section.auth-section {
        height: 100%;
    }
    .auth-container {
        margin: 0 -20px;
        border-radius: 0;
        box-shadow: initial;
    }
    .auth-form {
        max-width: 100%;
    }
    .sidebar {
        width: 100%;
    }
    .dashboard-logo-area button.hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .data-table th {
        padding: 18px 4px 16px;
    }
    .data-table td:nth-child(5) p {
        display: none;
    }
    .data-table th:nth-child(5), .data-table td:nth-child(5) {
        text-align: center;
    }
    .data-table th:nth-child(5), .data-table th:nth-child(6) {
        width: 0%;
    }
    .filter-btn {
        gap: 16px;
    }
    .drawer {
        width: 100%;
    }
    .black-margin {
        width: 13px;
        height: 100%;
        background: black;
    }
    .panel-box {
        max-width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .search-filter-group, .action-btn-group {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .search-filter-group {
        gap: 16px;
    }
    .filter-box {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .filter-box button.filter-btn {
        width: 100%;
    }

}








@media screen and (max-width: 1660px) {
    .output-all-control-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 1660px) {
    .output-all-control-buttons {
        padding-bottom: 28px;
    }
}

@media screen and (max-width: 1199px) {

    /* .content-container {
        background-color: #f7f7f7;
        padding: 0 20px;
        overflow: visible;
    }
    .content-item.active {
        overflow: auto;
        padding-bottom: 100px;
    }
    .output-display {
        padding: 25px 10px 40px 15px;
        overflow: visible;
        min-height: auto;
    } */
}

@media screen and (max-width: 1399px) {
    .builder-panel {
        flex: 0 0 600px;
        width: 600px;
    }
    .builder-navigation-buttons-container {
        width: 599px;
    }
    div#outputDisplay p {
        gap: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .builder-container {
        flex-direction: column;
    }
    .builder-panel {
        width: 100%;
        flex: auto;
    }
    .builder-navigation-buttons-container {
        width: 100%;
    }
    .builder-title-area {
        display: none;
    }
    .output-panel, .builder-panel {
        display: none;
    }
    .builder-panel.active {
        display: block;
        padding-top: 20px;
    }
    .builder-container {
        height: 100%;
    }
    .output-panel.active {
        display: block;
    }
    .output-content {
        overflow: auto;
        max-height: 100%;
    }
    .builder-navigation-buttons-container {
        padding: 0 28px;
        border: none;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
        border-radius: 15px 15px 0 0;
    }
    .builder-navigation-buttons {
        display: none;
        gap: 10px;
    }
       .builder-header {
        position: sticky;
        z-index: 9999;
        top: 0;
    }
    .mobile-builder-and-output-tab {
        position: sticky;
        top: 69px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }
    .output-display, .content-item.active, .content-container, .output-content, .output-panel {
        overflow: unset !important;
    }
    .builder-header .logo {
        margin-right: 20px;
    }
    .content-container {
        padding: 20px 20px 100px;
    }
    .output-all-control-buttons {
        padding: 24px 20px;
    }
    body {
        min-height: 100vh;
        background: #f7f7f7;
    }
}
@media screen and (max-width: 767px) {
    h4.panel-title {
        font-size: 18px;
    }
    .step-content {
        display: none;
        padding: 10px 11px 24px 8px;
    }
    .details-field {
        flex-direction: column;
    }
    .details-field label {
        width: 100%;
    }
    .details-field label + div {
        width: 100%;
        margin-left: auto;
        max-width: max-content;
    }
}
@media screen and (min-width: 1200px) {
    .output-display p::after {
        content: "\f044";
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        margin-left: 8px;
        font-size: 25px;
        color: var(--primary);
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .output-display p:hover::after {
        opacity: 1;
        visibility: visible;
    }
	.form-content {
		overflow-y: auto;
		height: 65vh;
	}
}