/*
Theme Name: Docs Child
Theme URL: https://www.fingent.com/
Description: MasterCard Child Theme
Author: Fingent Global Solutions Pvt. Ltd.
Author URL: https://www.fingent.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: Mastercard Documentation
*/

/* Header style */

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap');

.site-header-docs {
    position: relative;
    max-width: 100%;
}

header.site-header-docs {
    background-color: #fff;
    box-shadow: 0 -8px 10px 6px #777;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
}

.site-branding {
    max-width: 100%;
    width: inherit;
}

.site-logo {
    text-align: left;
    margin: 10px 25px;
    display: flex;
    align-items: center;
    justify-items: space-between;
}

.banner-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.banner-header.elementor-widget:not(:last-child),
.banner-subcap.elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

.mc-icon-banner {
    width: 24px;
    height: 24px;
    position: absolute;
    margin: 12px;
}

.search-icon.mc-icon-banner {
    border: none;
}

input[type=text].mc-placeholder {
    padding: 12px 42px;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 14px;
}

.sub-heading-body {
    color: #2F2F2E;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 18px;
}

.body-inside-docs {
    font-family: "Be Vietnam Pro", Sans-serif;
}

code {
    background-color: #ececec;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 15px;
}

.dark-mode code {
    color: #000;
    font-size: 15px;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.banner-subcap p {
    margin-bottom: 0px;
}

.site-header-docs .search-form-banner {
    width: 430px;
    margin: 4px 10px;
}

.site-header-docs input[type=text].mc-placeholder {
    padding: 5px 32px;
}

.site-header-docs .mc-icon-banner {
    width: 20px;
    height: 20px;
    margin: 7px;
}

button.mc-search-toggle {
    border: none;
}

img.custom-logo {
    padding-top: 6px;
}

.mc-banner-home {
    background-color: #F6F6F6;
    background: url('assets/images/home-banner.png') center center no-repeat;
    background-size: cover;
}

.dark-mode .site-logo .logo1,
.dark-mode img.faq-img.light,
img.faq-img.dark {
    display: none;
}

.dark-mode .logo2,
.dark-mode img.faq-img.dark {
    display: flex;
}

.logo2 {
    display: none;
}

.nav-head-section ul li a:hover {
    border-bottom: 2px solid #B30012;
    color: #B30012;
}

.site-footer-docs {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    background-color: #ececec;
}

footer .site-info {
    display: inline-flex;
    width: 100%;
    padding: 0 25px;
}

.copyright {
    padding: 5px 0;
    width: 100%;
    color: #585857;

}

.logo-footer-section {
    float: left;
}

.imprint {
    float: right;
}

.footer-logo-light {
    vertical-align: middle;
}

.dark-mode .footer-logo-dark {
    display: block;
    vertical-align: middle;
}

.dark-mode .footer-logo-light,
.footer-logo-dark {
    display: none;
}

.page .logo-inside-docs,
.search .logo-inside-docs,
.error404 .logo-inside-docs {
    width: 100%;
}

.imprint a,
footer .site-navigation ul.menu a {
    color: #585857;
}

.imprint a:hover,
footer .site-navigation ul.menu a:hover {
    color: #B30012;
}

main#content,
.innerpage {
    background-color: #F6F6F6;
    padding-top: 62px;
    min-height: 90vh;
}

input[type=text].mc-placeholder:focus-visible {
    outline: none;
}

body.dark-mode main#content {
    background-color: #000;
    color: #fff;
    max-width: 100%;
}

.dark-mode-switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 35px;
    margin-right: 10px;
}

.toggle-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-icon i {
    font-size: 14px;
    color: #fff;
    transition: transform 0.2s ease-in-out;
}

.toggle-icon i:first-child {
    transform: translateX(0);
}

.toggle-icon i:last-child {
    transform: translateX(20px);
}

.dark-mode-switch input[type="checkbox"]:checked+.toggle-icon i:first-child {
    transform: translateX(-20px);
}

.dark-mode-switch input[type="checkbox"]:checked+.toggle-icon i:last-child {
    transform: translateX(0);
}

.header-dark-mode-toogle {
    margin: 4px 10px;
}

.site-logo .logo1 {
    display: flex;
}

.dark-mode input:checked+.slider .moon-on,
.dark-mode .slider .moon-on {
    background-color: #000000;
}

.dark-mode .slider {
    background-color: #2F2F2E;
    border: 1px solid #2F2F2E;
}

.dark-mode .moon-light,
.moon-dark,
.dark-mode .sun-light,
.sun-dark,
.dark-mode-switch input[type="checkbox"] {
    display: none;
}

.dark-mode .moon-dark,
.dark-mode .sun-dark {
    display: block;
}

.slider {
    position: absolute;
    display: inline-flex;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 2px;
}

