.rc-doc-search {
    background-color: #ebebeb;
    padding: 35px 40px 35px;
    border-radius: 50px;
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
}

.single-rsc-documentation .rc-regular-content {
    padding-bottom: 40px;
}

.rsc-fullwidth {
    width: 100% !important;
}

.rc-regular-content {
    padding: 95px 115px 51px;
}

.rc-search-doc-part {
    background-color: #fff;
    width: calc(100% - 350px);
    float: left;
    border-radius: 45px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
}

.rc-cat-select-wrap {
    width: 30%;
    float:right;
    border-left: 2px solid #ebebeb;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.rc-cat-select-wrap select:focus {
    outline: none;
}

.rc-restrict-for-elementor {
    font-family: "Sauce Grotesk", Arial, sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
    letter-spacing: -0.01em;
    margin: 0;
    color: #000;
    text-align: center;
}

.rc-restrict-for-elementor p {
  margin-bottom: 0;
}

.rc-cat-select-wrap select {
    width: 100%;
    border: none;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: bold;
    background: transparent;
    margin: 20px 0 15px 20px;
    position:relative;
    z-index: 9;
    width: 320px;
}

.rc-cat-select-wrap:before {
    content:"";
    background-color: #cdcdcd;
    width: 48px;
    height:48px;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 6px;
    z-index: 1;
}

.rc-cat-select-wrap:after {
    content: "";
    position: absolute;
    right: 23px;
    top: 27px;
    background-image: url('../images/sprite.svg');
    background-position: 0 -66px;
    background-size: 40px auto;
    width: 13px;
    height: 7px;
    z-index:2;
}

.rc-doc-search input[type="text"] {
    width: 70%;
    padding: 10px 30px;
    background: transparent;
    border: none;
    height: 60px;
    color: #000;
    font-weight: 500;
}

.rc-doc-search input::placeholder {
    color: #000;
}

.rc-doc-search .rc-main-purple-button {
    width: 325px;
    float: right;
    position: relative;
}

.rc-doc-search .rc-main-purple-button:before {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url('../images/sprite.svg');
    background-position: 0 -174px;
    background-size: 40px auto;
    float: right;
    position: absolute;
    right: 25px;
    top: 20px;
}

.rc-doc-category  {
    background-color: #fff;
    border: 2px solid #ebeaea;
    border-radius: 40px;
    width: 91%;
    float: left;
}

.rc-doc-wrap {
    float: left;
    width: 50%;
    margin:0 0 30px 0;

}

.rc-documentation-sections .rc-second-el .rc-doc-category  {
    float: right;
}

.rc-documentation-sections .rc-second-el {
    border-left: 2px solid #ebebeb;
}

.rc-doc-heading h6 {
    font-weight: bold;
    font-size: 1.35em;
    text-transform: uppercase;
    padding: 40px 30px 20px;
    margin: 0;
}

.doc-excerpt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.doc-excerpt ul li {
    border-bottom: 2px solid #ebeaea;
    font-size: 1.2em;
    position: relative;
}

.doc-excerpt ul li.rc-current-active-post {
    font-weight: bold;
    background-color: #f6f6f6;
}

.doc-excerpt ul li.rc-current-active-post a {
    padding-right: 35px;
}

.doc-excerpt ul li.rc-current-active-post a:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 25px;
    width: 24px;
    height: 18px;
    background-image: url('../images/sprite.svg');
    background-size: 40px auto;
    background-position: 0 -76px;
}

