/**
 * CSS code for Responsive Theme Admin Getting Started Page.
 *
 * @package Responsive
 * @since 4.8.4
 */

@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600&display=swap');
@import url('https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css');

.responsive-theme-getting-started-page *:not(.dashicons) {
    font-family: 'Libre Franklin', sans-serif;
    font-style: normal;
}

body.appearance_page_responsive #wpcontent,
body.toplevel_page_responsive #wpcontent {
    padding-left: 0;
    background: #F0F0F1;
}

body.appearance_page_responsive #wpfooter,
body.toplevel_page_responsive #wpfooter {
    display: none;
}

body.appearance_page_responsive #wpbody-content,
body.toplevel_page_responsive #wpbody-content {
    padding-bottom: 30px;
}

.responsive-theme-getting-started-page-notification {
    display: flex;
    align-items: baseline;
    background-color: #6c21dc;
}

.responsive-theme-getting-started-page-notification p {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}

.responsive-theme-getting-started-page-notification a {
    color: #fff;
}

.responsive-theme-getting-started-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 40px 33px;
    gap: 12px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E7EB;
}

.responsive-theme-brand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.responsive-theme-version {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    width: 41px;
    height: 24px;
    background: #E5E7EB;
    border-radius: 2px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #4B5563;
    font-family: Libre Franklin;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.54px;
    text-align: left;
}

.responsive-theme-brand-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4B5563;
    text-transform: capitalize;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.responsive-theme-tabs-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 40px 0px;
    gap: 8px;
    height: 93px;
}

.responsive-theme-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    height: 53px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.responsive-theme-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 16px 40px;
    gap: 8px;
    height: 53px;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
}

.responsive-theme-active-tab {
    background: #FFFFFF;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #E5E7EB;
}

.responsive-theme-active-tab .responsive-theme-tab-name {
    color: #111827;
}

.responsive-theme-tab-name {
    height: 21px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #6B7280;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.responsive-theme-tabs-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 40px;
    gap: 8px;
}

.responsive-theme-tabs-inner-content {
    padding: 50px 40px;
    width: 100%;
    background: #FFFFFF;
}

.responsive-theme-tab-content {
    display: none;
}

.responsive-theme-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px 0px;
    gap: 10px;
    height: 130px;
}

.responsive-theme-mobile-line-break {
    display: none;
}

.responsive-theme-footer-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    height: 45px;
}

.responsive-theme-footer-text-line {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #6B7280;
}

.responsive-theme-footer-brand-name {
    font-weight: 500;
    color: #374151;
}

.responsive-theme-star-rating {
    vertical-align: text-bottom;
    text-decoration: none;
}

.responsive-theme-hr {
    width: 200px;
    height: 0px;
    border: 1px solid #E5E7EB;
    margin: 0 auto;
}

.responsive-theme-cyberchimps-logo {
    width: 119px;
    height: 35px;
}
.responsive-theme-logo{
    height: 62px;
    width: 228px;
}
/* Home Tab Starts */

.responsive-theme-home-line {
    color: #EAEAEA;
}

.responsive-theme-home-line .vr{
    opacity: 1;
}

.responsive-theme-home-settings-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #374151;
    margin-bottom: 20px;
}

.responsive-theme-home-setting {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    margin-bottom: 20px;
}

.responsive-theme-home-setting:hover {
    box-shadow: 0px 4px 20px -1px rgba(12, 41, 66, 0.13);
}

.responsive-theme-home-setting-button {
    width: 90%;
}

.responsive-theme-home-setting-button-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
    vertical-align: middle;
    color: #374151;
}

.responsive-theme-home-links {
    margin-bottom: 12px;
}

.responsive-theme-upgrade-now-btn,
.responsive-theme-install-responsive-add-ons {
    padding: 8px 20px;
    background-color: #2271B1;
    border: none;
    border-radius: 4px;
    color: white;
}

