a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Be Vietnam Pro", sans-serif;
}
body,
p {
    color: #5e6977;
    font-size: 16px;
    font-weight: 400;
}
a:hover {
    color: #fc410e;
}
a.btn-class {
    background: #fc410e;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 30px;
}

a.btn-class:hover {
    text-decoration: none;
    cursor: pointer;
    background: #182531;
}

h1,
h2,
h2.page-header,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #182531;
    border: 0;
    line-height: 1.25;
    margin-top: 45px;
    margin-bottom: 20px;
    padding: 0;
}
h1.mt-0,
h2.mt-0,
h2.page-header.mt-0,
h3.mt-0,
h4.mt-0,
h5.mt-0,
h6.mt-0 {
    margin-top: 0;
}
h1.mb-0,
h2.mb-0,
h2.page-header.mb-0,
h3.mb-0,
h4.mb-0,
h5.mb-0,
h6.mb-0 {
    margin-bottom: 0;
}
h2,
h2.page-header {
    font-size: 40px;
    padding: 0;
}
h3 {
    font-size: 36px;
    padding: 0;
}
h4 {
    font-size: 30px;
    padding: 0;
}
hr.devsvibe-separator {
    margin-top: 20px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #e8e9ea;
}
.doc-content-wrapper {
    margin-top: 65px;
}
.page-header {
    margin: 0;
    padding: 0;
}
figure img {
    border: 1px solid #e8e9ea !important;
    border-radius: 5px !important;
    padding: 3px !important;
    margin: 0 0 25px !important;
    background-color: transparent !important;
}
figure figcaption.devsvibe-doc-figcaption {
    margin-bottom: 30px;
    margin-top: -10px;
}
img {
    border-radius: 3px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 3px !important;
}
ol.border-0 li {
    border: 0;
}
.devsvibe-doc-list-items ul,
.devsvibe-doc-list-items ol{
    margin-bottom: 0;
}

.devsvibe-doc-list-items li ul li:last-child,
.devsvibe-doc-list-items li ol li:last-child {
    padding-bottom: 0;
}

.devsvibe-doc-iframe {
    padding-bottom: 50.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}
