@media (min-width: 768px) {
    .plus-btn{
        display: none;
    }
}

@media (min-width: 992px) {
    .toggle-sidebar-icon,
    .close-sidebar{
        display: none;
    }
}

@media (max-width: 1199px) {
    .sidebar{
        padding: 20px 10px;
    }

    .nav{
        gap: 18px;
    }

    .nav-item{
        width: 62px;
        height: 62px;
        gap: 2px;
    }

    .sidebar-icon-wrap{
        width: 24px;
        height: 24px;
    }

    .inner-container {
        width: calc(100% - 82px);
    }

    .hero{
        gap: 18px;
        padding: 18px;
    }

    .sp-logo{
        width: 40px;
    }

    .logo-divider{
        height: 42px;
    }

    .logo-art{
        width: 100px;
    }

    .cmn-circle-wrap{
        width: 34px;
        height: 34px;
    }

    .user-controls svg{
        width: 16px;
        height: 16px;
    }

    .hero-content h1{
        font-size: 42px;
        line-height: 54px;
    }

    .hero-content p{
        font-size: 16px;
        line-height: 24px;
    }

    .prompt-section{
        max-width: 780px;
        margin: 45px auto 20px;
    }

    .prompt-text{
        padding: 18px;
        font-size: 18px;
        line-height: 26px;
    }

    .prompt-option {
        padding: 10px 0 10px 18px;
        column-gap: 6px;
        row-gap: 4px;
    }

    .prompt-options-wrapper{
        min-height: 52px
    }

    .prompt-choice{
        gap: 6px;
    }

    .prompt-item{
        font-size: 13px;
    }

    .prompt-item + .prompt-item{
        margin-top: 5px;
    }

    .prompt-choice svg {
        width: 18px;
        height: 18px;
    }

    .start-btn {
        padding: 12px;
        gap: 12px;
        font-size: 14px;
        line-height: 22px;
    }

    .suggestion-tag{
        column-gap: 6px;
        font-size: 12px;
    }

    .suggestion-tag svg{
        width: 16px;
        height: 16px;
    }

    .tips-content {
        gap: 18px;
    }

    .tips-wrapper{
        margin-top: 82px;
        padding: 36px 20px;
    }

    .tips-header {
        gap: 18px;
    }

    .tips-title{
        font-size: 28px;
        line-height: 36px;
    }

    .tips-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .tip-heading h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .cmn-option-dropdown {
        max-width: 340px;
    }

    .cmn-left-side-wrap{
        width: 320px;
    }

    .cmn-right-side-wrap{
        max-width: calc(100% - 352px);
    }

    .cmn-input-type{
        min-height: 54px;
        padding: 8px 12px 8px 46px;
        background-position: 14px center;
    }

    .project-right-header{
        margin-bottom: 38px;
    }

    .project-prompt-options.project-multiple-prompt{
        column-gap: 32px;
    }

    .project-right-side .option-header-wrap{
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

@media (max-width: 991px) {

    .toggle-sidebar-icon{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .toggle-sidebar-icon img{
        width: 18px;
    }

    .logo-group{
        padding-left: 50px;
    }

    .sidebar{
        position: fixed;
        left: 0;
        transition: all 0.3s ease-in-out;
        z-index: 8;
        height: 100vh;
        overflow-y: auto;
        min-width: 120px;
        padding: 40px 6px 10px;
        transform: translateX(-100%);
    }

    .inner-container{
        width: 100%;
    }

    .main-body-wrapper{
        transition: all 03s ease-in-out;
    }

    .sidebar-open{
        position: relative;
        overflow: hidden;
    }

    .sidebar-open:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(42 41 92/0.8);
        z-index: 1;      
    }

    .sidebar.active{
        transform: translateX(0);
    }

    .nav-item{
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 6px 12px;
        gap: 8px;
    }

    .nav{
        width: 100%;
        gap: 12px;
    }

    .sidebar-icon-wrap {
        width: 22px;
        height: 22px;
    }

    .nav-item .label {
        font-size: 14px;
    }

    .close-sidebar{
        width: 22px;
        height: 22px;
        background: #2A295C;
        border: 0;
        color: #fff;
        border-radius: 5px;
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .tips-wrapper{
        margin-top: 66px;
    }

    .tips-title {
        font-size: 26px;
        line-height: 32px;
    }

    .tip-heading img{
        width: 26px;
        height: 26px;
    }

    .cmn-circle-wrap {
        width: 30px;
        height: 30px;
    }

    .toggle-sidebar-icon img {
        width: 14px;
    }

    .cmn-circle-wrap img{
        width: 16px;
    }

    .logo-group {
        gap: 12px;
    }

    .sp-logo {
        width: 34px;
    }

    .logo-divider {
        height: 36px;
    }

    .logo-art {
        width: 90px;
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .prompt-text {
        padding: 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .prompt-option {
        padding: 8px 0 8px 14px;
        column-gap: 4px;
    }

    .cmn-left-side-wrap {
        width: 300px;
        margin: 12px;
    }

    .cmn-right-side-wrap {
        max-width: calc(100% - 324px);
        padding: 12px 18px 12px 12px;
    }

    .fullscreen-overlay{
        padding: 16px;
    }

    .chat-prompt-content-wrapper{
        padding: 18px;
        row-gap: 18px;
    }

    .chat-prompt-suggestions{
        padding: 18px 18px 0;
    }

    .chat-prompt-multiple-item,
    .prompt-response{
        width: 32px;
        height: 32px;
    }

    .inner-header-width {
        min-width: 200px;
    }

    .inner-chat-btn{
        min-height: 36px;
        min-width: 120px;
        font-size: 12px;
        line-height: 18px;
    }

    .source-header{
        font-size: 14px;
    }

    .source-icon{
        display: flex;
    }

    .prompt-source-number{
        font-size: 16px;
        line-height: 28px;
    }

    .prompt-export-download{
        column-gap: 18px;
    }

    .generate-btn{
        padding: 8px 18px;
        font-size: 13px;
        line-height: 18px;
    }

    .cmn-input-type {
        min-height: 50px;
    }

    .history-listing-wrapper {
        margin-top: 20px;
    }

    .history-prompt-text{
        font-size: 16px;
        line-height: 28px;
    }
    
    .project-name{
        padding: 8px 12px;
        width: calc(100% - 196px);
    }

    .project-delete-btn{
        width: 36px;
        height: 36px;
    }

    .project-use-prompt-btn{
        font-size: 12px;
        line-height: 18px;
        padding: 8px 12px;
    }

    .project-delete-btn svg{
        width: 14px;
    }

    .project-prompt-options.project-multiple-prompt {
        column-gap: 16px;
    }

    .project-prompt-options .options-header {
        row-gap: 18px;
    }
}

@media (max-width: 767px) {

    .prompt{
        position: relative;
    }

    .prompt-option{
        display: none;
    }

    .prompt-option.active {
        display: block;
    }

    .prompt-options-wrapper{
        align-items: center;
        min-height: 46px;
    }

    .plus-btn{
        background-color: #2A295C;
        border: 0;
        width: 46px;
        height: 46px;
        border-radius: 0;
        padding: 3px;
        color: #fff;
        z-index: 4;
        transition: transform 0.3s ease;
    }

    .plus-btn .plus-icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plus-btn svg{
        width: 20px;
        height: 20px;;
    }

    .plus-btn .minus-icon{
        display: none;
    }

    .plus-btn.active .plus-icon{
        display: none;
    }

    .plus-btn.active .minus-icon{
        display: inline-flex;
    }

    .prompt-option{
        padding: 10px;
        position: absolute;
        bottom: 46px;
        z-index: 0;
        background-color: #283897;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        max-width: 180px;
        width: 100%;
    }

    .project-prompt-option-wrapper.prompt-option{
        max-width: 260px;
    }

    .project-selected{
        width: 100%;
        padding: 10px 14px;
        border-radius: 6px;
    }

    .prompt-choice{
        width: 100%;
    }

    .options-header {
        padding: 18px;
    }

    .option-header-wrap{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .option-name svg {
        width: 18px;
        height: 18px;
    }

    .option-name h6 {
        font-size: 16px;
        line-height: 26px;
    }

    .option-selection-wrap{
        column-gap: 18px;
    }

    .option-body {
        padding: 0 18px 18px;
    }

    .cmn-file-upload-container{
        column-gap: 18px;
    }

    .cmn-file-upload{
        padding: 18px;
    }

    .cmn-option-dropdown{
        max-width: 100%;
    }

    .tone-btn{
        font-size: 14px;
    }

    .cmn-multiple-dropdown{
        max-width: 100%;
    }

    .dropdown-menu{
        top: 40px;
        min-width: 125px;
    }

    .chat-main-screen, .project-main-screen{
        flex-direction: column;
    }

   .cmn-left-side-wrap{
        margin: 0;
        width: 100%;
    }

    .chat-prompt-listing-wrap{
        max-height: 200px;
        overflow-y: auto;
    }

    .cmn-right-side-wrap{
        padding: 0px;
        max-width: 100%;
    }

    .project-right-side.cmn-right-side-wrap{
        padding: 12px;
    }

    .inner-header-width{
        min-width: auto;
    }

    .hero-header{
        column-gap: 10px;
    }

    .inner-chat-btn {
        width: 30px;
        height: 30px;
        min-height: auto;
        min-width: auto;
        font-size: 12px;
        line-height: 18px;
        padding: 2px;
        margin-left: auto;
    }

    .inner-chat-btn span{
        display: none;
    }

    .inner-chat-btn svg {
        width: 16px;
        height: 16px;
    }

    .chat-prompt-multiple-item, .prompt-response{
        width: 28px;
        height: 28px;
    }

    .chat-prompt-multiple-item svg, .prompt-response svg{
        width: 14px;
        height: 14px;
    }

    .chat-main-screen, .project-main-screen{
        padding: 16px;
        row-gap: 16px;
    }

    .actual-prompt-wrapper {
        padding: 18px;
    }

    .prompt-sources-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }

    .prompt-source-wrapper{
        padding: 18px 12px;
    }

    .prompt-export-header{
        padding: 12px;
    }

    .prompt-export-content-wrapper{
        padding: 18px 12px;
    }

    .cmn-input-type {
        min-height: 46px;
        font-size: 16px;
        line-height: 26px;
        padding: 8px 12px 8px 42px;
        background-position: 12px center;
        background-size: 12px;
    }

    .history-list{
        padding: 16px;
    }

    .history-header-left{
        column-gap: 18px;
        font-size: 12px;
        line-height: 16px;
    }

    .history-header-right{
        font-size: 12px;
        line-height: 16px;
    }

    .project-listing-wrap{
        max-height: 200px;
        overflow-y: auto;
    }
}

@media (max-width: 575px) {

    .cmn-prompt-text-wrap h2{
        font-size: 18px;
    }

    .cmn-prompt-text-wrap p{
        margin-bottom: 15px;
    }

    .cmn-prompt-text-wrap ul {
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .source-details{
        font-size: 13px;
    }

    .fullscreen-overlay .chat-multiple-action-wrap{
        padding: 0;
    }

    .prompt-edit-screen-wrapper .prompt-response-text{
        padding: 18px 0px;
    }

    .inner-header-width{
        min-width: auto;
    }

    .content-wrapper{
        padding: 16px;
    }

    .content-wrapper.chat-screen{
        padding: 0;
    }

    .plus-btn svg {
        width: 16px;
        height: 16px;
    }

    .options-header{
        padding: 12px;
    }

    .option-name svg {
        width: 16px;
        height: 16px;
    }

    .option-name h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .option-selection-wrap{
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .cmn-file-upload-container{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .cmn-option-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container .select2-results__option{
        font-size: 13px;        
    }

    .cmn-option-dropdown{
        height: 36px;
    }

    .tone-btn {
        font-size: 12px;
    }

    .tone-option-wrap{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 8px;
    }

    .highlighted-message-wrapper{
        padding: 12px 18px;
    }

    .show-settings svg, .refresh-icon svg{
        width: 16px;
    }

    .highlight-prompt-text{
        font-size: 12px;
        line-height: 16px;
    }

    .tooltip .tooltip-text{
        display: none;
    }

    .chat-prompt-content-wrapper{
        padding: 14px;
        row-gap: 14px;
    }

    .actual-prompt-wrapper {
        padding: 14px;
    }

    .prompt-source-number {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .source-header {
        font-size: 13px;
    }

    .cmn-prompt-text-wrap h2, .cmn-prompt-text-wrap h3, .cmn-prompt-text-wrap h4, .cmn-prompt-text-wrap h5, .cmn-prompt-text-wrap h6 {
        margin-bottom: 10px;
    }

    .prompt-response-text, .prompt-response-head {
        font-size: 13px;
        line-height: 18px;
    }

    .prompt-export-header h2{
        font-size: 16px;
        line-height: 28px;
    }

    .generate-btn{
        padding: 6px 14px;
    }

    .generate-btn svg{
        width: 16px;
        height: 16px;
    }

    .prompt-export-header{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }

    .prompt-export-download{
        width: 100%;
    }

    .history-prompt-doc{
        max-width: 100%;
    }

    .project-list-item{
        font-size: 14px;
        line-height: 26px;
    }

    .project-list-item img{
        width: 16px;
    }

    .project-use-prompt-btn{
        width: 36px;
        height: 36px;
        padding: 0;
        min-height: auto;
    }

    .project-use-prompt-btn span{
        display: none;
    }

    .project-name{
        width: calc(100% - 92px);
    }

    .project-right-header {
        margin-bottom: 24px;
    }

    .project-prompt-options.project-multiple-prompt{
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0 16px 0;
        row-gap: 16px;
    }

    .project-prompt-options .options-header{
        row-gap: 10px;
    }

    .project-header{
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 479px) {

    .option-body {
        padding: 0 8px 12px;
    }

    .hero-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-content p {
        font-size: 13px;
        line-height: 18px;
    }

    .prompt-section {
        margin: 15px auto;
    }

    .prompt-text {
        padding: 12px;
        font-size: 14px;
        line-height: 22px;
        min-height: 140px;
    }

    .prompt-options-wrapper{
        min-height: 40px;
    }

    .plus-btn{
        width: 40px;
        height: 40px;
    }

    .start-btn{
        padding: 10px;
        gap: 8px;
        font-size: 13px;
        line-height: 20px;
        min-width: 85px;
    }

    .start-btn img{
        width: 10px;
    }

    .prompt-option{
        bottom: 40px;
    }

    .suggestion-tag {
        column-gap: 4px;
        font-size: 10px;
        min-height: 28px;
    }

    .suggestion-tag svg {
        width: 12px;
        height: 12px;
    }

    .tips-wrapper {
        margin-top: 46px;
        padding: 22px 15px;
    }

    .tips-title {
        font-size: 24px;
        line-height: 30px;
    }

    .tips-intro {
        font-size: 14px;
        line-height: 20px;
    }

    .tip-heading img {
        width: 22px;
        height: 22px;
    }

    .tip-heading h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .tip-text p,
    .tips-listing{
        font-size: 14px;
        line-height: 22px;
    }

    .nav{
        gap: 8px;
    }

    .sidebar-icon-wrap {
        width: 18px;
        height: 18px;
    }

    .nav-item .label {
        font-size: 13px;
    }

    .cmn-check-option,
    .cmn-select-option{
        width: 14px;
        height: 14px;
    }

    .cmn-checkbox-style .cmn-check-option:after{
        width: 8px;
        height: 6px;
        background-size: 8px;
    }

    .cmn-checkbox-style,
    .cmn-radio-style{
        font-size: 13px;
        line-height: 18px;
        padding-left: 20px;
    }

    .option-selection-wrap {
        column-gap: 10px;
    }

    .cmn-radio-style .cmn-select-option:after{
        width: 6px;
        height: 6px;
    }

    .file-name{
        font-size: 12px;
        line-height: 16px;
    }

    .option-input-control{
        font-size: 14px;
        line-height: 24px;
    }

    .cmn-file-upload-container form{
        row-gap: 8px
    }

    .add-web-link{
        font-size: 12px;
        line-height: 18px;
    }

    .pre-text{
        font-size: 12px;
        line-height: 18px;
        padding: 6px 10px;
    }

    .cmn-form-wrap .form-control{
        padding: 6px 10px;
    }

    .cmn-multiple-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__display{
        font-size: 10px;
        line-height: 16px;        
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
        font-size: 15px;
    }

    .prompt-export-download {
        column-gap: 12px;
    }

    .cmn-option-dropdown {
        width: 100%;
    }

    .generate-btn{
        padding: 0px;
        width: 36px;
        height: 36px;
    }

    .generate-btn-name{
        display: none;
    }

    .cmn-input-type{
        min-height: 42px;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 10px 6px 36px;
    }

    .history-prompt-text {
        font-size: 14px;
        line-height: 24px;
    }

    .history-listing-wrapper {
        margin-top: 16px;
    }

    .history-list {
        padding: 12px;
    }

    .history-header-left {
        column-gap: 12px;
    }

    .history-content-wrapper{
        gap: 12px;
    }

    .download-icon{
        width: 14px;
    }

    .project-action-wrap{
        gap: 6px;
    }

    .project-use-prompt-btn,
    .project-delete-btn{
        width: 32px;
        height: 32px;
    }

    .project-use-prompt-btn svg{
        width: 16px;
    }

    .project-delete-btn svg {
        width: 12px;
    }

    .project-name {
        width: calc(100% - 80px);
    }

    .project-prompt-options{
        padding: 18px 0;
    }

    .project-list-item{
        min-height: 38px;
    }
}

@media (max-width: 360px) {

    .actual-prompt-wrapper {
        padding: 10px;
    }

    .hero {
        gap: 14px;
        padding: 12px;
    }

    .logo-group {
        padding-left: 40px;
    }

    .logo-divider {
        height: 30px;
    }

    .cmn-circle-wrap {
        width: 26px;
        height: 26px;
    }

    .user-controls svg{
        width: 12px;
        height: 12px;
    }

    .cmn-circle-wrap img {
        width: 12px;
    }

    .logo-group {
        gap: 10px;
    }

    .sp-logo {
        width: 30px;
    }

    .logo-art {
        width: 70px;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-content p {
        font-size: 12px;
        line-height: 17px;
    }

    .plus-btn svg {
        width: 14px;
        height: 14px;
    }

    .inner-chat-btn{
        width: 26px;
        height: 26px;
    }

    .chat-prompt-list{
        font-size: 12px;
        line-height: 16px;
    }

    .show-settings {
        font-size: 13px;
        line-height: 18px;
    }

    .highlighted-message-wrapper {
        padding: 10px 16px;
    }

    .prompt-export-header{
        padding: 8px;
    }

    .prompt-export-content-wrapper {
        padding: 12px 0px;
    }
}