.responsive-theme-upgrade-now-btn:hover, .responsive-theme-upgrade-now-btn:focus,
.responsive-theme-install-responsive-add-ons:hover, .responsive-theme-install-responsive-add-ons:focus {
    color: #FFFFFF;
}

.responsive-theme-feature-cards {
    border: 1px solid #E5E7EB;
    padding: 16px;
    border-radius: 4px;
}

.responsive-theme-feature-cards-content {
    position: relative;
}

.responsive-theme-feature-card {
    position: absolute;
    right: -8px;
    top: -18px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 2px;
    color: #374151;
}

.responsive-theme-feature-card-useful-plugin-section {
    top: 1px;
}

.responsive-theme-feature-card-pro {
    background-color: #FEF9C3;
}

.responsive-theme-feature-card-free {
    margin-right: 9px;
    background-color: #DCFCE7;
}

.responsive-theme-feature-card-rea {
    background-color: #DDD6FE;
}

.responsive-theme-feature-card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.responsive-theme-feature-card-desc, .responsive-help-accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #6B7280;
}

hr {
    border-top: 1px solid #EAEAEA;
    opacity: 1;
}

.responsive-theme-learn-more-btn {
    padding: 8px 0 5px;
}

.responsive-plugin-activated-button-disabled {
    color: #C1C1C1 !important;
    border-color: #C1C1C1 !important;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
}

.responsive-theme-rst-content .responsive-plugin-activated-button-disabled {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 21px !important;
    padding: 10px 20px !important;

}

.responsive-plugin-activated-button-disabled:hover {
    background: #f6f7f7 !important;
    cursor: auto;
}

.responsive-plugin-activated-button-disabled:focus {
    box-shadow: none !important;
}

.responsive-theme-home-setting-button .dashicons {
    color: #2271B1;
    font-size: 24px;
    vertical-align: text-bottom;
}

.responsive-theme-pro-features .responsive-theme-feature-seperator {
    color: #2271B1;
}

.upgrade-to-pro-card {
    border: 1px solid #9AB2E2;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(110, 136, 161, 0.25);
}

.btn-upgrade {
    border: 1px solid #0A70B7;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-weight: 400;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #0A70B7;
}

.btn-upgrade:hover {
    background-color: #0A70B7;
    color: #FFFFFF;
}

.responsive-theme-disabled-links {
    pointer-events: none;
    color: #afafaf !important;
}

.resp-megamenu-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}
  
.resp-megamenu-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.resp-megamenu-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.resp-megamenu-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
}

input:checked + .resp-megamenu-slider {
    background-color: #2271B1;
}

input:focus + .resp-megamenu-slider {
    box-shadow: 0 0 1px #2271B1;
}

input:checked + .resp-megamenu-slider:before {
    transform: translateX(16px);
}

.resp-megamenu-slider.resp-megamenu-round {
    border-radius: 10px;
}

.resp-megamenu-slider.resp-megamenu-round:before {
    border-radius: 50%;
}

/* Home Tab Ends */

/* Starter Template Tab Starts */

.responsive-theme-rst-content {
    padding: 40px 60px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.responsive-theme-responsive-logo {
    width: 47px;
    height: 44px;
}

.responsive-theme-rst-brand-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #4B5563;
}

.responsive-theme-rst-brand-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6B7280;
}

.responsive-theme-rst-button-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 16px;
}

.responsive-theme-rst-button-section .plugin-card-responsive-add-ons a,
.responsive-theme-rst-button-section .plugin-card-responsive-block-editor-addons a,
.responsive-theme-rst-button-section .plugin-card-responsive-addons-for-elementor a {
    background-color: #2271B1;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px;
}

.responsive-theme-rst-learn-more a, .responsive-theme-home-links a, .responsive-theme-pro-features a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #2271B1;
}

.responsive-theme-home-desc-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 170%;
    color: #6B7280;
}

.responsive-theme-pro-features.disable-customize .rpro-feature-customize-btn{
    color: #afafaf;
    pointer-events: none;
}
/* Starter Template Tab Ends */

