/*!  
 * CoderPro - Bootstrap 5 Startup Template for Software Projects
 * Version: 2.3
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
html {
    scroll-behavior: smooth
}

body {
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5d6778;
    padding-top: 69px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    color: #252930;
    font-weight: 600
}

a {
    color: #4550e6
}

a:hover {
    color: #2f3be3
}

code {
    background: #f5f6fe;
    color: #252930;
    padding: .25rem .375rem;
    border-radius: .25rem
}

.table-dark {
    background: #252930;
    color: #fff
}

.table-bordered th,
.table-bordered td {
    border-color: #e7e9ed
}

.table th,
.table td {
    border-color: #e7e9ed
}

.table thead th {
    border-color: #e7e9ed
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #515a6a
}

.table>:not(caption) th.theme-bg-light {
    background: #f5f6fe
}

.font-weight-bold {
    font-weight: 700 !important
}

.popover {
    border-color: #dee1fc
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-auto[x-placement^=left]>.popover-arrow::before {
    border-left-color: #dee1fc
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-auto[x-placement^=right]>.popover-arrow::before {
    border-right-color: #dee1fc
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-auto[x-placement^=top]>.popover-arrow::before {
    border-top-color: #dee1fc
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-auto[x-placement^=bottom]>.popover-arrow::before {
    border-bottom-color: #dee1fc
}

a.theme-link {
    color: #252930;
    text-decoration: underline;
    text-decoration-color: rgba(37, 41, 48, .3)
}

a.theme-link:hover {
    color: #4550e6;
    text-decoration-color: rgba(69, 80, 230, .8)
}

a.text-link {
    text-decoration: none
}

a.text-link:hover {
    text-decoration: underline
}

.btn {
    font-weight: 600;
    padding: .6rem 1.25rem;
    border: none
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 12px 24px -6px rgba(0, 0, 0, .15);
    text-decoration: none;
    outline: none;
    transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .btn:hover,
    .btn:active,
    .btn:focus {
        transition: none
    }
}

.btn:focus,
.btn.focus {
    box-shadow: none !important
}

.btn-primary {
    background: #4550e6
}

.btn-secondary {
    background: #5d6778;
    color: #fff
}

.btn-light {
    background: #f5f6fe;
    color: #4550e6
}

.btn-light:hover {
    background: #f5f6fe;
    color: #4550e6
}

.btn-social {
    background: #fff;
    color: #5d6778;
    border: 1px solid #e7e9ed
}

.btn-social:hover,
.btn-social:active,
.btn-social:focus {
    background: #fff;
    outline: none;
    color: #252930;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border: 1px solid #e7e9ed
}

.btn-social .icon-holder {
    display: inline-block;
    text-align: left
}

.btn-social .icon-holder img {
    position: relative;
    top: -1px
}

.btn-social .btn-text {
    padding-left: .5rem;
    display: inline-block
}

.btn-success,
.btn-warning,
.btn-info,
.btn-danger {
    color: #fff
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff
}

.form-control {
    padding-top: .875rem;
    padding-bottom: .875rem;
    height: 2.75rem;
    border-color: #dee1fc
}

.form-control:focus {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    outline: none
}

.error {
    color: #ec575b
}

.pagination .page-link {
    color: #4550e6
}

.pagination .page-item.active .page-link {
    background-color: #4550e6;
    color: #fff
}

.theme-icon-holder {
    display: inline-block;
    background: #f5f6fe;
    color: #4550e6;
    width: 32px;
    height: 32px;
    padding-top: 4px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%
}

.theme-icon-holder .svg-inline---fa {
    color: #4550e6
}

.theme-bg-light {
    background: #f5f6fe
}

.theme-bg-dark {
    background: #4550e6
}

.theme-bg-shapes-right {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden
}

.theme-bg-shapes-right:before {
    content: "";
    width: 300px;
    height: 150px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    right: -60px;
    top: 0;
    border-radius: 4px;
    transform: skew(25deg, -10deg);
    moz-transform-origin: top left;
    transform-origin: top left
}

.theme-bg-shapes-right:after {
    content: "";
    width: 150px;
    height: 600px;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    right: 0px;
    top: 30px;
    border-radius: 6px;
    transform: skew(25deg, 10deg);
    moz-transform-origin: top left;
    transform-origin: top left
}

.theme-bg-shapes-left {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden
}

.theme-bg-shapes-left:before {
    content: "";
    width: 300px;
    height: 150px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: -90px;
    top: 0;
    border-radius: 6px;
    transform: skew(25deg, -12deg);
    moz-transform-origin: top left;
    transform-origin: top left
}

.theme-bg-shapes-left:after {
    content: "";
    width: 150px;
    height: 600px;
    background: rgba(255, 255, 255, .15);
    position: absolute;
    left: 0px;
    top: 30px;
    border-radius: 4px;
    transform: skew(-25deg, 10deg);
    moz-transform-origin: top left;
    transform-origin: top left
}

.alert-dark {
    color: #252930
}

.alert-light {
    color: #5d6778;
    border-color: #efefef
}

.border-radius-0 {
    border-radius: 0
}

.font-style-normal {
    font-style: normal !important
}

.single-col-max {
    max-width: 800px
}

.tech-icons {
    font-size: 1.875rem;
    color: #4550e6
}

.tech-icons .fa-angular {
    color: #ca3327
}

.tech-icons .fa-js-square,
.tech-icons .fa-js {
    color: #f1de4f
}

.tech-icons .fa-react {
    color: #62d4fa
}

.tech-icons .fa-vuejs {
    color: #64b687
}

.tech-icons .nodejs {
    color: #55ac63
}

.tech-icons .fa-python {
    color: #456e9c
}

.tech-icons .fa-php {
    color: #777baf
}

.tech-icons .fa-java {
    color: #2e68ab
}

.tech-icons .fa-html5,
.tech-icons .fa-html5-alt {
    color: #de6e3c
}

.tech-icons .fa-css3,
.tech-icons .fa-css3-alt {
    color: #53a7dc
}

.tech-icons .fa-sass {
    color: #bf6b97
}

.tech-icons .fa-less {
    color: #324b7c
}

.tech-icons .fa-gulp {
    color: #c9514e
}

.tech-icons .fa-grunt {
    color: #efac42
}

.tech-icons .fa-npm {
    color: #bb443e
}

.tech-icons .fa-sketch {
    color: #fa6400
}

.tech-icons .fa-bootstrap {
    color: #7952b3
}

.tech-icons .fa-stripe,
.tech-icons .fa-cc-stripe {
    color: #6972de
}

.tech-icons .fa-paypal,
.tech-icons .fa-cc-paypal {
    color: #449ad8
}

.tech-icons .fa-cc-apple-pay,
.tech-icons .fa-apple-pay {
    color: #000
}

.tech-icons .fa-github,
.tech-icons .fa-github-alt,
.tech-icons .fa-github-square {
    color: #24292e
}

.tech-icons .fa-firefox {
    color: #efa239
}

.tech-icons .fa-chrome {
    color: #4b9f65
}

.site-logo .logo-text {
    color: #252930;
    font-size: 1.5rem;
    font-weight: bold
}

.site-logo .text-alt {
    font-weight: 300
}

.site-logo .navbar-brand {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 0;
    display: inline-block
}

.navbar {
    font-size: 1rem;
    padding: .5rem 0
}

.navbar .dropdown-divider {
    border-color: #e7e9ed
}

.navbar .dropdown-toggle::after {
    vertical-align: .3em;
    position: relative;
    top: .2rem
}

.navbar .navbar-toggler {
    border: none;
    padding: 0;
    font-size: inherit
}

.navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar .nav-link {
    color: #5d6778;
    font-weight: 500
}

.navbar .nav-link:hover {
    color: #252930;
    text-decoration: none
}

.navbar .nav-link.active {
    color: #252930
}

.navbar .dropdown-menu {
    border-color: #e7e9ed;
    padding: 0
}

.navbar .dropdown-menu:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #fff;
    position: absolute;
    right: 2rem;
    top: -8px
}

.navbar .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #e7e9ed;
    position: absolute;
    right: 2rem;
    top: -9px
}

.navbar .dropdown-item {
    font-size: .875rem;
    padding: .75rem 2rem
}

.navbar .dropdown-item.has-icon {
    padding-left: 1rem
}

.navbar .dropdown-item .theme-icon-holder {
    font-size: .75rem;
    padding-top: .5rem
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:active {
    color: #4550e6;
    background: #f5f6fe
}

.navbar .dropdown-item:hover .theme-icon-holder,
.navbar .dropdown-item:active .theme-icon-holder {
    background: #4550e6;
    color: #fff
}

.page-header.theme-bg-dark .page-heading {
    color: #fff
}

.page-header.theme-bg-dark .page-intro {
    color: #fff;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.navbar-toggler {
    position: relative
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0
}

.navbar-toggler span {
    display: block;
    background-color: #4550e6;
    height: 3px;
    width: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    transform: rotate(0deg);
    position: relative;
    left: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    border-radius: 1px
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: transform .35s ease-in-out
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(135deg);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-135deg);
    opacity: .9
}

.social-list li {
    font-size: 1.125rem;
    background: #f5f6fe;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    padding-top: 2px
}

.social-list li a {
    color: #727aec
}

.social-list li a:hover {
    color: #4550e6
}

.social-list li:not(:last-child) {
    margin-right: .875rem
}

.header {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.footer .footer-col {
    font-size: .875rem
}

.footer .footer-col .col-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #5d6778
}

.footer .footer-col a {
    color: #5d6778
}

.footer .footer-col li {
    margin-bottom: .5rem
}

.footer .copyright {
    font-size: .875rem
}

.newsletter-section .section-intro {
    font-size: 1rem
}

.signup-form .form-control {
    width: 320px
}

.page-heading {
    font-size: 2.5rem
}

.page-intro {
    font-size: 1.125rem
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }

    100% {
        transform: translateY(0rem);
        opacity: 1
    }

    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

.slideIn {
    animation-name: slideIn
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: 0
    }

    .menu-animate {
        animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }

    .navbar .dropdown:hover>.dropdown-menu {
        display: block
    }

    .navbar .dropdown>.dropdown-toggle:active {
        pointer-events: none
    }
}

@media(max-width: 575.98px) {
    .signup-form .form-control {
        width: inherit
    }

    .signup-form .form-group {
        width: 100%
    }
}

@media(max-width: 991.98px) {
    .navbar .dropdown-menu {
        box-shadow: none !important;
        border: none
    }

    .navbar .dropdown-menu:before,
    .navbar .dropdown-menu:after {
        display: none
    }
}

.site-headline {
    font-size: 3rem
}

.site-tagline {
    font-size: 1.125rem
}

.section-title {
    font-size: 2rem
}

.section-intro {
    font-size: 1.125rem;
    color: #828d9f
}

.hero-figure {
    max-width: 100%
}

.benefits-section .item {
    margin-bottom: 2rem
}

.benefits-section .item .icon-holder {
    width: 60px;
    height: 60px;
    background: #f5f6fe;
    display: inline-block;
    border-radius: 50%;
    padding-top: 15px
}

.benefits-section .item .icon-holder .svg-inline--fa {
    color: #4550e6;
    font-size: 1.75rem
}

.benefits-section .item-inner {
    padding: 1.5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border: 1px solid #f5f6fe;
    height: 100%;
    background: #fff
}

.how-section .item {
    position: relative
}

.how-section .icon-holder {
    text-align: center
}

.how-section .icon-holder img {
    max-width: 200px;
    height: auto;
    position: relative
}

.how-section .arrow-holder {
    content: "";
    width: 100%;
    height: 15px;
    background: url("../images/line-with-arrow.svg") no-repeat center center;
    background-size: 120px 15px;
    display: inline-block;
    position: absolute;
    right: -50%;
    top: 25%
}

.step-count {
    border-radius: 50%;
    background: #f5f6fe;
    color: #4550e6;
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
    padding-top: .3rem;
    display: inline-block;
    text-align: center
}

.logos-section .item {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}

.logos-section .item img {
    width: 150px;
    height: auto
}

.integration-list .item img {
    width: 100px;
    height: auto;
    background: #fff
}

.features-section .tab-heading {
    display: block;
    font-weight: bold
}

.features-section .tab-icon {
    background: #f5f6fe;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding-top: 7px;
    color: #4550e6;
    font-size: 1.125rem;
    position: relative;
    top: 2px
}

.features-section .tab-heading-desc {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s, max-height .4s, padding .4s
}

@media(prefers-reduced-motion: reduce) {
    .features-section .tab-heading-desc {
        transition: none
    }
}

.features-section .nav-link {
    display: inline-block;
    color: #252930;
    padding: 1.5rem;
    cursor: pointer
}

.features-section .nav-link.active {
    background: #f5f6fe
}

.features-section .nav-link.active {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.features-section .nav-link.active .tab-icon {
    background: #fff
}

.features-section .nav-link.active .tab-heading-desc {
    max-height: 9999px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    padding-top: .5rem
}

.features-section .caption {
    border-radius: 50px;
    padding: 1.5rem;
    display: inline-block;
    position: relative;
    z-index: 10
}

.features-section .figure {
    position: relative;
    text-align: center;
    padding: 2rem
}

.features-section .figure .figure-img {
    width: 600px;
    display: inline-block
}

.section-subheading {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    font-size: 1.5rem;
    font-weight: normal
}

.testimonials-slider-container .item {
    padding: .25rem
}

.testimonials-slider-container .item-inner {
    border: 1px solid #f5f6fe
}

.testimonials-slider-container .source-holder {
    padding: 1rem;
    font-size: .875rem;
    position: relative
}

.testimonials-slider-container .source-holder .name {
    font-weight: bold
}

.testimonials-slider-container .source-holder .info a {
    color: #5d6778;
    font-size: .75rem
}

.testimonials-slider-container .source-icon {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.25rem;
    width: auto
}

.testimonials-slider-container .source-icon .fa-twitter {
    color: #1da1f2
}

.testimonials-slider-container .source-icon .fa-github {
    color: #24282d
}

.testimonials-slider-container .source-icon .fa-product-hunt {
    color: #da552f
}

.testimonials-slider-container .source-icon .fa-facebook {
    color: #3b5998
}

.testimonials-slider-container .source-icon .fa-wordpress {
    color: #028cb0
}

.testimonials-slider-container .quote-holder {
    padding: 1rem;
    padding-top: 0
}

.testimonials-slider-container .quote-content {
    font-size: .875rem
}

.testimonials-slider-container img.source-profile {
    max-width: 50px;
    border-radius: 50%
}

.testimonials-slider-container .tns-nav {
    display: block;
    margin-top: 1rem;
    position: absolute;
    text-align: center;
    width: 100%
}

.testimonials-slider-container .tns-nav button {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #e2e4fb;
    border: 0
}

.testimonials-slider-container .tns-nav button.tns-nav-active {
    background: #727aec
}

.cta-section .container {
    position: relative;
    z-index: 10
}

@media(min-width: 1200px) {
    .top-line-lg {
        position: relative
    }

    .top-line-lg:before {
        content: "";
        display: inline-block;
        width: 160px;
        height: 80px;
        z-index: -1;
        background: rgba(0, 0, 0, 0);
        border: none;
        border-top: dashed 2px #cccff8;
        padding: 30px;
        border-radius: 50%;
        position: absolute;
        right: -80px;
        top: -10px
    }

    .bottom-line-lg {
        position: relative
    }

    .bottom-line-lg:before {
        content: "";
        display: inline-block;
        width: 160px;
        height: 80px;
        z-index: -1;
        background: rgba(0, 0, 0, 0);
        border: none;
        border-bottom: dashed 2px #cccff8;
        padding: 30px;
        border-radius: 50%;
        position: absolute;
        right: -80px;
        bottom: -10px
    }
}

@media(min-width: 768px) {
    .hero-figure {
        max-width: 460px
    }
}

@media(min-width: 992px) {
    .hero-figure {
        max-width: 100%
    }
}

@media(max-width: 575.98px) {
    .site-headline {
        font-size: 2.5rem
    }

    .section-title {
        font-size: 1.875rem
    }
}

@media(max-width: 991.98px) {
    .signup-form .form-control {
        width: 100%
    }
}

.features-tab .nav-item {
    margin-right: 1rem;
    margin-bottom: 1rem
}

.features-tab .nav-item:last-child {
    margin-right: 0
}

.features-tab .nav-link {
    padding: .8rem 1.5rem;
    color: #5d6778
}

.features-tab .nav-link .svg-inline--fa {
    color: #5d6778
}

.features-tab .nav-link:hover {
    color: #252930;
    text-decoration: none
}

.features-tab .nav-link.active,
.features-tab .show>.nav-link {
    background: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    color: #fff;
    background: #4550e6;
    font-weight: bold
}

.features-tab .nav-link.active .svg-inline--fa,
.features-tab .show>.nav-link .svg-inline--fa {
    color: rgba(255, 255, 255, .6)
}

.feature-pane-heading {
    font-size: 2rem;
    font-weight: 400
}

.zigzag-layout .item .heading {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.umbrella-layout .item .heading {
    font-size: 1.5rem
}

.umbrella-layout .item .card {
    border: none;
    height: 100%
}

.carousel-layout .heading {
    font-size: 1.5rem
}

.carousel-layout .card-title {
    font-size: 1rem
}

.carousel-layout .card {
    height: 100%
}

.features-carousel .carousel-indicators {
    position: static;
    margin-left: 0;
    margin-right: 0
}

.features-carousel .carousel-indicators [data-bs-target] {
    position: inherit;
    margin: 0;
    display: block;
    flex: none;
    text-indent: inherit;
    width: auto;
    height: auto;
    margin-left: inherit;
    margin-right: inherit;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.features-carousel .indicator-item a.carousel-nav-link.active {
    background: #f5f6fe
}

.features-carousel a.carousel-nav-link {
    color: #5d6778;
    text-decoration: none
}

.features-carousel a.carousel-nav-link:hover {
    text-decoration: none;
    color: #5d6778;
    background: #f5f6fe
}

@media(min-width: 992px) {
    .menu-animate {
        animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@media(max-width: 575.98px) {
    .features-tab .nav-item {
        margin-right: 0
    }

    .features-tab .nav-link {
        padding: .5rem .8rem;
        margin-right: 0
    }
}

.plans-section .plan-header {
    padding: 2rem 1rem;
    background: #f5f6fe
}

.plans-section .plan-title {
    font-size: 1.125rem;
    text-transform: uppercase
}

.plans-section .plan-cost {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block
}

.plans-section .plan-cost .number {
    font-size: 3rem;
    color: #252930
}

.plans-section .plan-cost .currency {
    color: #919aaa;
    font-size: 1rem;
    position: absolute;
    top: .75rem;
    left: -0.875rem
}

.plans-section .plan-cost .unit {
    color: #919aaa;
    font-size: .75rem;
    position: absolute;
    right: -3rem;
    bottom: 1rem
}

.plans-section .plan-cost .plan-cost-yearly .unit {
    right: -2.25rem
}

.plans-section .plan-content {
    padding: 1rem
}

.plans-section .plan-intro {
    padding: .5rem;
    font-size: .875rem
}

.plans-section .plan-desc li {
    position: relative;
    font-size: .875rem;
    padding: .5rem;
    border-bottom: 1px solid #e7e9ed
}

.plans-section .plan-desc li:last-child {
    border-bottom: none
}

.plans-section .plan-desc .info-popover-trigger {
    position: absolute;
    right: 0;
    top: .5rem;
    width: 20px;
    height: 20px;
    font-size: .7rem;
    padding-top: .1rem;
    outline: none;
    cursor: pointer
}

.plans-section .plan-desc .info-popover-trigger:focus {
    outline: none
}

.plan-switch-intro {
    font-size: 1rem
}

.radio-switch {
    position: relative;
    display: inline-block;
    display: inline-flex;
    padding: .3rem;
    border-radius: 5rem;
    border: 1px solid #e7e9ed
}

.radio-switch-item {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    width: 6rem
}

.radio-switch-label {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: block;
    border-radius: 5rem;
    line-height: 2.5;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .3s
}

.radio-switch-input:checked~.radio-switch-label {
    color: #fff
}

.radio-switch-marker {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    border-radius: 5rem;
    background-color: #4550e6;
    height: 2.5rem;
    width: 6rem;
    transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .radio-switch-marker {
        transition: none
    }
}

.radio-switch-input:checked~.radio-switch-marker {
    transform: translateX(100%)
}

.testimonial-card-columns .card {
    border-color: #e7e9ed
}

.testimonial-card-columns .card-body {
    padding: .25rem
}

.testimonial-card-columns .source-holder {
    padding: 1rem;
    font-size: .875rem;
    position: relative
}

.testimonial-card-columns .source-holder .name {
    font-weight: bold
}

.testimonial-card-columns .source-holder .info a {
    color: #5d6778;
    font-size: .75rem
}

.testimonial-card-columns .source-icon {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.25rem;
    width: inherit
}

.testimonial-card-columns .source-icon .fa-twitter {
    color: #1da1f2
}

.testimonial-card-columns .source-icon .fa-github {
    color: #24282d
}

.testimonial-card-columns .source-icon .fa-product-hunt {
    color: #da552f
}

.testimonial-card-columns .source-icon .fa-facebook {
    color: #3b5998
}

.testimonial-card-columns .source-icon .fa-wordpress {
    color: #028cb0
}

.testimonial-card-columns .quote-holder {
    padding: 1rem;
    padding-top: 0
}

.testimonial-card-columns .quote-content {
    font-size: .875rem
}

.testimonial-card-columns img.source-profile {
    max-width: 50px;
    border-radius: 50%
}

.faq-accordion .accordion-header {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #f5f6fe
}

.faq-accordion .accordion-header a {
    color: #252930
}

.faq-accordion .accordion-header a:hover {
    text-decoration: none
}

.faq-accordion .accordion-header .fa-circle-question {
    position: absolute;
    left: 1.125rem;
    top: 1.125rem
}

.faq-accordion button.accordion-button {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    padding-left: 1.125rem;
    box-shadow: none;
    cursor: pointer;
    color: #252930;
    background: rgba(0, 0, 0, 0)
}

.faq-accordion button.accordion-button .svg-inline--fa {
    position: absolute;
    right: 0;
    top: .15rem;
    font-size: 1rem;
    color: #888fef
}

.faq-accordion button.accordion-button[aria-expanded=true] .svg-inline--fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.options-section .contact-card {
    border: 1px solid #e7e9ed
}

.options-section .contact-card>img {
    max-width: 150px
}

.contact-form .error {
    font-size: .875rem;
    padding-top: 1rem
}

.contact-form textarea.form-control {
    height: auto
}

.main-search-box {
    max-width: 600px
}

.docs-overview .card {
    border-color: #e7e9ed;
    position: relative;
    height: 100%
}

.docs-overview .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background: #f5f6fe
}

.docs-overview .card:hover .card-icon-holder {
    background: #fff
}

.docs-overview .card-icon-holder {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    padding-top: 1rem;
    display: inline-block
}

.docs-overview .card-title-text {
    display: inline-block;
    position: relative;
    top: -0.3rem
}

.docs-overview .card-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.search-form {
    position: relative;
    width: 100%
}

.search-form .search-input {
    font-size: .875rem;
    border-radius: 1.5rem;
    padding-right: 3rem;
    padding-left: 1.5rem
}

.search-form .search-input:focus {
    border-color: #e7e9ed
}

.search-form .search-btn {
    color: #828d9f;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: .15rem;
    margin-right: 0
}

.search-form .search-btn:active,
.search-form .search-btn:focus,
.search-form .search-btn:hover {
    outline: none !important;
    color: #4550e6;
    box-shadow: none
}

.docs-branding {
    min-height: 69px
}

.docs-branding .top-search-box {
    width: 300px
}

.docs-logo-wrapper {
    position: absolute;
    left: 15px;
    top: .5rem
}

.docs-logo-wrapper .site-logo {
    display: inline-block
}

.docs-top-utilities {
    padding-top: 4px
}

.docs-sidebar-toggler {
    display: inline-block;
    border: none;
    padding: 0;
    font-size: inherit;
    position: relative;
    top: .3rem;
    background: none
}

.docs-sidebar-toggler:focus {
    outline: none
}

.docs-sidebar-toggler:hover span {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.docs-sidebar-toggler span {
    display: block;
    background-color: #252930;
    height: 3px;
    width: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    border-radius: 1px
}

.docs-wrapper {
    position: relative
}

.docs-sidebar {
    display: none;
    width: 300px;
    position: fixed;
    z-index: 10;
    top: 69px;
    height: calc(100% - 69px);
    background: #fff;
    overflow-y: auto;
    scrollbar-color: rgba(0, 0, 0, .2) #f5f5f5;
    scrollbar-width: thin;
    transition: transform .35s ease-in-out;
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .1)
}

.docs-sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.docs-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .125);
    border-radius: .5rem
}

@media(prefers-reduced-motion: reduce) {
    .docs-sidebar {
        transition: none
    }
}

.docs-sidebar.sidebar-visible {
    transform: translateX(0);
    display: block
}

.docs-sidebar.sidebar-hidden {
    transform: translateX(-300px);
    display: block
}

.docs-nav {
    overflow-y: auto;
    padding: 1rem
}

.docs-nav .section-title {
    font-size: 1rem;
    margin-bottom: 1rem
}

.docs-nav .section-title a:hover {
    text-decoration: none
}

.docs-nav .section-items {
    font-size: .875rem;
    position: relative
}

.docs-nav .nav-item {
    margin-left: 2.5rem
}

.docs-nav .nav-item.section-title {
    margin-left: 0
}

.docs-nav .nav-item.section-title .nav-link {
    padding: 0
}

.docs-nav .nav-item.section-title .nav-link:before {
    display: none
}

.docs-nav .nav-item.active .nav-link {
    color: #4550e6
}

.docs-nav .nav-item.active .nav-link:before {
    background-color: #4550e6
}

.docs-nav .nav-item.active .nav-link .theme-icon-holder {
    color: #fff;
    background: #4550e6
}

.docs-nav .nav-link {
    display: inline-block;
    position: relative;
    padding: .5rem 1rem;
    color: #5d6778
}

.docs-nav .nav-link .theme-icon-holder {
    font-size: .875rem;
    padding-top: .375rem
}

.docs-nav .nav-link.active {
    color: #4550e6
}

.docs-nav .nav-link.active:before {
    background-color: #4550e6
}

.docs-nav .nav-link.active .theme-icon-holder {
    color: #fff;
    background: #4550e6
}

.docs-nav .nav-link:before {
    background-color: #f5f6fe;
    content: " ";
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -0.5rem;
    position: absolute;
    width: 3px;
    height: 100%;
    border-radius: 1rem
}

.docs-content {
    margin-left: 300px;
    padding-bottom: 500px
}

.docs-article {
    padding: 2rem;
    color: #5d6778;
    scroll-margin-top: 69px;
    scroll-snap-margin-top: 69px
}

.docs-article strong {
    color: #252930
}

.docs-article .docs-heading {
    font-size: 3rem;
    margin-bottom: 2rem;
    position: relative
}

.docs-article .docs-time {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 1rem;
    font-size: .75rem;
    font-weight: normal;
    color: #747f94
}

.docs-article .docs-section {
    padding: 2rem 0;
    border-bottom: 1px solid #e7e9ed;
    scroll-margin-top: 69px;
    scroll-snap-margin-top: 69px
}

.docs-article .docs-section p:last-child {
    margin-bottom: 0
}

.docs-article .section-heading {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #252930
}

.docs-article h2,
.docs-article .h2 {
    color: #464e5b
}

.docs-article h3,
.docs-article .h3 {
    font-size: 1.5rem;
    color: #464e5b
}

.docs-article h4,
.docs-article .h4 {
    font-size: 1.25rem;
    color: #464e5b
}

.docs-article h5,
.docs-article .h5 {
    font-size: 1rem;
    color: #464e5b
}

.docs-article h6,
.docs-article .h6 {
    font-size: .875rem;
    color: #464e5b
}

.docs-article ul,
.docs-article ol,
.docs-article dl {
    padding-left: 1.5rem
}

.docs-article li {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.docs-code-block {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.callout-block {
    padding: 1.5rem;
    border-left: 3px solid #5d6778;
    background: #f5f5f5;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.callout-block code {
    background: #fff
}

.callout-block .callout-title {
    font-size: 1rem
}

.callout-block.callout-block-info {
    border-color: #5b99ea;
    background: #f9fbfe
}

.callout-block.callout-block-info .callout-title {
    color: #1c6fdc
}

.callout-block.callout-block-info a {
    color: #1c6fdc
}

.callout-block.callout-block-success {
    border-color: #5cb377;
    background: #e7f4eb
}

.callout-block.callout-block-success .callout-title {
    color: #3e8554
}

.callout-block.callout-block-success a {
    color: #3e8554
}

.callout-block.callout-block-warning {
    border-color: #eebf41;
    background: #fdf6e5
}

.callout-block.callout-block-warning .callout-title {
    color: #d09c13
}

.callout-block.callout-block-warning a {
    color: #d09c13
}

.callout-block.callout-block-danger {
    border-color: #d26d69;
    background: #fbf3f2
}

.callout-block.callout-block-danger .callout-title {
    color: #b73c37
}

.callout-block.callout-block-danger a {
    color: #b73c37
}

@media print {
    #docs-sidebar {
        display: none !important
    }
}

@media(max-width: 767.98px) {
    .docs-article .docs-heading {
        font-size: 2.25rem
    }

    .docs-article .section-heading {
        font-size: 1.5rem
    }
}

@media(max-width: 1199.98px) {
    .docs-content {
        margin-left: 0
    }

    .docs-article .docs-time {
        position: static;
        display: block;
        padding-top: .5rem
    }
}

.auth-wrapper {
    max-width: 560px;
    background: #fff
}

.auth-wrapper .auth-heading {
    font-size: 1.5rem
}

.auth-wrapper .form-control::-webkit-input-placeholder {
    color: #828d9f
}

.auth-wrapper .form-control:-moz-placeholder {
    color: #828d9f
}

.auth-wrapper .form-control::-moz-placeholder {
    color: #828d9f
}

.auth-wrapper .form-control:-ms-input-placeholder {
    color: #828d9f
}

.auth-wrapper .legal-note {
    font-size: .875rem
}

.auth-wrapper .divider {
    border-bottom: 1px solid #e7e9ed;
    position: relative
}

.auth-wrapper .or-text {
    position: absolute;
    top: -12px;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
    left: 50%;
    margin-left: -22px;
    font-weight: 500
}

.auth-wrapper .extra {
    font-size: .75rem
}

.auth-wrapper .extra a {
    text-decoration: underline;
    color: #828d9f
}

.auth-wrapper .extra a:hover {
    color: #5d6778
}

.auth-wrapper .auth-heading-desc {
    font-weight: 500;
    font-size: 1.125rem
}

.auth-wrapper .legal-note {
    font-size: .75rem
}

.auth-footer .legal {
    font-size: .75rem
}

.auth-footer .legal a {
    color: #828d9f
}