.doc-excerpt ul li:last-child {
    border: none;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.doc-excerpt ul li a {
    color: #000;
    text-decoration: none;
    width: 100%;
    padding: 20px 50px 20px 30px;
    display: inline-block;
    position: relative;
}

.doc-excerpt ul li a:hover:before {
    position: absolute;
    content:"";
    right: 26px;
    top: 24px;
    width: 24px;
    height: 18px;
    background-image: url('../images/sprite.svg');
    background-position: 0 -74px;
    background-size: 40px auto;
}

.rc-doc-all {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-bottom-left-radius: 39px;
    border-bottom-right-radius: 39px;
    background-color: #f3f1f1;
    font-weight: bold;
}

a.rc-doc-all:visited {
    color: #000;
}

.rc-divider {
    width: 100%;
    float: left;
    clear: both;
    margin: 35px 0 55px;
}

.rc-documentation-sections .rc-divider:last-child {
    display: none;
}

.rc-divider:before {
    content: "";
    width: 75px;
    border-top: 2px solid #ebebeb;
    display: block;
    margin: 0 auto;
}

.rc-single-title {
    width: 100%;
    text-align: center;
}

.rc-single-title h2 {
    font-family: "Sauce Grotesk", Arial, sans-serif;
    font-size: 3.1em;
    font-weight: lighter;
    letter-spacing: -0.01em;
    margin: 0;
    color: #000;
}

.rc-documentation-wrap .rsc-sidebar-wrap {
    width: 30%;
    float: left;
    border-right: 2px solid #ebebeb;
}

.rc-doc-content {
    float: right;
    width: 67%;
}

.rc-support-request {
    background: url('../images/support-background.webp') no-repeat #5a2c54;
    border-radius: 40px;
    padding: 45px 40px;
    color: #fff;
    float: left;
    width: 89%;
    margin: 60px 0 0 0;
}

.rc-support-request h6 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    letter-spacing: 0.05em;
}

.rc-support-request p {
    font-size: 1.05em;
}

.rc-support-request a {
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
}

.rc-doc-content h1,
.rc-doc-content h2,
.rc-doc-content h3,
.rc-doc-content h4,
.rc-doc-content h5,
.rc-doc-content h6 {
    font-weight:500;
    color: #000;
}

.rc-doc-content h1 {
    font-size: 2.5em;
}

.rc-doc-content h2 {
    font-size: 2.3em;
}

.rc-doc-content h3 {
    font-size: 2em;
}

.rc-doc-content h4 {
    font-size: 1.8em;
}

.rc-doc-content h5 {
    font-size: 1.6em;
}

.rc-doc-content h6 {
    font-size: 1.4em;
}

.rc-doc-content a {
    font-weight: bold;
    color: #63315c;
}

.rc-doc-content p {
    font-size: 1.08em;
    line-height: 1.7em;
}

.rc-doc-content ul {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.rc-doc-content ul li {
    list-style-type: none;
    position: relative;
    margin: 0 0 10px 0;
}

.rc-doc-content ul li::before {
    content: '●';
    color: #63315c;
    top: -7px;
    position: absolute;
    left: -17px;
    font-size: 1.4em;
}

.rc-doc-content ol li {
    counter-increment: my-awesome-counter;
    word-break: break-all;
}


.rc-doc-content ol {
    padding-left: 20px;
    font-family: 'Lato Light', Arial, sans-serif;
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 0 0 0 25px;
}

.rc-doc-content ol li {
    font-family: 'Lato Light',Arial,serif;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #63315c;
    line-height: 1.7em;
    counter-increment: my-awesome-counter;
    word-break: break-all;
}

.rc-doc-content ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #fff;
  background-color: #63315c;
  font-weight: bold;
  width: 27px;
  height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  font-size: 0.95em;
  border-radius: 3px;
  line-height: 25px;
}

.rc-responsive-select-wrap {
    background-color: #ebebeb;
    width: 100%;
    border-radius: 40px;
    float: left;
    padding: 40px;
    display: none;
}

.rc-responsive-select-wrap select {
    background: transparent;
    border: none;
    outline: none;
    width: 120%;
}

.rc-select-inside {
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.rc-select-inside:before {
    content: "";
    background-color: #cdcdcd;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 1;
}

.rc-select-inside:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    background: url(../images/sprite.svg);
    background-size: 40px auto;
    background-position: -1px -66px;
    width: 13px;
    height: 7px;
    z-index: 2;
}


/*search page*/

.rc-search-wrap h6 {
    margin: 0;
}

.rc-search-wrap h6 a {
    text-decoration: none;
    color: #000;
}