/* FreevsPro Tab Starts */

.responsive-theme-freevspro {
    border: 1px solid #E5E7EB;
}

.responsive-theme-freevspro thead tr td {
    background-color: #E5E7EB;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #374151;
}

.responsive-theme-freevspro tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.responsive-theme-freevspro tr td:first-child {
    padding-left: 30px;
}

.responsive-theme-freevspro-feature-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #4B5563;
}

.responsive-theme-freevspro-feature-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #6B7280;
}

.responsive-theme-freevspro-responsive-pro {
    background-color: #F3F4F6;
    padding: 40px;
}

.responsive-theme-freevspro-responsive-pro-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #4B5563;
}

.responsive-theme-freevspro-responsive-pro-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6B7280;
}

/* FreevsPro Tab Ends */

/* Settings Tab Starts */
.responsive-theme-setting-item-icon {
    margin-right: 10px;
    color: #A8A8A8;
}

.responsive-theme-setting-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #A8A8A8;
}

.responsive-theme-setting-border-left {
    border-left: 1px solid #EAEAEA;
}

.responsive-theme-setting-hr {
    border-top: 1px solid #DEDEDE;
    margin-left: -12px;
}

.responsive-theme-single-setting-section {
    margin-left: 40px;
    margin-bottom: 40px;
}

.responsive-theme-setting-title {
    margin-bottom: 29px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.24px;
}

.responsive-theme-setting-input-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    color: #747B81;
}

.responsive-theme-setting-form-control {
    width: 60%;
    border: 1px solid #CACDD2 !important;
    height: 42px;
}

/* For Chrome, Firefox, Opera, Safari 10.1+ */
.responsive-theme-setting-form-control::placeholder {
    color: #BCC1C5;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

/* Internet Explorer 10-11 */
.responsive-theme-setting-form-control:-ms-input-placeholder { 
    color: #BCC1C5;
    font-size: 14px;
}

/* Microsoft Edge */
.responsive-theme-setting-form-control::-ms-input-placeholder { 
    color: #BCC1C5;
    font-size: 14px;
}

.responsive-theme-setting-form-control:disabled {
    background-color: #FFFFFF;
}

/* For Chrome, Firefox, Opera, Safari 10.1+ */
.responsive-theme-setting-form-control-activated::placeholder {
    color: #10B981;
    opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
.responsive-theme-setting-form-control-activated:-ms-input-placeholder { 
    color: #10B981;
}

/* Microsoft Edge */
.responsive-theme-setting-form-control-activated::-ms-input-placeholder { 
    color: #10B981;
}

#responsive-theme-setting-activation-alert {
    display: none;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#responsive-theme-setting-activation-alert .btn-close {
    top: -4px;
}

#responsive-theme-setting-activation-alert .btn-close:focus {
    box-shadow: none;
}

.responsive-theme-setting-activation-form-border-error {
    border-color: #FF0000 !important;
}

.responsive-theme-setting-activation-form-text-error {
    color: #FF0000;
    font-size: 14px;
}

.responsive-theme-setting-active-tab {
    color: #2271B1;
}

.responsive-theme-single-setting-section textarea {
    height: 80px;
}

.responsive-theme-setting-checkbox-label {
    font-size: 14px;
    font-weight: 400;
    color: #4B4B4B;
    vertical-align: inherit;
}

.responsive-theme-setting-note {
    margin-top: 22px;
    line-height: 23.8px;
}

.responsive-theme-setting-primary-btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 21.28px !important;
    border-radius: 4px !important;
}

#responsive-theme-setting-wl-section,
.responsive-theme-setting-pro-not-activated-section,
#responsive-theme-setting-activation-key-section {
    display: none;
}

.responsive-theme-setting-pro-not-activated-title {
    color: #4B5563;
}

.responsive-theme-setting-pro-not-activated-desc {
    font-size: 14px;
    color: #6B7280;
}

.responsive-theme-setting-activation-form input[type=text], .responsive-theme-setting-activation-form input[type=text]:focus {
    color: #798188;
}