.devsvibe-doc-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
body h3.d-v-o-none {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}
body h3.d-v-o-none:target {
    padding-top: 35px;
}
@media screen and (max-width: 767px) {
    .doc-content-wrapper {
        margin-top: 40px;
    }
    h1,
    h2,
    h2.page-header,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    h1 {
        font-size: 32px;
    }
    h2,
    h2.page-header {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 18px;
    }
    hr.devsvibe-separator {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.devsvibe-doc-header {
    max-width: 100%;
    -webkit-transition: height 0.5s ease-in;
    -o-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;
    z-index: 99;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
}
.devsvibe-doc-header#header {
    height: 95px;
    z-index: 99;
}
.devsvibe-doc-header#header.header-sticky.sticky {
    height: 80px;
}
.devsvibe-doc-header#header .container {
    display: inherit;
}
.devsvibe-doc-header#header .container .row {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.devsvibe-doc-header.header-sticky.sticky {
    -webkit-animation: headerSticky 0.95s ease forwards;
    animation: headerSticky 0.95s ease forwards;
    background-color: #fff !important;
    height: 80px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.devsvibe-doc-header .logo .logo-white {
    display: none;
}
.devsvibe-doc-header .logo a {
    height: 95px;
    line-height: 95px;
    -webkit-transition: min-height 1s ease !important;
    -o-transition: min-height 1s ease !important;
    transition: min-height 1s ease !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.devsvibe-doc-header.header-sticky.sticky .logo a {
    height: 80px;
    line-height: 80px;
}
.devsvibe-doc-header .logo a img {
    max-height: 35px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    position: relative;
    display: block;
}
.devsvibe-doc-header .navbar .navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.devsvibe-doc-header .navbar .navbar-nav li:not(:last-child) {
    margin-right: 56px;
}
.devsvibe-doc-header .navbar .navbar-nav li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 95px;
    line-height: 95px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #5e6977;
    padding: 0;
}
.devsvibe-doc-header .navbar .navbar-nav li a:hover {
    text-decoration: none;
    color: #fc410e;
}
.devsvibe-doc-header.header-sticky.sticky .navbar .navbar-nav li a {
    height: 80px;
    line-height: 80px;
}
.devsvibe-doc-header .header-btn {
    background: #fc410e;
    border: 0;
    border-radius: 5px;
    color: #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.devsvibe-doc-header .header-btn:hover {
    background-color: #182531;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.devsvibe-doc-header .header-btn:focus {
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .devsvibe-doc-header .header-btn {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .devsvibe-doc-header .navbar .navbar-nav {
        display: none;
    }
    .devsvibe-doc-header .col-lg-6.col-md-9 {
        display: none;
    }
}
.mobile-menu-bar {
    display: none;
}
.popup-mobile-menu {
    z-index: 99999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.popup-mobile-menu .inner {
    width: 320px;
    z-index: 999;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media screen and (max-width: 335px) {
    .popup-mobile-menu .inner {
        width: 100%;
    }
}
.popup-mobile-menu .inner .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.popup-mobile-menu .inner .header-top .logo a img {
    max-height: 45px;
    background: 0 0;
    margin: 0;
    padding: 0;
    border: 0;
    max-height: 45px;
    max-width: 160px;
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
    border: 0 none;
    background: 0 0;
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}
.popup-mobile-menu.active .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
}
.popup-mobile-menu .mainmenu li {
    margin: 0;
}
.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #5e6977;
}
.popup-mobile-menu .mainmenu li a:hover {
    text-decoration: none;
}
.popup-mobile-menu .mainmenu li a.active {
    color: #fc410e !important;
}
.popup-mobile-menu .mainmenu li + li {
    border-top: 1px solid #fc410e;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
    font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
    color: #fc410e !important;
}
.popup-mobile-menu .mainmenu .has-droupdown > a {
    position: relative;
}
.popup-mobile-menu .mainmenu .has-droupdown > a::after {
    position: absolute;
    content: "\ea13";
    font-family: remixicon !important;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.popup-mobile-menu .mainmenu .has-droupdown > a.open::after {
    content: "\f1ae";
}
.popup-mobile-menu .mainmenu .rn-megamenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}
.popup-mobile-menu .mainmenu .mega-menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
    font-size: 15px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
    border-bottom: 1px solid #fc410e;
}
.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
    border-bottom-color: transparent;
}
.popup-mobile-menu .mainmenu li + li {
    border-top: 1px solid #eee;
}
@-webkit-keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .mobile-menu-bar {
        display: block;
        text-align: right;
        font-size: 18px;
    }
    .mobile-menu-bar .hamberger button {
        background: 0 0;
    }
}
.devsvibe-docs-nav {
    position: inherit !important;
    top: inherit !important;
    z-index: 11111;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.doc-content-wrapper.get-fixed .devsvibe-docs-nav {
    position: fixed !important;
    top: 110px !important;
}
.doc-sidebar .nav-list:before {
    font-size: 16px;
    font-weight: 600;
    background: #182531 none repeat scroll 0 0;
    padding: 15px 31px;
    margin-bottom: 8px;
}
.doc-sidebar .doc-nav {
    overflow-x: hidden;
    scrollbar-color: #fc410e #ccc;
    scrollbar-width: thin;
}
.doc-sidebar .nav > li > a {
    padding: 15px 25px 15px 25px;
    margin: 0;
    font-weight: 500;
}
.doc-sidebar .doc-nav > li a {
    border-left: 3px solid #eee;
}
.doc-nav > li {
    background: #f7f7f7;
}
.doc-sidebar .doc-nav > li a:hover {
    background-color: transparent;
}
.devsvibe-docs-nav .toggle-button:before,
.devsvibe-docs-nav li.opened .toggle-button:before {
    content: "\ea6e";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.devsvibe-docs-nav li.active .toggle-button:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.devsvibe-docs-nav.doc-nav > li.active {
    border-left: 3px solid #fc410e;
    margin-bottom: 8px;
}
.doc-sidebar .doc-nav > li.active ul li.active a {
    border-left: 3px solid #fc410e;
}
.doc-sidebar .nav > li:not(:last-child) {
    margin-bottom: 8px;
}
.devsvibe-docs-nav.doc-nav .docs-progress-bar {
    background: #eee;
    max-height: 56px;
}
.devsvibe-docs-nav.doc-nav li ul li:not(:last-child) {
    margin-bottom: 11px;
}
.devsvibe-docs-nav.doc-nav li ul li a {
    font-size: 16px;
    display: inline-block;
}
.devsvibe-docs-nav.doc-nav li ul li a:before {
    content: "";
}
pre {
    white-space: pre-wrap;
}
pre code {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 20px;
    font-size: 120%;
}
.prism pre.simple-example[class*="language-"] {
    background: #f7f7f7;
    border-radius: 5px;
    border-left: 5px solid #f9ba01;
}
.devsvibe-doc-footer {
    background-color: #231f40;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
    font-size: 13px;
    margin-top: 50px;
}
.devsvibe-doc-footer a:hover {
    color: #fff;
    text-decoration: underline !important;
}
@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
.paginacontainer {
    height: 3000px;
}
.devsvibe-doc-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 71, 87, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.devsvibe-doc-progress-parent.devsvibe-doc-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.devsvibe-doc-progress-parent::after {
    position: absolute;
    font-family: remixicon !important;
    content: "\ea78";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #fc410e;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.devsvibe-doc-progress-parent:hover::after {
    color: var(--color-primary);
}
.devsvibe-doc-progress-parent::before {
    position: absolute;
    font-family: remixicon !important;
    content: "\ea78";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #0d0d12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.devsvibe-doc-progress-parent svg path {
    fill: none;
}
.devsvibe-doc-progress-parent svg.devsvibe-doc-back-circle path {
    stroke: #fc410e;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