input:checked+.slider .moon-on {
    border-radius: 4px;
}

input:focus+.slider .moon-on {
    box-shadow: 0 0 1px #fff;
}

.slider .sun-on {
    background: #fff;
    border-radius: 4px;
    padding: 7px;
}

.dark-mode .slider .sun-on {
    background-color: transparent;
}

.slider .moon-on {
    padding: 7px;
}

.dark-mode header.site-header-docs {
    background-color: #000;
}

.dark-mode .container.innerpage,
body.search.dark-mode,
body.error404.dark-mode,
body.page-template-default.dark-mode {
    background-color: #2a2a2a;
}

.dark-mode .site-footer-docs {
    background-color: #2F2F2E;
}

.search.dark-mode a,
.dark-mode .colour-body-dark .elementor-widget-container {
    color: #ffffff;
}

.dark-mode .col-md-4.mc-sidebar-docs,
.dark-mode .col-md-8.mc-doc-body {
    background-color: #000;
    color: #ffffff;
}

.dark-mode .mc-doc-body a:hover,
.dark-mode .sub-heading-body {
    color: #fff;
}

.dark-mode .mc-doc-body .notice-section a:hover {
    color: #585857;
}

.dark-mode .inner-banner-image-dark {
    display: block;
    padding: 10px 0 10px 20px;
}

.inner-banner-image-light {
    padding: 10px 0 10px 20px;
}

.dark-mode .inner-banner-image-light,
.inner-banner-image-dark {
    display: none;
}

body.search,
body.error404,
.page-template-default {
    background-color: #F6F6F6;
}

.search main#content,
.error404 main#content {
    padding: 60px 170px;
    max-width: 100%;
}

.search a {
    color: #000;
}

.search a:hover {
    color: #B30012;
}