.responsive-theme-setting-activation-key-title {
    font-size: 20px;
    color: #374151;
}

.responsive-theme-setting-secondary-btn {
    padding: 12px 34px !important;
    line-height: 1.3 !important;
    background-color: white !important;
}

.responsive-theme-setting-get-assistance {
    font-size: 14px;
    color: #2271B1;
    text-decoration: none;
}

.responsive-theme-setting-form-control-hint{
    margin-bottom: 0;
    color: #747B81;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

/* Settings Tab Ends */

/* Help Tab Starts */

.responsive-theme-help-support-title {
    font-size: 36px;
    color: #374151;
}

.responsive-theme-help-support-desc {
    font-size: 16px;
    color: #4B4B4B;
}

.responsive-theme-help-card-section {
    margin-top: 34px;
}

.responsive-theme-help-card-section .card {
    border-color: #DEDEDE;
    background: #FAF5FF;
    max-width: 100%;
}

.responsive-theme-help-card-section .card-container {
   padding: 10px;
   padding-top: 0px;
   margin-top: 10px;
}

.responsive-theme-help-card-section .card-body {
    margin-top: 16px;
}

.responsive-theme-help-card-icon-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-theme-help-card-icon-wrapper {
    height: 60px;
    padding: 20px;
    background-color: #7C29C4;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.responsive-theme-help-card-title {
    font-size: 15px;
    color: #374151;
}

.responsive-theme-help-card-desc {
    font-size: 14px;
    color: #4B4B4B;
}

.responsive-theme-help-ticket-text {
    font-size: 18px;
}

.responsive-theme-help-ticket-btn {
    padding: 6px 16px !important;
    margin-top: 40px;
    background-color: white !important;
}
.responsive-theme-help-ticket-btn img {
    margin-left: 10px;
    margin-top: -2px;
}

.responsive-theme-help-faq-title {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 30px;
}

.responsive-theme-help-faq-section .accordion-button:focus {
    box-shadow: none;
}

.responsive-theme-help-faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #212529;
}

.responsive-theme-help-faq-section .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.responsive-theme-help-faq-section .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#responsive-theme-help-ticket-settings {
    display: none;
    margin-left: 43.5px;
    margin-right: 43.5px;
}


.responsive-theme-help-setting-icon-wrapper {
    width: 20px;
}

.responsive-theme-help-setting-icon-wrapper:hover {
    cursor: pointer;
}

.responsive-theme-help-ticket-support-title {
    font-size: 36px;
    color: #374151;
}

.responsive-theme-help-ticket-support-desc {
    font-size: 16px;
    color: #4B4B4B;
} 

.responsive-theme-help-tab-button {
    font-size: 16px;
    line-height: 28px;
}

.responsive-theme-help-flex-display {
    display: flex;
    gap: 8px;
    align-items: center;
    color: lightgray;
}

.responsive-theme-help-settings-active-tab {
    color: #2271B1 !important;
}

.responsive-theme-help-setting-icon-active {
    fill: #2271B1;
}

.responsive-theme-help-margin-zero {
    margin: 0;
    font-size: 16px;
    cursor: default;
}
.responsive-theme-help-margin-zero:hover {
    cursor: pointer;
}

.responsive-theme-help-setting-border-left {
    border-left: 1px solid #EAEAEA;
}

.responsive-theme-theme-settings-section {
    margin: 0 0 40px 40px;
}

.responsive-theme-ticket-card-body {
    background-color: #FAF5FF;
}

.responsive-theme-help-open-ticket-section-box {
    margin-top: 65px;
    padding: 26px 0;
    background-color: #7C29C4;
}

.responsive-theme-help-open-ticket-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #fff;
}

.responsive-theme-help-open-ticket-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #431669;
    background-color: #fff;
    padding: 10px 25px;
}