.rc-search-post-wrap {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


/* archive */

.rc-docs-archive .rsc-sidebar-wrap {
    border: none;
    width: 100%;
}

.rc-docs-archive .rc-documentation-sidebar {
    width: 100%;
}

.doc-archive-title h6 {
    font-size: 2em;
}


.rc-docs-archive .rc-regular-content {
    padding-bottom: 50px;
}

.rc-doc-content .rc-search-post-wrap:last-child {
    border-bottom: none;
}

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


    .rc-doc-search .rc-main-purple-button {
        width: 220px;
    }

    .rc-search-doc-part {
        width: calc(100% - 235px);
    }

    .rc-doc-search input[type="text"] {
        width: 60%;
    }

    .rc-cat-select-wrap {
        width: 40%;
    }

    .rc-support-request {
        padding: 25px 22px;
    }

    .rc-support-request h6 {
        font-size: 1.1em;
    }

    .rc-support-request a {
        padding: 5px 0 0 0;
        font-size: 0.8em;
    }

    .rc-support-request p {
        margin: 10px 0 5px 0;
    }

    .rc-cat-select-wrap select {
        width: 450px;
    }

}

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



    .doc-excerpt ul li a {
        padding: 12px 37px 12px 14px;
    }

    .rc-doc-heading h6 {
        padding: 20px 14px 5px;
        font-size: 1.2em;
    }

    .single-rsc-documentation .rc-regular-content,
    .rc-regular-content {
        padding: 95px 45px 40px;
    }

    .doc-excerpt ul li a:hover:before {
        right: 13px;
        top: 16px;
    }

}

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

    .rc-doc-search .rc-main-purple-button {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .rc-search-doc-part {
        width: 100%;
    }

    .rc-cat-select-wrap {
        width: 48%;
    }

    .rc-doc-search input[type="text"] {
        width: 52%;
    }

    .rc-doc-search {
        margin: 0 0 50px;
    }

    .rc-single-title h2 {
        font-size: 2.8em;
        line-height: 1.2em;
    }

    .rc-cat-select-wrap select {
        width: 370px;
    }


}


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

    .rc-doc-content {
        width: 100%;
    }

    .rc-documentation-wrap .rsc-sidebar-wrap,
    .rc-support-request {
        border: none;
        width: 100%;
    }

    .rc-documentation-sidebar {
        display: none;
    }

    .rc-responsive-select-wrap  {
        display: block;
        margin: 30px 0 0 0;
    }

    .rc-support-request {
        margin: 0;
    }

    .rc-docs-archive .rc-documentation-sidebar {
        display: block;
    }

    .rc-docs-archive .doc-excerpt ul li a {
        padding: 15px 20px;
    }

    .rc-docs-archive .doc-excerpt ul li a:hover:before {
        top:20px;
    }

}

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

    .rc-doc-search input[type="text"],
    .rc-cat-select-wrap{
        width: 100%;
        padding: 10px 30px;
        border: none;
    }

    .rc-cat-select-wrap select {
        padding: 0;
        margin: 0;
    }

    .rc-cat-select-wrap select {
        width: 460px;
    }

    .rc-cat-select-wrap:before {
        right: 16px;
        top: 0px;
    }

    .rc-cat-select-wrap:after  {
        right: 31px;
        top: 21px;
    }

    .single-rsc-documentation .rc-regular-content,
    .rc-regular-content {
        padding: 65px 25px 0;
    }

    .rc-single-title h2 {
        font-size: 2.4em;
        line-height: 1.2em;
    }

    .rc-doc-wrap,
    .rc-doc-category {
        width: 100%;
    }

    .rc-documentation-sections .rc-second-el {
        border: none !important;
    }

    .rc-documentation-sections .rc-divider {
        display: none;
    }

    .rc-responsive-select-wrap {
        padding: 10px;
    }

}

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

    .rc-doc-search{
        padding: 20px 15px 20px;
    }

    .rc-spaces {
        margin: 20px auto 30px;
    }

    .single-rsc-documentation .rc-regular-content {
        padding: 45px 25px 0;
    }

    .rc-docs-archive .doc-excerpt ul li a:hover:before {
        display: none;
    }
}

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

    .rc-select-inside:before,
    .rc-select-inside:after{
        display: none;
    }

}