.service-section {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.service-section h3 {
    margin: 4px 0;
}

.popular-search a {
    color: #585857;
}

.popular-search a:hover {
    color: #B30012;
}

.popular-magento-class {
    list-style: none;
    padding-left: 0;
}

.popular-magento-class li {
    margin-bottom: 0.9rem;
    font-family: "DM Sans", Sans-serif;
}

.popular-magento-class li a {
    font-size: 16px;
}

.mc-doc-body span.breadcrumb-inner {
    font-size: 15px;
}

.magento,
.opencart,
.prestashop,
.woocommerce {
    border: 1px solid #d9d9d9;
}

.service-section.magento:hover {
    border-color: #EC6737;
}

.service-section.opencart:hover {
    border-color: #2CC4F0;
}

.service-section.prestashop:hover {
    border-color: #DF0067;
}

.service-section.woocommerce:hover {
    border-color: #7F54B3;
}

.video-item .category-image .content-section p {
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 15px;
}

.dark-mode .video-item .category-image .categories-inside {
    border: 1px solid #666666;
}

.dark-mode .video-item {
    background-color: #2F2F2E;
}

.dark-mode .video-item .category-image .content-section .categories-section .term-name,
.dark-mode .video-item .category-image .content-section p {
    color: #fff;
}

.dark-mode .mc-banner-home {
    background: url('assets/images/home-banner-black.png') center center no-repeat;
    background-size: cover;
}

.dark-mode .mc-doc-width h1.elementor-heading-title.elementor-size-default,
.dark-mode .mc-doc-width h2.elementor-heading-title.elementor-size-default,
.dark-mode .mc-doc-width .elementor-element.elementor-element-ba6ed04.banner-subcap.elementor-widget.elementor-widget-text-editor,
.dark-mode .copyright,
.dark-mode .imprint a,
.dark-mode .elementor-image-box-content a,
.dark-mode .service-section.elementor-widget-image-box .elementor-image-box-title a,
.dark-mode .popular-search h2.elementor-heading-title.elementor-size-default,
.dark-mode .popular-search p,
.dark-mode .popular-heading h2.elementor-heading-title.elementor-size-default,
.dark-mode footer .site-navigation ul.menu a,
.dark-mode .mc-sidebar-docs a,
.dark-mode .mc-doc-body .breadcrumb-inner a,
.dark-mode h2.mc-side-title,
.dark-mode .mc-doc-body p,
.dark-mode .mc-doc-body li,
.dark-mode .mc-inner-heading.elementor-widget-heading .elementor-heading-title,
.dark-mode h3.elementor-heading-title.elementor-size-default.elementor-heading-title,
.dark-mode h5.elementor-heading-title.elementor-size-default.elementor-heading-title,
.dark-mode h6.elementor-heading-title.elementor-size-default.elementor-heading-title {
    color: #fff;
}

.dark-mode .service-section p.elementor-image-box-description {
    color: #fff !important;
}

.dark-mode .elementor-position-left.service-section.elementor-vertical-align-top.elementor-widget.elementor-widget-image-box {
    background-color: #2F2F2E;
    border-color: #2F2F2E;
}

.dark-mode .elementor-position-left.service-section.elementor-vertical-align-top.elementor-widget.elementor-widget-image-box:hover {
    border-color: #fff;
}

.dark-mode .mc-doc-body .notice-section p,
.dark-mode .mc-doc-body .notice-section li {
    color: #515151;
}

.dark-mode .imprint a:hover,
.dark-mode footer .site-navigation ul.menu a:hover,
.dark-mode .popular-search a:hover {
    color: #B30012;
}

.dark-mode .mc-doc-body figcaption.widget-image-caption.wp-caption-text,
.dark-mode .popular-search a,
.dark-mode nav a,
.dark-mode .current_page_item .sub-menu li a {
    color: #ffffff;
}

.dark-mode .magento-class li ul.sub-menu {
    box-shadow: 0px 0px 0px 0px #f6f6f6;
}

.dark-mode .home-url-image {
    background: url('assets/images/back icon_w.png') no-repeat;
}

.dark-mode .menu-item-has-children>a:after {
    background: url(assets/images/arrow_white.png) center center no-repeat;
}

.dark-mode.search .search-result-mc a,
.dark-mode.search .search-result-mc p {
    color: #000;
}

.dark-mode .magento-class li ul.sub-menu {
    border-left: 1px solid #b0b0b04f;
}

.dark-mode .search-result-mc {
    box-shadow: 2px 2px 2px 1px #878787;
}

.mc-sidebar-docs {
    background-color: #fff;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.mc-doc-body {
    background-color: #fff;
    margin: 15px 70px;
    padding: 20px;
    border-radius: 14px;
    font-family: "Be Vietnam Pro", Sans-serif;
}

ul.children {
    border-left: 1px solid #F6F6F6;
    padding: 5px 20px;
    box-shadow: -1px 0px 0px 0px #f6f6f6;
}

.home-url {
    color: #585857;
}

.home-url-image {
    padding: 0px 26px;
    vertical-align: text-top;
    background: url('assets/images/back.png') no-repeat;
}

.mc-side-title {
    color: #2F2F2E;
    font-family: "Be Vietnam Pro", Sans-serif;
    margin-top: 30px;
}

.mc-doc-body p {
    font-family: "Be Vietnam Pro", Sans-serif;
    color: #585857;
    font-size: 15px;
    line-height: 27px;
    margin: 0px;
}

.border-content {
    border: 1px solid #ff9100;
    padding: 10px;
    border-radius: 6px;
}

.mc-doc-body li {
    color: #585857;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 15px;
    line-height: 27px;
    padding: 0 0 8px 0;
}

.inner-template {
    display: flex;
}

.col-md-4 {
    width: 30%;
    padding: 15px 25px;
    min-height: 0vh;
}

.col-md-8 {
    width: 70%;
    min-height: 66vh;
}

.mc-sidebar-docs a {
    color: #585857;
    font-size: 15px;
}

.mc-sidebar-docs .children a {
    color: #585857;
}

.mc-sidebar-docs .current_page_item a {
    color: #B30012;
}

.current_page_item .sub-menu li a {
    color: #585857;
}

.mc-sidebar-docs li ul.children li a {
    color: #585857;
}

.mc-sidebar-docs .children .current_page_item a {
    color: #B30012;
}

.inside-banner-section {
    margin: 10px;
}

.mc-sidebar-docs li.page_item {
    list-style: none;
}

.mc-doc-body .breadcrumb-inner a {
    color: #585857;
}

.menu-item-has-children>.sub-menu {
    display: none;
}

.current-menu-item.menu-item-has-children>.sub-menu,
.current-page-ancestor .sub-menu {
    display: block;
}

.magento-class {
    list-style: none;
    padding: 0;
}

.magento-class li {
    padding: 8px 0;
    font-weight: 600;
    font-size: 15px;
}

.magento-class li ul.sub-menu {
    list-style: none;
    border-left: 1px solid #F6F6F6;
    padding: 5px 0 5px 20px;
    box-shadow: -1px 0px 0px 0px #f6f6f6;
}

.magento-class li ul.sub-menu li a {
    font-weight: 400;
}

.menu-item-has-children>a {
    position: relative;
}

.colour-body-dark .elementor-widget-container {
    color: #585857;
}

.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('assets/images/Arrow.png') center center no-repeat;
    background-size: auto;
    float: right;
    top: 50%;
    transform: translateY(50%)rotate(180deg);
    right: 0;
    transition: all 0.2s ease-in-out;
}

.menu-item-has-children>a.active:after {
    transform: translateY(50%);
}

.body-tag a {
    color: #585857;
}

.mc-doc-body a {
    color: #B30012;
}