.responsive-theme-help-open-ticket-button:hover,
.responsive-theme-help-open-ticket-button:active,
.responsive-theme-help-open-ticket-button:focus,
.responsive-theme-help-open-ticket-button:focus-visible {
    color: #431669 !important;
    background-color: #fff !important;
    box-shadow: none;
}

.responsive-theme-go-to-customizer-link {
    color: #2271B1;
    font-weight: 500;
}

/* Help Tab Ends */

@media (max-width: 768px) {

    .responsive-theme-brand {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .responsive-theme-getting-started-header {
        padding: 20px;
        height: auto;
    }

    .responsive-theme-version {
        width: auto;
        height: auto;
        padding: 4px;
        font-size: 10px;
    }

    .responsive-theme-brand-desc {
        font-size: 12px;
    }

    .responsive-theme-tabs-section {
        padding: 20px 10px 0;
        height: auto;
    }

    .responsive-theme-tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        height: auto;
    }

    .responsive-theme-tab {
        width: auto;
        flex-grow: 1;
        max-width: 200px;
        padding: 10px 20px;
        height: 40px;
    }
      
    .responsive-theme-tab-name {
        width: auto;
        font-size: 14px;
        line-height: 18px;
    }

    .responsive-theme-tabs-content {
        padding: 0 10px;
        height: auto;
    }

    .responsive-theme-tabs-inner-content {
        padding: 50px 0;
        width: 100%;
    }

    .responsive-theme-footer {
        padding: 20px 0;
        height: auto;
    }

    .responsive-theme-mobile-line-break {
        display: block;
    }

    .responsive-theme-star-rating {
        vertical-align: baseline;
    }

    .responsive-theme-star-rating img {
        width: 14px;
        height: 14px;
    }
      
    .responsive-theme-footer-text {
        gap: 12px;
        height: auto;
    }
      
    .responsive-theme-footer-text-line {
        font-size: 14px;
        text-align: center;
    }
      
    .responsive-theme-cyberchimps-logo {
        width: 100px;
        height: auto;
    }

    .responsive-theme-rst-content {
        padding: 40px 30px;
    }

    .responsive-theme-home-line {
        display: none !important;
    }

    .responsive-theme-setting-border-left {
        border-left: none;
    }

    .responsive-theme-setting-form-control {
        width: 100%;
    }

}


@media (min-width: 767px) and (max-width: 1024px) {

    .responsive-theme-getting-started-header {
        padding: 20px 40px;
        height: 159px;
    }

    .responsive-theme-tabs-section {
        padding: 40px 40px 0;
        height: auto;
    }
    
    .responsive-theme-tab {
        padding: 16px 40px;
        height: 53px;
    }

    .responsive-theme-tab-name {
        font-size: 16px;
    }

    .responsive-theme-tabs-content {
        padding: 0px 40px;
    }

    .responsive-theme-tabs-inner-content {
        width: 100%;
    }

    .responsive-theme-footer {
        padding: 40px 0px 0px;
        gap: 20px;
        height: auto;
    }
    
    .responsive-theme-footer-text-line {
        font-size: 16px;
    }

    .responsive-theme-cyberchimps-logo {
        width: 119px;
        height: 35px;
    }

    .responsive-theme-home-line {
        display: flex !important;
    }

    .responsive-theme-setting-border-left {
        border-left: 1px solid #EAEAEA;
    }

    .responsive-theme-setting-form-control {
        width: 100%;
    }

}


.responsive-theme-getting-started-header {
    height: 159px;
}

.responsive-theme-main-settings-section .responsive-theme-settings-tab-selection{
    width: 260px;
}
 
.responsive-theme-main-settings-section .responsive-theme-help-settings{
    flex: 1;
}

.responsive-plus-card-container .responsive-theme-feature-card-free{
    margin-top: 20.75px;
    margin-right: 7.2px;
}

.responsive-theme-help-settings .responsive-theme-theme-settings-section{
	margin-left: 43.5px;
	margin-right: 43.5px;
}

.responsive-theme-help-setting-border-left .responsive-theme-theme-settings-section{
	margin-bottom: 10px;
}