/* User Dashboard */
@media only screen and (min-width: 875px) and (max-width: 1110px) {
    #user_dashboard .strip.dashboard{
        overflow: visible!important;
    }

    #user_dashboard .center-content{
        width: 98%!important;
    }

    #user_dashboard .page-container{
        margin-right: 10px!important;
    }

    #user_dashboard .sidebar.documentation{
        width: 20% !important;
    }

    #user_dashboard .sidebar_nav.documentation.new {
        width: auto !important;
    }

    #user_dashboard ul.sidebar_nav.documentation {
        width: auto !important;
    }
    #user_dashboard .big_button{
        width: 35%;
    }

    #user_dashboard .content_container.new{
        width: 70%!important;
    }
    #user_dashboard .current_user_info{
        /* padding-left: 10px;
        padding-right: 10px; */
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        width: auto;
    }
}

@media screen and (min-width: 801px) {
    .content_container.new {
        width: 68%;
    }
}

@media only screen and (max-width: 800px) {
    a.big_button {
        float: none !important;
        width: 100%!important;
        display: inline-block;
        margin: 0;
        border: 1px solid #e1e1e1 !important;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    section.quote {
        max-height: 100% !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    section.quote a {
        text-align: center;
    }
}

@media only screen and (max-width: 1210px) {
    section.subscription_plans .subs_wrapper {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: 10px;
    }

    section.subscription_plans .subs_wrapper .plan .features h4.empty {
        display: none;
    }

}


@media only screen and (min-width: 800px) and (max-width: 1210px) {
    section.subscription_plans .subs_wrapper .plan:first-of-type, section.subscription_plans .subs_wrapper .plan:nth-child(2), section.subscription_plans .subs_wrapper .plan:nth-child(3) {
        border-right: 1px solid #d1d1d1;
    }
}