.notice-section .elementor-accordion .elementor-tab-title {
    background-color: #F6F6F6;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.notice-section .elementor-accordion .elementor-tab-content {
    background-color: #F6F6F6;
    border: none;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.notice-section .elementor-accordion .elementor-accordion-item {
    border: none;
}

.notice-section .elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.notice-section.elementor-widget-accordion .elementor-active .elementor-accordion-title,
.elementor-widget-accordion .elementor-accordion-icon,
.notice-section.elementor-widget-accordion .elementor-accordion-title {
    color: #515151;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.mc-inner-heading.elementor-widget-heading .elementor-heading-title {
    font-size: 18px;
    color: #2F2F2E;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.mc-sidebar-docs h4 {
    font-size: 20px;
    font-weight: 600;
}

.mc-doc-body h2 {
    font-size: 1.6rem;
    font-weight: 600;
}

.mc-sidebar-docs a:hover {
    color: #B30012;
}

.mc-doc-body a:hover {
    color: #585857;
}

.mc-doc-body figcaption.widget-image-caption.wp-caption-text {
    padding-top: 15px;
    font-family: "Be Vietnam Pro", Sans-serif;
    color: #585857;
}

.current_page_ancestor a.active .sub-menu {
    display: block;
}

.header-top-mobile .header-dark-mode-toogle {
    margin-top: -42px;
    margin-bottom: 50px;
}

.image-banner-top {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: url(assets/images/bannerWhite.png) center center no-repeat;
}

.dark-mode .banner-separator {
    background-color: #fff;
}

.dark-mode .image-banner-top {
    background: url(assets/images/bannerDark.png) center center no-repeat;
}

.banner-left-section {
    width: 25%;
    padding: 6px;
}

.banner-right-section {
    width: 75%;
    font-size: 20px;
    padding: 6px;
}

.banner-separator {
    width: 1.2px;
    height: 60px;
    background-color: #6c6c6c;
    margin-right: 18px;
}

#copy-btn {
    position: relative;
    display: inline-block;
    padding: 8px 32px 8px 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #515151;
    background-color: #F6F6F6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    overflow-y: auto;
    max-width: 100%;
    text-align: left;
}

#copy-btn .copy-text {
    display: inline-block;
    margin-right: 14px;
    overflow: hidden;
    text-align: left;
}

#copy-btn .copy-icon {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-46%);
    font-size: 20px;
}

.copy-msg {
    display: inline-block;
    margin-left: 8px;
    color: #B30012;
    font-size: 14px;
    font-style: italic;
}

.copy-image {
    width: 18px;
}

#copy-btn:focus-visible,
#copy-btn:focus {
    outline: none;
}

.mc-doc-width.banner {
    margin: 60px 148px 60px 148px;
}

.mc-doc-width.heading.popular {
    margin: 30px 148px 0px 148px;
}

.mc-doc-width.heading,
.mc-doc-width.cms,
.popular-search.cms {
    margin: 10px 148px 0px 148px;
}

.col-md-4.mc-sidebar-docs.mc-mobile-section {
    display: none;
}

.search-result-mc {
    margin: 25px 0px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    font-family: "Be Vietnam Pro", Sans-serif;
    cursor: pointer;
}

.search h1.entry-title {
    margin: 0 10px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.search-result-mc h2 {
    margin-top: 0;
    line-height: 26px;
}

.search-result-mc p {
    margin-bottom: 0
}

.search p {
    margin: 0 10px;
}

.search .search-result-mc a {
    font-size: 22px;
    text-decoration: none;
}

.search-result-mc:hover {
    border: 1px solid #777;
}

.search-result-mc a {
    text-decoration: none;
}

.search .head-menu-section,
.error404 .head-menu-section {
    display: none;
}

.header-top-mobile li a.active,
.dark-mode .header-top-mobile li a.active {
    color: #B30012;
}

.moon-on:after {
    content: "\e903";
    font-family: 'icomoon' !important;
}

.dark-mode .moon-on:after,
.dark-mode .sun-on:after {
    color: #fff;
}

.sun-on:after {
    content: "\e906";
    font-family: 'icomoon' !important;
}

.mc-search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.mc-search-overlay.active {
    display: flex;
}

.mc-search-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
}

.search-form-banner-mobile input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

span.search-icon.mc-icon-banner.icon-mobile {
    width: 20px;
    height: 20px;
    margin: 0px 0 0 -12px;
    background: url(assets/images/search.png) center center no-repeat;
}

button:focus.mc-search-toggle,
button:hover.mc-search-toggle {
    background-color: transparent;
    border: none;
}

.docs-details {
    display: flex;
    margin-bottom: 20px;
    font-size: 13px;
    background: #f9f9f9;
    padding: 3px 10px;
    color: #222;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
}

/*Responsive style*/
@media (min-width: 1920px) {
    .head-menu-section {
        width: 26%;
    }

    .arrow-link.arrow-prev {
        margin: 0px;
    }

    .arrow-link.arrow-next {
        margin: 0px;
    }

    .elementor-2404 .elementor-element.elementor-element-5b595bf {
        width: 7.6%;
    }

    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.rels-width {
        width: 7.6%;
    }
}

@media (max-width: 1919px) {
    .head-menu-section {
        width: 50%;
    }
}

@media (max-width: 1350px) {
    .mc-doc-width.banner {
        margin: 60px 110px 60px 110px;
    }

    .mc-doc-width.heading.popular {
        margin: 30px 110px 0px 110px;
    }

    .mc-doc-width.heading,
    .mc-doc-width.cms,
    .popular-search.cms {
        margin: 10px 110px 0px 110px;
    }

    .head-menu-section {
        width: 50%;
    }

}

@media screen and (min-device-width: 1420px) and (max-device-width: 1768px) {
    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.rels-width {
        width: 7.8%;
    }

}

@media (max-width: 1258px) {
    .mc-doc-width.banner {
        margin: 60px 70px 60px 70px;
    }

    .mc-doc-width.heading.popular {
        margin: 30px 70px 0px 70px;
    }

    .mc-doc-width.heading,
    .mc-doc-width.cms,
    .popular-search.cms {
        margin: 10px 70px 0px 70px;
    }

    main#content {
        min-height: 90vh;
    }

    .head-menu-section {
        width: 56%;
    }

    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.rels-width {
        width: 8.5%;
    }
}

@media (max-width: 1178px) {
    .mc-doc-width.banner {
        margin: 60px 50px 60px 50px;
    }

    .mc-doc-width.heading.popular {
        margin: 30px 50px 0px 50px;
    }

    .mc-doc-width.heading,
    .mc-doc-width.cms,
    .popular-search.cms {
        margin: 10px 50px 0px 50px;
    }

    .head-menu-section {
        width: 75%;
    }

    .page .docs-details {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {
    .mc-doc-width.banner {
        margin: 40px;
    }

    .mc-doc-width.heading.popular {
        margin: 30px 20px 0px 20px;
    }

    .mc-doc-width.heading,
    .mc-doc-width.cms,
    .popular-search.cms {
        margin: 10px 20px 0px 20px;
    }

    .page .logo-inside-docs,
    .search .logo-inside-docs,
    .error404 .logo-inside-docs {
        width: 100%;
    }

    .head-menu-section {
        width: 80%;
    }

    #copy-btn .copy-text {
        display: block;
        overflow: hidden;
    }

    #copy-btn {
        max-width: 100%;
    }

    .service-section {
        height: 100px;
    }

    #copy-btn .copy-icon {
        position: inherit;
        top: 4px;
        right: -2px;
    }

    .elementor-column.elementor-col-50.elementor-top-column.elementor-element.circle-ring {
        width: 3%;
    }

}

@media (min-width: 768px) {
    .mc-search-toggle-wrapper {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1520px) {
    .magento-class {
        overflow-y: auto;
        max-height: 400px;
        padding: 0 5px;
    }
}

@media (max-width: 991px) {
    .mc-doc-width.banner {
        margin: 40px 5px;
    }

    .mc-doc-width.heading.popular,
    .mc-doc-width.heading,
    .popular-search.cms {
        margin: 10px 5px 0px 5px;
    }

    .mc-doc-width.cms {
        margin: 0px 5px;
    }

    .col-md-4 {
        width: 35%;
        padding: 15px 20px;
    }

    .mc-doc-body {
        margin: 15px 30px;
    }

    .col-md-8 {
        width: 65%;
        margin: 15px 15px;
    }

    .search main#content,
    .error404 main#content {
        padding: 40px 30px;
        max-width: 100%;
    }

    .home .search-form-banner {
        margin-top: 15px;
    }

    .docs-details {
        display: block;
    }

    .error404 .page-header .entry-title {
        max-width: 100%;
    }

    .page .docs-details {
        font-size: 13px;
    }

    .home .header-faq-btn {
        display: inline-block;
    }

    .dark-mode .mobile-header-faq-btn .faq-text {
        color: #fff;
    }

    .dark-mode .mobile-header-faq-btn {
        border: 1px solid #fff;
    }

    .search .faq-text,
    .error404 .faq-text {
        margin: 0;
    }

    .header-top-mobile {
        width: 10%;
    }

    .video-grid .video-item {
        width: 50%;
    }

    .site-header-docs .search-form-banner {
        width: 234px;
    }
}

@media (max-width: 767px) {
    .inner-template {
        display: block;
    }

    .col-md-8,
    .col-md-4 {
        width: 100%;
        min-height: 0vh;
    }

    .mc-doc-body {
        margin: 15px 0;
        padding: 10px;
    }

    .site-footer-docs nav.site-navigation.show {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .menu-footer-menu-container {
        display: inline-block;
    }

    footer .site-info {
        display: block;
    }

    .col-md-4.mc-sidebar-docs.mc-mobile-section {
        display: block;
        background-color: #F6F6F6;
    }

    .dark-mode .col-md-4.mc-sidebar-docs.mc-mobile-section {
        background-color: #2A2A2A;
    }

    .mc-mobile-section .magento-class li ul.sub-menu {
        border-left: 1px solid #E5E4E4;
        box-shadow: -1px 0px 0px 0px #E5E4E4;
    }

    .dark-mode .mc-mobile-section .magento-class li ul.sub-menu {
        border-left: 1px solid #FFF;
        box-shadow: -1px 0px 0px 0px #FFF;
    }

    .head-menu-section,
    .mc-desktop-section,
    .site-header-docs .search-form-banner {
        display: none;
    }

    .innerpage {
        min-height: 0vh;
    }

    .mc-back-to-home {
        margin-bottom: 0px;
    }

    .mc-doc-width.banner {
        margin: 10px 5px;
    }

    .page .logo-inside-docs,
    .search .logo-inside-docs,
    .error404 .logo-inside-docs {
        width: 100%;
    }

    .service-section {
        height: auto;
    }

    .mobile-underscore {
        border-bottom: 1px solid #E5E4E4;
        width: 20%;
    }

    .mc-mobile-section .menu-magento-target-container {
        padding-top: 30px;
    }

    #copy-btn .copy-icon {
        position: inherit;
        top: 4px;
        right: -2px;
    }

    .error404 p {
        padding: 0 15px;
    }

    .error404 .faq-text {
        padding: 0px;
    }

    .video-grid {
        display: block !important;
    }

    .video-grid .video-item {
        width: 100%;
    }

    .mc-search-toggle-wrapper .mc-search-toggle {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 600px) {
    footer .site-info {
        display: block;
    }

    .search p {
        font-size: 14px;
        margin: 0;
    }

    .search main#content,
    .error404 main#content {
        padding: 40px 15px;
    }

    .copyright {
        text-align: center;
    }

    .logo-footer-section {
        float: none;
        text-align: center;
        text-align: -moz-center;
    }

    .imprint {
        float: none;
    }

    .dark-mode .footer-logo-dark {
        margin: 0 auto;
    }

    .faq-container .accordion-indicator {
        margin-right: -8px;
    }

    .home .site-logo {
        margin: 10px;
    }

    .dark-mode .logo2,
    .logo1 {
        height: 36px;
        background-size: contain;
    }

    .page.dark-mode .logo2,
    .page .logo1,
    .search .logo1,
    .error404 .logo1,
    .search.dark-mode .logo2,
    .error404.dark-mode .logo2 {
        margin-top: 5px;
    }

    .header-top-mobile {
        width: 14%;
    }

    .page-id-2995 .logo1,
    .page-id-2995.dark-mode .logo2 {
        background-size: contain;
        height: 36px;
        margin-top: 6px;
    }

    .home.dark-mode .logo2,
    .home .logo1 {
        margin-top: 6px;
    }

    .banner-section .header-faq-btn {
        border: none;
    }

    .faq-text {
        display: none;
    }

    .arrow-link.arrow-next,
    .page .wiki-arrow-nav {
        display: none;
    }

    .dark-mode-switch {
        width: 65px;
    }

    .home .header-faq-btn,
    .banner-section .header-faq-btn {
        display: flex;
        margin: 0px;
        padding: 2px 4px;
    }

    .site-logo {
        margin: 10px 8px;
    }

    .banner-section .header-dark-mode-toogle {
        margin: 4px 2px;
    }
}

@media (max-width: 404px) {

    .page .logo-inside-docs,
    .search .logo-inside-docs,
    .error404 .logo-inside-docs {
        width: 100%;
    }

    .header-top-mobile {
        width: 16%;
    }
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    position: relative;
    margin: 0 10px;
}

nav a {
    color: #585857;
    text-decoration: none;
    padding: 22px 0;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-weight: 600;
    font-size: 14px;
}

nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    display: none;
}

nav ul ul li {
    margin: 0;
}

nav ul li:hover>ul {
    display: block;
}

.head-menu-section {
    margin: 16px 0 0 0;
}

.nav-head-section {
    padding-top: 5px;
}

.nav-head-section a.active {
    border-bottom: 2px solid #B30012;
}

.page-template-inner-template-php .mc-doc-body h1 {
    font-size: 2rem;
    font-weight: 700;
}

.page-template-inner-template-php .mc-doc-body ul {
    padding-left: 25px;
    margin-bottom: 0px;
}

.page-template-inner-template-php .mc-doc-body ul li {
    line-height: 27px;
    list-style: disc;
}

.mc-sidebar-docs ul li ul li a {
    font-size: 14px;
}

/* width */
.copy-btn::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.copy-btn::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.copy-btn::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

/* Handle on hover */
.copy-btn::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.pagination {
    justify-content: space-between;
    display: flex;

}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.backtopbutton {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 999;
    background-image: url('assets/images/back to top white.png');
    background-repeat: no-repeat;
    display: none;
}

.dark-mode .backtopbutton {
    background-image: url('assets/images/back to top dark.png');
}

.dark-mode .docs-details {
    color: #515151;
}

.secondary-banner {
    background: url(assets/images/secondary-banner-image.png) center center no-repeat;
    border-radius: 7px;
    background-size: cover;
}

.dark-mode .secondary-banner {
    background: url(assets/images/dark-mode-banner-secondary.png) center center no-repeat;
    border-radius: 7px;
    background-size: cover;
}

.button-secondary span.elementor-button-text {
    color: #B30012;
}

.dark-mode .button-secondary span.elementor-button-icon {
    background: url(assets/images/dark-mode-qucik.svg) center center no-repeat !important;
    height: 20px;
    width: 20px;
}

.button-secondary .elementor-button-icon svg {
    height: auto;
    width: 1.6em;
}

.button-secondary span.elementor-button-content-wrapper {
    align-items: center;
}

.elementor-5 .elementor-element.elementor-element-0867fbb.callinbannerhead .elementor-heading-title,
.elementor-5 .elementor-element.elementor-element-90af0fe.callinbannertext {
    color: #000;
}

.dark-mode .elementor-5 .elementor-element.elementor-element-0867fbb.callinbannerhead .elementor-heading-title,
.dark-mode .elementor-5 .elementor-element.elementor-element-90af0fe.callinbannertext {
    color: #fff;
}

.dark-mode .button-secondary .elementor-button-icon path {
    display: none;
}

.dark-mode .button-secondary span.elementor-button-text {
    color: #000;
    line-height: 20px;
}

.secondary-banner p {
    margin-bottom: 0px;
}

/*Next && Previous css*/
.wiki-arrow-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.wiki-arrow-nav a {
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    padding: 5px;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
    line-height: 30px;
}

.dark-mode .wiki-arrow-nav a {
    background-color: #2F2F2E;
}

.wiki-arrow-nav a:hover {
    background-color: #2D2D2D;
}

.dark-mode .wiki-arrow-nav a:hover {
    background-color: #FFF;
}

.wiki-arrow-nav .wiki-arrow {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0px 10px;
}

.dark-mode .wiki-arrow-nav .wiki-arrow {
    color: #fff;
}

.wiki-arrow-nav a:hover .wiki-title {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: #666;
}

.circle .elementor-icon i::before {
    background: white;
}

.date.elementor-widget.elementor-widget-heading {
    margin-bottom: 8px;

}

.latest.elementor-widget.elementor-widget-text-editor p {
    color: green;
    border: 1px solid;
    text-align: center;
    border-radius: 25px;
    margin-top: -6px;
    font-size: 12px;
    line-height: 25px;
}

.rel-sec.elementor-widget.elementor-widget-text-editor {
    margin-bottom: 0px;
}

.dark-mode .circle .elementor-icon i::before {
    background: #000;
}

.dark-mode .date h2.elementor-heading-title.elementor-size-default,
.dark-mode .vers-text .elementor-widget-container,
.dark-mode .rec-title .elementor-widget-container .elementor-heading-title.elementor-size-default {
    color: #fff;
}

.notify-sec .elementor-widget-container {
    background: #f9f9f9;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
}

.notify-sec {
    z-index: 99;
}

.mc-doc-body .elementor-top-section a {
    position: relative;
    z-index: 99;
    font-size: 15px;
}

.dark-mode .notify-sec .elementor-widget-container {

    background-color: #2F2F2E;
    border: 1px solid #2F2F2E;
}

.header-right-buttons {
    display: flex;
    align-items: center;
}

/*faq button*/

.header-faq-btn {
    background-color: transparent;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid;
    margin: 16px 14px 14px 14px;
    color: #B30012;
    height: fit-content;
}

.mobile-header-faq-btn {
    display: inline-block;
    background-color: transparent;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid;
    color: #B30012;
    height: fit-content;
    margin-bottom: 18px;
}

.header-faq-btn a,
.mobile-header-faq-btn .faq-text {
    color: #B30012;
}

.header-faq-btn a:hover,
.mobile-header-faq-btn .faq-text:hover {
    color: #B30012;
}

.header-faq-btn img {
    margin-right: 5px;
    vertical-align: middle;
}

.faq-text {
    margin-bottom: 0;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.faq-img-text {
    display: flex;
    align-items: center;
}

.page-id-2995 h1.entry-title,
.page-id-2995 .head-menu-section,
.page-id-2995 .header-faq-btn {
    display: none;
}

/*faq*/

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background-color: #fff;
}

.faq-question {
    cursor: pointer;
    padding: 16px;
    margin: 0;
    font-size: 16px;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-weight: 700;

}

.faq-question .faq-toggle-btn.content-control {
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-weight: 700;
    color: #333333;
    padding: 0px;
}

.faq-answer {
    display: none;
    padding: 10px 16px;
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Be Vietnam Pro", Sans-serif;
    color: #585857;
}

span.faq-question-text {
    flex: 1 1 auto;
    white-space: normal;
}

.faq-question .faq-toggle-btn.content-control:hover,
.faq-question .faq-toggle-btn.content-control:focus {
    background: transparent;
}

/* Style for the open/close indicator */
.accordion-indicator {
    float: right;
    margin-right: 10px;
}

.faq-item.open .accordion-indicator {
    transform: rotate(180deg);
}

.fa.fa-arrow-circle-o-down,
.fa.fa-arrow-circle-o-up {
    color: #585857;
}

.dark-mode .faq-item {
    padding: 0;
}

.dark-mode .faq-question {
    color: #000;
}

.dark-mode .banner-subcap p,
.dark-mode .header-faq-btn a,
.dark-mode .header-faq-btn {
    color: #fff;
}

.dark-mode .faq-img-text .faq-img {

    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.faq-img-text .faq-img {

    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.faq-answer a {
    color: #B30012;
}

.faq-answer a:hover {
    color: #585857;
}

.search .faq-text,
.error404 .faq-text {
    margin: 0;
}

.mc-sidebar-docs .current_page_item a:after,
.current-page-ancestor a:after {
    transform: none;
}

.notify-msg {
    background: #f1f1f1;
    padding: 10px;
    color: #424141;
    border-radius: 5px;
    border-left: 5px solid #F69E33;
    margin: 15px 0 0 0;
    display: block;
}

.category-image {
    padding: 20px;
}

.categories-section {
    display: flex;
}

.categories-inside {
    display: flex;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 4px 8px;

}

.term-name {
    font-size: 14px;
    font-weight: 700;
    color: #585857;
}

.video-item img.categorie-image {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.video-grid {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.dark-mode .category-image .content-section p {
    color: #585857;
}

button.mfp-close:hover {
    background: transparent;
}

button.mfp-close:focus {
    outline: none;
}

.video-item {
    /*flex: 1 1 calc(33.333% - 20px); /* 3 columns layout with space between */
    width: 33.33%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.video-item video {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #ddd;
}

.video-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .video-item {
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .video-item {
        flex: 1 1 100%;
    }
}

.video-overlay-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.video-overlay-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.video-overlay-wrapper .video-overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.video-overlay-wrapper:hover .video-overlay-image {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.mfp-hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mfp-bg {
    z-index: 1040 !important;
}

.mfp-wrap {
    z-index: 1050 !important;
}

.mfp-inline-holder {
    z-index: 1060 !important;
}

#video-popup {
    position: relative;
    padding: 20px;
    max-width: 80%;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
}

#video-popup.mfp-ready {
    opacity: 1;
    visibility: visible;
}

#popup-video {
    width: 100%;
    height: auto;
}

.mfp-content button.mfp-close {
    color: #fff;
}

.arrow-title {
    display: none;
    font-size: 14px;
    color: #333;
    background: #e0e0e0;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    position: absolute;
}

.dark-mode .arrow-title {
    background: #2D2D2D;
}

.arrow-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.arrow-link:hover .arrow-title {
    display: inline-block;
}

.arrow-container.prev-container .arrow-title {
    left: 112%;
    margin-right: 8px;
    border-radius: 10px;
    padding: 12px 20px;
}

.arrow-container.next-container .arrow-title {
    right: 110%;
    margin-left: 8px;
    border-radius: 10px;
    padding: 12px 20px;
}

.wiki-arrow-nav .arrow-container.prev-container:hover a span.wiki-arrow,
.wiki-arrow-nav .arrow-container.next-container:hover a span.wiki-arrow {
    color: #fff;
}

.dark-mode .wiki-arrow-nav .arrow-container.prev-container:hover a span.wiki-arrow,
.dark-mode .wiki-arrow-nav .arrow-container.next-container:hover a span.wiki-arrow {
    color: #585857;
}

.arrow-title p.title-previous,
.arrow-title p.title-next {
    color: #585857;
    font-size: 12px;
    line-height: 20px;
}

.dark-mode .arrow-title p.title-previous,
.dark-mode .arrow-title p.title-next {
    color: #B3B3B3;
}

.arrow-title p.arrow-heading {
    color: #2F2F2E;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.dark-mode .arrow-title p.arrow-heading {
    color: #FFF;
}